rust/src
2018-05-16 22:25:20 -07:00
..
bootstrap Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichton 2018-05-17 05:18:17 +08: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 Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton 2018-05-17 05:22:07 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@4cfd7101eb update libcompiler_builtins 2018-05-13 07:14:36 +02:00
libcore Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton 2018-05-17 05:18:21 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Fix stability annotations for already stable bits of proc macro API 1.1 2018-05-16 00:09:15 +03:00
libprofiler_builtins
librustc Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton 2018-05-17 05:18:21 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_cratesio_shim
librustc_data_structures Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton 2018-05-17 05:18:21 +08:00
librustc_driver Pull common parameters into GenericParamDef 2018-05-15 14:21:32 +01:00
librustc_errors use fmt::Result where applicable 2018-05-09 02:01:37 +02:00
librustc_incremental Update an old method name in debug logging 2018-05-11 08:09:53 -07:00
librustc_lint label-break-value: Parsing and AST/HIR changes 2018-05-16 13:56:24 +02: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 Auto merge of #50807 - kennytm:rollup, r=kennytm 2018-05-17 02:05:39 +00:00
librustc_msan
librustc_passes Rollup merge of #50793 - jrlusby:master, r=petrochenkov 2018-05-17 05:18:19 +08:00
librustc_platform_intrinsics
librustc_plugin Misc tweaks 2018-05-05 20:36:46 +02:00
librustc_privacy Lift pure_wrt_drop to GenericParamDef 2018-05-15 14:21:32 +01:00
librustc_resolve Make the compiler support the label-break-value feature 2018-05-16 13:56:24 +02:00
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 Rollup merge of #50793 - jrlusby:master, r=petrochenkov 2018-05-17 05:18:19 +08:00
librustdoc Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez 2018-05-17 05:18:08 +08:00
libserialize
libstd Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton 2018-05-17 05:22:07 +08:00
libstd_unicode
libsyntax Auto merge of #50045 - est31:label_break_value, r=eddyb 2018-05-16 14:22:17 +00:00
libsyntax_ext Rollup merge of #50752 - GuillaumeGomez:more-error-code-in-libsyntax-ext, r=frewsxcv 2018-05-17 05:18:12 +08:00
libsyntax_pos Hyperlink DOI against preferred resolver 2018-05-14 07:17:56 +02:00
libterm
libtest
libunwind
llvm@1abfd0e562 Update LLVM to 1abfd0e562cc8f7a9577d97ee92246699093b954 2018-05-15 16:51:06 +02:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Reenable the MergeFunctions pass 2018-05-15 21:10:40 +02:00
stdsimd@a19ca1cd91 Update stdsimd module to include a19ca1cd91 2018-05-14 12:32:04 -04:00
test Fix update-references for tests within subdirectories. 2018-05-16 22:25:20 -07:00
tools compiletest: Run revisions as independent tests. 2018-05-16 22:25:20 -07:00
Cargo.lock Update Cargo 2018-05-16 06:52:43 -07: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: