rust/src
bors e800988579 Auto merge of #54043 - fintelia:raw_entry, r=alexcrichton
Add raw_entry API to HashMap

This is a continuation of #50821.
2018-11-02 07:04:07 +00:00
..
bootstrap Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Simulacrum 2018-11-01 11:55:19 +01:00
build_helper
ci Update enum debuginfo tests 2018-10-30 12:09:04 -06:00
dlmalloc@c99638dc2e
doc Reflect by-value object safety in the unstable book. 2018-10-24 21:59:07 +09:00
etc Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-Simulacrum 2018-10-29 09:47:52 +01:00
grammar
jemalloc@1f5a28755e
liballoc Bump nightly to 1.32.0 2018-10-31 11:53:50 -07: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 #55578 - regexident:fix/self, r=frewsxcv 2018-11-01 22:56:36 +08:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm 2018-11-02 01:19:17 +00: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 Bump nightly to 1.32.0 2018-10-31 11:53:50 -07:00
librustc_driver Add extern crate items to extern prelude 2018-10-24 00:14:50 +03:00
librustc_errors Pass suggestions as impl Iterator instead of Vec 2018-10-31 13:56:20 +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 Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister 2018-10-26 14:30:26 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm 2018-11-02 01:19:17 +00: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 Rollup merge of #55536 - ljedrz:don't_collect_suggestions, r=davidtwco 2018-11-01 22:52:13 +08:00
librustc_save_analysis save analysis: don't dump macro refs 2018-10-31 13:29:02 +13:00
librustc_target Bump nightly to 1.32.0 2018-10-31 11:53:50 -07: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 Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm 2018-11-02 01:19:17 +00:00
librustdoc Fix invalid "expand description" display 2018-10-30 10:18:51 +01:00
libserialize
libstd Auto merge of #54043 - fintelia:raw_entry, r=alexcrichton 2018-11-02 07:04:07 +00:00
libsyntax Rollup merge of #55558 - nnethercote:tweak-MatcherPos-matches, r=petrochenkov 2018-11-01 22:52:17 +08:00
libsyntax_ext syntax: improve a few allocations 2018-10-31 16:58:51 +01: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 Update stdsimd submodule 2018-10-23 09:51:02 -07:00
test Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichton 2018-11-02 04:20:36 +00:00
tools Update clippy 2018-11-01 13:58:07 -07:00
.gitignore
Cargo.lock Bump nightly to 1.32.0 2018-10-31 11:53:50 -07:00
Cargo.toml
README.md
stage0.txt Bump nightly to 1.32.0 2018-10-31 11:53:50 -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: