| .. |
|
bootstrap
|
bootstrap: fix a couple of clippy lint warnings
|
2020-08-22 01:08:04 +02:00 |
|
build_helper
|
build: Harden env var tracking in build scripts
|
2020-07-22 19:51:19 +03:00 |
|
ci
|
Auto merge of #75708 - JohnTitor:stay-cool-full-bootstrap-builder, r=pietroalbini
|
2020-08-21 17:43:27 +00:00 |
|
doc
|
Rollup merge of #75753 - koutheir:patch-1, r=steveklabnik
|
2020-08-22 02:14:49 +02:00 |
|
etc
|
Handle new HashMap layout in CDB, MSVC, WinDbg, etc.
|
2020-08-07 07:03:15 +01:00 |
|
librustc_apfloat
|
|
|
|
librustc_arena
|
Simplify arena_types macros
|
2020-08-14 17:34:32 +01:00 |
|
librustc_ast
|
Auto merge of #75642 - matklad:lexer-comments, r=petrochenkov
|
2020-08-21 06:05:39 +00:00 |
|
librustc_ast_lowering
|
Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
|
2020-08-17 23:16:08 +00:00 |
|
librustc_ast_passes
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_ast_pretty
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_attr
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_builtin_macros
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_codegen_llvm
|
More inline asm register name fixups for LLVM
|
2020-08-21 18:42:06 +01:00 |
|
librustc_codegen_ssa
|
Moved coverage counter injection from BasicBlock to Statement.
|
2020-08-18 21:06:45 -07:00 |
|
librustc_data_structures
|
Add tagged pointer impl to data structures
|
2020-08-19 15:08:35 -04:00 |
|
librustc_driver
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_error_codes
|
Rollup merge of #75702 - GuillaumeGomez:cleanup-e0759, r=pickfire
|
2020-08-20 10:07:22 -07:00 |
|
librustc_errors
|
Rollup merge of #75389 - RalfJung:span_label, r=davidtwco
|
2020-08-18 09:27:39 +09:00 |
|
librustc_expand
|
Capture tokens for Pat used in macro_rules! argument
|
2020-08-20 02:45:28 -04:00 |
|
librustc_feature
|
fix min_const_generics version
|
2020-08-08 13:35:42 +02:00 |
|
librustc_fs_util
|
|
|
|
librustc_graphviz
|
|
|
|
librustc_hir
|
Moved coverage counter injection from BasicBlock to Statement.
|
2020-08-18 21:06:45 -07:00 |
|
librustc_hir_pretty
|
Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
|
2020-08-17 23:16:08 +00:00 |
|
librustc_incremental
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_index
|
Auto merge of #75537 - tmiasko:match-branch-simplify, r=oli-obk
|
2020-08-15 13:41:05 +00:00 |
|
librustc_infer
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_interface
|
Promote missing_fragment_specifier to hard error
|
2020-08-18 09:06:45 +02:00 |
|
librustc_lexer
|
Minor, remove double nesting of a test module
|
2020-08-21 13:30:39 +02:00 |
|
librustc_lint
|
Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr
|
2020-08-19 15:54:30 +09:00 |
|
librustc_llvm
|
Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum
|
2020-07-22 16:34:50 -07:00 |
|
librustc_macros
|
Rework rustc_serialize
|
2020-08-14 17:34:30 +01:00 |
|
librustc_metadata
|
Explicitly pass RTLD_LOCAL to dlopen
|
2020-08-25 12:11:30 -07:00 |
|
librustc_middle
|
MIR call terminator represents diverging calls too
|
2020-08-22 00:11:52 +03:00 |
|
librustc_mir
|
Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviper
|
2020-08-20 18:02:46 +00:00 |
|
librustc_mir_build
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_parse
|
Auto merge of #75642 - matklad:lexer-comments, r=petrochenkov
|
2020-08-21 06:05:39 +00:00 |
|
librustc_parse_format
|
fix clippy::map_identity: remove redundant .map(|x| x) call
|
2020-08-07 22:47:32 +02:00 |
|
librustc_passes
|
Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser
|
2020-08-19 22:48:40 +00:00 |
|
librustc_plugin_impl
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_privacy
|
hir: introduce QPath::LangItem
|
2020-08-16 15:42:25 +01:00 |
|
librustc_query_system
|
replaced log with tracing
|
2020-08-15 13:03:11 -07:00 |
|
librustc_resolve
|
Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
|
2020-08-17 23:16:08 +00:00 |
|
librustc_save_analysis
|
Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
|
2020-08-17 23:16:08 +00:00 |
|
librustc_serialize
|
Fix rustc_serialize unit tests
|
2020-08-14 17:34:32 +01:00 |
|
librustc_session
|
Remove missing_fragment_specifier lint
|
2020-08-18 09:06:45 +02:00 |
|
librustc_span
|
Moved coverage counter injection from BasicBlock to Statement.
|
2020-08-18 21:06:45 -07:00 |
|
librustc_symbol_mangling
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_target
|
replaced log with tracing
|
2020-08-15 13:03:11 -07:00 |
|
librustc_trait_selection
|
Don't immediately error for cycles during normalization
|
2020-08-20 19:29:42 +01:00 |
|
librustc_traits
|
rust_ast::ast => rustc_ast
|
2020-08-17 20:32:32 +00:00 |
|
librustc_ty
|
replaced log with tracing
|
2020-08-15 13:03:11 -07:00 |
|
librustc_typeck
|
astconv: Split astconv.rs into its own module with submodules
|
2020-08-21 11:42:18 +02:00 |
|
librustdoc
|
Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements, r=jyn514
|
2020-08-22 06:51:13 +00:00 |
|
llvm-project@86b120e6f3
|
Update llvm-project to latest origin/rustc/10.0-2020-05-05 commit which includes LVI segfault fix
|
2020-07-12 18:49:14 +00:00 |
|
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 #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements, r=jyn514
|
2020-08-22 06:51:13 +00:00 |
|
tools
|
cargotest: fix clippy warnings
|
2020-08-22 01:50:47 +02:00 |
|
README.md
|
Update outdated readme
|
2020-07-27 22:05:34 -05:00 |
|
stage0.txt
|
Bump to 1.47
|
2020-07-16 19:36:49 -04:00 |