rust/src
bors 4894123d21 Auto merge of #64211 - oli-obk:miri, r=eddyb
Fix miri

fixes  #64109

cc @HeroicKatora
cc @RalfJung
2019-09-06 11:36:50 +00:00
..
bootstrap Assume non-git LLVM is fresh if the stamp file exists 2019-09-04 16:02:31 -07:00
build_helper rustbuild: allow disabling deny(warnings) for bootstrap 2019-08-27 17:26:54 +02:00
ci
doc Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkov 2019-09-05 12:11:11 +02:00
etc std: Remove the wasm_syscall feature 2019-08-28 08:34:31 -07:00
grammar
liballoc Rollup merge of #63684 - GrayJack:const_list_new, r=Centril 2019-08-30 23:08:01 +02:00
libarena
libcore Rollup merge of #64174 - GuillaumeGomez:missing-iterator-examples, r=sfackler 2019-09-06 09:36:44 +02:00
libfmt_macros flatten rustc_lexer::character_properties module 2019-09-04 15:13:29 +03:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: Turn quote into a regular built-in macro 2019-08-27 00:37:13 +03:00
libprofiler_builtins
librustc Auto merge of #64211 - oli-obk:miri, r=eddyb 2019-09-06 11:36:50 +00:00
librustc_apfloat rustc_apfloat: make the crate #![no_std] explicitly. 2019-08-28 11:24:04 +03:00
librustc_asan
librustc_ast_borrowck Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
librustc_codegen_llvm Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthewjasper 2019-09-05 12:11:08 +02:00
librustc_codegen_ssa Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthewjasper 2019-09-05 12:11:08 +02:00
librustc_codegen_utils Remove LocalInternedString uses from librustc/ty/. 2019-09-04 14:23:30 +10:00
librustc_data_structures
librustc_driver Auto merge of #63827 - andjo403:out-of-process-rustc-in-rustdoc, r=Mark-Simulacrum 2019-08-30 10:25:26 +00:00
librustc_errors Rollup merge of #64058 - phansch:refactor_out_method, r=estebank 2019-09-03 14:27:01 +02:00
librustc_fs_util
librustc_incremental
librustc_interface Allow running rustdoc on proc-macro crates without specifying '--crate-type proc-macro' 2019-08-28 18:00:36 -04:00
librustc_lexer fill metadata in rustc_lexer's Cargo.toml 2019-09-05 23:03:50 +03:00
librustc_lint or-patterns: fix fallout from #664128. 2019-09-05 09:17:19 +02:00
librustc_llvm fix a few typos in comments 2019-09-04 23:25:51 +08:00
librustc_lsan
librustc_macros
librustc_metadata use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
librustc_mir Auto merge of #64172 - Centril:rollup-8i8oh54, r=Centril 2019-09-05 12:41:41 +00:00
librustc_msan
librustc_passes Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
librustc_plugin
librustc_privacy
librustc_resolve resolve: bool -> enum PatBoundCtx 2019-09-05 08:33:09 +02:00
librustc_save_analysis or-patterns: adjust save_analysis wrt. process_var_decl{_multi}. 2019-09-05 08:33:09 +02:00
librustc_target Add x86_64-linux-kernel target 2019-08-31 17:32:45 -04:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #64161 - estebank:point-variant, r=Centril 2019-09-06 09:36:42 +02:00
librustdoc Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-be-div, r=Mark-Simulacrum 2019-09-06 09:36:45 +02:00
libserialize
libstd Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichton 2019-09-06 09:36:49 +02:00
libsyntax Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov 2019-09-06 09:36:39 +02:00
libsyntax_ext Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov 2019-09-06 09:36:39 +02:00
libsyntax_pos Add Symbol::{with,with2}. 2019-09-04 15:21:33 +10:00
libterm
libtest Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg 2019-08-27 08:17:48 +02:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@48818e9f5d
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #64161 - estebank:point-variant, r=Centril 2019-09-06 09:36:42 +02:00
tools Auto merge of #64211 - oli-obk:miri, r=eddyb 2019-09-06 11:36:50 +00:00
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 this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.