| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -4/+33 |
| 2024-04-25 | Rollup merge of #124327 - Kobzol:ci-skip-jobs, r=pietroalbini | Matthias Krüger | -98/+31 |
| 2024-04-25 | Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank | Matthias Krüger | -90/+79 |
| 2024-04-25 | Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxu | Matthias Krüger | -5/+146 |
| 2024-04-25 | Fix some typos in comments | TechVest | -8/+8 |
| 2024-04-25 | Add needs-unwind to codegen test | Nikita Popov | -0/+1 |
| 2024-04-25 | Fix incorrect CHECK-LABEL | Nikita Popov | -1/+1 |
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -3/+31 |
| 2024-04-25 | Rewrite `no-input-file.stderr` test in Rust and support diff | Jover Zhang | -5/+146 |
| 2024-04-25 | Auto merge of #124136 - estebank:clone-o-rama-2, r=nnethercote | bors | -128/+1098 |
| 2024-04-25 | Add comments about attribute tokens. | Nicholas Nethercote | -0/+2 |
| 2024-04-24 | Auto merge of #124354 - matthiaskrgr:rollup-xsdnixm, r=matthiaskrgr | bors | -27/+24 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -40/+57 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -22/+267 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -86/+640 |
| 2024-04-24 | Modify `find_expr` from `Span` to better account for closures | Esteban Küber | -31/+202 |
| 2024-04-25 | Rollup merge of #124351 - Treeniks:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -7/+1 |
| 2024-04-25 | Rollup merge of #124334 - oli-obk:tracking-issue-policy, r=fmease | Matthias Krüger | -0/+2 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -10/+11 |
| 2024-04-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2024-04-24 | fix typo in binary_heap docs | Thomas Lindae | -1/+1 |
| 2024-04-25 | Suggest ref mut for pattern matching assignment | yukang | -41/+164 |
| 2024-04-24 | Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmease | bors | -24/+365 |
| 2024-04-24 | Auto merge of #104087 - nbdd0121:const, r=scottmcm | bors | -319/+206 |
| 2024-04-24 | resolve: Remove two cases of misleading macro call visiting | Vadim Petrochenkov | -12/+3 |
| 2024-04-24 | make miri-script a workspace root | Ralf Jung | -1/+3 |
| 2024-04-24 | Auto merge of #3511 - obi1kenobi:patch-1, r=RalfJung | bors | -3/+3 |
| 2024-04-24 | Upgrade to `actions/checkout@v4` in `ci.yml`. | Predrag Gruevski | -3/+3 |
| 2024-04-24 | Stabilize `std::path::absolute` | Chris Denton | -7/+1 |
| 2024-04-24 | Strengthen tracking issue policy with consequences | Oli Scherer | -0/+2 |
| 2024-04-24 | Improve diagnostic for unknown --print request | Urgau | -10/+11 |
| 2024-04-24 | Auto merge of #3510 - RalfJung:sigpipe-default, r=RalfJung | bors | -3/+2 |
| 2024-04-24 | unix_sigpipe: don't inline DEFAULT, just use it from rustc | Ralf Jung | -3/+2 |
| 2024-04-24 | Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obk | bors | -257/+2474 |
| 2024-04-24 | Fix miri test | Gary Guo | -1/+1 |
| 2024-04-24 | Add `cfg_attr(bootstrap)` to doc tests | Gary Guo | -0/+3 |
| 2024-04-24 | Fix and bless clippy tests | Gary Guo | -79/+74 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -171/+117 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -68/+11 |
| 2024-04-24 | Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errors | León Orell Valerian Liehr | -0/+2 |
| 2024-04-24 | Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDenton | León Orell Valerian Liehr | -5/+14 |
| 2024-04-24 | Rollup merge of #124281 - RalfJung:win-tls, r=joboet | León Orell Valerian Liehr | -4/+22 |
| 2024-04-24 | Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandry | León Orell Valerian Liehr | -6/+6 |
| 2024-04-24 | Rollup merge of #123794 - oli-obk:define_opaque_types2, r=lcnr | León Orell Valerian Liehr | -1/+282 |
| 2024-04-24 | Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmease | León Orell Valerian Liehr | -8/+39 |
| 2024-04-24 | Auto merge of #122500 - petrochenkov:deleg, r=fmease | bors | -160/+282 |
| 2024-04-24 | Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attribute | Jakub Beránek | -10/+9 |
| 2024-04-24 | Fix documentation | Jakub Beránek | -2/+2 |
| 2024-04-24 | Register hidden types when equating function definitions in coercion | Oli Scherer | -46/+6 |