rust/src
Pietro Albini 67db230477
ci: fix tidy
2019-05-21 10:51:37 +02:00
..
bootstrap Update src/bootstrap/util.rs 2019-05-13 15:19:29 +02:00
build_helper
ci ci: fix tidy 2019-05-21 10:51:37 +02: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 Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoerister 2019-05-08 08:26:48 +00:00
librustc_traits rustc: collapse relevant DefPathData variants into TypeNs. 2019-05-04 05:10:46 +03:00
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 Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,Centril 2019-05-09 23:56:17 +02:00
libsyntax Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj 2019-05-09 23:56:18 +02: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 ci: re-enable fds-are-cloexec test on macOS 2019-05-13 10:07:55 +02:00
tools remove unneeded `extern crate`s from build tools 2019-05-09 12:03:13 -04:00
.gitignore
README.md
stage0.txt

README.md

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: