| Age | Commit message (Expand) | Author | Lines |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -10/+12 |
| 2024-01-04 | Split StableCompare trait out of StableOrd trait. | Michael Woerister | -1/+1 |
| 2024-01-03 | Rollup merge of #119476 - fmease:pp-always-const-trait-preds, r=compiler-errors | León Orell Valerian Liehr | -12/+21 |
| 2024-01-03 | Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obk | León Orell Valerian Liehr | -12/+13 |
| 2024-01-01 | Pretty-print always-const trait predicates correctly | León Orell Valerian Liehr | -12/+21 |
| 2023-12-31 | rustc_lint: Make `LintLevelsProvider::current_specs()` return `&FxIndexMap` | Martin Nordholts | -2/+2 |
| 2023-12-31 | Auto merge of #119447 - Nilstrieb:STACKOVERFLOW, r=compiler-errors | bors | -1/+2 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -6/+12 |
| 2023-12-30 | Use the right type for upvars | Michael Goulet | -6/+4 |
| 2023-12-30 | Fix `<BoundConstness as Display>` | Nilstrieb | -1/+2 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -7/+10 |
| 2023-12-29 | Auto merge of #119392 - compiler-errors:args-parts, r=Nilstrieb | bors | -58/+48 |
| 2023-12-28 | make ClosureArgsParts not generic | Michael Goulet | -58/+48 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -9/+8 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -35/+33 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -11/+10 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -11/+10 |
| 2023-12-26 | Auto merge of #118431 - sjwang05:issue-44695, r=estebank | bors | -1/+18 |
| 2023-12-26 | Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=Nadrieril | Michael Goulet | -12/+27 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -10/+18 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -23/+9 |
| 2023-12-26 | `thir::Visitor` only needs to visit `&'thir` data | Nadrieril | -12/+27 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -39/+44 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -9/+9 |
| 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-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 |