rust/src
2019-04-25 20:16:11 +01:00
..
bootstrap Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton 2019-04-25 03:05:22 +02:00
build_helper
ci Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
doc Update cargo, books 2019-04-23 21:39:27 -07:00
etc
grammar
liballoc Stabilize futures_api 2019-04-23 16:13:53 -07:00
libarena
libcore Stabilize futures_api 2019-04-23 16:13:53 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc 2019-04-25 00:53:28 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Enable migrate mode by default on the 2015 edition 2019-04-21 20:50:02 +01:00
librustc_codegen_llvm Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis 2019-04-24 05:16:17 +02:00
librustc_codegen_ssa Rollup merge of #60190 - nnethercote:less-metadata-gen, r=alexcrichton 2019-04-24 05:16:23 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors Fix #58270, fix off-by-one error in error diagnostics. 2019-04-22 18:14:45 -05:00
librustc_fs_util
librustc_incremental
librustc_interface Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk 2019-04-23 09:38:34 +00:00
librustc_lint Remove visit_subpats from check_pat in favor of state in EllipsisInclusiveRangePatterns 2019-04-23 00:17:19 +03:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata AST/HIR: Use Mutability instead of bool in foreign statics 2019-04-21 15:29:58 +03:00
librustc_mir Evaluate hair::ExprKind::Use in into 2019-04-24 19:38:02 +01:00
librustc_msan
librustc_passes Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj 2019-04-23 21:50:52 +02:00
librustc_plugin
librustc_privacy Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc 2019-04-25 00:53:28 +00:00
librustc_resolve Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis 2019-04-25 03:05:20 +02:00
librustc_save_analysis Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj 2019-04-23 21:50:52 +02:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Fix indexing issue for const parameter invariance 2019-04-25 20:16:11 +01:00
librustdoc Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc 2019-04-25 00:53:28 +00:00
libserialize
libstd Rollup merge of #60185 - NieDzejkob:int-error-kind-reexport, r=rkruppe 2019-04-25 03:05:25 +02:00
libsyntax Add guard for missing comma in macro call suggestion 2019-04-24 16:45:29 -07:00
libsyntax_ext
libsyntax_pos Promote rust comments to rustdoc 2019-04-22 21:38:28 +03:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc Remove leading newlines 2019-04-22 17:01:33 +01:00
rustllvm
stdsimd@4bf456c35e Breaking update of stdsimd 2019-04-22 09:07:25 +02:00
test Auto merge of #60248 - estebank:macro-comma, r=oli-obk 2019-04-25 09:22:30 +00:00
tools submodules: update clippy from 9897442f to 8c0e038f 2019-04-25 13:18:44 +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: