| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu... | Guillaume Gomez | -36/+15 |
| 2022-10-29 | Auto merge of #2634 - RalfJung:miri-script, r=oli-obk | bors | -111/+146 |
| 2022-10-29 | explain how to go back to rustup-managed Miri | Ralf Jung | -0/+3 |
| 2022-10-29 | merge rustup-toolchain into ./miri | Ralf Jung | -68/+58 |
| 2022-10-29 | teach ./miri how to do Josh syncs | Ralf Jung | -44/+89 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -115/+115 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -32/+32 |
| 2022-10-28 | relative futex and condvar timeouts can work with isolation | Ralf Jung | -7/+100 |
| 2022-10-28 | cleanup some test cfg | Ralf Jung | -13/+11 |
| 2022-10-28 | test most sync primitives on Windows | Ralf Jung | -5/+16 |
| 2022-10-28 | simplify Linux futex impl a bit | Ralf Jung | -22/+7 |
| 2022-10-28 | threadleak_ignored should now pass with preemption (the issue has been fixed ... | Ralf Jung | -2/+1 |
| 2022-10-28 | implement thread parking on Windows | Ralf Jung | -8/+155 |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -1/+2 |
| 2022-10-28 | update ignore-windows comments | Ralf Jung | -7/+5 |
| 2022-10-28 | Auto merge of #2626 - RalfJung:pthread_setname_np, r=RalfJung | bors | -4/+19 |
| 2022-10-28 | pthread_setname_np returns an int on macOS | Ralf Jung | -4/+19 |
| 2022-10-28 | Rollup merge of #103645 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2022-10-27 | Move clippy::uninlined_format_args back to pedantic | Philipp Krones | -3/+2 |
| 2022-10-27 | Implement `ptr_mask` intrinsic | Maybe Waffle | -1/+30 |
| 2022-10-28 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-27 | Update miri | Maybe Waffle | -4/+3 |
| 2022-10-27 | Update tooling | Maybe Waffle | -91/+134 |
| 2022-10-27 | change cronjob time | Ralf Jung | -1/+1 |
| 2022-10-26 | Auto merge of #103604 - JohnTitor:rollup-q4ns2gh, r=JohnTitor | bors | -1584/+2221 |
| 2022-10-27 | Rollup merge of #103579 - lnicola:rust-analyzer-2022-10-26, r=lnicola | Yuki Okushi | -1584/+2221 |
| 2022-10-26 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1584/+2221 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -32/+32 |
| 2022-10-26 | Auto merge of #2622 - RalfJung:ci, r=RalfJung | bors | -7/+3 |
| 2022-10-26 | simplify GHA | Ralf Jung | -7/+3 |
| 2022-10-26 | test on windows-gnu target | Ralf Jung | -0/+1 |
| 2022-10-26 | Adjust normalization | mejrs | -3/+3 |
| 2022-10-26 | Auto merge of #2620 - RalfJung:getname, r=RalfJung | bors | -36/+152 |
| 2022-10-26 | account for different max thread name lengths on different platforms | Ralf Jung | -7/+23 |
| 2022-10-26 | add pthread_getname_np | Ralf Jung | -31/+131 |
| 2022-10-26 | tweak docs | Ralf Jung | -1/+4 |
| 2022-10-26 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-25 | Rename, improve docs, fail better | Ben Kimock | -14/+44 |
| 2022-10-25 | bless clippy | Ralf Jung | -34/+34 |
| 2022-10-25 | rustup | Ralf Jung | -1/+1 |
| 2022-10-25 | Merge branch 'master' of http://localhost:8000/rust-lang/rust.git:at_commit=7... | Ralf Jung | -4369/+8608 |
| 2022-10-25 | Auto merge of #103392 - RalfJung:miri, r=oli-obk | bors | -465/+1467 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-10-25 | add a test to verify that compile-flags are provided last | Pietro Albini | -1/+1 |
| 2022-10-25 | ensure that compile-flags arguments are the last in ui tests | Pietro Albini | -18/+42 |
| 2022-10-25 | Rollup merge of #103495 - Enselic:rustdoc-unix_sigpipe, r=notriddle | Yuki Okushi | -0/+3 |
| 2022-10-24 | Add more normalization and tests | mejrs | -2/+6 |
| 2022-10-24 | Address some comments | mejrs | -0/+18 |
| 2022-10-24 | rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler` | Martin Nordholts | -0/+3 |
| 2022-10-24 | Auto merge of #103337 - flip1995:clippyup, r=Manishearth | bors | -4206/+8511 |