rust/src
Guillaume Gomez 1292e51e73 Improve code
2018-04-07 13:10:49 +02:00
..
bootstrap rustbuild: Don't leak file handles when creating junctions on Windows 2018-03-28 22:43:23 +01:00
build_helper
ci
dlmalloc@9b2dcac06c
doc Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus 2018-03-30 01:31:12 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton 2018-03-31 09:11:21 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton 2018-03-31 09:11:21 +00:00
libfmt_macros
libgraphviz
liblibc@ed04152aac
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
librustc_driver Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
librustc_errors
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #49472 - nikomatsakis:nll-optimize-constraint-prop-1, r=pnkfelix 2018-03-31 04:09:43 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_traits Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
librustc_trans rustc: Group linked libraries where needed 2018-03-29 15:07:51 -07:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
librustdoc Improve code 2018-04-07 13:10:49 +02:00
libserialize
libstd Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton 2018-03-31 09:11:21 +00:00
libstd_unicode
libsyntax Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
libsyntax_ext Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@bcb720e558
test Add test for all.html 2018-04-04 00:56:08 +02:00
tools Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus 2018-03-30 01:31:12 +02:00
Cargo.lock Update Cargo 2018-03-29 10:35:15 +03: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: