| Age | Commit message (Expand) | Author | Lines |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -4/+0 |
| 2024-01-04 | Make iteration order of collect_return_position_impl_trait_in_trait_tys query... | Michael Woerister | -8/+9 |
| 2024-01-04 | Make iteration order of supported_target_features query stable | Michael Woerister | -1/+1 |
| 2024-01-04 | Make iteration order of trimmed_def_paths query stable | Michael Woerister | -4/+4 |
| 2024-01-04 | Make iteration order of region_scope_tree query stable | Michael Woerister | -25/+4 |
| 2024-01-04 | Make iteration order of named_variable_map, late_bound_vars_map, and resolve_... | Michael Woerister | -5/+5 |
| 2024-01-04 | Make iteration order of stability_index query stable | Michael Woerister | -6/+5 |
| 2024-01-04 | Make iteration order of wasm_import_module_map query stable | Michael Woerister | -1/+1 |
| 2024-01-04 | Make iteration order of inferred_outlives_crate query stable | Michael Woerister | -1/+1 |
| 2024-01-04 | Make iteration order of upstream_monomorphizations query stable | Michael Woerister | -2/+2 |
| 2024-01-04 | Make iteration order of crate_inherent_impls query result stable. | Michael Woerister | -1/+2 |
| 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-04 | Remove `is_lint` field from `Level::Error`. | Nicholas Nethercote | -1/+1 |
| 2024-01-04 | Remove `-Zdump-mir-spanview` | Zalathar | -654/+0 |
| 2024-01-04 | Check yield terminator's resume type in borrowck | Michael Goulet | -0/+17 |
| 2024-01-04 | Remove unused `struct_error` function. | Nicholas Nethercote | -15/+6 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -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-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -3/+3 |
| 2024-01-02 | Merge check_for_entry_fn fully into check_mod_type_wf | Oli Scherer | -4/+0 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -2/+2 |
| 2024-01-01 | Pretty-print always-const trait predicates correctly | León Orell Valerian Liehr | -12/+21 |
| 2023-12-31 | Avoid specialization for AttrId deserialization | bjorn3 | -0/+4 |
| 2023-12-31 | Remove almost all uses of specialization from the metadata encoding code | bjorn3 | -93/+65 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -32/+33 |
| 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-31 | Inline utils. | Camille GILLOT | -0/+19 |
| 2023-12-31 | Inline successor_within_block. | Camille GILLOT | -0/+1 |
| 2023-12-31 | Inline dominator check. | Camille GILLOT | -0/+2 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -7/+13 |
| 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-28 | rustc_middle: Pretty-print negative bounds correctly | León Orell Valerian Liehr | -21/+51 |
| 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 |