rust/src
2018-11-03 02:24:50 +01:00
..
bootstrap Avoid directly catching BaseException in bootstrap configure script 2018-10-28 12:03:29 +01:00
build_helper
ci Update enum debuginfo tests 2018-10-30 12:09:04 -06:00
dlmalloc@c99638dc2e
doc
etc Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-Simulacrum 2018-10-29 09:47:52 +01:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #55450 - japaric:msp430, r=alexcrichton 2018-10-30 18:55:27 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9 Update compiler-builtins submodule 2018-10-30 10:51:55 -07:00
libcore Rollup merge of #55426 - fitzgen:nonnull-inline, r=SimonSapin 2018-10-29 09:47:48 +01:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Sidestep an ICE by providing *some* description for ReEmpty when it arises. 2018-11-03 02:24:50 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of-thread-local-under-ast-borrowck, r=nikomatsakis 2018-10-27 09:56:37 +00:00
librustc_codegen_llvm Avoid possible integer overflow in niche value computation 2018-10-30 12:06:07 -06:00
librustc_codegen_utils Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk 2018-10-27 19:29:35 +00:00
librustc_cratesio_shim
librustc_data_structures Use opt.take() instead of mem::replace(opt, None) 2018-10-29 13:48:26 +01:00
librustc_driver
librustc_errors Rename other occs of (Code/File)Map to Source(Map/File) #51574 2018-10-29 21:26:13 +01:00
librustc_fs_util
librustc_incremental
librustc_lint don't lint unused_parens on if (break _) 2018-10-29 12:41:56 +01:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_metadata_utils
librustc_mir Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-parents-of-closures, r=davidtwco 2018-10-30 18:55:37 +08:00
librustc_msan
librustc_passes Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of-thread-local-under-ast-borrowck, r=nikomatsakis 2018-10-27 09:56:37 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Add note linking to Rust 2018 path semantics docs. 2018-10-28 09:16:10 +01:00
librustc_save_analysis
librustc_target msp430: remove the whole Atomic* API 2018-10-28 19:03:45 +01:00
librustc_traits Change a flat_map with 0/1-element vecs to a filter_map 2018-10-29 16:28:33 +01:00
librustc_tsan
librustc_typeck Rollup merge of #55473 - ljedrz:transitive/elaborate_bounds_impl_iterator, r=estebank 2018-10-30 18:55:30 +08:00
librustdoc Fix invalid "expand description" display 2018-10-30 10:18:51 +01:00
libserialize
libstd Auto merge of #55043 - oliver-giersch:unchecked_thread_spawning, r=alexcrichton 2018-10-28 21:34:12 +00:00
libsyntax Rename other occs of (Code/File)Map to Source(Map/File) #51574 2018-10-29 21:26:13 +01:00
libsyntax_ext Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov 2018-10-26 21:46:13 +00:00
libsyntax_pos Rename other occs of (Code/File)Map to Source(Map/File) #51574 2018-10-29 21:26:13 +01:00
libterm
libtest
libunwind
llvm@7051ead40a Fix DWARF generation for enums 2018-10-30 12:06:07 -06:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Fix DWARF generation for enums 2018-10-30 12:06:07 -06:00
stdsimd@431766a3fb
test Add legacy debuginfo tests 2018-10-30 12:09:11 -06:00
tools Update lldb 2018-10-30 12:09:11 -06:00
.gitignore
Cargo.lock Update clippy 2018-10-30 04:30:29 +00: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: