about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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-28Update cargoWeihang Lo-0/+0
2022-10-27Update miriMaybe Waffle-4/+3
2022-10-27Update toolingMaybe Waffle-91/+134
2022-10-27change cronjob timeRalf Jung-1/+1
2022-10-26Auto merge of #103604 - JohnTitor:rollup-q4ns2gh, r=JohnTitorbors-1584/+2221
2022-10-27Rollup merge of #103579 - lnicola:rust-analyzer-2022-10-26, r=lnicolaYuki Okushi-1584/+2221
2022-10-26:arrow_up: rust-analyzerLaurențiu Nicola-1584/+2221
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-32/+32
2022-10-26Auto merge of #2622 - RalfJung:ci, r=RalfJungbors-7/+3
2022-10-26simplify GHARalf Jung-7/+3
2022-10-26test on windows-gnu targetRalf Jung-0/+1
2022-10-26Adjust normalizationmejrs-3/+3
2022-10-26Auto merge of #2620 - RalfJung:getname, r=RalfJungbors-36/+152
2022-10-26account for different max thread name lengths on different platformsRalf Jung-7/+23
2022-10-26add pthread_getname_npRalf Jung-31/+131
2022-10-26tweak docsRalf Jung-1/+4
2022-10-26Update cargoWeihang Lo-0/+0
2022-10-25Rename, improve docs, fail betterBen Kimock-14/+44
2022-10-25bless clippyRalf Jung-34/+34
2022-10-25rustupRalf Jung-1/+1
2022-10-25Merge branch 'master' of http://localhost:8000/rust-lang/rust.git:at_commit=7...Ralf Jung-4369/+8608
2022-10-25Auto merge of #103392 - RalfJung:miri, r=oli-obkbors-465/+1467
2022-10-25Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obkDylan DPC-3/+3
2022-10-25add a test to verify that compile-flags are provided lastPietro Albini-1/+1
2022-10-25ensure that compile-flags arguments are the last in ui testsPietro Albini-18/+42
2022-10-25Rollup merge of #103495 - Enselic:rustdoc-unix_sigpipe, r=notriddleYuki Okushi-0/+3
2022-10-24Add more normalization and testsmejrs-2/+6
2022-10-24Address some commentsmejrs-0/+18
2022-10-24rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`Martin Nordholts-0/+3
2022-10-24Auto merge of #103337 - flip1995:clippyup, r=Manishearthbors-4206/+8511