rust/src
Mark Rousskov 3332c0c7e1
Rollup merge of #51875 - badboy:emscripten-no-wasm, r=nikomatsakis
Explicitely disable WASM code generation for Emscripten

Emscripten changed the default behavior recently:
bd050e64bb/ChangeLog.markdown (v1381-05172018)

It now defaults to WebAssembly and requires an explicit flag to generate asm.js.
WASM=0 is also valid for older emcc and thus doesn't break it.
2018-06-28 16:07:16 -06:00
..
bootstrap Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm 2018-06-26 16:26:00 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis 2018-06-26 09:20:33 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Add str::split_ascii_whitespace. 2018-06-27 17:54:27 -04:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAus 2018-06-28 16:07:12 -06:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro hygiene: Do not reset expansion info for quote! 2018-06-23 20:40:25 +03:00
libprofiler_builtins
librustc Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
librustc_allocator Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_apfloat migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan
librustc_borrowck Use Idents in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_codegen_llvm Merge ConstVal and ConstValue 2018-06-28 11:04:25 +02:00
librustc_codegen_utils migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis 2018-06-26 07:06:18 +00:00
librustc_driver Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_errors
librustc_incremental Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_lint Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
librustc_mir Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis 2018-06-28 16:07:14 -06:00
librustc_msan
librustc_passes Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
librustc_platform_intrinsics
librustc_plugin Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_privacy Use Idents for path segments in HIR 2018-06-28 11:04:50 +03:00
librustc_resolve Fix rebase 2018-06-28 11:04:51 +03:00
librustc_save_analysis Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_target Explicitely disable WASM code generation for Emscripten 2018-06-28 15:02:38 +02:00
librustc_traits Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_tsan
librustc_typeck Provide existing ref suggestions for more E0308 errors 2018-06-28 11:37:15 -07:00
librustdoc Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Rollup merge of #51824 - vorner:thread-local-try-with-doc, r=kennytm 2018-06-28 06:15:42 +08:00
libstd_unicode
libsyntax Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libsyntax_ext Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
libsyntax_pos Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libterm migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis 2018-06-28 16:07:14 -06:00
tools add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
Cargo.lock Add SSE2 accelerated version of FileMap analysis. 2018-06-27 14:00:34 +02:00
Cargo.toml
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: