rust/src
Mazdak Farrokhzad 973e754fc4
Rollup merge of #57677 - dotdash:locals, r=michaelwoerister
const_eval: Predetermine the layout of all locals when pushing a stack frame

Usually the layout of any locals is required at least three times, once
when it becomes live, once when it is written to, and once it is read
from. By adding a cache for them, we can reduce the number of layout
queries speeding up code that is heavy on const_eval.
2019-01-22 12:20:31 +01:00
..
bootstrap Auto merge of #57708 - nbigaouette:pr-53774-fix-missing-rust-gdbui-install, r=Mark-Simulacrum 2019-01-21 03:12:26 +00:00
build_helper
ci
doc Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus 2019-01-21 13:55:45 +00:00
etc
grammar
liballoc
libarena
libcore Rollup merge of #57604 - alercah:str-index, r=sfackler 2019-01-22 12:20:28 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #57475 - SimonSapin:signed, r=estebank 2019-01-22 05:42:11 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #57677 - dotdash:locals, r=michaelwoerister 2019-01-22 12:20:31 +01:00
librustc_msan
librustc_passes Differentiate between closure and function bodies 2019-01-21 10:12:17 +01:00
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #57769 - estebank:cast-suggestion-struct-field, r=matthewjasper 2019-01-21 02:21:56 +01:00
librustdoc Rollup merge of #57552 - GuillaumeGomez:default-images, r=QuietMisdreavus 2019-01-22 12:20:27 +01:00
libserialize
libstd
libsyntax Rollup merge of #57667 - ishitatsuyuki:p-leak, r=nnethercote 2019-01-22 12:20:29 +01:00
libsyntax_ext Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton 2019-01-22 12:20:23 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@269d0ba959
test Rollup merge of #57604 - alercah:str-index, r=sfackler 2019-01-22 12:20:28 +01:00
tools Auto merge of #57821 - RalfJung:miri, r=oli-obk 2019-01-22 08:24:58 +00:00
.gitignore
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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: