rust/src
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ 6e5e0daff2 Changes the type mir::Mir into mir::Body
The commit should have changed comments as well.
At the time of writting, it passes the tidy and check tool.

Revisions asked by eddyb :
- Renamed of all the occurences of {visit/super}_mir
- Renamed test structures `CachedMir` to `Cached`

Fixing the missing import on `AggregateKind`
2019-05-28 19:17:51 +02:00
..
bootstrap Auto merge of #61036 - michaelwoerister:pgo-xlto-test, r=alexcrichton 2019-05-28 01:56:44 +00:00
build_helper
ci Docker: remove environment variable CC_armebv7r_none_eabi 2019-05-26 19:31:40 +02:00
doc docs: fix typo #61197 2019-05-26 12:17:33 +08:00
etc
grammar
liballoc Update src/liballoc/boxed.rs 2019-05-27 22:42:50 +03:00
libarena
libcore Rollup merge of #61237 - DevQps:expand-iterator-docs, r=Mark-Simulacrum 2019-05-28 11:49:00 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
librustc_allocator Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
librustc_codegen_ssa Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
librustc_codegen_utils Only print integers in symbol path's constants 2019-05-25 10:07:02 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
librustc_lint Use Symbol equality in check_ident_token. 2019-05-27 14:05:05 +10:00
librustc_llvm
librustc_lsan
librustc_macros Pre-intern "0", "1", ..., "9", and use where appropriate. 2019-05-27 13:58:38 +10:00
librustc_metadata Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
librustc_mir Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
librustc_msan
librustc_passes Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_plugin Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
librustc_privacy Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_resolve Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_save_analysis Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_target Add to_symbol methods. 2019-05-27 14:05:02 +10:00
librustc_traits Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_tsan
librustc_typeck Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril 2019-05-28 05:28:13 +00:00
librustdoc Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
libserialize
libstd std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
libsyntax Auto merge of #61140 - estebank:attr-diagnostics, r=michaelwoerister 2019-05-27 20:12:14 +00:00
libsyntax_ext Pass symbols to ExtCtxt::std_path instead of strings. 2019-05-27 13:58:38 +10:00
libsyntax_pos Use Symbol more in lint APIs 2019-05-27 12:28:54 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@4efebe3165
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
tools Update clippy submodule 2019-05-26 18:59:51 +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: