| Age | Commit message (Expand) | Author | Lines |
| 2024-07-08 | Auto merge of #127199 - Zalathar:hir-holes, r=oli-obk | bors | -41/+87 |
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -41/+87 |
| 2024-07-08 | Auto merge of #127438 - compiler-errors:compute-outlives-visitor, r=lcnr | bors | -247/+127 |
| 2024-07-08 | Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu | bors | -1068/+1158 |
| 2024-07-08 | Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease | 许杰友 Jieyou Xu (Joe) | -6/+12 |
| 2024-07-08 | Rollup merge of #127439 - compiler-errors:uplift-elaborate, r=lcnr | 许杰友 Jieyou Xu (Joe) | -519/+504 |
| 2024-07-08 | Rollup merge of #127437 - compiler-errors:uplift-trait-ref-is-knowable, r=lcnr | 许杰友 Jieyou Xu (Joe) | -480/+520 |
| 2024-07-08 | Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -37/+41 |
| 2024-07-08 | Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-... | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-07-08 | Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -26/+80 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -134/+610 |
| 2024-07-08 | Auto merge of #127421 - cjgillot:cache-iter, r=fmease | bors | -8/+26 |
| 2024-07-07 | Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnr | bors | -74/+73 |
| 2024-07-07 | Fixup conflict with r-l/r/126567 | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -3/+8 |
| 2024-07-07 | add an assertion that machine hook doesn't return NoCleanup | Maybe Lapkin | -3/+5 |
| 2024-07-07 | Do renames proposed by review | Maybe Waffle | -9/+9 |
| 2024-07-07 | make `StackPop` field names less confusing | Maybe Waffle | -27/+35 |
| 2024-07-07 | doc fixups from review | Maybe Waffle | -8/+6 |
| 2024-07-07 | add miri tests and a fixme | Maybe Waffle | -0/+4 |
| 2024-07-07 | Refactor & fixup interpreter implementation of tail calls | Maybe Waffle | -70/+162 |
| 2024-07-07 | Finish uplifting supertraits | Michael Goulet | -16/+3 |
| 2024-07-07 | Get rid of the redundant elaboration in middle | Michael Goulet | -100/+40 |
| 2024-07-07 | Uplift elaboration | Michael Goulet | -369/+437 |
| 2024-07-07 | Make push_outlives_components into a visitor | Michael Goulet | -231/+119 |
| 2024-07-07 | Fix unconditional recursion lint wrt tail calls | Maybe Waffle | -2/+16 |
| 2024-07-07 | Refactor common part of evaluating `Call`&`TailCall` in the interpreter | Maybe Waffle | -63/+56 |
| 2024-07-07 | Support tail calls in the interpreter | Maybe Waffle | -1/+71 |
| 2024-07-07 | Properly handle drops for tail calls | DrMeepster | -18/+107 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -53/+254 |
| 2024-07-07 | Get rid of trait_ref_is_knowable from delegate | Michael Goulet | -21/+4 |
| 2024-07-07 | Uplift trait_ref_is_knowable and friends | Michael Goulet | -458/+508 |
| 2024-07-07 | Add fundamental to trait def | Michael Goulet | -2/+9 |
| 2024-07-07 | Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obk | Matthias Krüger | -1/+3 |
| 2024-07-07 | Rollup merge of #127308 - nnethercote:Attribute-cleanups, r=petrochenkov | Matthias Krüger | -112/+70 |
| 2024-07-07 | Fix intrinsic const parameter counting with `effects` | Deadbeef | -6/+12 |
| 2024-07-07 | Move a span_bug under a condition that cx is tainted | Gurinder Singh | -1/+3 |
| 2024-07-07 | Use `filter_map` instead of `flat_map` in `configure_tokens`. | Nicholas Nethercote | -7/+5 |
| 2024-07-07 | Add an size assertion. | Nicholas Nethercote | -0/+1 |
| 2024-07-07 | Remove `Clone` derive from `LazyAttrTokenStreamImpl`. | Nicholas Nethercote | -1/+0 |
| 2024-07-07 | Rename some attribute types for consistency. | Nicholas Nethercote | -44/+42 |
| 2024-07-07 | Simplify `ReplaceRange`. | Nicholas Nethercote | -24/+21 |
| 2024-07-07 | Remove `HasSpan` trait. | Nicholas Nethercote | -38/+5 |
| 2024-07-07 | Remove an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2024-07-07 | Rename `Attribute::tokens` (the inherent method). | Nicholas Nethercote | -4/+5 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -34/+24 |
| 2024-07-07 | Auto merge of #127404 - compiler-errors:rpitit-entailment-false-positive, r=o... | bors | -0/+4 |
| 2024-07-06 | Auto merge of #126987 - petrochenkov:atvisord2, r=pnkfelix | bors | -12/+25 |
| 2024-07-06 | Don't track visited outlives bounds when decomposing verify for alias | Michael Goulet | -22/+14 |
| 2024-07-06 | Add support for literals | Caio | -26/+80 |