rust/src
Mazdak Farrokhzad 0383be8577
Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis
Fix perf regression from Miri Machine trait changes

Maybe this fixes the perf regression that https://github.com/rust-lang/rust/pull/62003 seemingly introduced?

Cc @nnethercote
2019-07-06 02:37:58 +02:00
..
bootstrap Rollup merge of #62406 - Mark-Simulacrum:warnings-lint, r=RalfJung 2019-07-05 20:27:06 +02:00
build_helper
ci Auto merge of #61252 - indygreg:upgrade-musl, r=alexcrichton 2019-06-30 08:42:58 +00:00
doc Update rustc-guide 2019-07-06 02:06:00 +09:00
etc Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton 2019-07-04 01:38:59 +02:00
grammar
liballoc Rollup merge of #62371 - Nemo157:fix-62288, r=Centril 2019-07-05 13:53:10 +02:00
libarena Enable internal lints in bootstrap 2019-06-24 10:45:20 +02:00
libcore Rollup merge of #62133 - petrochenkov:norustc, r=eddyb 2019-07-05 20:26:54 +02:00
libfmt_macros Enable internal lints in bootstrap 2019-06-24 10:45:20 +02:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
libprofiler_builtins
librustc Rollup merge of #62396 - RalfJung:miri-no-null, r=alexcrichton 2019-07-05 20:27:05 +02:00
librustc_allocator Enable internal lints in bootstrap 2019-06-24 10:45:20 +02:00
librustc_apfloat
librustc_asan
librustc_borrowck Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_codegen_llvm Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
librustc_codegen_ssa Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_codegen_utils Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
librustc_driver Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_errors Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
librustc_fs_util
librustc_incremental Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_interface Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_lint Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_llvm
librustc_lsan
librustc_macros Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
librustc_metadata Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_mir Rollup merge of #62264 - RalfJung:inline-forcing, r=zackmdavis 2019-07-06 02:37:58 +02:00
librustc_msan
librustc_passes Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_plugin rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
librustc_privacy Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_resolve Rollup merge of #62133 - petrochenkov:norustc, r=eddyb 2019-07-05 20:26:54 +02:00
librustc_save_analysis Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_target Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisa 2019-07-05 20:27:01 +02:00
librustc_traits Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustc_tsan
librustc_typeck Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
librustdoc Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
libserialize Revert changes to the standard library 2019-07-03 10:01:03 +02:00
libstd Rollup merge of #62414 - jethrogb:jb/sgx-uninit, r=Mark-Simulacrum 2019-07-05 20:27:08 +02:00
libsyntax Rollup merge of #62133 - petrochenkov:norustc, r=eddyb 2019-07-05 20:26:54 +02:00
libsyntax_ext Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
libsyntax_pos Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
libterm Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
libtest
libunwind Switch master to 1.38 2019-07-04 11:26:57 -04:00
llvm-emscripten@7f23313edf
llvm-project@1bbe0b3e1d Update LLVM to fix VS 2019 compilation 2019-06-21 08:31:41 +02:00
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis 2019-07-06 02:37:54 +02:00
tools Remove compile-pass from compiletest 2019-07-06 02:06:00 +09:00
.gitignore
README.md
stage0.txt Switch master to 1.38 2019-07-04 11:26:57 -04:00

README.md

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: