rust/src
bors 837b72c805 Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril
Rename "Associated*" to "Assoc*"

This change is for #60163.

r? @oli-obk
2019-05-28 05:28:13 +00: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 Rollup merge of #61114 - RalfJung:vec, r=Gankro 2019-05-26 02:13:25 +02:00
libarena
libcore Auto merge of #61078 - pietroalbini:nightly-next, r=Centril 2019-05-27 23:04:54 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril 2019-05-28 05:28:13 +00:00
librustc_allocator Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Use a PathBuf instead of String for representing the pgo-use path internally. 2019-05-27 14:32:03 +02:00
librustc_codegen_ssa Use a PathBuf instead of String for representing the pgo-use path internally. 2019-05-27 14:32:03 +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 Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril 2019-05-28 05:28:13 +00:00
librustc_mir Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centril 2019-05-28 05:28:13 +00: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 Auto merge of #61036 - michaelwoerister:pgo-xlto-test, r=alexcrichton 2019-05-28 01:56:44 +00: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: