| Age | Commit message (Expand) | Author | Lines |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -9/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -9/+0 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -0/+13 |
| 2024-12-11 | Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxu | Jacob Pratt | -1/+28 |
| 2024-12-10 | Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures... | Michael Goulet | -1/+28 |
| 2024-12-10 | Don't check RPITITs that are Self:Sized for PointerLike | Michael Goulet | -0/+13 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -2/+7 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -11/+7 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -7/+7 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -8/+8 |
| 2024-12-06 | Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc... | bors | -34/+8 |
| 2024-12-05 | Resolve more | Michael Goulet | -34/+8 |
| 2024-12-04 | Avoid `opaque type not constrained` errors in the presence of other errors | Oli Scherer | -40/+14 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -4/+4 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -2/+2 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -4/+4 |
| 2024-12-01 | Adjust HostEffect error spans correctly to point at args | Michael Goulet | -2/+10 |
| 2024-11-30 | Move refinement check out of compare_impl_item | Michael Goulet | -0/+26 |
| 2024-11-29 | Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errors | Matthias Krüger | -13/+12 |
| 2024-11-29 | Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank | Matthias Krüger | -1/+1 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -13/+12 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -1/+1 |
| 2024-11-28 | Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxu | bors | -6/+1 |
| 2024-11-28 | Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomez | bors | -17/+71 |
| 2024-11-28 | Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnr | Guillaume Gomez | -17/+71 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -4/+10 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -6/+1 |
| 2024-11-27 | Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errors | Matthias Krüger | -59/+8 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -4/+10 |
| 2024-11-26 | do not constrain infer vars in `find_best_leaf_obligation` | lcnr | -59/+8 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -23/+6 |
| 2024-11-24 | Actually use placeholder regions for trait method late bound regions in colle... | Michael Goulet | -17/+71 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -2/+2 |
| 2024-11-23 | Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errors | bors | -1/+1 |
| 2024-11-22 | Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmease | Michael Goulet | -1/+1 |
| 2024-11-23 | Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr | bors | -1/+1 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -37/+33 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -1/+1 |
| 2024-11-22 | Simplify logic a bit | Michael Goulet | -1/+1 |
| 2024-11-22 | Auto merge of #130867 - michirakara:steps_between, r=dtolnay | bors | -1/+1 |
| 2024-11-21 | distinguish overflow and unimplemented in Step::steps_between | michirakara | -1/+1 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -0/+88 |
| 2024-11-15 | Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errors | Guillaume Gomez | -0/+75 |
| 2024-11-15 | Fix span edition for 2024 RPIT coming from an external macro | Eric Huss | -93/+1 |
| 2024-11-15 | Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box... | Matthias Krüger | -16/+45 |
| 2024-11-15 | Add test for precise-capturing from an external macro | Eric Huss | -0/+167 |
| 2024-11-12 | Make precise capturing suggestion machine-applicable only if it has not APITs | Michael Goulet | -0/+52 |
| 2024-11-11 | Recurse into APITs in impl_trait_overcaptures | Michael Goulet | -16/+45 |
| 2024-11-09 | Dont suggest use<APIT> | Michael Goulet | -12/+61 |
| 2024-11-09 | Suggest turning APITs into generics in opaque overcaptures | Michael Goulet | -1/+65 |