| Age | Commit message (Expand) | Author | Lines |
| 2025-04-28 | Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnr | Chris Denton | -72/+66 |
| 2025-04-28 | Rollup merge of #140276 - compiler-errors:typeof-less-eagerly, r=lcnr | Chris Denton | -0/+6 |
| 2025-04-28 | Rollup merge of #140022 - dianne:box-deref-pats, r=Nadrieril | Chris Denton | -31/+64 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -1/+0 |
| 2025-04-28 | Rollup merge of #139308 - Shourya742:2025-03-29-add-autodiff-inline, r=ZuseZ4 | Chris Denton | -2/+122 |
| 2025-04-28 | shared-generics: Do not share instantiations that cannot be created outside o... | Piotr Osiewicz | -12/+59 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -519/+566 |
| 2025-04-28 | Do not compute type_of for impl item if impl where clauses are unsatisfied | Michael Goulet | -0/+6 |
| 2025-04-28 | review | lcnr | -19/+29 |
| 2025-04-28 | only return nested goals for `Certainty::Yes` | lcnr | -18/+42 |
| 2025-04-28 | We always use the current item as parent, so no need to pass it | Oli Scherer | -9/+4 |
| 2025-04-28 | PassWrapper: adapt for llvm/llvm-project@d3d856ad8469 | Augie Fackler | -4/+9 |
| 2025-04-28 | remove noinline attribute and add alwaysinline after AD pass | bit-aloo | -10/+81 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -1406/+2750 |
| 2025-04-28 | Use associated types for SCC annotations, per code review suggestion | Amanda Stjerna | -52/+51 |
| 2025-04-28 | Decouple SCC annotations from SCCs | Amanda Stjerna | -159/+228 |
| 2025-04-28 | Rework the logic for PointerFinder::visit_place | Bastian Kersting | -22/+17 |
| 2025-04-28 | Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnay | Guillaume Gomez | -417/+464 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -100/+100 |
| 2025-04-28 | Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -1380/+2712 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+188 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -14/+282 |
| 2025-04-28 | Split out various pattern type matches into their own function | Oli Scherer | -79/+115 |
| 2025-04-28 | Separate pattern lowering from pattern type lowering | Oli Scherer | -24/+28 |
| 2025-04-28 | Directly generate TyPat instead of TyPatKind | Oli Scherer | -9/+5 |
| 2025-04-28 | Pull ast pattern type parsing out into a separate function | Oli Scherer | -9/+19 |
| 2025-04-28 | Prevent pattern type macro invocations from having trailing tokens | Oli Scherer | -1/+5 |
| 2025-04-28 | Inline and remove three pretty-printer methods. | Nicholas Nethercote | -67/+37 |
| 2025-04-28 | Use `PrintState::head` in `PrintState::block_to_string`. | Nicholas Nethercote | -4/+1 |
| 2025-04-28 | Introduce `BoxMarker` to pretty-printing. | Nicholas Nethercote | -371/+451 |
| 2025-04-28 | Rollup merge of #140345 - DaniPopes:get-def-path, r=Urgau | Chris Denton | -1/+4 |
| 2025-04-27 | Move inline_asm to typeck, properly handle aliases | Michael Goulet | -72/+66 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -27/+192 |
| 2025-04-28 | dropee_emit_retag function separated in drop glue build | Andrew Zhogin | -26/+38 |
| 2025-04-27 | Make error for tuple struct pat/expr w/ FQS clearer | Waffle Lapkin | -35/+120 |
| 2025-04-27 | Rollup merge of #140358 - Zoxc:variance-cycle, r=oli-obk | Matthias Krüger | -12/+20 |
| 2025-04-27 | Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-04-27 | Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=Urgau | Matthias Krüger | -12/+21 |
| 2025-04-27 | Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=Nadrieril | Matthias Krüger | -0/+1 |
| 2025-04-27 | Rollup merge of #140346 - petrochenkov:cleanhyg, r=compiler-errors | Matthias Krüger | -118/+54 |
| 2025-04-27 | Rollup merge of #140339 - petrochenkov:capanew, r=lqd | Matthias Krüger | -9/+8 |
| 2025-04-27 | Use `search_for_cycle_permutation` to look for `variances_of` | John Kåre Alsaker | -12/+20 |
| 2025-04-27 | Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwU | bors | -0/+33 |
| 2025-04-26 | Auto merge of #140288 - Zalathar:new-executor, r=jieyouxu | bors | -1/+1 |
| 2025-04-26 | Update lint-docs to default to Rust 2024 | Eric Huss | -4/+4 |
| 2025-04-26 | hygiene: Use `IndexVec` for syntax context decode cache | Vadim Petrochenkov | -9/+4 |
| 2025-04-26 | Avoid re-interning in `LateContext::get_def_path` | DaniPopes | -1/+4 |
| 2025-04-26 | hygiene: Misc cleanups | Vadim Petrochenkov | -82/+46 |
| 2025-04-26 | hygiene: Remove decode placeholders | Vadim Petrochenkov | -34/+11 |