rust/src
2018-10-20 19:16:23 +02:00
..
bootstrap Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
build_helper Prefer unwrap_or_else to unwrap_or in case of function calls/allocations 2018-10-19 09:45:45 +02:00
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut() 2018-10-18 18:51:56 +03:00
liballoc_jemalloc
liballoc_system
libarena Update TypedArena tests 2018-10-19 14:34:44 +02:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #55178 - sdroege:stabilize-chunks-exact, r=alexcrichton 2018-10-19 16:47:55 +08:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type 2018-10-20 19:16:23 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00
librustc_codegen_llvm Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustc_codegen_utils Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustc_cratesio_shim
librustc_data_structures Update unit tests 2018-10-19 14:34:45 +02:00
librustc_driver Prefer unwrap_or_else to unwrap_or in case of function calls/allocations 2018-10-19 09:45:45 +02:00
librustc_errors Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustc_fs_util
librustc_incremental Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00
librustc_lint Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis 2018-10-20 08:45:55 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustc_msan
librustc_passes Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
librustc_resolve Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustc_save_analysis Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustc_target
librustc_traits Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
librustc_tsan
librustc_typeck Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
librustdoc Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00
libserialize
libstd Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
libsyntax Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper 2018-10-20 11:22:48 +00:00
libsyntax_ext
libsyntax_pos Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@307650500d
test Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis 2018-10-20 08:45:55 +00:00
tools Auto merge of #55004 - oli-obk:sized_static, r=cramertj 2018-10-19 00:22:25 +00:00
.gitignore
Cargo.lock
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: