| Age | Commit message (Expand) | Author | Lines |
| 2022-10-08 | Auto merge of #2583 - RalfJung:rustup, r=oli-obk | bors | -23/+56 |
| 2022-10-08 | bless cargo-miri output | Ralf Jung | -11/+18 |
| 2022-10-07 | Auto merge of #102792 - weihanglo:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-10-07 | Auto merge of #102091 - RalfJung:const_err, r=oli-obk | bors | -47/+17 |
| 2022-10-07 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -47/+17 |
| 2022-10-07 | clippy learned some new tricks | Ralf Jung | -4/+6 |
| 2022-10-07 | rustup | Ralf Jung | -3/+4 |
| 2022-10-07 | fix Miri | Ralf Jung | -2/+2 |
| 2022-10-07 | remove FFI support for macOS | Ralf Jung | -10/+14 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -102/+87 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+2 |
| 2022-10-06 | tools/remote-test-{server,client}: Use /data/local/tmp on Android | Peter Collingbourne | -3/+3 |
| 2022-10-06 | Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup | Philipp Krones | -69/+20 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -1/+6 |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -4346/+10205 |
| 2022-10-06 | Auto merge of #102573 - RalfJung:mirisync, r=oli-obk | bors | -861/+955 |
| 2022-10-05 | Auto merge of #102438 - andrewpollack:add-target-rustc-flags, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-10-04 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-04 | Rollup merge of #102651 - oli-obk:non_region_things, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-10-04 | Rollup merge of #102241 - jyn514:manifest-json-docs, r=Mark-Simulacrum | Matthias Krüger | -2/+16 |
| 2022-10-04 | Auto merge of #2566 - saethlin:gc-cleanup, r=oli-obk | bors | -127/+464 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -1/+1 |
| 2022-10-04 | re-architect the tag visitor traits | Ralf Jung | -222/+306 |
| 2022-10-04 | Finish TimeoutCallback | Ben Kimock | -14/+17 |
| 2022-10-04 | Please help, where is this lifetime bound coming from | Ben Kimock | -40/+90 |
| 2022-10-04 | Use static dispatch in the visitor | Ben Kimock | -105/+148 |
| 2022-10-04 | Use VisitProvenance to factor allocation visiting better | Ben Kimock | -18/+32 |
| 2022-10-04 | A bit of cleanup | Ben Kimock | -8/+28 |
| 2022-10-04 | Expand VisitMachineValues to cover more pointers in the interpreter | Ben Kimock | -33/+156 |
| 2022-10-04 | more details on stacked borrows tracking | Ralf Jung | -10/+33 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -0/+3 |
| 2022-10-03 | Rollup merge of #102591 - JarvisCraft:fix-double-a-article, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -2/+2 |
| 2022-10-02 | Auto merge of #102586 - Dylan-DPC:rollup-g107h6z, r=Dylan-DPC | bors | -2/+7 |
| 2022-10-02 | Rollup merge of #102556 - WaffleLapkin:implied_by_btree_new, r=Mark-Simulacrum | Dylan DPC | -1/+3 |
| 2022-10-02 | Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu... | Dylan DPC | -1/+4 |
| 2022-10-02 | bump rustc_tools_util | Ralf Jung | -2/+2 |
| 2022-10-02 | use rustc_tools_util instead of vergen | Ralf Jung | -266/+23 |
| 2022-10-02 | relax vergen dependency | Ralf Jung | -1/+1 |
| 2022-10-02 | GHA seems to have strange booleans | Ralf Jung | -1/+1 |
| 2022-10-02 | bump rustc-build-sysroot | Ralf Jung | -3/+3 |
| 2022-10-02 | no need to make cargo-miri build quiet; cargo only prints to stderr anyway | Ralf Jung | -1/+1 |
| 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-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -2/+2 |
| 2022-10-01 | Auto merge of #102193 - ferrocene:pa-remote-test-server-improvements, r=Mark-... | bors | -17/+31 |
| 2022-10-01 | make tidy accept multi-line `rustc_const_unstable` attributes | Maybe Waffle | -1/+3 |
| 2022-10-01 | Give better errors when build-manifest fails | Joshua Nelson | -1/+11 |
| 2022-10-01 | Package `rust-docs-json` into nightly components (take 3) | Joshua Nelson | -1/+5 |