| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Add some FnDef LUB coercion tests | Oli Scherer | -0/+321 |
| 2024-04-24 | Remove step YAML anchor and `env.SKIP_JOB` | Jakub Beránek | -56/+4 |
| 2024-04-24 | Remove `should-skip-this.sh` | Jakub Beránek | -28/+0 |
| 2024-04-24 | Skip jobs based on the active channel in Python | Jakub Beránek | -0/+12 |
| 2024-04-24 | Use a type alias for a CI job | Jakub Beránek | -3/+5 |
| 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 | Auto merge of #3507 - RalfJung:let-underscore, r=RalfJung | bors | -15/+15 |
| 2024-04-24 | avoid 'let _' in tests where we actually want the value to be computed | Ralf Jung | -15/+15 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -3/+19 |
| 2024-04-24 | Improved the compiler code with clippy | Michael Scholten | -7/+7 |
| 2024-04-24 | Auto merge of #3502 - RalfJung:GetUserProfileDirectoryW, r=RalfJung | bors | -67/+184 |
| 2024-04-24 | avoid some unnecessary Scalar-i32-Scalar roundtrips | Ralf Jung | -10/+10 |
| 2024-04-24 | make the obsucre truncating variant of this.write_os_str_to_wide_str a non-de... | Ralf Jung | -51/+52 |
| 2024-04-24 | windows buffer size protocol: turns out std resets last_error to 0; let's req... | Ralf Jung | -11/+15 |
| 2024-04-24 | windows: basic support for GetUserProfileDirectoryW | Ralf Jung | -2/+114 |
| 2024-04-24 | Auto merge of #124175 - Kobzol:ci-dynamic-job, r=pietroalbini | bors | -1002/+572 |
| 2024-04-24 | Auto merge of #3506 - rust-lang:rustup-2024-04-24, r=RalfJung | bors | -2139/+4269 |
| 2024-04-24 | Whitespace fixes. | Nicholas Nethercote | -10/+6 |
| 2024-04-24 | Remove unnecessary `pub`s in `mut_visit.rs`. | Nicholas Nethercote | -65/+60 |
| 2024-04-24 | Rename `NestedMetaItem::name_value_literal`. | Nicholas Nethercote | -4/+5 |
| 2024-04-24 | Remove `MetaItemKind::value_str`. | Nicholas Nethercote | -8/+4 |
| 2024-04-24 | Make `LazyAttrTokenStream::encode` panic. | Nicholas Nethercote | -3/+2 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -9/+9 |
| 2024-04-24 | Merge from rustc | The Miri Cronjob Bot | -2138/+4268 |
| 2024-04-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -151/+244 |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -9/+38 |
| 2024-04-23 | Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgr | bors | -263/+482 |
| 2024-04-23 | Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3 | Matthias Krüger | -212/+190 |
| 2024-04-23 | Rollup merge of #124169 - compiler-errors:parser-fatal, r=oli-obk | Matthias Krüger | -0/+26 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -51/+266 |
| 2024-04-23 | Fix wording in shift functions doc comments | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-04-23 | Configure clippy not to generate warnings about arithmetic operations on `rus... | Eduardo Sánchez Muñoz | -4/+1 |
| 2024-04-23 | Implement LLVM x86 AVX2 intrinsics | Eduardo Sánchez Muñoz | -256/+2476 |
| 2024-04-23 | Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmease | bors | -622/+2081 |
| 2024-04-23 | bootstrap: keep all cargo test files in dist rustc-src | Josh Stone | -0/+6 |
| 2024-04-23 | Rollup merge of #124285 - ferrocene:unstable-L-rust-builtin, r=petrochenkov | León Orell Valerian Liehr | -2/+27 |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -115/+146 |