rust/src
2018-08-27 13:57:55 -04:00
..
bootstrap Added rustc_codegen_llvm to compiler documentation. 2018-08-24 13:09:34 +02:00
build_helper
ci Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
dlmalloc@c99638dc2e
doc Auto merge of #53619 - japaric:panic-handler, r=SimonSapin 2018-08-26 04:02:19 +00:00
etc Exec gdb and lldb in rust-* wrappers 2018-08-19 00:00:00 +02:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #53662 - kennytm:rollup, r=kennytm 2018-08-24 17:02:23 +00:00
liballoc_jemalloc rustc: Continue to tweak "std internal symbols" 2018-08-26 16:34:14 -07:00
liballoc_system Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
libarena Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus 2018-08-25 08:53:04 +00:00
libfmt_macros Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
libgraphviz A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
liblibc@1844a772b6 Update libc to include Fuchsia fixes 2018-08-24 11:52:49 -07:00
libpanic_abort rustc: Continue to tweak "std internal symbols" 2018-08-26 16:34:14 -07:00
libpanic_unwind Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung 2018-08-21 22:05:30 +08:00
libproc_macro Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
libprofiler_builtins [nll] libprofiler_builtins: enable feature(nll) for bootstrap 2018-08-09 09:20:20 -04:00
librustc implement liveness tracing, remove old liveness system 2018-08-27 13:57:55 -04:00
librustc_allocator rustc: Continue to tweak "std internal symbols" 2018-08-26 16:34:14 -07:00
librustc_apfloat Two small improvements 2018-08-15 13:54:47 +02:00
librustc_asan [nll] librustc_asan: enable feature(nll) for bootstrap 2018-08-09 04:08:17 -04:00
librustc_borrowck use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_codegen_llvm Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix 2018-08-24 22:42:00 +00:00
librustc_codegen_utils rustc: Continue to tweak "std internal symbols" 2018-08-26 16:34:14 -07:00
librustc_cratesio_shim [nll] librustc_cratesio_shim: enable feature(nll) for bootstrap 2018-08-09 06:50:25 -04:00
librustc_data_structures micro-optimize dominator code 2018-08-27 13:57:55 -04:00
librustc_driver Move with_globals setup from run_compiler to run 2018-08-27 02:19:07 +02:00
librustc_errors use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_fs_util Move path2cstr to rustc_fs_util 2018-08-09 10:00:25 -06:00
librustc_incremental mv codemap() source_map() 2018-08-19 23:01:01 +02:00
librustc_lint Auto merge of #53662 - kennytm:rollup, r=kennytm 2018-08-24 17:02:23 +00:00
librustc_llvm [nll] librustc_llvm: enable feature(nll) for bootstrap 2018-08-09 15:33:24 -04:00
librustc_lsan [nll] librustc_lsan: enable feature(nll) for bootstrap 2018-08-09 15:33:50 -04:00
librustc_metadata Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe 2018-08-24 19:24:44 +08:00
librustc_metadata_utils
librustc_mir kill dead code from util/liveness 2018-08-27 13:57:55 -04:00
librustc_msan [nll] librustc_msan: enable feature(nll) for bootstrap 2018-08-09 15:34:05 -04:00
librustc_passes Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez 2018-08-22 19:59:52 +00:00
librustc_platform_intrinsics [nll] librustc_platform_intrinsics: enable feature(nll) for bootstrap 2018-08-09 15:34:31 -04:00
librustc_plugin [nll] librustc_plugin: enable feature(nll) for bootstrap 2018-08-09 04:09:29 -04:00
librustc_privacy Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov 2018-08-24 23:27:16 +08:00
librustc_resolve Auto merge of #53662 - kennytm:rollup, r=kennytm 2018-08-24 17:02:23 +00:00
librustc_save_analysis use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
librustc_target change the default linker of the ARM Cortex-M targets 2018-08-24 21:40:57 +02:00
librustc_traits Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus 2018-08-25 08:53:04 +00:00
librustc_tsan [nll] librustc_tsan: enable feature(nll) for bootstrap 2018-08-09 04:11:06 -04:00
librustc_typeck rustc: Continue to tweak "std internal symbols" 2018-08-26 16:34:14 -07:00
librustdoc Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomez 2018-08-26 12:05:27 +02:00
libserialize Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
libstd Auto merge of #53640 - alexcrichton:more-symbol-tweaks, r=michaelwoerister 2018-08-27 01:28:52 +00:00
libsyntax Auto merge of #53619 - japaric:panic-handler, r=SimonSapin 2018-08-26 04:02:19 +00:00
libsyntax_ext Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
libsyntax_pos Revert "hygiene: Make sure expansion info is set at most once for a given Mark" 2018-08-24 02:21:52 +03:00
libterm A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
libtest Rollup merge of #53428 - RalfJung:libtest-terse, r=KodrAus 2018-08-26 12:05:23 +02:00
libunwind [nll] libunwind: enable feature(nll) for bootstrap 2018-08-09 06:52:12 -04:00
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc Update libc and activate align feature 2018-08-08 10:52:10 +02:00
rustllvm Buffer LLVM's object output stream 2018-08-19 23:46:32 -07:00
stdsimd@05c2f61c38
test implement liveness tracing, remove old liveness system 2018-08-27 13:57:55 -04:00
tools Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk 2018-08-27 09:08:27 +00:00
Cargo.lock Update clippy 2018-08-27 06:48:15 +02:00
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: