rust/src
Nicholas Nethercote 180052d5f7 Rename universe_size as domain_size.
Because `domain` is a more obvious term than `universe` for this
concept.
2018-08-24 19:51:09 +10:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis 2018-08-23 11:46:24 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Add a test for issue #53529 2018-08-22 13:15:50 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum 2018-08-22 17:45:41 +02:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behind_existential_type, r=oli-obk 2018-08-23 20:34:12 +00:00
librustc_allocator Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_codegen_llvm Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} 2018-08-22 16:08:49 +01:00
librustc_codegen_utils Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error} 2018-08-22 16:07:44 +01:00
librustc_cratesio_shim
librustc_data_structures Rename universe_size as domain_size. 2018-08-24 19:51:09 +10:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} 2018-08-22 16:08:49 +01:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis 2018-08-23 02:54:24 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister 2018-08-23 14:40:22 +00:00
librustc_msan
librustc_passes Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Remove Ty prefix from Ty{Foreign|Param} 2018-08-22 16:07:55 +01:00
librustc_resolve Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister 2018-08-23 14:40:22 +00:00
librustc_save_analysis Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_target
librustc_traits Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
librustc_tsan
librustc_typeck Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behind_existential_type, r=oli-obk 2018-08-23 20:34:12 +00:00
librustdoc Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
libserialize Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
libstd Allow panicking with string literal messages inside constants 2018-08-22 18:28:57 +02:00
libsyntax Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister 2018-08-23 14:40:22 +00:00
libsyntax_ext Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
libsyntax_pos Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis 2018-08-23 11:46:24 +00:00
libterm
libtest
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behind_existential_type, r=oli-obk 2018-08-23 20:34:12 +00:00
tools Update clippy again 2018-08-23 23:31:55 +02:00
Cargo.lock Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
Cargo.toml
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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: