rust/src
2018-07-21 18:40:46 +01:00
..
bootstrap Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton 2018-07-18 22:35:01 +08:00
build_helper Don't build twice the sanitizers on Linux 2018-07-18 07:44:11 -07:00
ci Fix docker/run.sh script when run locally 2018-07-19 07:48:17 -07:00
dlmalloc@c99638dc2e
doc Rollup merge of #52338 - RalfJung:miri, r=oli-obk 2018-07-17 19:24:50 +08:00
etc Enable default inlining in platform intrinsics 2018-07-16 14:36:00 +02:00
grammar
jemalloc@1f5a28755e
liballoc data_structures: Add a reference wrapper for pointer-indexed maps/sets 2018-07-20 12:22:24 +03:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@b4a3645cfe update compiler-builtins for openbsd 2018-07-18 10:38:56 -07:00
libcore Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum 2018-07-21 06:26:18 +00:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: avoid exposing internal details in formatting impls. 2018-07-20 06:27:16 +03:00
libprofiler_builtins
librustc Auto merge of #52405 - matthewjasper:mutability-errors, r=pnkfelix 2018-07-21 14:37:45 +00:00
librustc_allocator
librustc_apfloat
librustc_asan Don't build twice the sanitizers on Linux 2018-07-18 07:44:11 -07:00
librustc_borrowck TyKind 2018-07-16 15:09:17 +02:00
librustc_codegen_llvm Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb 2018-07-21 00:55:46 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures data_structures: Add a reference wrapper for pointer-indexed maps/sets 2018-07-20 12:22:24 +03:00
librustc_driver Auto merge of #52197 - euclio:exit-code, r=oli-obk 2018-07-19 13:46:15 +00:00
librustc_errors proc_macro: don't use DiagnosticBuilder for building up Diagnostics. 2018-07-20 00:15:11 +03:00
librustc_incremental Implement existential types 2018-07-18 10:53:08 +02:00
librustc_lint Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis 2018-07-19 21:14:01 +00:00
librustc_llvm rustc: Remove a workaroudn in ThinLTO fixed upstream 2018-07-18 11:37:56 -07:00
librustc_lsan Don't build twice the sanitizers on Linux 2018-07-18 07:44:11 -07:00
librustc_metadata Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton 2018-07-21 08:31:32 +00:00
librustc_mir Fix #52416 - ice for move errors in unsafe blocks 2018-07-21 18:40:46 +01:00
librustc_msan Don't build twice the sanitizers on Linux 2018-07-18 07:44:11 -07:00
librustc_passes ExprKind 2018-07-16 15:09:16 +02:00
librustc_platform_intrinsics Enable default inlining in platform intrinsics 2018-07-16 14:36:00 +02:00
librustc_plugin ItemKind 2018-07-16 15:09:17 +02:00
librustc_privacy Implement existential types 2018-07-18 10:53:08 +02:00
librustc_resolve resolve: Add more comments to in-module resolution 2018-07-20 12:22:25 +03:00
librustc_save_analysis Match ergonomics 2018-07-18 10:53:10 +02:00
librustc_target
librustc_traits Auto merge of #52342 - nnethercote:CanonicalVar, r=nikomatsakis 2018-07-18 00:45:57 +00:00
librustc_tsan Don't build twice the sanitizers on Linux 2018-07-18 07:44:11 -07:00
librustc_typeck Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb 2018-07-21 00:55:46 +00:00
librustdoc Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomez 2018-07-20 18:02:05 +00:00
libserialize
libstd Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum 2018-07-21 06:26:18 +00:00
libstd_unicode
libsyntax Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton 2018-07-21 08:31:32 +00:00
libsyntax_ext
libsyntax_pos Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis 2018-07-19 21:14:01 +00:00
libterm
libtest
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm rustc: Remove a workaroudn in ThinLTO fixed upstream 2018-07-18 11:37:56 -07:00
stdsimd@b9de11ab43 Update stdsimd to undo an accidental stabilization 2018-07-20 22:34:09 -07:00
test Add specific message when moving from upvars in a non-FnOnce closure 2018-07-21 18:40:46 +01:00
tools Don't invent new magic keywords 2018-07-21 12:36:18 +02:00
Cargo.lock Update clippy 2018-07-20 20:58:06 +02: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: