rust/src
2018-08-05 11:02:59 -05:00
..
bootstrap Rollup merge of #52969 - Keruspe:local_rebuild, r=alexcrichton 2018-08-04 14:35:51 +08:00
build_helper
ci Rollup merge of #52940 - kennytm:move-checktool-protection-week, r=alexcrichton 2018-08-04 14:35:49 +08:00
dlmalloc@c99638dc2e
doc Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton 2018-08-01 10:12:47 +02:00
etc fix coding style 2018-07-29 23:45:32 +09:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton 2018-08-02 15:34:21 +00:00
liballoc_jemalloc enable jemalloc assertions when configured to do so 2018-07-31 17:01:39 +02:00
liballoc_system Fix coding style. 2018-07-31 09:49:10 +02:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708 Update the compiler-builtins submodule 2018-07-25 18:12:39 -07:00
libcore Rollup merge of #53062 - ljedrz:redundant_field_names, r=Mark-Simulacrum 2018-08-04 23:09:12 +08:00
libfmt_macros Remove unused muts 2018-07-29 18:04:09 +01:00
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Use diagnostic API on Session 2018-08-04 06:54:36 -06:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_codegen_llvm Move share_generics getter onto options directly 2018-08-04 06:54:36 -06:00
librustc_codegen_utils Use diagnostic API on Session 2018-08-04 06:54:36 -06:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #52942 - llogiq:smallvec-opt, r=Mark-Simulacrum 2018-08-01 21:46:37 +02:00
librustc_driver Use diagnostic API on Session 2018-08-04 06:54:36 -06:00
librustc_errors rustc: Disallow machine applicability in foreign macros 2018-07-30 07:48:59 -07:00
librustc_incremental Don't format!() string literals 2018-07-28 17:58:52 +02:00
librustc_lint Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebank 2018-08-04 14:35:50 +08:00
librustc_llvm [RISCV] Enable LLVM backend. 2018-08-01 15:32:22 +02:00
librustc_lsan
librustc_metadata Normalize variants of CrateType to standard style 2018-08-04 06:53:15 -06:00
librustc_metadata_utils Move unused trait functions to inherent functions 2018-08-03 11:44:09 -06:00
librustc_mir Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix 2018-08-05 09:17:24 +00:00
librustc_msan
librustc_passes Use diagnostic API on Session 2018-08-04 06:54:36 -06:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rollup merge of #53001 - petrochenkov:master, r=estebank 2018-08-04 14:35:55 +08:00
librustc_resolve Move unused trait functions to inherent functions 2018-08-03 11:44:09 -06:00
librustc_save_analysis Normalize variants of CrateType to standard style 2018-08-04 06:53:15 -06:00
librustc_target [RISCV] Disable c extension and atomic_cas. 2018-08-01 15:34:57 +02:00
librustc_traits Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
librustc_tsan
librustc_typeck Normalize EntryFnType variants to standard style 2018-08-04 06:54:12 -06:00
librustdoc Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavus 2018-08-04 21:20:26 +00:00
libserialize Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm 2018-08-01 10:12:40 +02:00
libstd Rollup merge of #53024 - matklad:patch-1, r=alexcrichton 2018-08-04 14:35:59 +08:00
libsyntax Enable macros to pass $:literal to another macro 2018-08-05 11:02:59 -05:00
libsyntax_ext Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk 2018-08-01 10:13:02 +02:00
libsyntax_pos Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
libterm Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
libtest Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton 2018-08-02 02:24:15 +00:00
stdsimd@05c2f61c38
test Enable macros to pass $:literal to another macro 2018-08-05 11:02:59 -05:00
tools Auto merge of #53078 - alexcrichton:update-cargo, r=Mark-Simulacrum 2018-08-05 03:20:13 +00:00
Cargo.lock Update rustfmt and RLS 2018-08-05 10:07:19 +12:00
Cargo.toml Update Cargo submodule 2018-08-02 18:09:19 -07:00
README.md
stage0.txt Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06: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: