rust/src
Mark Mansi 7d268119f0 no need to bootstrap 2019-12-18 20:19:05 -06:00
..
bootstrap Bump stage0 2019-12-18 11:51:31 -05:00
build_helper
ci Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
doc update reference 2019-12-14 15:41:36 -05:00
etc
liballoc no need to bootstrap 2019-12-18 20:19:05 -06:00
libarena
libcore Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Fix weird implicit dependency between rustllvm and rustc_codegen_llvm 2019-12-12 10:51:19 -05:00
librustc_codegen_ssa Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix 2019-12-11 23:00:38 +00:00
librustc_codegen_utils Revert "Stabilize the `never_type`, written `!`." 2019-12-14 09:01:09 -05:00
librustc_data_structures Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
librustc_driver
librustc_error_codes Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
librustc_errors
librustc_feature Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface
librustc_lexer
librustc_lint Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebank 2019-12-12 10:09:19 +09:00
librustc_llvm Fix weird implicit dependency between rustllvm and rustc_codegen_llvm 2019-12-12 10:51:19 -05:00
librustc_lsan
librustc_macros
librustc_metadata Require stable/unstable annotations for the constness of all stable functions with a `const` modifier 2019-12-13 11:27:02 +01:00
librustc_mir Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasper 2019-12-16 05:23:39 +01:00
librustc_msan
librustc_parse parser: recover on `&'lifetime mut $pat`. 2019-12-13 02:36:25 +01:00
librustc_passes Use better name for local containing required feature gates 2019-12-13 10:39:15 -08:00
librustc_plugin_impl
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_session Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
librustc_target Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichton 2019-12-15 05:57:21 +01:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #67323 - Centril:tes, r=davidtwco 2019-12-16 17:33:12 +01:00
librustdoc Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPC 2019-12-16 17:33:13 +01:00
libserialize Revert "Stabilize the `never_type`, written `!`." 2019-12-14 09:01:09 -05:00
libstd Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00
libsyntax Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=centril 2019-12-14 22:02:59 +00:00
libsyntax_expand Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00
libsyntax_ext
libsyntax_pos Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
libterm
libtest
libunwind
llvm-project@2cb41005ed
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
tools Fix compiletest fallout from stage0 bump 2019-12-18 13:28:14 -05:00
README.md
stage0.txt Bump stage0 2019-12-18 11:51:31 -05:00

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.