| Age | Commit message (Expand) | Author | Lines |
| 2025-04-29 | enable msa feature for mips in codegen tests | Adrian Friedli | -2/+13 |
| 2025-04-29 | Auto merge of #140415 - ChrisDenton:rollup-r0631fv, r=ChrisDenton | bors | -519/+1693 |
| 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 #140396 - ChrisDenton:gnu-threads, r=jieyouxu | Chris Denton | -0/+6 |
| 2025-04-28 | Rollup merge of #140394 - Kobzol:git-test-self-contained, r=jieyouxu | Chris Denton | -0/+3 |
| 2025-04-28 | Rollup merge of #140391 - DaniPopes:sub-ptr-rename, r=RalfJung | Chris Denton | -14/+15 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -289/+959 |
| 2025-04-28 | Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnr | Chris Denton | -73/+86 |
| 2025-04-28 | Rollup merge of #140276 - compiler-errors:typeof-less-eagerly, r=lcnr | Chris Denton | -0/+77 |
| 2025-04-28 | Rollup merge of #140022 - dianne:box-deref-pats, r=Nadrieril | Chris Denton | -82/+229 |
| 2025-04-28 | Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnay | Chris Denton | -27/+107 |
| 2025-04-28 | Rollup merge of #139308 - Shourya742:2025-03-29-add-autodiff-inline, r=ZuseZ4 | Chris Denton | -2/+145 |
| 2025-04-28 | Workaround for windows-gnu rust-lld test failure | Chris Denton | -0/+6 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -743/+874 |
| 2025-04-28 | Do not compute type_of for impl item if impl where clauses are unsatisfied | Michael Goulet | -0/+77 |
| 2025-04-28 | review | lcnr | -19/+29 |
| 2025-04-28 | only return nested goals for `Certainty::Yes` | lcnr | -18/+42 |
| 2025-04-28 | remove noinline attribute and add alwaysinline after AD pass | bit-aloo | -10/+104 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -1904/+4091 |
| 2025-04-28 | Make bootstrap git tests more self-contained | Jakub Beránek | -0/+3 |
| 2025-04-28 | Rename sub_ptr to offset_from_unsigned in docs | DaniPopes | -14/+15 |
| 2025-04-28 | Rollup merge of #140379 - tshepang:rdg-push, r=jieyouxu | Guillaume Gomez | -39/+49 |
| 2025-04-28 | Rollup merge of #140349 - marcoieni:codebuild-linux-large-runners, r=Kobzol | Guillaume Gomez | -2/+2 |
| 2025-04-28 | Rollup merge of #140347 - marcoieni:free-disk-codebuild, r=jdno | Guillaume Gomez | -50/+81 |
| 2025-04-28 | Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnay | Guillaume Gomez | -421/+468 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -106/+106 |
| 2025-04-28 | Rollup merge of #140220 - GuillaumeGomez:doctest-main-wrapping, r=fmease | Guillaume Gomez | -32/+77 |
| 2025-04-28 | Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxu | Guillaume Gomez | -93/+91 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -1878/+4053 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -3/+626 |
| 2025-04-28 | ci: use aws codebuild for the `dist-x86_64-linux` job | MarcoIeni | -2/+2 |
| 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 | -375/+455 |
| 2025-04-28 | Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrum | bors | -265/+370 |
| 2025-04-28 | Merge pull request #2358 from rust-lang/rustc-pull | Tshepang Mbambo | -3041/+5188 |
| 2025-04-28 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -3040/+5187 |
| 2025-04-28 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-04-28 | Auto merge of #140378 - ChrisDenton:rollup-3mj0wp9, r=ChrisDenton | bors | -33/+118 |
| 2025-04-28 | Rollup merge of #140359 - DiuDiu777:str-fix, r=Noratrieb | Chris Denton | -2/+2 |
| 2025-04-28 | Rollup merge of #140351 - rust-lang:notriddle/stability-use, r=thomcc | Chris Denton | -2/+8 |
| 2025-04-28 | Rollup merge of #140345 - DaniPopes:get-def-path, r=Urgau | Chris Denton | -1/+4 |
| 2025-04-28 | Rollup merge of #139546 - lolbinarycat:std-set_permissions-75942, r=thomcc | Chris Denton | -0/+15 |
| 2025-04-28 | Rollup merge of #139224 - epage:nocapture, r=thomcc | Chris Denton | -9/+14 |
| 2025-04-28 | Rollup merge of #138939 - SabrinaJewson:arc-is-unique, r=tgross35 | Chris Denton | -8/+61 |
| 2025-04-28 | Rollup merge of #138737 - Ayush1325:r-efi-update, r=tgross35 | Chris Denton | -10/+10 |
| 2025-04-28 | Rollup merge of #138395 - Kobzol:ci-download-gcc, r=Mark-Simulacrum | Chris Denton | -1/+4 |
| 2025-04-27 | Auto merge of #140362 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-04-27 | Move inline_asm to typeck, properly handle aliases | Michael Goulet | -73/+86 |
| 2025-04-27 | Use `feature(target_has_reliable_f16_f128)` in library tests | Trevor Gross | -262/+648 |