rust/src
2018-10-27 09:06:03 -04:00
..
bootstrap Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obk 2018-10-26 23:10:38 +08:00
build_helper
ci CI: Set codegen-units-std=1 for dist builds. 2018-10-26 15:07:03 +02:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis 2018-10-25 14:31:13 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc when canonicalizing query responses, preserve infer-var universes 2018-10-27 09:06:03 -04:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_codegen_llvm Add the actual chain of projections to UserTypeProjection. 2018-10-26 23:47:52 +02:00
librustc_codegen_utils Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Add extern crate items to extern prelude 2018-10-24 00:14:50 +03:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister 2018-10-26 14:30:26 +00:00
librustc_metadata_utils
librustc_mir convert placeholder region vids in NLL mode as we see them 2018-10-27 08:41:12 -04:00
librustc_msan
librustc_passes Remove PlaceContext from API of mir::Visitor::visit_projection_elem. 2018-10-26 23:40:38 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_save_analysis Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_target Remove redundant clone 2018-10-26 12:07:39 +09:00
librustc_traits add user_ty.projs support to AscribeUserType. 2018-10-26 23:47:53 +02:00
librustc_tsan
librustc_typeck Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
librustdoc Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank 2018-10-26 23:06:49 +08:00
libserialize
libstd Rollup merge of #55328 - raphlinus:copysign_typo, r=joshtriplett 2018-10-25 14:31:21 +02:00
libsyntax Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
libsyntax_ext Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@431766a3fb
test allow canonicalized regions to carry universe and track max-universe 2018-10-27 09:06:01 -04:00
tools Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis 2018-10-25 14:31:13 +02:00
.gitignore
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: