rust/src
2018-08-22 13:15:50 +02:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
etc
grammar
jemalloc@1f5a28755e
liballoc Add a test for issue #53529 2018-08-22 13:15:50 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
libproc_macro Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
libprofiler_builtins
librustc Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 2018-08-22 00:57:00 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #53530 - kennytm:rollup, r=kennytm 2018-08-21 16:04:11 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #53530 - kennytm:rollup, r=kennytm 2018-08-21 16:04:11 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 2018-08-22 00:57:00 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #53471 - petrochenkov:biattr2, r=oli-obk 2018-08-21 20:33:31 +00:00
librustc_save_analysis
librustc_target
librustc_traits Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
librustc_tsan
librustc_typeck Auto merge of #53530 - kennytm:rollup, r=kennytm 2018-08-21 16:04:11 +00:00
librustdoc Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-items, r=QuietMisdreavus 2018-08-21 22:48:21 +00:00
libserialize Rollup merge of #53393 - BurntPizza:serialize-inlines, r=alexcrichton 2018-08-21 17:51:40 +08:00
libstd Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
libsyntax Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 2018-08-22 00:57:00 +00:00
libsyntax_ext Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
libsyntax_pos Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
libterm
libtest
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 2018-08-22 00:57:00 +00:00
tools Rollup merge of #53492 - danc86:lld-riscv, r=alexcrichton 2018-08-21 17:51:48 +08:00
Cargo.lock
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: