rust/src
2019-05-10 17:08:22 +03:00
..
bootstrap remove unneeded extern crates from build tools 2019-05-09 12:03:13 -04:00
build_helper
ci Auto merge of #60585 - sunfishcode:wasm32-wasi, r=alexcrichton 2019-05-10 07:02:38 +00:00
doc
etc
grammar
liballoc Auto merge of #60451 - rasendubi:binaryheap-min-heap, r=scottmcm 2019-05-10 04:10:36 +00:00
libarena
libcore Rollup merge of #60657 - JohnTitor:stabilize-array, r=SimonSapin 2019-05-09 18:34:58 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins libprofiler_builtins: Set compilation flags more correctly for C code. 2019-05-08 17:02:58 +02:00
librustc Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj 2019-05-09 23:56:18 +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 cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03: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 cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03:00
librustc_mir Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1 2019-05-09 23:56:08 +02: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 cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03:00
librustc_save_analysis Remove Res::Label 2019-05-04 17:22:00 +03:00
librustc_target Omit the vendor component in the WASI triple 2019-05-09 11:35:10 -07:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #60188 - estebank:recover-block, r=varkor 2019-05-09 23:56:09 +02:00
librustdoc cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03:00
libserialize serialize: add missing Encodable impl for Path. 2019-05-07 02:47:45 +03:00
libstd Auto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett 2019-05-10 09:56:56 +00:00
libsyntax Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj 2019-05-09 23:56:18 +02:00
libsyntax_ext
libsyntax_pos syntax_pos: Optimize symbol interner pre-filling slightly 2019-05-10 17:08:22 +03: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 Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj 2019-05-09 23:56:18 +02:00
tools Auto merge of #60585 - sunfishcode:wasm32-wasi, r=alexcrichton 2019-05-10 07:02:38 +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: