| Age | Commit message (Expand) | Author | Lines |
| 2023-05-04 | Rollup merge of #111086 - nnethercote:rm-MemEncoder, r=cjgillot | Dylan DPC | -111/+0 |
| 2023-05-04 | Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov | Dylan DPC | -1/+24 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -0/+9 |
| 2023-05-04 | Rollup merge of #110874 - compiler-errors:index-op-specific, r=oli-obk | Dylan DPC | -6/+12 |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -50/+241 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-02 | Make negative trait bounds work with the old trait solver | Michael Goulet | -14/+2 |
| 2023-05-02 | Disallow associated type constraints on negative bounds | Michael Goulet | -0/+54 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -50/+199 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -716/+419 |
| 2023-05-02 | Auto merge of #111089 - Dylan-DPC:rollup-b8oj6du, r=Dylan-DPC | bors | -467/+773 |
| 2023-05-02 | Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726 | Dylan DPC | -361/+57 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -7/+92 |
| 2023-05-02 | Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ... | Dylan DPC | -73/+334 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -23/+3 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -3/+287 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -361/+57 |
| 2023-05-02 | Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser | bors | -5/+236 |
| 2023-05-02 | Move some `Encodable`/`Decodable` tests. | Nicholas Nethercote | -111/+0 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -230/+36 |
| 2023-05-01 | fix stderrs | Gibby Free | -3/+3 |
| 2023-05-01 | remove bootstrap from tests | Gibby Free | -5/+0 |
| 2023-05-01 | Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr | bors | -0/+48 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -73/+308 |
| 2023-05-01 | Do not consider associated type bounds for super_predicates_that_define_assoc... | Michael Goulet | -0/+26 |
| 2023-05-01 | Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser | Matthias Krüger | -0/+22 |
| 2023-05-01 | Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -44/+170 |
| 2023-05-01 | Don't bail out early when checking invalid `repr` attr | clubby789 | -1/+24 |
| 2023-05-01 | soften the wording for removing type ascription | yukang | -9/+9 |
| 2023-05-01 | sync with master | yukang | -24/+0 |
| 2023-05-01 | fix tests | yukang | -70/+37 |
| 2023-05-01 | fix test cases | yukang | -252/+121 |
| 2023-05-01 | Rip it out | Nilstrieb | -703/+594 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -66/+94 |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -0/+22 |
| 2023-05-01 | Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-05-01 | Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-05-01 | Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -710/+459 |
| 2023-04-30 | Leave promoteds untainted by errors when borrowck fails | Tomasz Miąsko | -0/+26 |
| 2023-04-30 | Close parentheses for `offset_of` in AST pretty printing | Nilstrieb | -0/+4 |
| 2023-04-30 | MIR pre-codegen test for `mem::replace` | Scott McMurray | -0/+98 |
| 2023-04-30 | Test precise capture with a multi-variant enum and exhaustive patterns | Tomasz Miąsko | -0/+21 |
| 2023-04-30 | Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiasko | Matthias Krüger | -75/+79 |
| 2023-04-30 | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomez | Matthias Krüger | -0/+71 |
| 2023-04-30 | Remove wrong assertion. | Camille GILLOT | -0/+10 |
| 2023-04-30 | Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-04-29 | rustdoc: catch and don't blow up on impl Trait cycles | Michael Howell | -0/+71 |
| 2023-04-30 | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors | Matthias Krüger | -0/+20 |