| Age | Commit message (Expand) | Author | Lines |
| 2023-03-22 | Auto merge of #109463 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-03-22 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-21 | Auto merge of #109092 - compiler-errors:local-key, r=cjgillot | bors | -10/+10 |
| 2023-03-21 | Ignore the vendor directory for tidy tests. | James Farrell | -0/+1 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -1/+2 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -10/+9 |
| 2023-03-21 | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | -6/+12 |
| 2023-03-21 | Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrum | nils | -47/+111 |
| 2023-03-21 | Use hex literal for INDEX_MASK | Martin Gammelsæter | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+4 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -1/+1 |
| 2023-03-20 | rustdoc: add support for type filters in arguments and generics | Michael Howell | -2/+9 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -69/+68 |
| 2023-03-20 | Auto merge of #106610 - euclio:windows-rs, r=ChrisDenton | bors | -5/+15 |
| 2023-03-20 | Auto merge of #109384 - matthiaskrgr:rollup-hu348gs, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-20 | migrate compiler, bootstrap, and compiletest to windows-rs | Andy Russell | -5/+15 |
| 2023-03-20 | Rollup merge of #109365 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-03-20 | Auto merge of #109377 - lnicola:rust-analyzer-2023-03-20, r=lnicola | bors | -610/+2220 |
| 2023-03-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -610/+2220 |
| 2023-03-20 | Rollup merge of #109323 - joboet:ignore_ds_store_tidy, r=ozkanonur | Matthias Krüger | -19/+22 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -0/+10 |
| 2023-03-19 | Update mdbook | Eric Huss | -1/+1 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -4/+4 |
| 2023-03-19 | tidy: ignore files in .gitignore in mir opt check | joboet | -19/+22 |
| 2023-03-19 | Rollup merge of #108798 - devsnek:panic-pal-exception, r=workingjubilee | Dylan DPC | -1/+0 |
| 2023-03-19 | Rollup merge of #105793 - lukas-code:circular-deps, r=Mark-Simulacrum | Dylan DPC | -15/+35 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-03-18 | address review comments | Joshua Nelson | -0/+5 |
| 2023-03-18 | Use a single WalkBuilder for multiple paths | Joshua Nelson | -42/+43 |
| 2023-03-18 | Make `ui_tests` non-quadratic | Joshua Nelson | -34/+30 |
| 2023-03-18 | Speed up file walking in tidy | Joshua Nelson | -83/+80 |
| 2023-03-18 | Use named threads in tidy | Joshua Nelson | -4/+16 |
| 2023-03-17 | move default backtrace setting to sys | Gus Caplan | -1/+0 |
| 2023-03-17 | Auto merge of #109253 - matthiaskrgr:rollup-2xmv5zk, r=matthiaskrgr | bors | -27/+7 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -27/+7 |
| 2023-03-16 | Auto merge of #2817 - saethlin:rustup, r=saethlin | bors | -5/+18 |
| 2023-03-16 | Merge from rustc | Ben Kimock | -4/+17 |
| 2023-03-16 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -1/+1 |
| 2023-03-16 | Improve case mapping encoding scheme | Martin Gammelsæter | -49/+54 |
| 2023-03-16 | TB: select tests to run both TB and SB | Neven Villani | -5/+116 |
| 2023-03-16 | TB: new tests | Neven Villani | -0/+888 |
| 2023-03-16 | TB: document TB changes in README | Neven Villani | -118/+218 |
| 2023-03-16 | TB: integration | Neven Villani | -16/+54 |
| 2023-03-16 | TB: Reborrow policy and connection to the main machine | Neven Villani | -1/+608 |
| 2023-03-16 | TB: error and tree formatting | Neven Villani | -0/+592 |
| 2023-03-16 | TB: tree traversal | Neven Villani | -0/+339 |
| 2023-03-16 | TB: public interface to permissions | Neven Villani | -0/+93 |
| 2023-03-16 | TB: Tree structure | Neven Villani | -0/+215 |
| 2023-03-16 | TB: Util: an efficient mapping for permissions | Neven Villani | -0/+304 |