| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | Auto merge of #122891 - compiler-errors:encode-implied-predicates-always, r=o... | bors | -12/+2 |
| 2024-03-23 | Rollup merge of #122969 - cuviper:borrowck-rposition, r=matthewjasper | Jubilee | -11/+9 |
| 2024-03-23 | Rollup merge of #122879 - maurer:callsite-instances, r=workingjubilee | Jubilee | -58/+133 |
| 2024-03-23 | Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubilee | Jubilee | -25/+45 |
| 2024-03-23 | Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee | Jubilee | -3/+3 |
| 2024-03-23 | Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease | Jubilee | -92/+100 |
| 2024-03-23 | Use `chunk_by` when building `ReverseSccGraph` | Josh Stone | -6/+5 |
| 2024-03-23 | Simplify an iterator search in borrowck diag | Josh Stone | -11/+9 |
| 2024-03-24 | Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -32/+110 |
| 2024-03-24 | Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r... | Matthias Krüger | -10/+19 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -73/+24 |
| 2024-03-23 | CFI: Strip auto traits off Self for virtual calls | Matthew Maurer | -4/+28 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -54/+105 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -72/+23 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -115/+136 |
| 2024-03-23 | Rollup merge of #122933 - RalfJung:tag_for_variant, r=oli-obk | Matthias Krüger | -25/+28 |
| 2024-03-23 | Rollup merge of #122922 - kpreid:print-async, r=compiler-errors | Matthias Krüger | -5/+23 |
| 2024-03-23 | Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -81/+82 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -4/+116 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -68/+44 |
| 2024-03-23 | tag_for_variant follow-ups | Ralf Jung | -25/+28 |
| 2024-03-22 | -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. | Kevin Reid | -5/+23 |
| 2024-03-22 | Validate that we're only matching on unit struct for path pattern | Michael Goulet | -2/+19 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -20/+18 |
| 2024-03-22 | CFI: Support self_cell-like recursion | Matthew Maurer | -25/+45 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -411/+560 |
| 2024-03-22 | Delay a bug if no RPITITs were found | León Orell Valerian Liehr | -4/+3 |
| 2024-03-22 | Fix validation on substituted callee bodies in MIR inliner | Michael Goulet | -10/+19 |