| Age | Commit message (Expand) | Author | Lines |
| 2024-03-27 | Remove TypeVariableOriginKind::OpaqueInference | Michael Goulet | -2/+1 |
| 2024-03-27 | Stop doing expensive work in opt_suggest_box_span eagerly | Michael Goulet | -191/+217 |
| 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 | 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 | 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 | 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 |
| 2024-03-26 | coverage: Detect functions that have lost all their coverage statements | Zalathar | -4/+18 |
| 2024-03-26 | coverage: Overhaul the search for unused functions | Zalathar | -62/+68 |
| 2024-03-26 | coverage: Inline creating a dummy instance for unused functions | Zalathar | -11/+11 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -1/+40 |
| 2024-03-25 | Extract helper, fix comment on DerefPure | Michael Goulet | -14/+28 |
| 2024-03-25 | Require DerefMut if deref pattern has nested ref mut binding | Michael Goulet | -0/+24 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -2/+8 |
| 2024-03-25 | Consistently merge simplifiable or-patterns | Nadrieril | -2/+5 |
| 2024-03-25 | CFI: Pad out associated type resolution with erased lifetimes | Matthew Maurer | -3/+8 |
| 2024-03-25 | Use the correct span for simplifying or-patterns | Nadrieril | -9/+15 |
| 2024-03-25 | Replace implementation with @RUSTC_BUILTIN prefix substitution var | Lukas Wirth | -14/+8 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -15/+5 |
| 2024-03-25 | Implement `-L builtin:$path` | Lukas Wirth | -29/+65 |
| 2024-03-25 | Rollup merge of #123044 - compiler-errors:instance, r=oli-obk | Jubilee | -38/+38 |
| 2024-03-25 | Rollup merge of #122923 - kpreid:print-async-def, r=compiler-errors | Jubilee | -5/+13 |
| 2024-03-25 | Rollup merge of #122769 - RalfJung:reachable, r=tmiasko | Jubilee | -23/+49 |
| 2024-03-25 | extend doc comment for reachability set computation | Ralf Jung | -23/+49 |
| 2024-03-25 | Don't emit load metadata in debug mode | clubby789 | -0/+11 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -38/+38 |