rust/src
Josef Reinhard Brandl eacfd72522 Clarify what a task is
2018-07-25 13:39:14 +02:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@b4a3645cfe
libcore Clarify what a task is 2018-07-25 13:39:14 +02:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakis 2018-07-21 18:51:13 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
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 Auto merge of #52250 - nnethercote:no-SparseBitMatrix, r=nikomatsakis 2018-07-22 02:43:57 +00:00
librustc_driver
librustc_errors Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomez 2018-07-21 23:50:28 +00:00
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton 2018-07-21 08:31:32 +00:00
librustc_mir Auto merge of #52250 - nnethercote:no-SparseBitMatrix, r=nikomatsakis 2018-07-22 02:43:57 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits Convert implied_outlives_bounds to a query 2018-07-21 15:56:44 +03:00
librustc_tsan
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
libterm
libtest
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@b9de11ab43 Update stdsimd to undo an accidental stabilization 2018-07-20 22:34:09 -07:00
test Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis 2018-07-21 21:01:17 +00: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: