| Age | Commit message (Expand) | Author | Lines |
| 2022-10-02 | cargo update | Ralf Jung | -315/+243 |
| 2022-10-02 | Auto merge of #2564 - RalfJung:no-more-xargo, r=oli-obk | Ralf Jung | -219/+166 |
| 2022-09-27 | Auto merge of #2562 - pvdrz:miri-num-cpus, r=RalfJung | bors | -8/+33 |
| 2022-09-26 | update readme | Christian Poveda | -2/+5 |
| 2022-09-26 | `/// FIXME: docs` | Christian Poveda | -2/+2 |
| 2022-09-25 | use rustc-build-sysroot instead of xargo | Ralf Jung | -219/+166 |
| 2022-09-25 | force-install tools on stale cache, to make sure we get the latest of all dep... | Ralf Jung | -2/+2 |
| 2022-09-25 | clarify a comment | Ralf Jung | -0/+1 |
| 2022-09-25 | CI: use cargo sparse registry | Ralf Jung | -0/+3 |
| 2022-09-24 | remove macOS work-around that is no longer needed | Ralf Jung | -8/+0 |
| 2022-09-24 | Auto merge of #2537 - saethlin:dont-back-up-too-far, r=RalfJung | bors | -19/+77 |
| 2022-09-24 | Auto merge of #2563 - RalfJung:nodep, r=RalfJung | bors | -1/+1 |
| 2022-09-24 | run all extern-so tests consistently without dependencies | Ralf Jung | -1/+1 |
| 2022-09-23 | add flag to specify the number of cpus | Christian Poveda | -6/+28 |
| 2022-09-23 | GC: factor out visiting all machine values | Ralf Jung | -81/+104 |
| 2022-09-22 | Only add 'inside this call' for Invalidation diagnostics | Ben Kimock | -5/+12 |
| 2022-09-21 | Don't move too far down the call stack when reporting FnEntry diagnostics | Ben Kimock | -16/+67 |
| 2022-09-21 | readme: tag-gc tweaks | Ralf Jung | -4/+4 |
| 2022-09-23 | Rollup merge of #102104 - Aaron1011:no-test-backtrace, r=Mark-Simulacrum | Matthias Krüger | -2/+4 |
| 2022-09-23 | Rollup merge of #102066 - notriddle:notriddle/headers-max-width, r=GuillaumeG... | Matthias Krüger | -2/+1 |
| 2022-09-23 | Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark... | Matthias Krüger | -11/+8 |
| 2022-09-23 | Rollup merge of #101664 - mejrs:similarity, r=fee1-dead | Matthias Krüger | -0/+132 |
| 2022-09-23 | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | -14/+112 |
| 2022-09-22 | Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPC | bors | -6/+30 |
| 2022-09-22 | Rollup merge of #102119 - steffahn:fix-pararmeter, r=dtolnay | Dylan DPC | -4/+4 |
| 2022-09-22 | Rollup merge of #102107 - Urgau:rustdoc-missing-space-before-where-clause, r=... | Dylan DPC | -2/+19 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -0/+1 |
| 2022-09-22 | Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholk | Dylan DPC | -0/+6 |
| 2022-09-22 | Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnr | bors | -20/+1 |
| 2022-09-22 | Distribute rust-json-docs via rustup. | Luca Palmieri | -11/+8 |
| 2022-09-22 | Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obk | bors | -236/+54930 |
| 2022-09-22 | Allow miri docs to keep failing for now | Oli Scherer | -1/+1 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -174/+248 |
| 2022-09-21 | Split out async_fn_in_trait into a separate feature | Dan Johnson | -14/+112 |
| 2022-09-22 | Optimize subtyping and equation of GeneratorWitness | Michael Goulet | -20/+1 |
| 2022-09-22 | Auto merge of #102121 - JohnTitor:rollup-3fb1wrt, r=JohnTitor | bors | -73/+239 |
| 2022-09-21 | rustdoc: update test case for headers without max-width | Michael Howell | -1/+1 |
| 2022-09-21 | rustdoc: remove unnecessary `max-width` on headers | Michael Howell | -1/+0 |
| 2022-09-22 | Rollup merge of #102100 - GuillaumeGomez:stab-in-docblocks, r=notriddle | Yuki Okushi | -0/+45 |
| 2022-09-22 | Rollup merge of #102084 - andrewpollack:add-issue-panic-unwind, r=bjorn3 | Yuki Okushi | -2/+3 |
| 2022-09-22 | Rollup merge of #102079 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2022-09-22 | Rollup merge of #102075 - notriddle:notriddle/content-methods-method, r=Guill... | Yuki Okushi | -4/+0 |
| 2022-09-22 | Rollup merge of #102073 - andrewpollack:add-execvp-call-ignore, r=tmandry | Yuki Okushi | -0/+1 |
| 2022-09-22 | Rollup merge of #102071 - andrewpollack:add-needs-unwind-for-binary-size, r=t... | Yuki Okushi | -0/+3 |
| 2022-09-22 | Rollup merge of #102054 - GuillaumeGomez:sidebar-all-page, r=notriddle | Yuki Okushi | -44/+139 |
| 2022-09-22 | Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandry | Yuki Okushi | -0/+3 |
| 2022-09-22 | Rollup merge of #102032 - andrewpollack:bad-signal-compiler-tests, r=tmandry | Yuki Okushi | -0/+5 |
| 2022-09-22 | Rollup merge of #102030 - est31:tidy_walk_no_reexport, r=Mark-Simulacrum | Yuki Okushi | -21/+28 |
| 2022-09-22 | Rollup merge of #101952 - Mark-Simulacrum:missing-fallback, r=ehuss | Yuki Okushi | -2/+12 |
| 2022-09-22 | Bless test output changes | Frank Steffahn | -4/+4 |