rust/src
2018-06-21 22:36:36 -07:00
..
bootstrap Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum 2018-06-21 11:28:14 +00:00
build_helper
ci Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
dlmalloc@c99638dc2e
doc Update books for next release 2018-06-18 10:34:48 -06:00
etc slightly improve rustdoc xml path error 2018-06-04 09:51:41 +02:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51463 - estebank:error-codes, r=nikomatsakis 2018-06-22 03:24:36 +00: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 Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51463 - estebank:error-codes, r=nikomatsakis 2018-06-22 03:24:36 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Update recursion limits 2018-06-01 14:56:01 +02:00
libprofiler_builtins
librustc async await desugaring and tests 2018-06-21 22:36:36 -07:00
librustc_allocator Parse async fn header. 2018-06-21 22:29:47 -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 Fix tidy 2018-06-20 19:28:27 +02: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 Parse async fn header. 2018-06-21 22:29:47 -07:00
librustc_errors Also prevent overflow in debug builds 2018-06-03 11:24:58 +02:00
librustc_incremental Save query results and the dep graph in parallel 2018-06-19 03:19:49 +02:00
librustc_lint Parse async fn header. 2018-06-21 22:29:47 -07:00
librustc_llvm
librustc_lsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_metadata async await desugaring and tests 2018-06-21 22:36:36 -07:00
librustc_mir Parse async fn header. 2018-06-21 22:29:47 -07:00
librustc_msan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_passes Parse async fn header. 2018-06-21 22:29:47 -07:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rename ty_param_bound to generic_bound 2018-06-20 12:23:46 +01:00
librustc_resolve async await desugaring and tests 2018-06-21 22:36:36 -07:00
librustc_save_analysis async await desugaring and tests 2018-06-21 22:36:36 -07:00
librustc_target musl: don't use the included startfiles with -crt-static 2018-05-31 12:01:50 +02:00
librustc_traits Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis 2018-06-22 01:17:52 +00:00
librustc_tsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_typeck async await desugaring and tests 2018-06-21 22:36:36 -07:00
librustdoc async await desugaring and tests 2018-06-21 22:36:36 -07:00
libserialize
libstd async await desugaring and tests 2018-06-21 22:36:36 -07:00
libstd_unicode
libsyntax async await desugaring and tests 2018-06-21 22:36:36 -07:00
libsyntax_ext Parse async fn header. 2018-06-21 22:29:47 -07:00
libsyntax_pos async await desugaring and tests 2018-06-21 22:36:36 -07:00
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test async await desugaring and tests 2018-06-21 22:36:36 -07:00
tools Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
Cargo.lock Replace tempdir by tempfile in librustc 2018-06-20 19:28:27 +02:00
Cargo.toml
README.md rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
stage0.txt Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00

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: