rust/src
2018-05-21 18:57:54 +01:00
..
bootstrap Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
etc
grammar
jemalloc@1f5a28755e
liballoc Avoid counting characters and add explanatory comment to test 2018-05-21 18:57:54 +01:00
liballoc_jemalloc Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
liballoc_system Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libarena Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libbacktrace
libcompiler_builtins@4cfd7101eb
libcore Avoid counting characters and add explanatory comment to test 2018-05-21 18:57:54 +01:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_codegen_llvm Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_codegen_utils Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton 2018-05-17 05:18:21 +08:00
librustc_driver Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_errors
librustc_incremental Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_lint Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_llvm Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_lsan
librustc_metadata Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
librustc_mir Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk 2018-05-17 05:00:14 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
librustdoc Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
libserialize
libstd Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
libstd_unicode
libsyntax Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
libsyntax_ext Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@1abfd0e562
llvm-emscripten@2717444753
rtstartup Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
rustc Fix rustc binary metadata overwriting librustc metadata 2018-05-17 08:47:25 -06:00
rustllvm Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
stdsimd@a19ca1cd91
test Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
tools Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
Cargo.lock Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
Cargo.toml Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
README.md
stage0.txt Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -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: