rust/src
2019-07-15 19:55:16 -04:00
..
bootstrap Update the stdarch submodule 2019-07-15 14:05:28 +02:00
build_helper
ci
doc
etc
grammar
liballoc Auto merge of #61953 - Centril:shared-from-iter, r=RalfJung 2019-07-13 06:49:02 +00:00
libarena
libcore Rollup merge of #62689 - 0e4ef622:patch-1, r=Xanewok 2019-07-15 19:55:15 -04:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc pprust: Move some methods to the PrintState trait 2019-07-15 12:42:07 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_ast_borrowck Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_codegen_llvm
librustc_codegen_ssa Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix 2019-07-13 20:45:40 +00:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov 2019-07-13 16:18:41 +02:00
librustc_driver Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_errors Emit dropped unemitted errors to aid in ICE debugging 2019-07-11 16:59:19 -07:00
librustc_fs_util
librustc_incremental
librustc_interface Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_lint Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_mir Rollup merge of #62680 - ecstatic-morse:fix-dataflow-results-consumer, r=matthewjasper 2019-07-15 19:55:12 -04:00
librustc_msan
librustc_passes Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_plugin Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_privacy
librustc_resolve review comments 2019-07-13 13:37:31 -07:00
librustc_save_analysis
librustc_target SGX target: don't pretend to be GNU/Linux to LLVM 2019-07-15 11:23:39 -07:00
librustc_traits
librustc_tsan
librustc_typeck Add info about undefined behavior to as_ref suggestions 2019-07-14 23:05:03 -04:00
librustdoc Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper 2019-07-12 22:46:44 +02:00
libserialize
libstd Update the stdarch submodule 2019-07-15 14:05:28 +02:00
libsyntax Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebank 2019-07-15 19:55:10 -04:00
libsyntax_ext Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
libsyntax_pos Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@6c1a545b26
rtstartup
rustc
rustllvm
stdarch@b881a2d124 Update stdarch 2019-07-15 16:29:12 +02:00
test Rollup merge of #62685 - nathanwhit:as_ref_suggest_fix, r=estebank 2019-07-15 19:55:14 -04:00
tools Update the stdarch submodule 2019-07-15 14:05:28 +02: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: