rust/src
bors f6072cab13 Auto merge of #72813 - RalfJung:rollup-4ko6q8j, r=RalfJung
Rollup of 5 pull requests

Successful merges:

 - #72683 (from_u32_unchecked: check validity, and fix UB in Wtf8)
 - #72715 (Account for trailing comma when suggesting `where` clauses)
 - #72745 (generalize Borrow<[T]> for Interned<'tcx, List<T>>)
 - #72749 (Update stdarch submodule to latest head)
 - #72781 (Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error`)

Failed merges:

r? @ghost
2020-05-31 13:39:05 +00:00
..
bootstrap Rollup merge of #72728 - o01eg:fix-72661, r=Mark-Simulacrum 2020-05-30 23:08:57 +02:00
build_helper
ci
doc Rollup merge of #72439 - westernmagic:master, r=Amanieu 2020-05-29 21:58:34 +02:00
etc
liballoc Rollup merge of #72499 - mendess:master, r=dtolnay 2020-05-30 13:45:06 +02:00
libarena
libcore Rollup merge of #72683 - RalfJung:char-debug-check, r=Mark-Simulacrum 2020-05-31 12:03:22 +02:00
libfmt_macros Improve inline asm error diagnostics 2020-05-29 17:05:35 +01:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov 2020-05-30 23:08:44 +02:00
librustc_ast_lowering Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov 2020-05-30 23:08:44 +02:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Rollup merge of #72637 - euclio:env-hygiene, r=davidtwco 2020-05-30 23:08:46 +02:00
librustc_codegen_llvm Rollup merge of #72666 - ivanloz:profile_emit_flag, r=matthewjasper 2020-05-30 23:08:51 +02:00
librustc_codegen_ssa Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov 2020-05-30 23:08:44 +02:00
librustc_data_structures Add Extend::{extend_one,extend_reserve} 2020-05-29 17:05:17 -07:00
librustc_driver
librustc_error_codes Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=varkor 2020-05-30 13:45:10 +02:00
librustc_errors Fix spacing of expected/found notes without a label 2020-05-27 16:27:15 -07:00
librustc_expand standardize limit comparisons with Limit type 2020-05-28 10:33:07 +01:00
librustc_feature Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomatsakis 2020-05-29 21:58:25 +02:00
librustc_fs_util
librustc_hir Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov 2020-05-31 12:03:24 +02:00
librustc_hir_pretty
librustc_incremental
librustc_index Add Extend::{extend_one,extend_reserve} 2020-05-29 17:05:17 -07:00
librustc_infer Tweak wording and spans of 'static dyn Trait/impl Trait requirements 2020-05-30 10:22:27 -07:00
librustc_interface Rollup merge of #72669 - petrochenkov:smclean, r=Mark-Simulacrum 2020-05-30 23:08:55 +02:00
librustc_lexer rustc_lexer: Optimize shebang detection slightly 2020-05-29 22:55:58 +03:00
librustc_lint Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomatsakis 2020-05-29 21:58:25 +02:00
librustc_llvm
librustc_macros
librustc_metadata Implement warning for unused dependencies. 2020-05-25 22:47:55 -07:00
librustc_middle Rollup merge of #72745 - lcnr:interned-cleanup, r=petrochenkov 2020-05-31 12:03:26 +02:00
librustc_mir Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov 2020-05-30 23:09:00 +02:00
librustc_mir_build Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov 2020-05-30 23:08:44 +02:00
librustc_parse Rollup merge of #72585 - Aaron1011:feature/opt-item-tokens, r=petrochenkov 2020-05-30 13:45:13 +02:00
librustc_passes liveness: Warn about unused captured variables 2020-05-29 17:46:38 +02:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Use LocalDefId instead of NodeId in resolve_str_path_error 2020-05-30 16:11:58 +01:00
librustc_save_analysis
librustc_session Rollup merge of #72669 - petrochenkov:smclean, r=Mark-Simulacrum 2020-05-30 23:08:55 +02:00
librustc_span Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov 2020-05-30 23:08:44 +02:00
librustc_symbol_mangling
librustc_target Auto merge of #72116 - petrhosek:fuchsia-ld-flags, r=tmandry 2020-05-31 01:07:37 +00:00
librustc_trait_selection Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov 2020-05-31 12:03:24 +02:00
librustc_traits standardize limit comparisons with Limit type 2020-05-28 10:33:07 +01:00
librustc_ty standardize limit comparisons with Limit type 2020-05-28 10:33:07 +01:00
librustc_typeck Fix missing parentheses Fn notation error 2020-05-30 18:40:41 +02:00
librustdoc Rollup merge of #72781 - marmeladema:rustdoc-def-id-resolve-str-path-error, r=petrochenkov 2020-05-31 12:03:30 +02:00
libserialize
libstd Auto merge of #72813 - RalfJung:rollup-4ko6q8j, r=RalfJung 2020-05-31 13:39:05 +00:00
libterm
libtest
libunwind
llvm-project@943dbddc8e
rtstartup
rustc
rustllvm Improve inline asm error diagnostics 2020-05-29 17:05:35 +01:00
stdarch@45340c0e2f Update stdarch submodule to latest head 2020-05-31 00:12:59 +02:00
test Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov 2020-05-31 12:03:24 +02:00
tools Auto merge of #72671 - flip1995:clippyup, r=Xanewok 2020-05-29 11:16:45 +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.