rust/src
2018-05-16 14:18:53 +08:00
..
bootstrap Don't inject clippy into the rls anymore 2018-05-15 11:34:24 +02:00
build_helper
ci Rollup merge of #50685 - glaubitz:sparc64-linux, r=alexcrichton 2018-05-15 14:27:00 +02:00
dlmalloc@c99638dc2e
doc Rollup merge of #50594 - sanxiyn:man-print, r=steveklabnik 2018-05-15 14:26:56 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #50352 - porglezomp:btree-no-empty-alloc, r=Gankro 2018-05-12 09:42:11 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@4cfd7101eb update libcompiler_builtins 2018-05-13 07:14:36 +02:00
libcore fix a typo in signed-integer::from_str_radix() 2018-05-16 14:18:53 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
libprofiler_builtins
librustc Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis 2018-05-15 23:03:04 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_cratesio_shim
librustc_data_structures Add parallel abstractions 2018-05-13 01:28:20 +02:00
librustc_driver Pull common parameters into GenericParamDef 2018-05-15 14:21:32 +01:00
librustc_errors
librustc_incremental Update an old method name in debug logging 2018-05-11 08:09:53 -07:00
librustc_lint Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Manishearth 2018-05-13 17:20:31 +08:00
librustc_llvm Set PrepareForThinLTO flag when using ThinLTO 2018-05-12 14:07:20 +02:00
librustc_lsan
librustc_metadata Rename has_type_parameters to requires_monomorphization 2018-05-15 14:20:19 +01:00
librustc_mir Add mk_param_from_def 2018-05-15 14:22:25 +01:00
librustc_msan
librustc_passes Macros: Add a 'literal' fragment specifier 2018-05-13 19:17:02 +03:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Lift pure_wrt_drop to GenericParamDef 2018-05-15 14:21:32 +01:00
librustc_resolve
librustc_save_analysis save-analysis: handle aliasing imports a bit more nicely 2018-05-15 20:34:17 +12:00
librustc_target Auto merge of #50704 - kennytm:rollup, r=kennytm 2018-05-13 11:32:21 +00:00
librustc_traits Clean up dropck_outlives PhantomData handling 2018-05-15 14:22:25 +01:00
librustc_trans Pull common parameters into GenericParamDef 2018-05-15 14:21:32 +01:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis 2018-05-15 23:03:04 +00:00
librustdoc Auto merge of #50541 - QuietMisdreavus:rustdoc-errors, r=GuillaumeGomez 2018-05-16 01:43:26 +00:00
libserialize
libstd Add “Examples” section header in f32/f64 doc comments. 2018-05-13 15:54:40 -04:00
libstd_unicode
libsyntax Refactor generic params loops 2018-05-15 14:21:32 +01:00
libsyntax_ext Refactor generic params loops 2018-05-15 14:21:32 +01:00
libsyntax_pos Hyperlink DOI against preferred resolver 2018-05-14 07:17:56 +02:00
libterm
libtest
libunwind
llvm@fd7dd99edf Pull in a wasm fix from LLVM upstream 2018-05-10 07:06:18 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Set PrepareForThinLTO flag when using ThinLTO 2018-05-12 14:07:20 +02:00
stdsimd@a19ca1cd91 Update stdsimd module to include a19ca1cd91 2018-05-14 12:32:04 -04:00
test Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis 2018-05-15 23:03:04 +00:00
tools Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 2018-05-15 14:26:59 +02:00
Cargo.lock Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 2018-05-15 14:26:59 +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: