| Age | Commit message (Expand) | Author | Lines |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -119/+58 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -0/+3 |
| 2023-02-27 | Rollup merge of #108533 - notriddle:notriddle/resolver-def-descr, r=compiler-... | Matthias Krüger | -0/+17 |
| 2023-02-27 | Rollup merge of #108522 - compiler-errors:new-solver-more-tests, r=jackh726 | Matthias Krüger | -0/+66 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -3/+39 |
| 2023-02-27 | Rollup merge of #104265 - faern:move-ipaddr-to-core, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -0/+17 |
| 2023-02-27 | Auto merge of #108175 - cjgillot:validate-storage, r=tmiasko | bors | -0/+43 |
| 2023-02-27 | Commit some new solver tests | Michael Goulet | -0/+66 |
| 2023-02-27 | Rollup merge of #108502 - lenko-d:cannot_relate_region, r=compiler-errors | Matthias Krüger | -0/+40 |
| 2023-02-27 | Rollup merge of #108486 - cjgillot:owner-ditem, r=Nilstrieb | Matthias Krüger | -2/+4 |
| 2023-02-27 | Rollup merge of #108477 - y21:replace-semi-with-comma-sugg, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2023-02-27 | Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti... | Matthias Krüger | -0/+97 |
| 2023-02-26 | Don't trigger ICE for ReError when the other region is empty. | Lenko Donchev | -0/+40 |
| 2023-02-26 | Adapt issue-77982.stderr to new rustc error | Linus Färnstrand | -1/+1 |
| 2023-02-26 | Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-02-26 | Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnr | Matthias Krüger | -0/+29 |
| 2023-02-26 | generalize help message | y21 | -3/+7 |
| 2023-02-26 | Store the body type in THIR. | Camille GILLOT | -0/+3 |
| 2023-02-26 | Merge the two diagnostics. | Camille GILLOT | -2/+4 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -12/+204 |
| 2023-02-26 | Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2023-02-26 | Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile... | Matthias Krüger | -0/+17 |
| 2023-02-26 | Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez | Matthias Krüger | -0/+44 |
| 2023-02-26 | Rollup merge of #108431 - GuillaumeGomez:regression-test-for-107918, r=notriddle | Matthias Krüger | -0/+21 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -0/+110 |
| 2023-02-26 | hir-analysis: make a helpful note | Tshepang Mbambo | -1/+1 |
| 2023-02-25 | Special note for str in auto traits | Michael Goulet | -1/+1 |
| 2023-02-25 | Treat `str` as containing `[u8]` for auto trait purposes | Michael Goulet | -0/+29 |
| 2023-02-25 | Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnr | Michael Goulet | -0/+102 |
| 2023-02-25 | Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errors | Michael Goulet | -0/+42 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -0/+11 |
| 2023-02-25 | Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebank | Michael Goulet | -0/+20 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -2/+11 |
| 2023-02-25 | MIR-Validate StorageLive. | Camille GILLOT | -0/+43 |
| 2023-02-25 | Complete migrating `ast_passes` to derive diagnostics | clubby789 | -12/+12 |
| 2023-02-25 | Don't run issue-107918.rs test on windows | Guillaume Gomez | -0/+1 |
| 2023-02-25 | Rollup merge of #108412 - GuillaumeGomez:fix-gui-test-navigation-bug, r=notri... | Matthias Krüger | -2/+1 |
| 2023-02-25 | Rollup merge of #108410 - notriddle:notriddle/tag-item-summary, r=GuillaumeGomez | Matthias Krüger | -0/+10 |
| 2023-02-25 | Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomcc | bors | -41/+0 |
| 2023-02-25 | Do not lint unresolved trait for ineffective unstable trait impl | Deadbeef | -0/+17 |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -0/+44 |
| 2023-02-25 | Auto merge of #106430 - tmiasko:rm-dead-unwinds, r=cjgillot | bors | -326/+345 |
| 2023-02-24 | Add regression test for #107918 | Guillaume Gomez | -0/+20 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -339/+339 |
| 2023-02-24 | Rollup merge of #108388 - ohno418:better-suggestion-on-malformed-closure, r=d... | Dylan DPC | -6/+45 |
| 2023-02-24 | Rollup merge of #108377 - clubby789:duplicate-diagnostic-ice, r=compiler-errors | Dylan DPC | -0/+31 |
| 2023-02-24 | Rollup merge of #108287 - compiler-errors:new-solver-bad-cast, r=spastorino | Dylan DPC | -0/+15 |
| 2023-02-24 | Rollup merge of #106923 - mejrs:fluent_err, r=davidtwco | Dylan DPC | -0/+41 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -8/+83 |