rust/src
bors 97ba0c7171 Auto merge of #75536 - estebank:e0255-suggestion, r=varkor
Tweak output of E0225

When encountering multiple non-auto trait bounds suggest creating a new
trait and explain what auto-traits are.

_Inspired by https://fasterthanli.me/articles/frustrated-its-not-you-its-rust_
2020-08-16 11:16:44 +00:00
..
bootstrap Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk 2020-08-15 11:38:24 +00:00
build_helper
ci Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk 2020-08-15 11:38:24 +00:00
doc Auto merge of #75431 - ehuss:platform-support, r=Mark-Simulacrum 2020-08-13 06:17:25 +00:00
etc
librustc_apfloat
librustc_arena Simplify arena_types macros 2020-08-14 17:34:32 +01:00
librustc_ast replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_ast_lowering
librustc_ast_passes Flip order of const & type 2020-08-12 23:19:07 +00:00
librustc_ast_pretty
librustc_attr Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_builtin_macros Rollup merge of #75319 - estebank:format-ice, r=eddyb 2020-08-13 18:00:08 -07:00
librustc_codegen_llvm Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco 2020-08-14 20:07:11 -07:00
librustc_codegen_ssa Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk 2020-08-15 11:38:24 +00:00
librustc_data_structures Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_driver Auto merge of #75575 - marmeladema:only-measure-drop-ast, r=eddyb 2020-08-15 23:55:56 +00:00
librustc_error_codes Rollup merge of #75482 - GuillaumeGomez:cleanup-e0752, r=pickfire 2020-08-14 14:46:51 -07:00
librustc_errors replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_expand replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_hir_pretty
librustc_incremental replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_index Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obk 2020-08-15 13:41:05 +00:00
librustc_infer replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_interface replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_lexer
librustc_lint replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_llvm
librustc_macros Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_metadata replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_middle replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_mir replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_mir_build replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_parse replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_parse_format
librustc_passes replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_plugin_impl
librustc_privacy replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_query_system replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_resolve replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_save_analysis replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_serialize Fix rustc_serialize unit tests 2020-08-14 17:34:32 +01:00
librustc_session replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_span replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_symbol_mangling replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_target replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_trait_selection Auto merge of #75536 - estebank:e0255-suggestion, r=varkor 2020-08-16 11:16:44 +00:00
librustc_traits replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_ty replaced log with tracing 2020-08-15 13:03:11 -07:00
librustc_typeck Auto merge of #75536 - estebank:e0255-suggestion, r=varkor 2020-08-16 11:16:44 +00:00
librustdoc Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco 2020-08-14 20:07:11 -07:00
llvm-project@86b120e6f3
rustc
rustllvm Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel 2020-08-14 16:27:00 +00:00
test Auto merge of #75536 - estebank:e0255-suggestion, r=varkor 2020-08-16 11:16:44 +00:00
tools Auto merge of #75514 - gdhuper:gdhuper/replace_log_with_tracing, r=davidtwco 2020-08-15 22:00:06 +00:00
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.