rust/src
bors 60960a260f Auto merge of #63483 - RalfJung:invalid-value, r=Centril
Improve invalid_value lint message

The lint now explains which type is involved and why it cannot be initialized this way. It also points at the innermost struct/enum field that has an offending type, if any.

See https://github.com/erlepereira/x11-rs/issues/99#issuecomment-520311911 for how this helps in some real-world code hitting this lint.
2019-08-12 12:43:33 +00:00
..
bootstrap
build_helper
ci
doc
etc
grammar
liballoc
libarena
libcore Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnay 2019-08-12 10:58:13 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obk 2019-08-12 10:58:12 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJung 2019-08-11 09:58:01 +00:00
librustc_codegen_ssa Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb 2019-08-11 15:18:49 -04:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint more informative error message from invalid_value lint 2019-08-12 11:23:56 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasper 2019-08-12 10:58:16 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
librustc_resolve Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb 2019-08-12 10:58:18 +02:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJung 2019-08-11 09:58:01 +00:00
librustdoc Reduce nesting in externalfiles implementation 2019-08-11 10:47:58 -04:00
libserialize
libstd Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril 2019-08-12 10:58:24 +02:00
libsyntax Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb 2019-08-12 10:58:18 +02:00
libsyntax_ext
libsyntax_pos add basic lint testing for misuse of mem::zeroed and mem::uninitialized 2019-08-11 12:04:49 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@48818e9f5d
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Auto merge of #63483 - RalfJung:invalid-value, r=Centril 2019-08-12 12:43:33 +00:00
tools Auto merge of #63472 - Xanewok:update-rls, r=Mark-Simulacrum 2019-08-11 22:53:30 +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.