about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-9/+2
2023-11-22condense llvm licensing into a single itemJonathan Pallant (Ferrous Systems)-12/+79
2023-11-22Update itertools to 0.11.Nicholas Nethercote-6/+6
2023-11-21fmtRalf Jung-11/+4
2023-11-21Merge from rustcRalf Jung-11710/+13088
2023-11-21Preparing for merge from rustcRalf Jung-1/+1
2023-11-21Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errorsNilstrieb-1/+0
2023-11-21Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJungNilstrieb-308/+424
2023-11-21Rollup merge of #116085 - notriddle:notriddle/search-associated-types, r=Guil...Nilstrieb-1/+28
2023-11-21Report missing licenses or copyright text.Jonathan Pallant (Ferrous Systems)-2/+4
2023-11-21include submodules in the collected license metadataPietro Albini-1/+1
2023-11-21utilize stdlib debug assertion status in compiletestonur-ozkan-2/+8
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-1/+1
2023-11-20Auto merge of #3176 - eduardosm:cmp, r=RalfJungbors-71/+261
2023-11-20Implement all 16 AVX compare operatorsEduardo Sánchez Muñoz-67/+257
2023-11-20Update cargoDavid Tolnay-0/+0
2023-11-20Test with -Zmiri-provenance-gc=1 on LinuxBen Kimock-1/+3
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+0
2023-11-20Test that the GC consults the extra_fn_ptr mapBen Kimock-0/+33
2023-11-20libc-misc test freebsd fixes attemptDavid Carlier-69/+59
2023-11-20Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgrbors-0/+24
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/+2
2023-11-19rustdoc-search: add support for associated typesMichael Howell-1/+28
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-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-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-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-17/+2
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-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-6/+6
2023-11-16Merge from rustcBen Kimock-3/+1
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