| Age | Commit message (Expand) | Author | Lines |
| 2023-10-03 | Splitting ensures subrange comparison is all we need | Nadrieril | -13/+1 |
| 2023-10-03 | Rollup merge of #116379 - fmease:opaq-hid-inf-bnds-non-lt-bndrs, r=compiler-e... | Matthias Krüger | -7/+3 |
| 2023-10-03 | Rollup merge of #116328 - nnethercote:rustc_fluent_macro, r=davidtwco | Matthias Krüger | -40/+22 |
| 2023-10-03 | Rollup merge of #116282 - rustaceanclub:master, r=davidtwco | Matthias Krüger | -3/+3 |
| 2023-10-03 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -101/+81 |
| 2023-10-03 | Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwco | Matthias Krüger | -6/+68 |
| 2023-10-03 | Rework slice splitting api | Nadrieril | -133/+120 |
| 2023-10-03 | Rework range splitting api | Nadrieril | -112/+90 |
| 2023-10-03 | non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound | León Orell Valerian Liehr | -7/+3 |
| 2023-10-03 | Auto merge of #116376 - matthiaskrgr:rollup-b3d14gq, r=matthiaskrgr | bors | -115/+88 |
| 2023-10-03 | Rollup merge of #116374 - ouz-a:correct_message, r=RalfJung | Matthias Krüger | -20/+30 |
| 2023-10-03 | Rollup merge of #116371 - nnethercote:rustc_llvm, r=bjorn3 | Matthias Krüger | -4/+0 |
| 2023-10-03 | Rollup merge of #116358 - compiler-errors:match, r=lcnr | Matthias Krüger | -15/+24 |
| 2023-10-03 | Rollup merge of #116210 - Raekye:master, r=fee1-dead | Matthias Krüger | -22/+34 |
| 2023-10-03 | Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwco | Matthias Krüger | -54/+0 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -21/+229 |
| 2023-10-03 | print normalized ty | ouz-a | -20/+30 |
| 2023-10-03 | Optimize some `alloc_from_iter` call sites. | Nicholas Nethercote | -38/+29 |
| 2023-10-03 | Remove the `TypedArena::alloc_from_iter` specialization. | Nicholas Nethercote | -90/+45 |
| 2023-10-03 | Rollup merge of #116158 - compiler-errors:unconstrained-type-var-sugg, r=wesl... | Matthias Krüger | -2/+8 |
| 2023-10-03 | Rollup merge of #115726 - compiler-errors:better-error-ref, r=estebank | Matthias Krüger | -3/+88 |
| 2023-10-03 | Remove unused features from `rustc_llvm`. | Nicholas Nethercote | -4/+0 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -2/+3 |
| 2023-10-03 | coverage: Remove `next_id` methods from counter/expression IDs | Zalathar | -12/+2 |
| 2023-10-03 | coverage: Remove code for making expression copies of BCB counters | Zalathar | -14/+2 |
| 2023-10-03 | coverage: Store each BCB's code regions in one coverage statement | Zalathar | -21/+28 |
| 2023-10-03 | coverage: Let each coverage statement hold a vector of code regions | Zalathar | -84/+90 |
| 2023-10-03 | coverage: Update comments/logs that referred to `CoverageSpan` | Zalathar | -20/+20 |
| 2023-10-03 | coverage: Encapsulate coverage spans | Zalathar | -54/+63 |
| 2023-10-03 | coverage: Mappings for unused functions can all be zero | Zalathar | -11/+3 |
| 2023-10-03 | Address review nits | Michael Goulet | -8/+7 |
| 2023-10-03 | Only reachable traits | Michael Goulet | -0/+6 |
| 2023-10-03 | Fill in prose to describe the `async_fn_in_trait` lint | Travis Cross | -8/+68 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -53/+155 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -1/+14 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -3/+75 |
| 2023-10-02 | Auto merge of #102099 - InnovativeInventor:re-cold-land, r=nikic | bors | -12/+16 |
| 2023-10-02 | Don't suggest nonsense suggestions for unconstrained type vars in note_source... | Michael Goulet | -2/+8 |
| 2023-10-02 | Rename both of the Match relations | Michael Goulet | -15/+24 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -25/+36 |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -25/+74 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -53/+83 |
| 2023-10-02 | subtyping_projections | ouz-a | -3/+121 |
| 2023-10-02 | Rollup merge of #114454 - Nilstrieb:no-evil-sorting, r=cjgillot | Tyler Mandry | -20/+18 |
| 2023-10-02 | Fix incorrect inlining of RangeInclusive::size_hint | Lukas Wirth | -1/+1 |
| 2023-10-02 | Add some docs regarding rustc_abi rust-analyzer compat changes | Lukas Wirth | -1/+7 |
| 2023-10-02 | Implement Deref<LayoutS> for Layout | Lukas Wirth | -4/+11 |
| 2023-10-02 | Cfg out ReprOption::field_shuffle_seed | Lukas Wirth | -4/+2 |
| 2023-10-02 | Add VariantIdx back | Lukas Wirth | -61/+87 |
| 2023-10-02 | Move FieldIdx and Layout to rustc_target | Lukas Wirth | -81/+83 |