rust/src
2018-10-21 14:42:35 +00:00
..
bootstrap Update Cargo, build curl/OpenSSL statically via features 2018-10-20 18:47:01 -07: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 Update Cargo, build curl/OpenSSL statically via features 2018-10-20 18:47:01 -07:00
dlmalloc@c99638dc2e
doc update books for the next release 2018-10-20 07:47:32 -04:00
etc
grammar
jemalloc@1f5a28755e
liballoc
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 Auto merge of #52984 - fabric-and-ink:remove-canonical-var, r=scalexm 2018-10-21 14:42:35 +00: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 Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa 2018-10-20 13:15:39 -07: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 rustc: Fix (again) simd vectors by-val in ABI 2018-10-19 02:35:00 -07:00
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 #55069 - matthewjasper:explain-free-region-liveness, r=nikomatsakis 2018-10-21 12:04:25 +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 Rollup merge of #55203 - scalexm:program-clauses, r=nikomatsakis 2018-10-20 13:15:48 -07:00
librustc_tsan
librustc_typeck Auto merge of #55156 - PramodBisht:issue/52717, r=estebank 2018-10-20 19:45:53 +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 Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa 2018-10-20 13:15:39 -07:00
stdsimd@307650500d
test Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomatsakis 2018-10-21 12:04:25 +00:00
tools Auto merge of #55125 - RalfJung:stacked-borrows, r=oli-obk 2018-10-21 09:32:25 +00:00
.gitignore
Cargo.lock Update Cargo, build curl/OpenSSL statically via features 2018-10-20 18:47:01 -07: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: