rust/src
Mark Rousskov 879c610557
Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obk
miri validation: better error messages for dangling references

Cc @oli-obk
2019-07-15 19:55:11 -04:00
..
bootstrap Update the stdarch submodule 2019-07-15 14:05:28 +02:00
build_helper
ci
doc
etc
grammar
liballoc Auto merge of #61953 - Centril:shared-from-iter, r=RalfJung 2019-07-13 06:49:02 +00:00
libarena
libcore Rollup merge of #62662 - DutchGhost:fix_space, r=sfackler 2019-07-15 19:55:08 -04:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc pprust: Move some methods to the PrintState trait 2019-07-15 12:42:07 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm
librustc_codegen_ssa Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix 2019-07-13 20:45:40 +00:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov 2019-07-13 16:18:41 +02:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_mir Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obk 2019-07-15 19:55:11 -04:00
librustc_msan
librustc_passes Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_plugin Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_privacy
librustc_resolve review comments 2019-07-13 13:37:31 -07:00
librustc_save_analysis
librustc_target Make newtype_index hygienic and use allow_internal_unstable 2019-07-13 10:25:57 +01:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when-possible, r=eddyb 2019-07-13 16:18:37 +02:00
librustdoc
libserialize
libstd Update the stdarch submodule 2019-07-15 14:05:28 +02:00
libsyntax Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebank 2019-07-15 19:55:10 -04:00
libsyntax_ext Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@6c1a545b26
rtstartup
rustc
rustllvm
stdarch@b881a2d124 Update stdarch 2019-07-15 16:29:12 +02:00
test Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obk 2019-07-15 19:55:11 -04:00
tools Update the stdarch submodule 2019-07-15 14:05:28 +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: