about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-04-24Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obkbors-257/+2474
2024-04-24Fix miri testGary Guo-1/+1
2024-04-24Fix and bless clippy testsGary Guo-79/+74
2024-04-24Stabilise `inline_const`Gary Guo-34/+0
2024-04-24Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandryLeón Orell Valerian Liehr-6/+6
2024-04-24Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attributeJakub Beránek-10/+9
2024-04-24Fix documentationJakub Beránek-2/+2
2024-04-24Remove step YAML anchor and `env.SKIP_JOB`Jakub Beránek-30/+2
2024-04-24Remove `should-skip-this.sh`Jakub Beránek-25/+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-58/+59
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-58/+59
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-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-442/+562
2024-04-24chore: fix some typos in commentswhosehang-6/+6
2024-04-24Merge from rustcThe Miri Cronjob Bot-53/+154
2024-04-24Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-23Update cargoWeihang Lo-0/+0
2024-04-23Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgrbors-3/+4
2024-04-23Rollup merge of #124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3Matthias Krüger-0/+1
2024-04-23Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyoMatthias Krüger-3/+3
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-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-1/+10
2024-04-23CI: don't run cron-fail-notify when the job just got canceledRalf Jung-1/+1
2024-04-23Auto merge of #3504 - forcedebug:master, r=RalfJungbors-8/+8
2024-04-23add Windows TLS bug to trophy caseRalf Jung-1/+3
2024-04-23chore: fix some typos in commentsforcedebug-8/+8
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-10/+10
2024-04-23Update allowed cg_clif depsbjorn3-0/+1
2024-04-23Auto merge of #3493 - eduardosm:env-set, r=oli-obkbors-12/+43
2024-04-23Missing word at the end of sentenceOli Scherer-1/+1
2024-04-23Mark @RUSTC_BUILTIN search path usage as unstableLukas Wirth-1/+10
2024-04-23Fix empty job matrixJakub Beránek-0/+8
2024-04-23Make separate envs for try and auto buildsJakub Beránek-3/+10
2024-04-23Fix image field in auto jobsJakub Beránek-56/+56
2024-04-23Load GitHub context from environment variablesJakub Beránek-14/+24
2024-04-23Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgrbors-30/+121
2024-04-23Merge from rustcThe Miri Cronjob Bot-3560/+6910
2024-04-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-23Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obkMatthias Krüger-30/+116