| Age | Commit message (Expand) | Author | Lines |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -716/+419 |
| 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 | -38/+163 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -21/+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 #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -217/+36 |
| 2023-05-01 | fix stderrs | Gibby Free | -3/+3 |
| 2023-05-01 | remove bootstrap from tests | Gibby Free | -3/+0 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -38/+137 |
| 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 #111038 - tmiasko:untainted-promoteds, r=compiler-errors | Matthias Krüger | -0/+26 |
| 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-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 | -621/+370 |
| 2023-04-30 | Leave promoteds untainted by errors when borrowck fails | Tomasz Miąsko | -0/+26 |
| 2023-04-30 | Test precise capture with a multi-variant enum and exhaustive patterns | Tomasz Miąsko | -0/+21 |
| 2023-04-30 | Remove wrong assertion. | Camille GILLOT | -0/+10 |
| 2023-04-30 | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2023-04-30 | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi... | Matthias Krüger | -25/+50 |
| 2023-04-30 | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee | Matthias Krüger | -0/+13 |
| 2023-04-29 | Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul... | Matthias Krüger | -3/+23 |
| 2023-04-29 | Update tests | Gary Guo | -217/+36 |
| 2023-04-29 | Do not force anonymous lifetimes in consts to be static. | Camille GILLOT | -0/+20 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -67/+128 |
| 2023-04-29 | Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillot | Dylan DPC | -3/+163 |
| 2023-04-29 | Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnr | Dylan DPC | -0/+43 |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -25/+50 |
| 2023-04-28 | layout-alignment-promotion logic should depend on the niche-bias | The 8472 | -0/+19 |
| 2023-04-28 | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errors | Matthias Krüger | -8/+24 |
| 2023-04-28 | Rollup merge of #110957 - WaffleLapkin:reach_generator_conflict_error, r=cjgi... | Matthias Krüger | -0/+30 |
| 2023-04-28 | Rollup merge of #110877 - compiler-errors:binop-err, r=cjgillot | Matthias Krüger | -62/+129 |
| 2023-04-28 | Don't duplicate anonymous lifetimes for async fn in traits | Michael Goulet | -3/+163 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -7/+7 |
| 2023-04-28 | Fix an ICE in conflict errors diagnostics | Maybe Waffle | -314/+17 |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -1/+17 |
| 2023-04-28 | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op` | Deadbeef | -7/+92 |
| 2023-04-28 | Add regression test for issue 110929 | Maybe Waffle | -0/+327 |
| 2023-04-28 | bless line changes in tests-listing-format-json.run.stdout | Josh Stone | -3/+3 |
| 2023-04-28 | fixup tests wrt new normalization | Maybe Waffle | -3/+7 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -4/+0 |
| 2023-04-28 | Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgr | bors | -84/+115 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -4/+0 |
| 2023-04-28 | Rollup merge of #110913 - compiler-errors:missing-lints, r=Nilstrieb | Matthias Krüger | -19/+30 |