rust/src
bors 3de0106789 Auto merge of #59780 - RalfJung:miri-unsized, r=oli-obk
Miri: unsized locals and by-value dyn traits

r? @oli-obk
Cc @eddyb

Fixes https://github.com/rust-lang/miri/issues/449
2019-04-11 15:44:22 +00:00
..
bootstrap Don't build test helpers for wasm32 2019-04-10 21:17:33 +02:00
build_helper
ci Auto merge of #59770 - pietroalbini:pin-android-emulator, r=kennytm 2019-04-07 12:33:01 +00:00
doc Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus 2019-04-11 12:49:49 +00:00
etc
grammar
liballoc Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
libarena
libcore Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus 2019-04-11 12:49:49 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Use for_each to extend collections 2019-04-05 14:51:07 -07:00
libprofiler_builtins
librustc Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix 2019-04-07 00:57:13 +00:00
librustc_allocator
librustc_apfloat
librustc_asan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_borrowck
librustc_codegen_llvm Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix 2019-04-07 00:57:13 +00:00
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_macros
librustc_metadata
librustc_mir Auto merge of #59780 - RalfJung:miri-unsized, r=oli-obk 2019-04-11 15:44:22 +00:00
librustc_msan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton 2019-04-06 00:14:43 +02:00
librustc_traits
librustc_tsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_typeck Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank 2019-04-06 00:14:40 +02:00
librustdoc Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomez 2019-04-11 08:48:26 +00:00
libserialize
libstd Auto merge of #59765 - lzutao:patch-1, r=Centril 2019-04-07 18:06:01 +00:00
libsyntax Rollup merge of #59687 - matklad:shebang, r=petrochenkov 2019-04-05 12:46:49 +02:00
libsyntax_ext
libsyntax_pos
libterm Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
libtest Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" 2019-04-07 03:16:31 -04:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Auto merge of #59710 - alexcrichton:llvm-9-compat, r=sanxiyn 2019-04-06 13:14:23 +00:00
stdsimd@2792b45c97
test Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomez 2019-04-11 08:48:26 +00:00
tools submodules: update rls from 90f7ab0 to 49efc06 2019-04-09 10:49:44 +02: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: