about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-11add const eval bool-to-int cast testRalf Jung-0/+31
2024-06-11interpret: ensure we check bool/char for validity when they are used in a castRalf Jung-36/+159
2024-06-11Auto merge of #126113 - Kobzol:ci-native-arm-runner, r=jdnobors-1/+1
2024-06-11Auto merge of #125910 - scottmcm:single-use-consts, r=saethlinbors-467/+1042
2024-06-10Auto merge of #126240 - matthiaskrgr:rollup-ks4o2n9, r=matthiaskrgrbors-379/+448
2024-06-10Auto merge of #125209 - Kobzol:rfl-ci, r=Mark-Simulacrumbors-0/+113
2024-06-10Rollup merge of #126223 - jieyouxu:rmake-run-in-tmpdir-self-test, r=KobzolMatthias Krüger-0/+38
2024-06-10Rollup merge of #126215 - gurry:125737-bad-err-anon-futs, r=lcnrMatthias Krüger-0/+13
2024-06-10Rollup merge of #126212 - SteveLauC:fix/haiku, r=joboetMatthias Krüger-2/+2
2024-06-10Rollup merge of #126211 - lolbinarycat:llvm-outputs-rmake, r=jieyouxuMatthias Krüger-6/+27
2024-06-10Rollup merge of #126191 - ivan-shrimp:nonzero_doc, r=scottmcmMatthias Krüger-10/+32
2024-06-10Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obkMatthias Krüger-6/+30
2024-06-10Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obkMatthias Krüger-295/+229
2024-06-10Rollup merge of #126115 - gurry:125876-ice-unwrap-probe-many-result, r=compil...Matthias Krüger-11/+72
2024-06-10Rollup merge of #126063 - nnethercote:rm-unused-crate-deps, r=jackh726Matthias Krüger-49/+5
2024-06-10Auto merge of #125017 - petrochenkov:upctxt, r=cjgillotbors-73/+149
2024-06-10CI: add Rust for Linux `auto` jobJakub Beránek-0/+113
2024-06-10Add explanatory note to async block type mismatch errorGurinder Singh-0/+13
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-295/+229
2024-06-10Auto merge of #126225 - Kobzol:tidy-update-rustc-perf, r=onur-ozkanbors-0/+2
2024-06-10run-make: add run_in_tmpdir self-test许杰友 Jieyou Xu (Joe)-0/+38
2024-06-10Update `rustc-perf` submodule before running tidyJakub Beránek-0/+2
2024-06-10Remove some unused crate dependencies.Nicholas Nethercote-49/+5
2024-06-10migrate tests/run-make/llvm-outputs to use rmake.rsbinarycat-6/+27
2024-06-10Delete `ConstDebugInfo` passScott McMurray-125/+36
2024-06-10Try keeping a bitset for which locals need debuginfo updatesScott McMurray-7/+11
2024-06-10Add `SingleUseConsts` mir-opt passScott McMurray-344/+1004
2024-06-10Auto merge of #126206 - Kobzol:disable-libstdc++-version-check, r=Mark-Simula...bors-1/+0
2024-06-10fix: build on haikuSteve Lau-2/+2
2024-06-10Auto merge of #126153 - onur-ozkan:fix-rustdoc-issue-with-ci-rustc, r=Mark-Si...bors-27/+40
2024-06-10Auto merge of #107099 - edward-shen:edward-shen/rustdoc-remap-path-prefix, r=...bors-7/+135
2024-06-10rustc_span: Optimize syntax context updates in spansVadim Petrochenkov-73/+149
2024-06-09Auto merge of #126205 - jieyouxu:rollup-s64z5ng, r=jieyouxubors-198/+294
2024-06-09Remove libstdc++ version checkJakub Beránek-1/+0
2024-06-09Rollup merge of #126194 - ChrisDenton:winerror, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-30/+69
2024-06-09Rollup merge of #126190 - jieyouxu:run-make-triagebot, r=Nilstrieb,Kobzol许杰友 Jieyou Xu (Joe)-1/+13
2024-06-09Rollup merge of #126176 - notriddle:notriddle/fix-type-name-normalize, r=fmease许杰友 Jieyou Xu (Joe)-4/+78
2024-06-09Rollup merge of #126172 - clubby789:cargo-update, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-163/+134
2024-06-09remove the outdated incompatibility checkonur-ozkan-13/+2
2024-06-09fix `Builder::doc_rust_lang_org_channel`onur-ozkan-14/+38
2024-06-09rustdoc-search: use lowercase, non-normalized name for type searchMichael Howell-4/+78
2024-06-09Auto merge of #126202 - jieyouxu:rollup-2ixnizz, r=jieyouxubors-70/+767
2024-06-09Rollup merge of #126188 - Kobzol:runmake-command-docs, r=jieyouxu许杰友 Jieyou Xu (Joe)-14/+6
2024-06-09Rollup merge of #125963 - workingjubilee:remove-hashes-from-codegen-tests, r=...许杰友 Jieyou Xu (Joe)-8/+8
2024-06-09Rollup merge of #125470 - cuviper:relnotes-1.79.0, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+128
2024-06-09Rollup merge of #125465 - weihanglo:opt-dist-vendor, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-22/+83
2024-06-09Rollup merge of #125253 - sunsided:feature/FRAC_1_SQRT_PI, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+23
2024-06-09Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot许杰友 Jieyou Xu (Joe)-26/+519
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-7/+135
2024-06-09Auto merge of #125999 - XrXr:dist-aarch64-gcc-13, r=Kobzolbors-3/+1