about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-11-19Remove i686-apple-darwin cross-testingCaleb Zulawski-1/+1
2023-11-19Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillotMichael Goulet-0/+24
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-0/+79
2023-11-19rustdoc: update book with info on type bindingsMichael Howell-4/+43
2023-11-19rustdoc-search: add support for associated typesMichael Howell-115/+758
2023-11-19Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillotbors-1/+2
2023-11-19tag-gc -> provenance-gcBen Kimock-18/+18
2023-11-19Expand Miri's BorTag GC to a Provenance GCBen Kimock-289/+370
2023-11-19Improve wording of `intrinsics-x86-*.rs` headerEduardo Sánchez Muñoz-4/+4
2023-11-19Don't sort `span_suggestions`, leave that to callerEsteban Küber-1/+2
2023-11-19Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrumbors-9/+111
2023-11-19Explicitly unset $CARGO for compiletestNilstrieb-0/+5
2023-11-19Fix outdated doc comment on Releases doc build stepMichael Howell-7/+4
2023-11-19Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomezbors-150/+153
2023-11-19Auto merge of #118051 - GuillaumeGomez:cleanup-rustdoc, r=notriddlebors-4/+4
2023-11-19Auto merge of #117868 - ferrocene:pa-omit-git-hash, r=Mark-Simulacrumbors-0/+7
2023-11-18Do not call dry_run twiceMichael Howell-2/+3
2023-11-18rustdoc-search: switch to recursive backtrackingMichael Howell-157/+87
2023-11-18Auto merge of #117813 - onur-ozkan:simplify-download-ci-llvm-option, r=Mark-S...bors-10/+12
2023-11-18Remove unneeded `unknown` variable and `Symbol` creation when iterating over ...Guillaume Gomez-4/+4
2023-11-19Rollup merge of #118034 - klensy:dep-up-18-11-23, r=Mark-SimulacrumTakayuki Maeda-1/+1
2023-11-19Rollup merge of #117961 - Zalathar:suggest, r=Mark-SimulacrumTakayuki Maeda-17/+30
2023-11-18Auto merge of #3175 - RalfJung:sysroot-verbose, r=RalfJungbors-5/+14
2023-11-18cargo-miri: when verbose, print where the sysroot is being builtRalf Jung-5/+14
2023-11-18Update cargoWeihang Lo-0/+0
2023-11-18Unify passing of flags to rustdocJakub Beránek-24/+26
2023-11-18Remove --check-cfg checking of --cfg argsUrgau-0/+3
2023-11-18jsondocck: bump jsonpath to 0.3, dropping few dup dependenciesklensy-1/+1
2023-11-18guarantee that char and u32 are ABI-compatibleRalf Jung-1/+5
2023-11-18Auto merge of #3174 - RalfJung:rustc-git, r=RalfJungbors-1/+1
2023-11-18miri script: fix RUSTC_GIT error messageRalf Jung-1/+1
2023-11-17rustdoc-search: fix accidental shared, mutable mapMichael Howell-30/+14
2023-11-17rustdoc-search: fast path for 1-query unificationMichael Howell-2/+76
2023-11-17rustdoc-search: less new Maps in unifyFunctionTypeMichael Howell-16/+31
2023-11-17Rollup merge of #118022 - saethlin:miri, r=saethlinMatthias Krüger-138/+252
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-65/+4
2023-11-17Update windows-bindgenChris Denton-1/+1
2023-11-17rename bound region instantiationlcnr-22/+22
2023-11-17Auto merge of #117985 - lnicola:sync-from-ra, r=lnicolabors-970/+2212
2023-11-17Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-SimulacrumTakayuki Maeda-4/+10
2023-11-17Rollup merge of #117649 - nnethercote:mv-lint_store, r=cjgillotTakayuki Maeda-14/+7
2023-11-17Rollup merge of #117982 - cuviper:quiet-pgo, r=onur-ozkanMatthias Krüger-1/+3
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-14/+7
2023-11-16Merge from rustcBen Kimock-696/+681
2023-11-16Preparing for merge from rustcBen Kimock-1/+1
2023-11-16actually all the 'env' tests work on FreeBSD, as well as posix_memalignRalf Jung-1/+1
2023-11-16move reallocarray test into libc-miscRalf Jung-17/+18
2023-11-16make libc-misc pass under FreeBSDRalf Jung-1/+8
2023-11-16split thread test into synchronization primitives and threadnameRalf Jung-61/+52
2023-11-16Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-raLaurențiu Nicola-970/+2212