| Age | Commit message (Expand) | Author | Lines |
| 2021-09-15 | Move the Lock into symbol::Interner | bjorn3 | -16/+21 |
| 2021-09-15 | chore(rustc_expand): fix typo in comment | Michael Howell | -1/+1 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -6/+10 |
| 2021-09-15 | Check for shadowing issues involving block labels | Tomasz Miąsko | -1/+5 |
| 2021-09-15 | Fast reject for NeedsNonConstDrop | Deadbeef | -1/+11 |
| 2021-09-15 | Auto merge of #87867 - bjorn3:unique_type_id_interner, r=wesleywiser | bors | -11/+60 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -13/+24 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -22/+23 |
| 2021-09-15 | inline(always) on check_recursion_limit | Deadbeef | -0/+1 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -106/+278 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -4/+8 |
| 2021-09-15 | Fix handling of `hir::GenericArg::Infer` in `wrong_number_of_generic_args.rs` | Fabian Wolff | -9/+5 |
| 2021-09-14 | Remove concept of 'completion' from the projection cache | Aaron Hill | -51/+2 |
| 2021-09-14 | Fix ICE when `start` lang item has wrong generics | asquared31415 | -1/+1 |
| 2021-09-14 | Add reachable_patterns lint to rfc-2008-non_exhaustive | Devin Ragotzy | -63/+286 |
| 2021-09-14 | review comment: move recovery code to its own function | Esteban Kuber | -2/+19 |
| 2021-09-14 | Remove implementation of `min_align_of` intrinsic | Tomasz Miąsko | -7/+2 |
| 2021-09-14 | Replace cnum_map with tcx.stable_crate_id_to_crate_num() in OnDiskCache. | Michael Woerister | -32/+7 |
| 2021-09-14 | rustc_metadata: Remove Metadata::raw_bytes() and use Metadata::blob() directl... | Michael Woerister | -7/+4 |
| 2021-09-14 | Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa... | Michael Woerister | -21/+19 |
| 2021-09-14 | Fix up comment about OnDiskCache::foreign_expn_data. | Michael Woerister | -2/+4 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -25/+18 |
| 2021-09-14 | Remove RawDefId tracking infrastructure from incr. comp. framework. | Michael Woerister | -134/+6 |
| 2021-09-14 | Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. | Michael Woerister | -144/+131 |
| 2021-09-14 | Use on-disk-hash-table format for DefPathHashMap in hir::definitions. | Michael Woerister | -5/+54 |
| 2021-09-14 | Allow taking an OwningRef of the crate metadata blob. | Michael Woerister | -18/+62 |
| 2021-09-14 | Avoid unnecessary formatting when trace log level is disabled | Tomasz Miąsko | -4/+5 |
| 2021-09-14 | Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomez | bors | -11/+23 |
| 2021-09-13 | Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisa | bors | -9/+43 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -9/+43 |
| 2021-09-13 | Rollup merge of #88894 - FabianWolff:issue-88818, r=estebank | Guillaume Gomez | -1/+14 |
| 2021-09-13 | Rollup merge of #88859 - RalfJung:size-helpers, r=oli-obk | Guillaume Gomez | -8/+6 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -2/+3 |
| 2021-09-13 | Improve error message for type mismatch in generator arguments | Fabian Wolff | -14/+24 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -109/+147 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -17/+28 |
| 2021-09-13 | Update compiler/rustc_codegen_ssa/src/mir/mod.rs | Oli Scherer | -1/+1 |
| 2021-09-13 | Fix debuginfo for ScalarPair abi parameters | Wesley Wiser | -15/+10 |
| 2021-09-13 | Add tracing level for codegen_mir | Wesley Wiser | -0/+1 |
| 2021-09-13 | Highlight the const function if error happened because of a bound on the impl... | Waffle | -2/+11 |
| 2021-09-13 | Use a separate interner type for UniqueTypeId | bjorn3 | -11/+60 |
| 2021-09-13 | Suggest replacing an inexisting field for an unmentioned field | Hirochika Matsumoto | -1/+14 |
| 2021-09-13 | Auto merge of #88529 - Meziu:master, r=nagisa | bors | -0/+45 |
| 2021-09-12 | chore: convert to a multi-part suggestion | Michael Howell | -3/+7 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -32/+53 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -32/+53 |
| 2021-09-12 | Do not issue E0071 if a type error has already been reported | Fabian Wolff | -16/+26 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -17/+65 |
| 2021-09-12 | Improve error message for missing trait in trait impl | Fabian Wolff | -1/+14 |
| 2021-09-12 | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis | bors | -15/+24 |