rust/src
2018-06-20 12:21:08 +01:00
..
bootstrap Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrum 2018-06-19 15:05:19 +00:00
build_helper
ci Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrum 2018-06-19 15:05:19 +00:00
dlmalloc@c99638dc2e
doc Update books for next release 2018-06-18 10:34:48 -06:00
etc
grammar
jemalloc@1f5a28755e
liballoc Rename OOM to allocation error 2018-06-18 21:41:24 +02:00
liballoc_jemalloc Mark alloc_jemalloc as perma-unstable 2018-06-11 13:48:57 -07:00
liballoc_system Move Unstable Book sections for #[global_allocator] and System to std::alloc docs 2018-06-11 13:48:57 -07:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rename OOM to allocation error 2018-06-18 21:41:24 +02:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Remove methods from ast::GenericParam and ast::Generics 2018-06-20 12:21:08 +01:00
librustc_allocator Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc 2018-06-11 13:47:23 -07:00
librustc_apfloat
librustc_asan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_borrowck Parallel code 2018-06-19 03:19:48 +02:00
librustc_codegen_llvm Make method and variable names more consistent 2018-06-20 12:19:04 +01:00
librustc_codegen_utils rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
librustc_cratesio_shim
librustc_data_structures Add MTRef and a lock_mut function to MTLock 2018-06-19 03:19:50 +02:00
librustc_driver Make method and variable names more consistent 2018-06-20 12:19:04 +01:00
librustc_errors
librustc_incremental Save query results and the dep graph in parallel 2018-06-19 03:19:49 +02:00
librustc_lint Remove hir::GenericParam::is_*_param 2018-06-20 12:21:08 +01:00
librustc_llvm
librustc_lsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_metadata Remove specific parameter iterators from hir::Generics 2018-06-20 12:21:08 +01:00
librustc_mir Remove specific parameter iterators from hir::Generics 2018-06-20 12:21:08 +01:00
librustc_msan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_passes Remove methods from ast::GenericParam and ast::Generics 2018-06-20 12:21:08 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Refactor hir::GenericParam as a struct 2018-06-20 12:21:07 +01:00
librustc_resolve Refactor ast::GenericParam as a struct 2018-06-20 12:21:08 +01:00
librustc_save_analysis Refactor ast::GenericParam as a struct 2018-06-20 12:21:08 +01:00
librustc_target
librustc_traits rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
librustc_tsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_typeck Remove specific parameter iterators from hir::Generics 2018-06-20 12:21:08 +01:00
librustdoc Remove specific parameter iterators from hir::Generics 2018-06-20 12:21:08 +01:00
libserialize
libstd Remove erroneous example of main as a non-Result function. 2018-06-19 18:32:44 -04:00
libstd_unicode
libsyntax Remove methods from ast::GenericParam and ast::Generics 2018-06-20 12:21:08 +01:00
libsyntax_ext Remove methods from ast::GenericParam and ast::Generics 2018-06-20 12:21:08 +01:00
libsyntax_pos Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix 2018-06-18 14:34:52 +00:00
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Make method and variable names more consistent 2018-06-20 12:19:04 +01:00
tools Add rustdoc-js tester should-fail option 2018-06-16 00:13:28 +02:00
Cargo.lock
Cargo.toml
README.md rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
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: