rust/src
2019-09-28 07:51:38 -04:00
..
bootstrap Switch version to 1.40 2019-09-25 08:20:32 -04:00
build_helper
ci
doc
etc
grammar
liballoc Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
libarena
libcore Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis 2019-09-26 08:42:34 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
libprofiler_builtins
librustc Introduce a ConstPropMachine 2019-09-27 20:11:13 -04:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck Auto merge of #64513 - varkor:sty-begone, r=eddyb 2019-09-26 04:29:18 +00:00
librustc_codegen_llvm Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril 2019-09-26 20:29:40 +00:00
librustc_codegen_ssa Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb 2019-09-26 17:55:13 +02:00
librustc_codegen_utils Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril 2019-09-26 20:29:40 +00:00
librustc_data_structures Auto merge of #64627 - nnethercote:ObligForest-even-more, r=nikomatsakis 2019-09-25 05:54:00 +00:00
librustc_driver
librustc_errors Rollup merge of #64721 - hman523:issue64447, r=estebank 2019-09-24 23:45:31 +02:00
librustc_fs_util
librustc_incremental
librustc_interface Remove tx_to_llvm_workers from TyCtxt 2019-09-25 16:57:27 -04:00
librustc_lexer
librustc_lint Rename sty to kind 2019-09-25 15:50:04 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis 2019-09-26 08:42:34 +00:00
librustc_mir Allow reading non-mutable statics in const prop 2019-09-28 07:51:38 -04:00
librustc_msan
librustc_passes Auto merge of #64513 - varkor:sty-begone, r=eddyb 2019-09-26 04:29:18 +00:00
librustc_plugin
librustc_privacy Rename sty to kind 2019-09-25 15:50:04 +01:00
librustc_resolve Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink 2019-09-24 23:45:27 +02:00
librustc_save_analysis Rename sty to kind 2019-09-25 15:50:04 +01:00
librustc_target
librustc_traits Auto merge of #64515 - varkor:kindedterm, r=oli-obk 2019-09-26 12:34:54 +00:00
librustc_tsan
librustc_typeck Auto merge of #64515 - varkor:kindedterm, r=oli-obk 2019-09-26 12:34:54 +00:00
librustdoc Auto merge of #64515 - varkor:kindedterm, r=oli-obk 2019-09-26 12:34:54 +00:00
libserialize
libstd Fix ExitStatus on Fuchsia 2019-09-25 15:26:42 -07:00
libsyntax Rollup merge of #64783 - onehr:onehrxn, r=varkor 2019-09-26 17:55:15 +02:00
libsyntax_ext Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink 2019-09-24 23:45:27 +02:00
libsyntax_pos reserve impl<T> From<!> for T 2019-09-24 21:11:50 +03:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8adf9bdccf
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Allow reading non-mutable statics in const prop 2019-09-28 07:51:38 -04:00
tools Auto merge of #64819 - Manishearth:clippyup, r=Manishearth 2019-09-27 00:15:40 +00:00
README.md
stage0.txt Switch version to 1.40 2019-09-25 08:20:32 -04: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 this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.