rust/src
bors 22fa4bb0eb Auto merge of #60063 - spastorino:place2_2, r=oli-obk
Convert Place unroll to a proper iterator

r? @oli-obk
2019-04-19 09:57:26 +00:00
..
bootstrap Rollup merge of #60003 - petrhosek:llvm-lto-lld, r=cramertj 2019-04-17 10:31:36 +02:00
build_helper
ci Auto merge of #59926 - pietroalbini:android-sdk-manager, r=alexcrichton 2019-04-15 19:24:35 +00:00
doc Rename files in doc 2019-04-18 06:20:07 +09:00
etc
grammar
liballoc Rollup merge of #59933 - sourcefrog:doc-fmt, r=shepmaster 2019-04-19 06:03:10 +02:00
libarena Deny internal in stage0 2019-04-17 05:15:00 +02:00
libcore Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor 2019-04-19 06:03:30 +02:00
libfmt_macros Deny internal in stage0 2019-04-17 05:15:00 +02:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #60063 - spastorino:place2_2, r=oli-obk 2019-04-19 09:57:26 +00:00
librustc_allocator Deny internal in stage0 2019-04-17 05:15:00 +02:00
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_codegen_llvm Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe 2019-04-19 06:03:29 +02:00
librustc_codegen_ssa Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_codegen_utils Deny internal in stage0 2019-04-17 05:15:00 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Deny internal in stage0 2019-04-17 05:15:00 +02:00
librustc_errors hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
librustc_fs_util
librustc_incremental Deny internal in stage0 2019-04-17 05:15:00 +02:00
librustc_interface hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
librustc_lint Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_llvm
librustc_lsan
librustc_macros Promote regular comments to rustdoc comments 2019-04-17 12:03:39 +03:00
librustc_metadata Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_mir Auto merge of #60063 - spastorino:place2_2, r=oli-obk 2019-04-19 09:57:26 +00:00
librustc_msan
librustc_passes Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_plugin Rename modules 2019-04-17 18:21:34 +09:00
librustc_privacy Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_resolve Rollup merge of #60061 - estebank:field-sugg, r=davidtwco 2019-04-19 06:03:21 +02:00
librustc_save_analysis Deny internal in stage0 2019-04-17 05:15:00 +02:00
librustc_target Deny internal in stage0 2019-04-17 05:15:00 +02:00
librustc_traits Deny internal in stage0 2019-04-17 05:15:00 +02:00
librustc_tsan
librustc_typeck Auto merge of #60073 - rchaser53:issue-60049, r=estebank 2019-04-19 07:03:12 +00:00
librustdoc Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavus 2019-04-19 06:03:13 +02:00
libserialize
libstd Rollup merge of #60078 - matklad:patch-1, r=shepmaster 2019-04-19 06:03:24 +02:00
libsyntax Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov 2019-04-19 06:03:20 +02:00
libsyntax_ext Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
libsyntax_pos Deny internal in stage0 2019-04-17 05:15:00 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Remove the unused LLVMRustIsRustLLVM 2019-04-18 15:28:18 -07:00
stdsimd@45f8450916 Update stdsimd 2019-04-18 14:51:11 +09:00
test Auto merge of #60073 - rchaser53:issue-60049, r=estebank 2019-04-19 07:03:12 +00:00
tools Rollup merge of #60082 - TimDiekmann:master, r=RalfJung 2019-04-19 06:03:27 +02:00
.gitignore
README.md
stage0.txt bump bootstrap => 2019-04-11 2019-04-17 05:15:00 +02:00

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: