| Age | Commit message (Expand) | Author | Lines |
| 2023-02-28 | Fix error spans for arguments to tuple enum constructors | Nathan Fenner | -11/+371 |
| 2023-02-27 | Point error span at Some constructor argument when trait resolution fails | Nathan Fenner | -9/+103 |
| 2023-02-27 | Auto merge of #108538 - matthiaskrgr:rollup-vw6h5ea, r=matthiaskrgr | bors | -4024/+4449 |
| 2023-02-27 | Rollup merge of #108533 - notriddle:notriddle/resolver-def-descr, r=compiler-... | Matthias Krüger | -2/+23 |
| 2023-02-27 | Rollup merge of #108523 - TaKO8Ki:avoid-str-to-string-conversions, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 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 #108519 - 0xf333:0xf333_branch, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -196/+186 |
| 2023-02-27 | Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68 | Matthias Krüger | -9/+11 |
| 2023-02-27 | Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton | Matthias Krüger | -29/+78 |
| 2023-02-27 | Rollup merge of #104265 - faern:move-ipaddr-to-core, r=joshtriplett | Matthias Krüger | -3785/+4080 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -2/+23 |
| 2023-02-27 | Auto merge of #108493 - cjgillot:thir-print, r=compiler-errors | bors | -31/+22 |
| 2023-02-27 | Auto merge of #108175 - cjgillot:validate-storage, r=tmiasko | bors | -2/+63 |
| 2023-02-27 | Allow building serde and serde_derive in parallel | bjorn3 | -9/+11 |
| 2023-02-27 | Auto merge of #108521 - matthiaskrgr:rollup-exkviev, r=matthiaskrgr | bors | -232/+660 |
| 2023-02-27 | avoid `&str` to `String` conversions | Takayuki Maeda | -3/+3 |
| 2023-02-27 | Commit some new solver tests | Michael Goulet | -0/+66 |
| 2023-02-27 | Rollup merge of #108513 - nagisa:unrotate, r=joshtriplett | Matthias Krüger | -2/+0 |
| 2023-02-27 | Rollup merge of #108502 - lenko-d:cannot_relate_region, r=compiler-errors | Matthias Krüger | -2/+50 |
| 2023-02-27 | Rollup merge of #108500 - RalfJung:miri, r=RalfJung | Matthias Krüger | -55/+274 |
| 2023-02-27 | Rollup merge of #108494 - GuillaumeGomez:cleanup-js, r=notriddle | Matthias Krüger | -13/+7 |
| 2023-02-27 | Rollup merge of #108486 - cjgillot:owner-ditem, r=Nilstrieb | Matthias Krüger | -56/+46 |
| 2023-02-27 | Rollup merge of #108477 - y21:replace-semi-with-comma-sugg, r=compiler-errors | Matthias Krüger | -4/+8 |
| 2023-02-27 | Rollup merge of #108463 - clubby789:update-check-output, r=albertlarsan68 | Matthias Krüger | -28/+60 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -67/+89 |
| 2023-02-27 | Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti... | Matthias Krüger | -5/+126 |
| 2023-02-26 | Bages for easy access links to Rust community | 0xf333 | -0/+2 |
| 2023-02-26 | Don't trigger ICE for ReError when the other region is empty. | Lenko Donchev | -2/+50 |
| 2023-02-27 | Remove @nagisa from review rotation | Simonas Kazlauskas | -2/+0 |
| 2023-02-26 | Auto merge of #108440 - Zoxc:encoder-enum, r=cjgillot | bors | -29/+30 |
| 2023-02-26 | Clean up JS files code a bit | Guillaume Gomez | -13/+7 |
| 2023-02-26 | Auto merge of #108474 - Jarcho:clippyup, r=Manishearth | bors | -628/+3023 |
| 2023-02-26 | update lockfile | Ralf Jung | -8/+2 |
| 2023-02-26 | Auto merge of #2803 - RalfJung:rustup, r=RalfJung | bors | -8319/+12022 |
| 2023-02-26 | Merge from rustc | Ralf Jung | -8318/+12021 |
| 2023-02-26 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-02-26 | Auto merge of #108253 - nnethercote:ena-rm-VarValue-methods, r=joshtriplett | bors | -3/+3 |
| 2023-02-26 | Move THIR printing to rustc_mir_build. | Camille GILLOT | -31/+22 |
| 2023-02-26 | Add tracking issue | Josh Triplett | -1/+1 |
| 2023-02-26 | Adapt issue-77982.stderr to new rustc error | Linus Färnstrand | -1/+1 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -3784/+4079 |
| 2023-02-26 | Auto merge of #108488 - matthiaskrgr:rollup-i61epcw, r=matthiaskrgr | bors | -427/+492 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -8/+8 |
| 2023-02-26 | Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomez | Matthias Krüger | -88/+37 |
| 2023-02-26 | Rollup merge of #108475 - Sp00ph:fix_shrink_to, r=thomcc | Matthias Krüger | -55/+104 |
| 2023-02-26 | Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errors | Matthias Krüger | -16/+15 |
| 2023-02-26 | Rollup merge of #108418 - est31:parser_function_names, r=Nilstrieb | Matthias Krüger | -131/+131 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -88/+111 |
| 2023-02-26 | Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillot | Matthias Krüger | -3/+4 |