| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 |
| 2023-04-28 | Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e... | Matthias Krüger | -46/+66 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -19/+19 |
| 2023-04-28 | Auto merge of #110919 - JohnTitor:rollup-9phs2vx, r=JohnTitor | bors | -0/+24 |
| 2023-04-28 | Rollup merge of #110721 - lukas-code:panic-fmt, r=Amanieu | Yuki Okushi | -0/+24 |
| 2023-04-28 | Auto merge of #110801 - WaffleLapkin:io-tests, r=jyn514 | bors | -56/+5 |
| 2023-04-27 | bless tests | The 8472 | -66/+62 |
| 2023-04-27 | don't promote large fields to higher alignments if that would affect niche pl... | The 8472 | -0/+18 |
| 2023-04-27 | try two different niche-placement strategies when layouting univariant structs | The 8472 | -1/+29 |
| 2023-04-27 | Rollup merge of #110878 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Matthias Krüger | -0/+152 |
| 2023-04-27 | Add invalid_macro_export_arguments to built-in macro list | Michael Goulet | -19/+30 |
| 2023-04-27 | Rollup merge of #110866 - compiler-errors:test, r=jyn514 | Matthias Krüger | -5/+5 |
| 2023-04-27 | Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-04-27 | Rollup merge of #110804 - cuishuang:master, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-27 | Fix Unreadable non-UTF-8 output on localized MSVC | Chris Denton | -0/+13 |
| 2023-04-26 | add known-bug test for unsound issue 105782 | whtahy | -0/+30 |
| 2023-04-26 | add known-bug test for unsound issue 74629 | whtahy | -0/+41 |
| 2023-04-26 | add known-bug test for unsound issue 49682 | whtahy | -0/+46 |
| 2023-04-26 | add known-bug test for unsound issue 40582 | whtahy | -0/+35 |
| 2023-04-27 | Fix a bad binop error when we need a call | Michael Goulet | -4/+5 |
| 2023-04-27 | Provide RHS type hint when reporting operator error | Michael Goulet | -58/+124 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -46/+66 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -12/+10 |
| 2023-04-26 | Clear response values for overflow in new solver | Michael Goulet | -0/+43 |
| 2023-04-26 | Make method-not-found-generic-arg-elision.rs error message not path dependent | Michael Goulet | -5/+5 |
| 2023-04-26 | Update tests. | Mara Bos | -12/+10 |
| 2023-04-26 | Rollup merge of #110825 - notriddle:notriddle/issue-70082, r=compiler-errors | Matthias Krüger | -0/+27 |
| 2023-04-26 | Rollup merge of #110550 - compiler-errors:deref-on-binop-rhs, r=wesleywiser | Matthias Krüger | -1/+23 |