rust/src
2018-09-30 20:01:35 +01:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" 2018-09-29 09:50:50 +02:00
grammar
jemalloc@1f5a28755e
liballoc Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" 2018-09-29 09:50:50 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Auto merge of #54660 - kennytm:rollup, r=kennytm 2018-09-29 12:35:39 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Typos and style fixes. 2018-09-30 20:01:28 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" 2018-09-29 09:50:50 +02:00
librustc_codegen_utils Move filename_for_metadata to codegen_utils 2018-09-28 01:53:59 +02:00
librustc_cratesio_shim
librustc_data_structures Deduplicate errors in the obligation forest. 2018-09-30 20:01:35 +01:00
librustc_driver Remap only source files in the command line 2018-09-28 01:54:00 +02:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakis 2018-09-29 03:42:38 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc 2018-09-28 06:40:32 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddyb 2018-09-29 15:07:59 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy rustc: keep a Span for each predicate in ty::GenericPredicates. 2018-09-28 17:19:35 +03:00
librustc_resolve Added help message for feature gate. 2018-09-27 04:19:31 +01:00
librustc_save_analysis Also remap absolute source names in save-analysis 2018-09-28 01:54:01 +02:00
librustc_target Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisa 2018-09-29 09:58:09 +00:00
librustc_traits rustc: keep a Span for each predicate in ty::GenericPredicates. 2018-09-28 17:19:35 +03:00
librustc_tsan
librustc_typeck Auto merge of #54660 - kennytm:rollup, r=kennytm 2018-09-29 12:35:39 +00:00
librustdoc Auto merge of #54660 - kennytm:rollup, r=kennytm 2018-09-29 12:35:39 +00:00
libserialize
libstd Rollup merge of #54635 - neoeinstein:seek-docs, r=alexcrichton 2018-09-29 16:43:41 +08:00
libsyntax Auto merge of #52319 - tinco:issue_12590, r=pnkfelix 2018-09-27 09:51:12 +00:00
libsyntax_ext
libsyntax_pos Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc 2018-09-28 06:40:32 +00:00
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #54568 - levex:issue-54130, r=nagisa 2018-09-28 09:17:28 +00:00
stdsimd@05c2f61c38
test Deduplicate errors in the obligation forest. 2018-09-30 20:01:35 +01:00
tools Rollup merge of #54645 - tromey:android-gdb-version, r=alexcrichton 2018-09-29 16:43:43 +08:00
.gitignore
Cargo.lock Emit only necessary compilation options in save-analysis 2018-09-28 01:53:59 +02:00
Cargo.toml Use rls-data 0.18.1 2018-09-28 01:54:01 +02:00
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: