| Age | Commit message (Expand) | Author | Lines |
| 2025-04-29 | miri: algebraic intrinsics: bring back float non-determinism | Ralf Jung | -2/+9 |
| 2025-04-29 | Also match on the lang item in confirmation | Oli Scherer | -10/+5 |
| 2025-04-29 | Always check the lang item first | Oli Scherer | -16/+8 |
| 2025-04-29 | Replace if/elseif chain with match | Oli Scherer | -62/+81 |
| 2025-04-29 | Replace the \01__gnu_mcount_nc to LLVM intrinsic for additional ARM targets | Björn Barwinski | -0/+2 |
| 2025-04-29 | Update documentation for `fn target_config` | Trevor Gross | -5/+4 |
| 2025-04-29 | Enable `target_has_reliable_f16_math` on x86 | Trevor Gross | -7/+3 |
| 2025-04-29 | Auto merge of #137940 - 1c3t3a:alignment-borrows-check, r=saethlin | bors | -32/+48 |
| 2025-04-29 | Delay checking of `#[rustc_no_implicit_autorefs]` for reason | Urgau | -4/+11 |
| 2025-04-29 | Add a jobserver proxy to ensure at least one token is always held | John Kåre Alsaker | -29/+149 |
| 2025-04-29 | Improve pretty-printing of braces. | Nicholas Nethercote | -17/+35 |
| 2025-04-29 | Adjust tests | Michael Goulet | -1/+3 |
| 2025-04-29 | Wf is not coinductive | Michael Goulet | -1/+4 |
| 2025-04-29 | Move various token stream things from `rustc_parse` to `rustc_ast`. | Nicholas Nethercote | -339/+338 |
| 2025-04-28 | Move `in_external_macro` to `SyntaxContext` | Jason Newcomb | -18/+28 |
| 2025-04-28 | Rollup merge of #140402 - lcnr:normalizes-to-certainty-yes, r=compiler-errors | Chris Denton | -32/+66 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -27/+192 |
| 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 |