rust/src
2018-07-03 18:10:08 -04:00
..
bootstrap Rollup merge of #52006 - Mark-Simulacrum:keep-stage-fix, r=alexcrichton 2018-07-03 11:31:13 +02:00
build_helper
ci Fix the tool's path in toolstate verification. 2018-07-03 05:22:35 +08:00
dlmalloc@c99638dc2e
doc
etc Add some more additional functions to the shim 2018-07-02 18:23:57 +02:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #51914 - nikomatsakis:nll-fix-issue-issue-btreemap-annotations, r=gankro 2018-07-03 11:31:00 +02:00
liballoc_jemalloc
liballoc_system
libarena Make raw_vec perma-unstable and hidden 2018-06-29 14:01:33 +02:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton 2018-07-03 04:08:02 +00:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d Update liblibc 2018-07-01 20:23:41 +02:00
libpanic_abort
libpanic_unwind
libproc_macro Address comments 2018-06-30 01:53:32 +03:00
libprofiler_builtins
librustc add assert_crate_local method to ClearCrossCrate 2018-07-03 18:10:08 -04:00
librustc_allocator Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_apfloat
librustc_asan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_borrowck use HirId in middle::mem_categorization::cmt_, and consequences of that 2018-07-01 22:27:29 -07:00
librustc_codegen_llvm Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis 2018-07-03 11:31:10 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures improve comments 2018-07-02 11:40:49 -04:00
librustc_driver Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj 2018-06-30 07:10:18 +00:00
librustc_errors Fortify dummy span checking 2018-06-30 01:53:32 +03:00
librustc_incremental Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_lint Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix 2018-07-03 18:00:16 +00:00
librustc_llvm
librustc_lsan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_metadata call it hir::VisibilityKind instead of hir::Visibility_:* 2018-07-01 11:05:10 -07:00
librustc_mir promote error-reporting to a module 2018-07-03 18:10:08 -04:00
librustc_msan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_passes Auto merge of #51883 - estebank:placement-suggestion, r=varkor 2018-07-01 13:37:05 +00:00
librustc_platform_intrinsics
librustc_plugin Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_privacy Get rid of TyImplTraitExistential 2018-07-02 09:17:38 +02:00
librustc_resolve absoluate -> absolute 2018-07-01 17:37:42 +09:00
librustc_save_analysis call it hir::VisibilityKind instead of hir::Visibility_:* 2018-07-01 11:05:10 -07:00
librustc_target Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk 2018-07-01 18:43:41 +00:00
librustc_traits Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_tsan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_typeck Rollup merge of #51979 - oli-obk:lowering_cleanups4, r=nikomatsakis 2018-07-03 11:31:07 +02:00
librustdoc Update rustdoc 2018-07-02 10:37:49 +02:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Rollup merge of #51973 - estk:master, r=abonander 2018-07-03 11:31:03 +02:00
libstd_unicode
libsyntax Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkov 2018-07-03 11:31:01 +02:00
libsyntax_ext Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
libsyntax_pos Address comments 2018-06-30 01:53:32 +03:00
libterm
libtest
libunwind
llvm@1c817c7a0c Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1 2018-06-29 13:58:17 +09:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@886ff388fb Update stdsimd 2018-07-02 12:53:46 +02:00
test Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix 2018-07-03 18:00:16 +00:00
tools Auto merge of #51428 - alexreg:uninitialized-statics-simplification, r=oli-obk 2018-07-03 02:01:49 +00:00
Cargo.lock Make sure clippy does not duplicate depenencies 2018-07-02 10:36:07 +02:00
Cargo.toml
README.md
stage0.txt Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00

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: