| Age | Commit message (Expand) | Author | Lines |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -92/+154 |
| 2024-03-26 | Rollup merge of #123091 - Bryanskiy:delegation-fixes, r=petrochenkov | Matthias Krüger | -11/+42 |
| 2024-03-26 | Rollup merge of #123090 - oli-obk:gatify, r=compiler-errors | Matthias Krüger | -102/+57 |
| 2024-03-26 | Rollup merge of #123067 - Nadrieril:always-simplify-or, r=oli-obk | Matthias Krüger | -11/+20 |
| 2024-03-26 | Rollup merge of #123066 - maurer:cfi-erased-lifetime-ice, r=compiler-errors | Matthias Krüger | -3/+8 |
| 2024-03-26 | Rollup merge of #122996 - RalfJung:simplify_branches, r=cjgillot | Matthias Krüger | -0/+1 |
| 2024-03-26 | Rollup merge of #122766 - bvanjoi:fix-115185, r=petrochenkov | Matthias Krüger | -16/+52 |
| 2024-03-26 | Remove `CacheSelector` trait now that we can use GATs | Oli Scherer | -102/+57 |
| 2024-03-26 | Delegation: fix ICE on wrong `self` resolution | Bryanskiy | -11/+42 |
| 2024-03-26 | Auto merge of #121387 - oli-obk:eager_const_failures_regression, r=lcnr | bors | -2/+8 |
| 2024-03-26 | Auto merge of #122849 - clubby789:no-metadata, r=petrochenkov | bors | -0/+11 |
| 2024-03-26 | Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubilee | bors | -66/+100 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -1/+40 |
| 2024-03-25 | Consistently merge simplifiable or-patterns | Nadrieril | -2/+5 |
| 2024-03-25 | CFI: Pad out associated type resolution with erased lifetimes | Matthew Maurer | -3/+8 |
| 2024-03-25 | Use the correct span for simplifying or-patterns | Nadrieril | -9/+15 |
| 2024-03-25 | Rollup merge of #123044 - compiler-errors:instance, r=oli-obk | Jubilee | -38/+38 |
| 2024-03-25 | Rollup merge of #122923 - kpreid:print-async-def, r=compiler-errors | Jubilee | -5/+13 |
| 2024-03-25 | Rollup merge of #122769 - RalfJung:reachable, r=tmiasko | Jubilee | -23/+49 |
| 2024-03-25 | extend doc comment for reachability set computation | Ralf Jung | -23/+49 |
| 2024-03-25 | Don't emit load metadata in debug mode | clubby789 | -0/+11 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -38/+38 |
| 2024-03-25 | Rollup merge of #123034 - bjorn3:test_ignores, r=compiler-errors | Matthias Krüger | -15/+0 |
| 2024-03-25 | Rollup merge of #123022 - compiler-errors:clif-tests-async-closure, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2024-03-25 | Rollup merge of #123001 - Alexendoo:check-attributes, r=oli-obk | Matthias Krüger | -23/+8 |
| 2024-03-25 | Rollup merge of #122970 - cuviper:use-chunk_by, r=Mark-Simulacrum | Matthias Krüger | -6/+5 |
| 2024-03-25 | Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet... | Matthias Krüger | -2/+19 |
| 2024-03-25 | Rollup merge of #122881 - Bryanskiy:delegation-fixes-2, r=petrochenkov | Matthias Krüger | -8/+10 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -1/+6 |
| 2024-03-25 | Add needs-unwind for proc macro tests | bjorn3 | -9/+0 |
| 2024-03-25 | In `pretty_print_type()`, print `async fn` futures' paths instead of spans. | Kevin Reid | -5/+13 |
| 2024-03-25 | Add needs-unwind annotations to a couple of tests | bjorn3 | -6/+0 |
| 2024-03-25 | Auto merge of #123029 - matthiaskrgr:rollup-6qsevhx, r=matthiaskrgr | bors | -100/+136 |
| 2024-03-25 | Rollup merge of #123005 - maurer:cfi-arbitrary-receivers, r=compiler-errors | Matthias Krüger | -39/+72 |
| 2024-03-25 | Rollup merge of #123003 - maurer:dyn-empty, r=compiler-errors | Matthias Krüger | -13/+14 |
| 2024-03-25 | Rollup merge of #122858 - nnethercote:tweak-parse_dot_suffix_expr, r=est31 | Matthias Krüger | -48/+50 |
| 2024-03-25 | Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrieril | bors | -5/+32 |
| 2024-03-25 | Clarify `parse_dot_suffix_expr`. | Nicholas Nethercote | -16/+19 |
| 2024-03-25 | Change `parse_expr_tuple_field_access`. | Nicholas Nethercote | -10/+15 |
| 2024-03-25 | Remove `next_token` handling from `parse_expr_tuple_field_access`. | Nicholas Nethercote | -18/+10 |
| 2024-03-25 | Inline and remove `Parser::parse_expr_tuple_field_access_float`. | Nicholas Nethercote | -36/+38 |
| 2024-03-24 | Add async-closures/once.rs back to cranelift tests | Michael Goulet | -1/+0 |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -35/+26 |
| 2024-03-24 | CFI: Support arbitrary receivers | Matthew Maurer | -39/+72 |
| 2024-03-24 | CFI: Handle dyn with no principal | Matthew Maurer | -13/+14 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -68/+44 |
| 2024-03-24 | Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwco | Matthias Krüger | -11/+16 |
| 2024-03-24 | Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav... | Matthias Krüger | -3/+17 |
| 2024-03-24 | Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}` | Alex Macleod | -23/+8 |
| 2024-03-24 | simplify_branches: add comment | Ralf Jung | -0/+1 |