about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-24Add some FnDef LUB coercion testsOli Scherer-0/+321
2024-04-24Remove step YAML anchor and `env.SKIP_JOB`Jakub Beránek-56/+4
2024-04-24Remove `should-skip-this.sh`Jakub Beránek-28/+0
2024-04-24Skip jobs based on the active channel in PythonJakub Beránek-0/+12
2024-04-24Use a type alias for a CI jobJakub Beránek-3/+5
2024-04-24Auto merge of #123792 - oli-obk:coroutine_closures, r=compiler-errorsbors-892/+1312
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-889/+1293
2024-04-24Auto merge of #3507 - RalfJung:let-underscore, r=RalfJungbors-15/+15
2024-04-24avoid 'let _' in tests where we actually want the value to be computedRalf Jung-15/+15
2024-04-24Add explicit syntax for coroutines instead of relying on closures having `yie...Oli Scherer-3/+19
2024-04-24Improved the compiler code with clippyMichael Scholten-7/+7
2024-04-24Auto merge of #3502 - RalfJung:GetUserProfileDirectoryW, r=RalfJungbors-67/+184
2024-04-24avoid some unnecessary Scalar-i32-Scalar roundtripsRalf Jung-10/+10
2024-04-24make the obsucre truncating variant of this.write_os_str_to_wide_str a non-de...Ralf Jung-51/+52
2024-04-24windows buffer size protocol: turns out std resets last_error to 0; let's req...Ralf Jung-11/+15
2024-04-24windows: basic support for GetUserProfileDirectoryWRalf Jung-2/+114
2024-04-24Auto merge of #124175 - Kobzol:ci-dynamic-job, r=pietroalbinibors-1002/+572
2024-04-24Auto merge of #3506 - rust-lang:rustup-2024-04-24, r=RalfJungbors-2139/+4269
2024-04-24Whitespace fixes.Nicholas Nethercote-10/+6
2024-04-24Remove unnecessary `pub`s in `mut_visit.rs`.Nicholas Nethercote-65/+60
2024-04-24Rename `NestedMetaItem::name_value_literal`.Nicholas Nethercote-4/+5
2024-04-24Remove `MetaItemKind::value_str`.Nicholas Nethercote-8/+4
2024-04-24Make `LazyAttrTokenStream::encode` panic.Nicholas Nethercote-3/+2
2024-04-24chore: fix some typos in commentswhosehang-9/+9
2024-04-24Merge from rustcThe Miri Cronjob Bot-2138/+4268
2024-04-24Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-24Auto merge of #122053 - erikdesjardins:alloca, r=nikicbors-226/+234
2024-04-24Auto merge of #124312 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-23Update cargoWeihang Lo-0/+0
2024-04-23Auto merge of #121557 - RalfJung:const-fn-call-promotion, r=oli-obkbors-295/+315
2024-04-23Add diagnostic item for std::iter::EnumerateChristopher B. Speir-0/+2
2024-04-23filter required_consts during inliningRalf Jung-5/+8
2024-04-23properly fill a promoted's required_constsRalf Jung-54/+121
2024-04-23interpret: sanity-check that required_consts captures all consts that can failRalf Jung-34/+62
2024-04-23compute required_consts before promotion, and add promoteds that may failRalf Jung-68/+44
2024-04-23promotion: do not promote const-fn calls in const when that may fail without ...Ralf Jung-250/+196
2024-04-23Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwcobors-48/+61
2024-04-23delegation: Support async, const, extern "ABI" and C-variadic functionsVadim Petrochenkov-151/+244
2024-04-23delegation: Support renamingVadim Petrochenkov-9/+38
2024-04-23Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgrbors-263/+482
2024-04-23Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3Matthias Krüger-212/+190
2024-04-23Rollup merge of #124169 - compiler-errors:parser-fatal, r=oli-obkMatthias Krüger-0/+26
2024-04-23Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyoMatthias Krüger-51/+266
2024-04-23Fix wording in shift functions doc commentsEduardo Sánchez Muñoz-2/+2
2024-04-23Configure clippy not to generate warnings about arithmetic operations on `rus...Eduardo Sánchez Muñoz-4/+1
2024-04-23Implement LLVM x86 AVX2 intrinsicsEduardo Sánchez Muñoz-256/+2476
2024-04-23Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmeasebors-622/+2081
2024-04-23bootstrap: keep all cargo test files in dist rustc-srcJosh Stone-0/+6
2024-04-23Rollup merge of #124285 - ferrocene:unstable-L-rust-builtin, r=petrochenkovLeón Orell Valerian Liehr-2/+27
2024-04-23Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwcoLeón Orell Valerian Liehr-115/+146