| Age | Commit message (Expand) | Author | Lines |
| 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 | Explain that this is UB catching instead of malformed MIR. | Camille GILLOT | -0/+7 |
| 2023-02-25 | MIR-Validate StorageLive. | Camille GILLOT | -2/+13 |
| 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 | Address review. | Camille GILLOT | -10/+6 |
| 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 | record llvm cgu instruction stats | csmoe | -0/+39 |
| 2023-02-25 | Name LLVM anonymous constants by a hash of their contents | John Kåre Alsaker | -2/+8 |
| 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 |
| 2023-02-24 | Rollup merge of #106923 - mejrs:fluent_err, r=davidtwco | Dylan DPC | -6/+18 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -1/+6 |
| 2023-02-24 | Replace parse_[sth]_expr with parse_expr_[sth] function names | est31 | -131/+131 |
| 2023-02-24 | Comments, another test | Michael Goulet | -2/+41 |
| 2023-02-24 | Make higher-ranked projections in object types work in new solver | Michael Goulet | -18/+31 |
| 2023-02-24 | Check object's supertrait and associated type bounds in new solver | Michael Goulet | -2/+154 |
| 2023-02-24 | Upgrade `ena` to 0.14.1. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -6/+6 |
| 2023-02-24 | Add `mk_canonical_var_infos_from_iter`. | Nicholas Nethercote | -23/+28 |
| 2023-02-24 | Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`. | Nicholas Nethercote | -34/+42 |
| 2023-02-24 | Replace a `mk_ty` call with `mk_bound`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -353/+354 |
| 2023-02-24 | Tweak the slice interners. | Nicholas Nethercote | -59/+24 |
| 2023-02-23 | Lazily compute crate name for consider_optimizing | Nilstrieb | -5/+8 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -67/+89 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -1/+1 |