| Age | Commit message (Expand) | Author | Lines |
| 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-27 | Implement `ptr_mask` intrinsic | Maybe Waffle | -1/+30 |
| 2022-10-27 | change cronjob time | Ralf Jung | -1/+1 |
| 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 | 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-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 | -5698/+14645 |
| 2022-10-25 | Auto merge of #103392 - RalfJung:miri, r=oli-obk | bors | -470/+1521 |
| 2022-10-25 | Miri: disable macOS testing for now | Ralf Jung | -1/+2 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-10-25 | Auto merge of #102988 - dpaoliello:inlinerawdylib, r=dpaoliello | bors | -0/+102 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -0/+102 |
| 2022-10-25 | Rollup merge of #103495 - Enselic:rustdoc-unix_sigpipe, r=notriddle | Yuki Okushi | -1/+3 |
| 2022-10-25 | Rollup merge of #103494 - notriddle:notriddle/test-arrow-hover, r=GuillaumeGomez | Yuki Okushi | -3/+0 |
| 2022-10-25 | Rollup merge of #103493 - notriddle:notriddle/source-sidebar-logo, r=Guillaum... | Yuki Okushi | -5/+7 |
| 2022-10-25 | Rollup merge of #103486 - GuillaumeGomez:cleanup-rustdoc-gui-highlight-colors... | Yuki Okushi | -52/+89 |
| 2022-10-25 | Rollup merge of #103462 - notriddle:notriddle/source-pre-rust-white-space, r=... | Yuki Okushi | -1/+0 |
| 2022-10-25 | Rollup merge of #103410 - camsteffen:link-unstable-book, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2022-10-25 | Rollup merge of #103409 - compiler-errors:rpitit-signature-mismatch, r=lcnr | Yuki Okushi | -0/+37 |
| 2022-10-25 | Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillot | Yuki Okushi | -0/+28 |
| 2022-10-25 | Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser | Yuki Okushi | -9/+44 |
| 2022-10-25 | Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiser | Yuki Okushi | -0/+25 |
| 2022-10-24 | Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys | Michael Goulet | -0/+37 |
| 2022-10-24 | rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler` | Martin Nordholts | -1/+3 |
| 2022-10-24 | rustdoc: remove redundant CSS `a.test-arrow:hover` | Michael Howell | -3/+0 |
| 2022-10-24 | rustdoc: remove unused `.sidebar-logo` DOM on source pages | Michael Howell | -5/+7 |
| 2022-10-24 | Auto merge of #103337 - flip1995:clippyup, r=Manishearth | bors | -4206/+8511 |
| 2022-10-24 | Use functions in highlight-colors rustdoc GUI test | Guillaume Gomez | -52/+89 |
| 2022-10-24 | Document link to unstable book | Cameron Steffen | -1/+1 |
| 2022-10-24 | Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnr | bors | -106/+326 |
| 2022-10-24 | Rollup merge of #103437 - bjorn3:sync_cg_clif-2022-10-23, r=bjorn3 | Yuki Okushi | -0/+2 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -1/+86 |
| 2022-10-24 | rustup | Ralf Jung | -8/+1 |
| 2022-10-24 | also smoke-test 'cargo miri test' | Ralf Jung | -2/+36 |
| 2022-10-24 | add support for testing Miri on other targets, and do some cross-testing on CI | Ralf Jung | -3/+17 |
| 2022-10-24 | Auto merge of #2615 - RalfJung:josh, r=oli-obk | bors | -3/+2 |
| 2022-10-24 | point to my fork of josh for now | Ralf Jung | -3/+2 |
| 2022-10-23 | rustdoc: remove no-op CSS `.source pre.rust { white-space: pre }` | Michael Howell | -1/+0 |
| 2022-10-23 | Override linker in cargotest on windows | Aaron Hill | -0/+4 |
| 2022-10-24 | Auto merge of #103452 - notriddle:rollup-peewevm, r=notriddle | bors | -129/+196 |
| 2022-10-23 | Rollup merge of #103434 - GuillaumeGomez:gui-test-jump-to-def-background-clea... | Michael Howell | -38/+17 |
| 2022-10-23 | Rollup merge of #103424 - notriddle:notriddle/code-header-border-bottom-none,... | Michael Howell | -1/+0 |