| Age | Commit message (Expand) | Author | Lines |
| 2022-10-26 | Auto merge of #2621 - RalfJung:windows-gnu, r=RalfJung | bors | -0/+1 |
| 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 | Auto merge of #2614 - saethlin:stack-inspection-tools, r=RalfJung | bors | -14/+47 |
| 2022-10-26 | tweak docs | Ralf Jung | -1/+4 |
| 2022-10-25 | Rename, improve docs, fail better | Ben Kimock | -14/+44 |
| 2022-10-25 | Auto merge of #2618 - RalfJung:rustup, r=RalfJung | bors | -10340/+20811 |
| 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 | -10305/+20776 |
| 2022-10-25 | Auto merge of #103392 - RalfJung:miri, r=oli-obk | bors | -470/+1522 |
| 2022-10-25 | Miri: disable macOS testing for now | Ralf Jung | -1/+2 |
| 2022-10-25 | Auto merge of #103513 - Dylan-DPC:rollup-nn3ite2, r=Dylan-DPC | bors | -118/+203 |
| 2022-10-25 | Rollup merge of #103511 - nnethercote:bb-tweaks, r=bjorn3 | Dylan DPC | -82/+75 |
| 2022-10-25 | Rollup merge of #103482 - aDotInTheVoid:vec-cap-docs, r=thomcc | Dylan DPC | -2/+3 |
| 2022-10-25 | Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomcc | Dylan DPC | -0/+49 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -28/+66 |
| 2022-10-25 | Rollup merge of #102587 - Enselic:rustc-unix_sigpipe, r=jackh726 | Dylan DPC | -1/+3 |
| 2022-10-25 | Rollup merge of #98204 - Kixiron:stable-unzip, r=thomcc | Dylan DPC | -5/+7 |
| 2022-10-25 | Auto merge of #102988 - dpaoliello:inlinerawdylib, r=dpaoliello | bors | -7/+146 |
| 2022-10-25 | Simplify `cast_shift_expr_rhs`. | Nicholas Nethercote | -24/+18 |
| 2022-10-25 | Inline and remove `cast_shift_rhs`. | Nicholas Nethercote | -9/+0 |
| 2022-10-25 | Auto merge of #103502 - JohnTitor:rollup-o6mhyzq, r=JohnTitor | bors | -102/+376 |
| 2022-10-25 | Clarify some cleanup stuff. | Nicholas Nethercote | -6/+10 |
| 2022-10-25 | Rename two `TerminatorCodegenHelper` methods. | Nicholas Nethercote | -13/+16 |
| 2022-10-25 | rustc_codegen_ssa: use more consistent naming. | Nicholas Nethercote | -30/+31 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -7/+146 |
| 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 #103465 - jruderman:patch-1, r=compiler-errors | Yuki Okushi | -2/+0 |
| 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 | -2/+47 |
| 2022-10-25 | Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillot | Yuki Okushi | -8/+120 |
| 2022-10-25 | Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser | Yuki Okushi | -22/+73 |
| 2022-10-25 | Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiser | Yuki Okushi | -5/+36 |
| 2022-10-24 | Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys | Michael Goulet | -2/+47 |
| 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 | Clairify Vec::capacity docs | Nixon Enraght-Moony | -2/+3 |
| 2022-10-24 | Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnr | bors | -117/+361 |
| 2022-10-24 | Auto merge of #103471 - JohnTitor:rollup-tfmy6ab, r=JohnTitor | bors | -731/+1199 |