rust/src
Nicholas Nethercote f46b888f73 Remove LazyBTreeMap.
It was introduced in #50240 to avoid an allocation when creating a new
BTreeMap, which gave some speed-ups. But then #50352 made that the
default behaviour for BTreeMap, so LazyBTreeMap is no longer necessary.
2018-05-14 22:27:45 +10:00
..
bootstrap Auto merge of #50105 - mixi:crt-included, r=alexcrichton 2018-05-11 19:46:16 +00:00
build_helper
ci Auto merge of #50573 - oli-obk:tool_sanity, r=kennytm 2018-05-13 03:44:00 +00:00
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #50352 - porglezomp:btree-no-empty-alloc, r=Gankro 2018-05-12 09:42:11 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Rollup merge of #50545 - rizakrko:const_time, r=oli-obk 2018-05-12 07:32:25 -06:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
libprofiler_builtins
librustc Remove LazyBTreeMap. 2018-05-14 22:27:45 +10:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_cratesio_shim
librustc_data_structures Remove LazyBTreeMap. 2018-05-14 22:27:45 +10:00
librustc_driver Add a Rayon thread pool 2018-05-13 01:28:20 +02:00
librustc_errors
librustc_incremental Update an old method name in debug logging 2018-05-11 08:09:53 -07:00
librustc_lint Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, r=estebank 2018-05-12 22:48:16 +00:00
librustc_llvm Set PrepareForThinLTO flag when using ThinLTO 2018-05-12 14:07:20 +02:00
librustc_lsan
librustc_metadata Rollup merge of #50538 - michaelwoerister:atomic-cnums, r=Zoxc 2018-05-10 11:35:24 -05:00
librustc_mir Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov 2018-05-12 07:32:27 -06:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Auto merge of #50105 - mixi:crt-included, r=alexcrichton 2018-05-11 19:46:16 +00:00
librustc_traits
librustc_trans Auto merge of #50686 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2018-05-12 18:45:00 +00:00
librustc_trans_utils
librustc_tsan
librustc_typeck Merge all "Copy not implemented" errors 2018-05-12 14:24:02 -03:00
librustdoc Add a Rayon thread pool 2018-05-13 01:28:20 +02:00
libserialize
libstd Do not silently truncate offsets for read_at/write_at on emscripten 2018-05-12 08:39:05 -06:00
libstd_unicode
libsyntax Add a Rayon thread pool 2018-05-13 01:28:20 +02:00
libsyntax_ext
libsyntax_pos Fix impl PartialOrd for InternedString 2018-05-13 01:28:20 +02:00
libterm
libtest
libunwind
llvm@fd7dd99edf Pull in a wasm fix from LLVM upstream 2018-05-10 07:06:18 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Set PrepareForThinLTO flag when using ThinLTO 2018-05-12 14:07:20 +02:00
stdsimd@2f86c75a24
test Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, r=estebank 2018-05-12 22:48:16 +00:00
tools Add a Rayon thread pool 2018-05-13 01:28:20 +02:00
Cargo.lock Update Cargo.lock 2018-05-13 01:28:20 +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: