| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-24 | Auto merge of #122891 - compiler-errors:encode-implied-predicates-always, r=o... | bors | -12/+2 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -7/+131 |
| 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 | Fixed bad formatting | Adam Gastineau | -4/+2 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -11/+11 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -6/+6 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -73/+24 |
| 2024-03-23 | Fix typos | Daniel Sedlak | -3/+3 |
| 2024-03-23 | Add some comments and do some renames | John Kåre Alsaker | -4/+22 |
| 2024-03-23 | Fix diagnostics for async block cloning | Daniel Sedlak | -0/+10 |
| 2024-03-23 | Encode dep graph edges directly from the previous graph when promoting | John Kåre Alsaker | -44/+164 |
| 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 | rename MIR int2ptr casts to match library name | Ralf Jung | -12/+12 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -5/+5 |
| 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-23 | Add the missing inttoptr when we ptrtoint in ptr atomics | Ben Kimock | -4/+8 |
| 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-23 | Suggest assoc ty bound on lifetime in eq constraint | León Orell Valerian Liehr | -14/+37 |
| 2024-03-23 | Suggest assoc ty bound on bare dyn trait in eq constraint | León Orell Valerian Liehr | -0/+38 |
| 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 | Update docs of hir::TypeBinding | León Orell Valerian Liehr | -14/+8 |
| 2024-03-22 | Small tweaks to the linting code for bare trait object types | León Orell Valerian Liehr | -72/+79 |
| 2024-03-22 | Delay a bug if no RPITITs were found | León Orell Valerian Liehr | -4/+3 |
| 2024-03-22 | Move check for error in impl header outside of reporting | Michael Goulet | -4/+5 |
| 2024-03-22 | Fix validation on substituted callee bodies in MIR inliner | Michael Goulet | -10/+19 |
| 2024-03-22 | Uniquify ReError on input mode in canonicalizer | Michael Goulet | -2/+1 |