rust/src
John Kåre Alsaker df5a0111be Optimize HIR map
2019-05-08 12:18:09 +02:00
..
bootstrap Update getopts to 0.2.19 2019-05-05 10:45:10 +01:00
build_helper
ci
doc
etc
grammar
liballoc
libarena
libcore Rollup merge of #60609 - spastorino:be-explicit-on-mem-replace-doc, r=Centril 2019-05-07 19:30:11 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Optimize HIR map 2019-05-08 12:18:09 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm removing param_env from pointee_info_at 2019-05-04 18:06:40 +05:30
librustc_codegen_ssa Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton 2019-05-07 02:58:40 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Delegate SmallVec's stable_hash to array's stable_hash. 2019-05-04 20:29:35 +02:00
librustc_driver Optimize HIR map 2019-05-08 12:18:09 +02:00
librustc_errors rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simplify the output. 2019-05-07 04:49:54 +03:00
librustc_fs_util
librustc_incremental
librustc_interface rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simplify the output. 2019-05-07 04:49:54 +03:00
librustc_lint Implement built-in await syntax 2019-05-07 14:45:53 -07:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Auto merge of #60337 - fabric-and-ink:hiridification, r=Zoxc 2019-05-06 13:41:28 +00:00
librustc_mir Auto merge of #60586 - cramertj:await, r=oli-obk 2019-05-07 22:33:12 +00:00
librustc_msan
librustc_passes Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth 2019-05-05 21:11:47 +00:00
librustc_plugin Rollup merge of #60131 - agnxy:doc-link, r=ehuss 2019-05-05 12:37:26 -07:00
librustc_privacy
librustc_resolve rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
librustc_save_analysis Remove Res::Label 2019-05-04 17:22:00 +03:00
librustc_target Auto merge of #60237 - saleemjaffer:issue-56166-miri-fntype-arg-passing, r=eddyb 2019-05-05 18:25:13 +00:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #60579 - varkor:typaram-index, r=eddyb 2019-05-07 19:30:07 +02:00
librustdoc Rollup merge of #60489 - GuillaumeGomez:remove-hamburger, r=QuietMisdreavus 2019-05-07 19:30:05 +02:00
libserialize serialize: add missing Encodable impl for Path. 2019-05-07 02:47:45 +03:00
libstd Rollup merge of #60536 - brainplot:fix-unicode-character, r=dtolnay 2019-05-05 12:37:31 -07:00
libsyntax Auto merge of #60586 - cramertj:await, r=oli-obk 2019-05-07 22:33:12 +00:00
libsyntax_ext
libsyntax_pos Implement built-in await syntax 2019-05-07 14:45:53 -07:00
libterm
libtest Update getopts to 0.2.19 2019-05-05 10:45:10 +01:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Auto merge of #60586 - cramertj:await, r=oli-obk 2019-05-07 22:33:12 +00:00
tools Auto merge of #60596 - ehuss:update-cargo, r=alexcrichton 2019-05-07 05:53:18 +00: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: