| Age | Commit message (Expand) | Author | Lines |
| 2023-03-19 | Move us to the new large runners pool | Mark Rousskov | -2/+2 |
| 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 | Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" | Nikita Popov | -0/+0 |
| 2023-03-18 | Always enable MIR inlining when building std | Ben Kimock | -0/+6 |
| 2023-03-18 | Auto merge of #107224 - nikic:llvm-16, r=cuviper | bors | -4/+5 |
| 2023-03-18 | refactor `fn bootstrap::builder::Builder::compiler_for` | ozkanonur | -8/+9 |
| 2023-03-18 | Auto merge of #108802 - nikic:bolt-update, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-03-18 | Rollup merge of #109283 - notriddle:notriddle/visibility-to-src-with-space, r... | Matthias Krüger | -7/+7 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-03-18 | Rollup merge of #108772 - jyn514:faster-tidy, r=the8472 | Matthias Krüger | -163/+178 |
| 2023-03-18 | address review comments | Joshua Nelson | -0/+5 |
| 2023-03-18 | Let tidy use more threads | Joshua Nelson | -1/+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-18 | Rollup merge of #109256 - chaitanyav:fix_108948, r=albertlarsan68 | Matthias Krüger | -4/+7 |
| 2023-03-17 | rustdoc: reduce allocations in `visibility_to_src_with_space` | Michael Howell | -7/+7 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -402/+402 |
| 2023-03-17 | Add clarifying comments | Michael Howell | -0/+3 |
| 2023-03-17 | Use python3.11 in CI to make sure toml is validated | Joshua Nelson | -7/+7 |
| 2023-03-17 | extra_info_tags don't return string, use display_fn | klensy | -35/+56 |
| 2023-03-17 | Add tests for configure.py | Joshua Nelson | -198/+259 |
| 2023-03-17 | Auto merge of #109253 - matthiaskrgr:rollup-2xmv5zk, r=matthiaskrgr | bors | -35/+21 |
| 2023-03-17 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -6/+8 |
| 2023-03-17 | Only add into `view_item_stack` if the item will be inlined | Guillaume Gomez | -4/+4 |
| 2023-03-17 | Check for llvm-tools before install | NagaChaitanya Vellanki | -4/+7 |
| 2023-03-17 | Initialize rust_info before is_ci_llvm_available() | Nikita Popov | -4/+5 |
| 2023-03-17 | Upgrade to LLVM 16 | Nikita Popov | -0/+0 |
| 2023-03-17 | Update host compiler to LLVM 16 | Nikita Popov | -1/+1 |
| 2023-03-17 | Rollup merge of #109229 - DaniPopes:link-references, r=notriddle | Matthias Krüger | -7/+7 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-03-17 | Rollup merge of #109044 - thomcc:disallow-unstable-libtest, r=jyn514 | Matthias Krüger | -0/+6 |
| 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 | -26/+66 |
| 2023-03-16 | Merge from rustc | Ben Kimock | -25/+65 |
| 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 | Fix invalid markdown link references | DaniPopes | -7/+7 |
| 2023-03-16 | clean up few alloc | klensy | -5/+3 |
| 2023-03-16 | Render source page layout with Askama | clubby789 | -69/+67 |
| 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 |