about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-11-02Update cargoWeihang Lo-0/+0
2022-11-02Ban dashes in miropt test file namesJakob Degen-3/+37
2022-11-02Rollup merge of #103275 - Manishearth:tinystrup, r=pnkfelixDylan DPC-0/+2
2022-11-02fix ./miri benchRalf Jung-1/+4
2022-11-01Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514Manish Goregaokar-92/+156
2022-11-01Rollup merge of #103072 - cuviper:compiletest-path, r=Mark-SimulacrumManish Goregaokar-33/+37
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+25
2022-11-01:arrow_up: rust-analyzerLaurențiu Nicola-404/+824
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-92/+156
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-0/+2
2022-10-31bump up recursion limit for miri crateRalf Jung-0/+2
2022-10-31Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obkDylan DPC-39/+29
2022-10-31followup for pr 2640Rageking8-1/+1
2022-10-30add acquire when init once is already completeDrMeepster-20/+59
2022-10-31fix dupe word typosRageking8-2/+2
2022-10-30Remove unnecessary argument to `package`Joshua Nelson-8/+3
2022-10-30More build-manifest docsJoshua Nelson-3/+2
2022-10-30rustupRalf Jung-2/+2
2022-10-30Merge from rustcRalf Jung-1843/+2501
2022-10-30Auto merge of #103721 - RalfJung:miri, r=RalfJungbors-74/+346
2022-10-29compiletest: set the dylib path when gathering target cfgJosh Stone-33/+37
2022-10-29Use LanguageItems::require lessCameron Steffen-39/+29
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-2/+5
2022-10-29Stacked Borrows: make scalar field retagging the defaultRalf Jung-42/+76
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-95/+137
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-115/+115
2022-10-29Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu...Guillaume Gomez-36/+15
2022-10-29Auto merge of #2634 - RalfJung:miri-script, r=oli-obkbors-111/+146
2022-10-29explain how to go back to rustup-managed MiriRalf Jung-0/+3
2022-10-29merge rustup-toolchain into ./miriRalf Jung-68/+58
2022-10-29teach ./miri how to do Josh syncsRalf Jung-44/+89
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-115/+115
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-32/+32
2022-10-28relative futex and condvar timeouts can work with isolationRalf Jung-7/+100
2022-10-28cleanup some test cfgRalf Jung-13/+11
2022-10-28test most sync primitives on WindowsRalf Jung-5/+16
2022-10-28simplify Linux futex impl a bitRalf Jung-22/+7
2022-10-28threadleak_ignored should now pass with preemption (the issue has been fixed ...Ralf Jung-2/+1
2022-10-28implement thread parking on WindowsRalf Jung-8/+155
2022-10-28Retain ParamEnv constness when running deferred cast checksDeadbeef-1/+2
2022-10-28update ignore-windows commentsRalf Jung-7/+5
2022-10-28Auto merge of #2626 - RalfJung:pthread_setname_np, r=RalfJungbors-4/+19
2022-10-28pthread_setname_np returns an int on macOSRalf Jung-4/+19
2022-10-28Rollup merge of #103645 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2022-10-27Move clippy::uninlined_format_args back to pedanticPhilipp Krones-3/+2
2022-10-27Implement `ptr_mask` intrinsicMaybe Waffle-1/+30
2022-10-27Use PkgType for profiles, tooJoshua Nelson-37/+24
2022-10-27Use PkgType in more placesJoshua Nelson-47/+27
2022-10-28Update cargoWeihang Lo-0/+0
2022-10-27Use an exhaustive match in `target_host_combination`.Joshua Nelson-37/+49