rust/src
bors 8549cfed4b Auto merge of #69649 - estebank:negative-impl-span, r=Centril
Tweak output for invalid negative impl errors

Follow up to #69722. Tweak negative impl errors emitted in the HIR:

```
error[E0192]: invalid negative impl
  --> $DIR/E0192.rs:9:6
   |
LL | impl !Trait for Foo { }
   |      ^^^^^^
   |
   = note: negative impls are only allowed for auto traits, like `Send` and `Sync`
```
2020-03-23 12:40:36 +00:00
..
bootstrap Rollup merge of #70123 - cuviper:library-path, r=Mark-Simulacrum 2020-03-23 10:29:13 +01:00
build_helper
ci Rollup merge of #70159 - alexcrichton:update-wasi, r=pietroalbini 2020-03-23 10:29:14 +01:00
doc
etc Test pretty printing more and fix overzealous type substitution 2020-03-21 14:03:09 +00:00
liballoc Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC 2020-03-23 04:26:15 +01:00
libarena separate out an arena for HIR 2020-03-21 22:18:57 +01:00
libcore Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJung 2020-03-22 18:37:19 +00:00
libfmt_macros fix various typos 2020-03-06 15:19:31 +01:00
libgraphviz
libpanic_abort
libpanic_unwind remove unused imports 2020-03-19 07:53:32 +01:00
libproc_macro
libprofiler_builtins Remove -ffreestanding from libprofiler_builtins because we do need the standard library 2020-03-18 15:55:26 -04:00
librustc Rollup merge of #70286 - RalfJung:no-experiments, r=petrochenkov 2020-03-23 10:29:18 +01:00
librustc_apfloat
librustc_ast Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril 2020-03-23 06:02:34 +00:00
librustc_ast_lowering Auto merge of #69649 - estebank:negative-impl-span, r=Centril 2020-03-23 12:40:36 +00:00
librustc_ast_passes Rollup merge of #70032 - lcnr:issue69970, r=varkor 2020-03-21 13:06:40 +01:00
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC 2020-03-23 04:26:15 +01:00
librustc_codegen_llvm Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_codegen_ssa Rollup merge of #70249 - lcnr:issue70125, r=eddyb 2020-03-23 04:26:13 +01:00
librustc_data_structures Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC 2020-03-23 04:26:15 +01:00
librustc_driver Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb 2020-03-21 08:51:14 +01:00
librustc_error_codes Rollup merge of #70270 - GuillaumeGomez:cleanup-e0449, r=Dylan-DPC 2020-03-23 04:26:16 +01:00
librustc_errors remove redundant closures (clippy::redundant_closure) 2020-03-22 12:43:19 +01:00
librustc_expand parse: nix new_sub_parser_from_file 2020-03-22 00:35:20 +01:00
librustc_feature remove redundant closures (clippy::redundant_closure) 2020-03-22 12:43:19 +01:00
librustc_fs_util
librustc_hir Auto merge of #69649 - estebank:negative-impl-span, r=Centril 2020-03-23 12:40:36 +00:00
librustc_incremental Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=Zoxc 2020-03-21 08:51:19 +01:00
librustc_index
librustc_infer Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_interface Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril 2020-03-23 06:02:34 +00:00
librustc_lexer remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
librustc_lint {rustc::hir::map -> rustc_hir}::definitions 2020-03-21 22:20:24 +01:00
librustc_llvm rustc_llvm: don't use -g when LLVM_NDEBUG is set. 2020-03-23 02:36:36 +02:00
librustc_macros
librustc_metadata Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_mir Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_mir_build Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_parse Rollup merge of #70248 - Centril:unroot, r=petrochenkov 2020-03-23 04:26:12 +01:00
librustc_passes Allow #[track_caller] in traits. 2020-03-22 17:21:18 -07:00
librustc_plugin_impl
librustc_privacy Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
librustc_resolve Rollup merge of #70233 - petrochenkov:superproc, r=ecstatic-morse 2020-03-23 10:29:16 +01:00
librustc_save_analysis remove redundant closures (clippy::redundant_closure) 2020-03-22 12:43:19 +01:00
librustc_session Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril 2020-03-23 06:02:34 +00:00
librustc_span Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-Simulacrum 2020-03-22 15:48:35 +01:00
librustc_symbol_mangling symbol_names: treat ReifyShim like VtableShim. 2020-03-21 14:51:58 +02:00
librustc_target remove unused unit values (clippy::unused_unit) 2020-03-21 20:45:19 +01:00
librustc_trait_selection Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_traits Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis 2020-03-23 10:29:11 +01:00
librustc_ty rustc: keep upvars tupled in {Closure,Generator}Substs. 2020-03-21 14:23:50 +02:00
librustc_typeck Auto merge of #69649 - estebank:negative-impl-span, r=Centril 2020-03-23 12:40:36 +00:00
librustdoc Auto merge of #69649 - estebank:negative-impl-span, r=Centril 2020-03-23 12:40:36 +00:00
libserialize
libstd Rollup merge of #70207 - hatoo:macos-getentropy, r=dtolnay 2020-03-23 04:26:07 +01:00
libterm
libtest
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm
stdarch@abe96ca3b8 Update stdarch submodule 2020-03-19 14:38:09 +00:00
test Auto merge of #69649 - estebank:negative-impl-span, r=Centril 2020-03-23 12:40:36 +00:00
tools Auto merge of #70153 - flip1995:clippyup, r=Dylan-DPC 2020-03-22 00:57:57 +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 dev guide.