rust/src
2019-02-03 15:56:35 +01:00
..
bootstrap Auto merge of #57937 - denzp:nvptx, r=nagisa 2019-02-01 23:43:34 +00:00
build_helper
ci Auto merge of #57937 - denzp:nvptx, r=nagisa 2019-02-01 23:43:34 +00:00
doc Add link to the edition guide. 2019-01-29 17:30:49 -05:00
etc
grammar
liballoc Auto merge of #56696 - jonas-schievink:weak-counts, r=alexcrichton 2019-01-31 19:20:14 +00:00
libarena
libcore Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis 2019-02-01 01:06:15 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #57937 - denzp:nvptx, r=nagisa 2019-02-01 23:43:34 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Use ensure for borrowck 2019-01-29 21:10:35 +01:00
librustc_codegen_llvm Auto merge of #58003 - nikic:saturating-add, r=nagisa 2019-01-31 13:40:11 +00:00
librustc_codegen_ssa Auto merge of #57937 - denzp:nvptx, r=nagisa 2019-02-01 23:43:34 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Use ensure for mir_borrowck 2019-01-31 17:47:33 +01:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Add future compat lint declaration 2019-02-01 09:43:57 -05:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #57978 - varkor:fix-irrefutable-integer-range-match, r=oli-obk 2019-02-01 20:57:36 +00:00
librustc_msan
librustc_passes Add an ensure() method to TyCtxt used to ensure queries are run 2019-01-29 21:10:33 +01:00
librustc_plugin
librustc_privacy librustc_privacy => 2018 2019-02-03 15:56:35 +01:00
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister 2019-02-01 12:52:54 +00:00
librustdoc
libserialize
libstd Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichton 2019-01-31 02:10:45 +01:00
libsyntax Remove feature gate 2019-02-01 09:43:56 -05:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@683d352269
rtstartup
rustc
rustllvm
stdsimd@b23541340b
test Auto merge of #57937 - denzp:nvptx, r=nagisa 2019-02-01 23:43:34 +00:00
tools Fix typo 2019-02-01 18:44:26 +08: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: