| Age | Commit message (Expand) | Author | Lines |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -12/+22 |
| 2023-03-16 | Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=Nilstrieb | Matthias Krüger | -0/+116 |
| 2023-03-16 | Rollup merge of #108971 - Ezrashaw:E0532-better-binding-names, r=WaffleLapkin | Matthias Krüger | -1/+137 |
| 2023-03-16 | Auto merge of #108809 - lqd:fix-ignore, r=pietroalbini | bors | -2/+3 |
| 2023-03-16 | Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_infer | Michael Goulet | -0/+24 |
| 2023-03-16 | Auto merge of #109183 - lqd:revert-107376, r=compiler-errors | bors | -58/+0 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -3/+46 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -2/+28 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -3/+3 |
| 2023-03-15 | Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -19/+180 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -0/+88 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -58/+0 |
| 2023-03-15 | Auto merge of #109164 - Dylan-DPC:rollup-0bwxwos, r=Dylan-DPC | bors | -127/+149 |
| 2023-03-15 | Rollup merge of #109154 - chenyukang:yukang/fix-109152, r=compiler-errors | Dylan DPC | -0/+30 |
| 2023-03-15 | Rollup merge of #109136 - compiler-errors:simplify-proc-macro-checking, r=oli... | Dylan DPC | -127/+119 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -25/+7 |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -0/+116 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -1/+137 |
| 2023-03-15 | Fix #109152, fix the scenario that we may can not get span of func | yukang | -0/+30 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -0/+58 |
| 2023-03-14 | Tighter spans | Michael Goulet | -18/+18 |
| 2023-03-14 | Simplify proc macro signature validity check | Michael Goulet | -133/+125 |
| 2023-03-14 | Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgr | bors | -63/+471 |
| 2023-03-14 | Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n... | Matthias Krüger | -5/+38 |
| 2023-03-14 | Rollup merge of #109110 - compiler-errors:impossible-impl-mono, r=jackh726 | Matthias Krüger | -0/+13 |
| 2023-03-14 | Rollup merge of #109105 - compiler-errors:late-ct-in-anon-ct, r=oli-obk | Matthias Krüger | -0/+30 |
| 2023-03-14 | Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister | Matthias Krüger | -0/+22 |
| 2023-03-14 | Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2023-03-14 | Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errors | Matthias Krüger | -12/+130 |
| 2023-03-14 | Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errors | Matthias Krüger | -46/+236 |
| 2023-03-14 | Don't codegen impossible to satisfy impls | Michael Goulet | -0/+13 |
| 2023-03-14 | Emit "modifies receiver" diagnostic when no method is found | Maciej Wasilewski | -5/+38 |
| 2023-03-14 | Auto merge of #106505 - Nilstrieb:format-args-string-literal-episode-2, r=pet... | bors | -19/+144 |
| 2023-03-14 | Make fns from other crates with RPITIT work | Santiago Pastorino | -0/+2 |
| 2023-03-14 | Properly allow macro expanded `format_args` invocations to uses captures | Nilstrieb | -19/+144 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -271/+107 |
| 2023-03-14 | Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillot | bors | -4/+4 |
| 2023-03-13 | Don't ICE for late-bound consts across AnonConstBoundary | Michael Goulet | -0/+30 |
| 2023-03-13 | Layout of `&dyn Trait<[type error]>` is still wide | Michael Goulet | -0/+22 |
| 2023-03-13 | Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile... | Matthias Krüger | -16/+114 |
| 2023-03-13 | Gracefully handle `#[target_feature]` on statics | Nilstrieb | -16/+114 |
| 2023-03-13 | Add a test that used to take forever to compile | Michael Goulet | -0/+43 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -0/+24 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -4/+4 |
| 2023-03-13 | remove need for test expectations | Rémy Rakic | -0/+1 |
| 2023-03-13 | fix error pattern | Rémy Rakic | -1/+1 |
| 2023-03-13 | fix ignore header in MSVC test | Rémy Rakic | -1/+1 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -428/+455 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -6/+6 |
| 2023-03-12 | Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726 | Matthias Krüger | -12/+49 |