rust/src
Andrew Xu 46b9ed4fa1 Rename "Associated*" to "Assoc*"
We are going to uniform the terminology of all associated items.
Methods that may or may not have `self` are called "associated
functions". Because `AssociatedFn` is a bit long, we rename `Associated`
to `Assoc`.
2019-05-26 17:49:02 +08:00
..
bootstrap Add clippy and fix commands to x.py 2019-05-25 15:30:16 +02:00
build_helper
ci Rollup merge of #61110 - ehuss:revert-edition-override, r=Mark-Simulacrum 2019-05-25 04:55:33 +02:00
doc
etc
grammar
liballoc Rollup merge of #61114 - RalfJung:vec, r=Gankro 2019-05-26 02:13:25 +02:00
libarena
libcore Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril 2019-05-26 02:13:29 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa Make ConstValue::Slice solely take [u8] and str 2019-05-25 10:07:01 +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
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_mir Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_msan
librustc_passes Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_plugin
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
librustc_traits Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
librustc_tsan
librustc_typeck Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08: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 review comments: move back some methods and clean up wording 2019-05-25 12:15:06 -07:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@4efebe3165
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkor 2019-05-26 02:13:33 +02:00
tools std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
.gitignore
README.md remove link to removed readme 2019-01-15 19:48:37 -06:00
stage0.txt bump bootstrap => 2019-04-11 2019-04-17 05:15:00 +02:00

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: