rust/src
2018-08-29 13:17:48 +02:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #53227 - nivkner:pin_move, r=RalfJung 2018-08-27 22:56:15 +00:00
liballoc_jemalloc Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Auto merge of #53227 - nivkner:pin_move, r=RalfJung 2018-08-27 22:56:15 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister 2018-08-29 08:42:20 +00:00
librustc_allocator Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
librustc_apfloat
librustc_asan
librustc_borrowck Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_codegen_llvm Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1 2018-08-29 02:08:02 +00:00
librustc_codegen_utils Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_cratesio_shim
librustc_data_structures Remove AccumulateVec and its uses. 2018-08-29 08:32:11 +10:00
librustc_driver Remove Node* prefix from AnnNode 2018-08-27 21:45:46 +01:00
librustc_errors Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
librustc_fs_util
librustc_incremental Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_lint Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk 2018-08-29 00:02:37 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister 2018-08-29 08:42:20 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk 2018-08-29 00:02:37 +00:00
librustc_msan
librustc_passes Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_resolve Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakis 2018-08-27 19:51:01 +00:00
librustc_save_analysis Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_target Auto merge of #53679 - japaric:cortex-r, r=alexcrichton 2018-08-28 16:23:27 +00:00
librustc_traits Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
librustc_tsan
librustc_typeck Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obk 2018-08-29 06:24:30 +00:00
librustdoc Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
libserialize
libstd Auto merge of #53404 - oconnor663:current_dir_behavior, r=alexcrichton 2018-08-28 03:22:21 +00:00
libsyntax Remove Node* prefix from AnnNode 2018-08-27 21:45:46 +01:00
libsyntax_ext
libsyntax_pos Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
libterm
libtest Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Fix warnings about the native target-cpu 2018-08-28 13:32:11 -07:00
stdsimd@05c2f61c38
test Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister 2018-08-29 08:42:20 +00:00
tools Add more features to the workspace so that all tools pick up on it 2018-08-29 13:17:48 +02:00
Cargo.lock Update clippy submodule 2018-08-29 13:15:55 +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: