| Age | Commit message (Expand) | Author | Lines |
| 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 #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 |
| 2023-02-26 | Rollup merge of #108299 - scottmcm:literal-bits, r=Nilstrieb | Matthias Krüger | -36/+46 |
| 2023-02-26 | Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnr | Matthias Krüger | -2/+36 |
| 2023-02-26 | Auto merge of #108375 - Zoxc:query-inline, r=cjgillot | bors | -22/+24 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -8/+8 |
| 2023-02-26 | refactor: improve `error-index-generator` dependency | Ezra Shaw | -20/+3 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -68/+34 |
| 2023-02-26 | Disambiguate comments | Markus Everling | -2/+2 |
| 2023-02-26 | Fix `VecDeque::shrink_to` and add tests. | Markus Everling | -55/+104 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -514/+1394 |
| 2023-02-26 | Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors | Matthias Krüger | -437/+833 |
| 2023-02-26 | Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile... | Matthias Krüger | -1/+21 |
| 2023-02-26 | Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez | Matthias Krüger | -3/+68 |
| 2023-02-26 | Rollup merge of #108436 - tshepang:translatable-proc-macro-panicked, r=estebank | Matthias Krüger | -5/+26 |
| 2023-02-26 | Rollup merge of #108432 - klensy:test-deps, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 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 | -1/+260 |
| 2023-02-26 | Rollup merge of #107062 - tgross35:update-doc-index, r=ehuss | Matthias Krüger | -63/+165 |
| 2023-02-25 | Auto merge of #108464 - compiler-errors:rollup-trl1g70, r=compiler-errors | bors | -65/+627 |
| 2023-02-26 | hir-analysis: make a helpful note | Tshepang Mbambo | -3/+4 |
| 2023-02-25 | Special note for str in auto traits | Michael Goulet | -1/+2 |
| 2023-02-25 | Treat `str` as containing `[u8]` for auto trait purposes | Michael Goulet | -2/+35 |
| 2023-02-25 | Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnr | Michael Goulet | -3/+309 |
| 2023-02-25 | Rollup merge of #108229 - lionellloh:issue-107049, r=Mark-Simulacrum | Michael Goulet | -5/+21 |
| 2023-02-25 | Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errors | Michael Goulet | -4/+115 |
| 2023-02-25 | Rollup merge of #107848 - clubby789:x-setup-options, r=Mark-Simulacrum | Michael Goulet | -21/+114 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -1/+20 |
| 2023-02-25 | Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebank | Michael Goulet | -30/+32 |
| 2023-02-25 | Rollup merge of #105736 - chenyukang:yukang/add-mir-opt-level-testing, r=jyn514 | Michael Goulet | -1/+16 |
| 2023-02-25 | Make clippy happy | Michael Goulet | -10/+10 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -33/+50 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -45/+51 |
| 2023-02-25 | Auto merge of #107405 - hermitcore:bsd, r=bjorn3 | bors | -478/+594 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -103/+276 |
| 2023-02-25 | Auto merge of #2798 - LevitatingLion:master, r=oli-obk | bors | -17/+46 |
| 2023-02-25 | Complete migrating `ast_passes` to derive diagnostics | clubby789 | -437/+833 |
| 2023-02-25 | Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errors | bors | -471/+450 |
| 2023-02-25 | Don't run issue-107918.rs test on windows | Guillaume Gomez | -0/+1 |
| 2023-02-25 | Rollup merge of #108434 - obeis:hir-analysis-migrate-diagnostics, r=Nilstrieb | Matthias Krüger | -63/+107 |
| 2023-02-25 | Rollup merge of #108433 - compiler-errors:missing-provider-nit, r=Nilstrieb | Matthias Krüger | -2/+3 |