| Age | Commit message (Expand) | Author | Lines |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -21/+43 |
| 2024-01-08 | Value recovery can take the whole CycleError | Michael Goulet | -15/+35 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -11/+11 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -6/+5 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |
| 2024-01-08 | Add helper for when we want to know if an item has a host param | Michael Goulet | -1/+8 |
| 2024-01-07 | Merge dead bb pruning and unreachable bb deduplication. | Camille GILLOT | -0/+1 |
| 2024-01-06 | Don't populate yield and resume types after the fact | Michael Goulet | -12/+19 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -123/+100 |
| 2024-01-06 | Auto merge of #119648 - compiler-errors:rollup-42inxd8, r=compiler-errors | bors | -4/+8 |
| 2024-01-05 | Rollup merge of #119638 - lukas-code:suggest-constructor-cycle-error, r=cjgillot | Michael Goulet | -4/+8 |
| 2024-01-06 | Auto merge of #119459 - cjgillot:inline-mir-utils, r=compiler-errors | bors | -0/+22 |
| 2024-01-05 | Auto merge of #119634 - matthiaskrgr:rollup-v2xt7et, r=matthiaskrgr | bors | -38/+73 |
| 2024-01-05 | fix OOM when `ty::Instance` is used in query description | Lukas Markeffsky | -4/+8 |
| 2024-01-05 | Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obk | Matthias Krüger | -0/+17 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -16/+4 |
| 2024-01-05 | Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors | Matthias Krüger | -21/+51 |
| 2024-01-05 | Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da... | Matthias Krüger | -1/+1 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -65/+47 |
| 2024-01-05 | Remove outdated references to `librustc_middle`. | Alona Enraght-Moony | -3/+3 |
| 2024-01-05 | Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,Nilstrieb | Michael Goulet | -654/+0 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -19/+10 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -1/+1 |
| 2024-01-05 | Remove `thir::Guard` | Matthew Jasper | -16/+4 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -7/+6 |
| 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 |