rust/src
2018-08-31 18:31:15 +08:00
..
bootstrap Auto merge of #53832 - pietroalbini:rollup, r=pietroalbini 2018-08-31 03:35:33 +00:00
build_helper
ci Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichton 2018-08-29 10:55:27 +00:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #53113 - kpp:more_docs_for_cow, r=GuillaumeGomez 2018-08-30 20:15:25 +02:00
liballoc_jemalloc
liballoc_system Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Rollup merge of #53785 - tbu-:pr_comment, r=Mark-Simulacrum 2018-08-30 20:15:46 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
libproc_macro
libprofiler_builtins
librustc trip const_to_alloc query 2018-08-31 18:30:38 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_codegen_llvm Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix 2018-08-30 20:15:29 +02: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 Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth 2018-08-30 20:15:47 +02:00
librustc_driver Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
librustc_errors Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth 2018-08-30 20:15:47 +02:00
librustc_fs_util
librustc_incremental Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
librustc_lint Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth 2018-08-30 20:15:47 +02:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix 2018-08-30 20:15:29 +02:00
librustc_metadata_utils
librustc_mir extract allocation info from byref 2018-08-31 18:31:15 +08:00
librustc_msan
librustc_passes Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_platform_intrinsics Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
librustc_plugin Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
librustc_privacy Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_resolve Rollup merge of #53655 - jcpst:with_applicability, r=estebank 2018-08-30 20:15:33 +02:00
librustc_save_analysis Rollup merge of #53732 - emilio:foreign-fn, r=nrc 2018-08-30 20:15:37 +02:00
librustc_target Auto merge of #53679 - japaric:cortex-r, r=alexcrichton 2018-08-28 16:23:27 +00:00
librustc_traits
librustc_tsan
librustc_typeck extract allocation info from byref 2018-08-31 18:31:15 +08:00
librustdoc Rollup merge of #53806 - GuillaumeGomez:fix-ui-issues-foreign-type-impls, r=QuietMisdreavus 2018-08-30 20:15:48 +02:00
libserialize
libstd Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth 2018-08-30 20:15:47 +02:00
libsyntax Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=cramertj 2018-08-30 20:15:34 +02:00
libsyntax_ext Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
libsyntax_pos Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
libterm
libtest Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
libunwind Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
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 Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth 2018-08-30 20:15:47 +02:00
tools build-manifest: package docs only for tier 1 platforms 2018-08-30 14:41:01 +02:00
.gitignore move file-extension based .gitignore down to src/ 2018-08-28 20:04:52 +02:00
Cargo.lock Update clippy submodule 2018-08-29 13:15:55 +02:00
Cargo.toml
README.md rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
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: