| Age | Commit message (Expand) | Author | Lines |
| 2024-03-27 | Sort diagnostics by rendered trait ref instead of its def ids | Oli Scherer | -1/+1 |
| 2024-03-27 | Use FxIndexMap instead of BTreeMap to avoid sorting `DefId`s | Oli Scherer | -2/+2 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -2/+2 |
| 2024-03-27 | Remove unnecessary `Partial/Ord` derive | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove and disallow HashStable impl of HashMap. | Michael Woerister | -46/+2 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -303/+219 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -2/+22 |
| 2024-03-27 | Delegation: fix ICE on wrong instantiation | Bryanskiy | -0/+11 |
| 2024-03-27 | Inline `primary_body_of` into its sole call site | Oli Scherer | -23/+5 |
| 2024-03-27 | Remove a call-site to `primary_body_of` as it is only interested in the body id | Oli Scherer | -1/+1 |
| 2024-03-27 | move type inference for missing types on constants into its own method | Oli Scherer | -46/+58 |
| 2024-03-27 | Load missing type of impl associated constant from trait definition | Oli Scherer | -4/+14 |
| 2024-03-27 | Use a `dyn Debug` trait object instead of a closure. | Oli Scherer | -13/+24 |
| 2024-03-27 | Add a `CurrentGcx` type to let the deadlock handler access `TyCtxt` | John Kåre Alsaker | -16/+88 |
| 2024-03-27 | Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2024-03-27 | Rollup merge of #123021 - compiler-errors:coroutine-layout-lol, r=oli-obk | Guillaume Gomez | -23/+61 |
| 2024-03-27 | Rollup merge of #122860 - Zalathar:unused, r=cjgillot | Guillaume Gomez | -77/+93 |
| 2024-03-27 | Rollup merge of #121843 - ferrocene:builtin-path, r=petrochenkov | Guillaume Gomez | -31/+51 |
| 2024-03-27 | Make `def_path_hash_to_def_id` a hook | Oli Scherer | -13/+18 |
| 2024-03-27 | Move `CrateStore::expn_hash_to_expn_id` to a hook | Oli Scherer | -27/+13 |
| 2024-03-27 | Start replacing `CStore` trait methods with hooks. | Oli Scherer | -16/+17 |
| 2024-03-27 | Rollup merge of #123102 - durin42:llvm-19-pass-ptr, r=workingjubilee | Matthias Krüger | -0/+4 |
| 2024-03-27 | Rollup merge of #122439 - Nadrieril:store-built-place, r=compiler-errors | Matthias Krüger | -36/+42 |
| 2024-03-26 | Rollup merge of #123103 - compiler-errors:inherited-is-a-weird-name, r=oli-obk | Matthias Krüger | -27/+26 |
| 2024-03-26 | Rollup merge of #123049 - compiler-errors:coroutine-closure-rcvr, r=oli-obk | Matthias Krüger | -5/+9 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -2/+46 |
| 2024-03-26 | Rollup merge of #122589 - wutchzone:121547, r=compiler-errors | Matthias Krüger | -3/+13 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -92/+154 |
| 2024-03-26 | Inherited -> TypeckRootCtxt | Michael Goulet | -27/+26 |
| 2024-03-26 | Store `Place` instead of `PlaceBuilder` in `MatchPair` | Nadrieril | -28/+33 |
| 2024-03-26 | Rename | Nadrieril | -19/+20 |
| 2024-03-26 | RustWrapper: update call for llvm/llvm-project@44d037cc258dcf179d2c48c93996bb... | Augie Fackler | -0/+4 |
| 2024-03-26 | In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer | Michael Goulet | -5/+9 |
| 2024-03-26 | Rollup merge of #123091 - Bryanskiy:delegation-fixes, r=petrochenkov | Matthias Krüger | -11/+42 |
| 2024-03-26 | Rollup merge of #123090 - oli-obk:gatify, r=compiler-errors | Matthias Krüger | -102/+57 |
| 2024-03-26 | Rollup merge of #123067 - Nadrieril:always-simplify-or, r=oli-obk | Matthias Krüger | -11/+20 |
| 2024-03-26 | Rollup merge of #123066 - maurer:cfi-erased-lifetime-ice, r=compiler-errors | Matthias Krüger | -3/+8 |
| 2024-03-26 | Rollup merge of #122996 - RalfJung:simplify_branches, r=cjgillot | Matthias Krüger | -0/+1 |
| 2024-03-26 | Rollup merge of #122766 - bvanjoi:fix-115185, r=petrochenkov | Matthias Krüger | -16/+52 |
| 2024-03-26 | Don't check match scrutinee of postfix match for unused parens | Michael Goulet | -1/+3 |
| 2024-03-26 | Remove `CacheSelector` trait now that we can use GATs | Oli Scherer | -102/+57 |
| 2024-03-26 | Delegation: fix ICE on wrong `self` resolution | Bryanskiy | -11/+42 |
| 2024-03-26 | Auto merge of #121387 - oli-obk:eager_const_failures_regression, r=lcnr | bors | -2/+8 |
| 2024-03-26 | ignore uncaptured lifetimes when checking opaques | Ali MJ Al-Nasrawy | -12/+43 |
| 2024-03-26 | fix ICE in check_unique | Ali MJ Al-Nasrawy | -2/+11 |
| 2024-03-26 | panic_str only exists for the migration to 2021 panic macros | Ralf Jung | -2/+2 |
| 2024-03-26 | Auto merge of #122849 - clubby789:no-metadata, r=petrochenkov | bors | -0/+11 |
| 2024-03-26 | CFI: Enable KCFI testing of run-pass tests | Matthew Maurer | -0/+2 |
| 2024-03-26 | Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubilee | bors | -66/+100 |
| 2024-03-26 | coverage: Re-enable `UnreachablePropagation` for coverage builds | Zalathar | -5/+1 |