| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -4/+33 |
| 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 | Auto merge of #124136 - estebank:clone-o-rama-2, r=nnethercote | bors | -128/+1098 |
| 2024-04-24 | Auto merge of #124354 - matthiaskrgr:rollup-xsdnixm, r=matthiaskrgr | bors | -27/+24 |
| 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-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 | 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 | 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 | Register hidden types when equating function definitions in coercion | Oli Scherer | -46/+6 |
| 2024-04-24 | Add some FnDef LUB coercion tests | Oli Scherer | -0/+321 |
| 2024-04-24 | Auto merge of #123792 - oli-obk:coroutine_closures, r=compiler-errors | bors | -892/+1312 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -889/+1293 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -3/+19 |
| 2024-04-24 | Auto merge of #124175 - Kobzol:ci-dynamic-job, r=pietroalbini | bors | -1002/+572 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -9/+9 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -226/+234 |
| 2024-04-24 | Auto merge of #124312 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-23 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-23 | Auto merge of #121557 - RalfJung:const-fn-call-promotion, r=oli-obk | bors | -295/+315 |
| 2024-04-23 | Add diagnostic item for std::iter::Enumerate | Christopher B. Speir | -0/+2 |
| 2024-04-23 | filter required_consts during inlining | Ralf Jung | -5/+8 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -54/+121 |
| 2024-04-23 | interpret: sanity-check that required_consts captures all consts that can fail | Ralf Jung | -34/+62 |
| 2024-04-23 | compute required_consts before promotion, and add promoteds that may fail | Ralf Jung | -68/+44 |
| 2024-04-23 | promotion: do not promote const-fn calls in const when that may fail without ... | Ralf Jung | -250/+196 |
| 2024-04-23 | Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco | bors | -48/+61 |