| Age | Commit message (Expand) | Author | Lines |
| 2023-12-25 | Remove unnecessary body_expr_count | Michael Goulet | -14/+0 |
| 2023-12-24 | Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg... | bors | -23/+16 |
| 2023-12-23 | Auto merge of #119218 - Nadrieril:nested-opaque-reveal, r=compiler-errors | bors | -18/+73 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -2/+2 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -37/+42 |
| 2023-12-23 | Remove an unused diagnostic struct | Deadbeef | -8/+0 |
| 2023-12-23 | Reveal empty opaques in depth | Nadrieril | -18/+73 |
| 2023-12-22 | Rollup merge of #119198 - compiler-errors:desugaring, r=eholk | Michael Goulet | -24/+53 |
| 2023-12-22 | Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errors | Michael Goulet | -28/+15 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -5/+2 |
| 2023-12-23 | Streamline `struct_lint_level`. | Nicholas Nethercote | -23/+13 |
| 2023-12-22 | Split coroutine desugaring kind from source | Michael Goulet | -24/+53 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -5/+6 |
| 2023-12-20 | Auto merge of #119136 - petrochenkov:feedvis3, r=WaffleLapkin | bors | -4/+21 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -4/+21 |
| 2023-12-20 | Rollup merge of #119071 - lcnr:overflowo, r=compiler-errors | Matthias Krüger | -4/+31 |
| 2023-12-20 | Hide foreign `#[doc(hidden)]` paths in import suggestions | Jules Bertholet | -1/+1 |
| 2023-12-19 | Unify SourceFile::name_hash and StableSourceFileId | Michael Woerister | -23/+16 |
| 2023-12-19 | rename to verbose-internals | jyn | -10/+18 |
| 2023-12-19 | Remove param env from relation altogether | Michael Goulet | -6/+0 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -4/+5 |
| 2023-12-19 | Do not evaluate in structurally_relate_tys | Michael Goulet | -7/+3 |
| 2023-12-19 | Auto merge of #119093 - michaelwoerister:mcp533-18, r=petrochenkov | bors | -3/+3 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -5/+6 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -1/+1 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -3/+3 |
| 2023-12-18 | dont discard overflow from normalizes-to goals | lcnr | -0/+3 |
| 2023-12-18 | track the source of nested goals | lcnr | -4/+28 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -3/+3 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -5/+5 |
| 2023-12-18 | Rename `HandlerInner` as `DiagCtxtInner`. | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -2/+5 |
| 2023-12-16 | Provide better suggestions for T == &T and &T == T | sjwang05 | -1/+18 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -4/+2 |
| 2023-12-15 | Rollup merge of #119003 - matthiaskrgr:nein_clone, r=Nadrieril | Jubilee | -4/+4 |
| 2023-12-15 | NFC: do not clone types that are copy | Matthias Krüger | -4/+4 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -46/+13 |
| 2023-12-15 | Fix comments | Michael Goulet | -26/+3 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -20/+10 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -7/+4 |
| 2023-12-15 | Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726 | Matthias Krüger | -98/+33 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -2/+4 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -2/+4 |
| 2023-12-14 | Move special methods from ClosureKind back into rustc | Michael Goulet | -24/+20 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -6/+2 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -3/+70 |
| 2023-12-14 | make infcx optional in canonicalizer | Ali MJ Al-Nasrawy | -2/+10 |