| Age | Commit message (Expand) | Author | Lines |
| 2023-02-26 | Auto merge of #108440 - Zoxc:encoder-enum, r=cjgillot | bors | -29/+30 |
| 2023-02-26 | Auto merge of #108253 - nnethercote:ena-rm-VarValue-methods, r=joshtriplett | bors | -1/+1 |
| 2023-02-26 | Auto merge of #108488 - matthiaskrgr:rollup-i61epcw, r=matthiaskrgr | bors | -255/+273 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -2/+1 |
| 2023-02-26 | Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomez | Matthias Krüger | -25/+16 |
| 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 | -77/+100 |
| 2023-02-26 | Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillot | Matthias Krüger | -2/+3 |
| 2023-02-26 | Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnr | Matthias Krüger | -2/+7 |
| 2023-02-26 | Auto merge of #108375 - Zoxc:query-inline, r=cjgillot | bors | -22/+24 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -2/+1 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -25/+16 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -433/+1021 |
| 2023-02-26 | Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors | Matthias Krüger | -425/+821 |
| 2023-02-26 | Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile... | Matthias Krüger | -1/+4 |
| 2023-02-26 | Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez | Matthias Krüger | -1/+22 |
| 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 #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -1/+148 |
| 2023-02-26 | hir-analysis: make a helpful note | Tshepang Mbambo | -2/+3 |
| 2023-02-25 | Special note for str in auto traits | Michael Goulet | -0/+1 |
| 2023-02-25 | Treat `str` as containing `[u8]` for auto trait purposes | Michael Goulet | -2/+6 |
| 2023-02-25 | Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnr | Michael Goulet | -3/+207 |
| 2023-02-25 | Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errors | Michael Goulet | -4/+73 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -1/+9 |
| 2023-02-25 | Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebank | Michael Goulet | -30/+12 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -33/+50 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -44/+50 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -65/+110 |
| 2023-02-25 | Complete migrating `ast_passes` to derive diagnostics | clubby789 | -425/+821 |
| 2023-02-25 | Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errors | bors | -461/+440 |
| 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 |
| 2023-02-25 | Do not lint unresolved trait for ineffective unstable trait impl | Deadbeef | -1/+4 |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -1/+22 |
| 2023-02-25 | Auto merge of #106430 - tmiasko:rm-dead-unwinds, r=cjgillot | bors | -76/+44 |
| 2023-02-25 | Don't inline try_execute_query | John KÃ¥re Alsaker | -0/+1 |
| 2023-02-25 | Add inlining attributes for query system functions | John KÃ¥re Alsaker | -0/+10 |
| 2023-02-25 | Move `ensure_sufficient_stack` to `try_execute_query` callers | John KÃ¥re Alsaker | -18/+9 |
| 2023-02-25 | Reduce calls to `current_query_job` | John KÃ¥re Alsaker | -4/+4 |
| 2023-02-25 | Emit the enum discriminant separately for the Encodable macro | John KÃ¥re Alsaker | -29/+30 |
| 2023-02-24 | Auto merge of #91742 - cjgillot:force-backtrace, r=estebank | bors | -11/+45 |
| 2023-02-24 | make "proc macro panicked" translatable | Tshepang Mbambo | -5/+26 |
| 2023-02-24 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -63/+107 |
| 2023-02-24 | Wrap missing provider message correctly | Michael Goulet | -2/+3 |
| 2023-02-24 | rustc_infer: Consolidate obligation elaboration de-duplication | Patrik KÃ¥rlin | -16/+15 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -1/+1 |
| 2023-02-24 | Rollup merge of #108388 - ohno418:better-suggestion-on-malformed-closure, r=d... | Dylan DPC | -1/+5 |
| 2023-02-24 | Rollup merge of #108377 - clubby789:duplicate-diagnostic-ice, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-02-24 | Rollup merge of #108169 - Zoxc:query-key-copy, r=cjgillot | Dylan DPC | -17/+18 |