rust/src
2019-04-09 14:19:20 -04:00
..
bootstrap Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
build_helper
ci Auto merge of #59770 - pietroalbini:pin-android-emulator, r=kennytm 2019-04-07 12:33:01 +00:00
doc Update books 2019-04-06 10:06:51 -07:00
etc
grammar
liballoc Auto merge of #59119 - cramertj:cx-back, r=withoutboats 2019-04-07 09:48:12 +00:00
libarena
libcore Auto merge of #59119 - cramertj:cx-back, r=withoutboats 2019-04-07 09:48:12 +00:00
libfmt_macros Deny internal lints on two more crates 2019-04-03 19:18:07 +02:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Use for_each to extend collections 2019-04-05 14:51:07 -07:00
libprofiler_builtins
librustc Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix 2019-04-07 00:57:13 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix 2019-04-07 00:57:13 +00:00
librustc_codegen_ssa Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb 2019-04-04 15:09:04 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental Auto merge of #59517 - Zoxc:new-queries, r=oli-obk 2019-04-04 08:26:18 +00:00
librustc_interface
librustc_lint add mutable_borrow_reservation_conflict future-incompatibility lint. 2019-04-04 18:50:02 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Update comment 2019-04-07 08:02:48 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton 2019-04-06 00:14:43 +02:00
librustc_traits
librustc_tsan
librustc_typeck improve unknown enum variant errors 2019-04-09 14:19:20 -04:00
librustdoc Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank 2019-04-06 00:14:40 +02:00
libserialize
libstd Auto merge of #59765 - lzutao:patch-1, r=Centril 2019-04-07 18:06:01 +00:00
libsyntax Rollup merge of #59687 - matklad:shebang, r=petrochenkov 2019-04-05 12:46:49 +02:00
libsyntax_ext Fix cases of conflicting two-phase borrows 2019-04-04 18:47:10 +01:00
libsyntax_pos
libterm Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
libtest Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
libunwind Support using LLVM's libunwind as the unwinder implementation 2019-04-03 11:21:40 -07:00
llvm-emscripten@7f23313edf
llvm-project@84abffda0e Support using LLVM's libunwind as the unwinder implementation 2019-04-03 11:21:40 -07:00
rtstartup
rustc
rustllvm Auto merge of #59710 - alexcrichton:llvm-9-compat, r=sanxiyn 2019-04-06 13:14:23 +00:00
stdsimd@2792b45c97
test improve unknown enum variant errors 2019-04-09 14:19:20 -04:00
tools Update miri 2019-04-06 21:50:18 +01:00
.gitignore
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.

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