| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstrieb | bors | -6/+12 |
| 2023-01-12 | Fix not displayed re-export of `doc(hidden)` item | Guillaume Gomez | -3/+18 |
| 2023-01-12 | Rollup merge of #106751 - clubby789:const-intrinsic, r=GuillaumeGomez | nils | -2/+10 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -4/+2 |
| 2023-01-12 | Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov | bors | -9/+6 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -4/+0 |
| 2023-01-12 | Remove dead code in rustdoc stripper | Guillaume Gomez | -11/+1 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -9/+6 |
| 2023-01-12 | Auto merge of #106757 - matthiaskrgr:rollup-9j8830g, r=matthiaskrgr | bors | -71/+3 |
| 2023-01-11 | Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnay | Michael Goulet | -4/+0 |
| 2023-01-12 | Rollup merge of #106733 - DebugSteven:revert-104552-warn-newer-x, r=jyn514 | Matthias Krüger | -71/+3 |
| 2023-01-12 | Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514 | bors | -4/+0 |
| 2023-01-12 | move to correct test | Deadbeef | -53/+0 |
| 2023-01-12 | Fix rendering 'const' for intrinsics | clubby789 | -2/+10 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -0/+11 |
| 2023-01-12 | fix fn_sig ice | Deadbeef | -0/+15 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -1/+12 |
| 2023-01-12 | gate const closures | Deadbeef | -0/+16 |
| 2023-01-12 | parse const closures | Deadbeef | -3/+17 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -23/+0 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -4/+2 |
| 2023-01-11 | add checks for the signature of the lang item | asquared31415 | -1/+1 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -4/+0 |
| 2023-01-11 | Rollup merge of #106734 - albertlarsan68:deny-src-tests-in-tidy, r=Nilstrieb | Matthias Krüger | -0/+17 |
| 2023-01-11 | keep --wrapper-version argument in x | DebugSteven | -0/+8 |
| 2023-01-11 | Deny having src/test exisiting in tidy | Albert Larsan | -0/+17 |
| 2023-01-11 | Revert "warn newer available version of the x tool" | J Haigh | -79/+3 |
| 2023-01-11 | Fix up stat test in libc-fs-with-isolation | Mateusz Guzik | -2/+3 |
| 2023-01-11 | Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco | nils | -1/+3 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -129/+133 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -849763/+0 |
| 2023-01-11 | Use CI LLVM in `test-various` builder | Albert Larsan | -4/+0 |
| 2023-01-11 | Rollup merge of #106690 - GuillaumeGomez:item-declaration-scrolling, r=notriddle | Yuki Okushi | -0/+177 |
| 2023-01-11 | Rollup merge of #106689 - GuillaumeGomez:rustdoc-gui-files-array, r=notriddle | Yuki Okushi | -1/+2 |
| 2023-01-11 | Rollup merge of #106653 - ehuss:allow-features-help, r=nilstrieb | Yuki Okushi | -1/+1 |
| 2023-01-11 | Rollup merge of #106645 - c410-f3r:rfc-2397-1, r=oli-obk | Yuki Okushi | -0/+63 |
| 2023-01-11 | Rollup merge of #106642 - albertlarsan68:test-106062, r=JohnTitor | Yuki Okushi | -0/+42 |
| 2023-01-11 | Rollup merge of #106628 - GuillaumeGomez:rm-itemid-primitive, r=notriddle | Yuki Okushi | -37/+61 |
| 2023-01-11 | Rollup merge of #106521 - oskgo:remove-E0280, r=jackh726 | Yuki Okushi | -44/+43 |
| 2023-01-10 | Remove duplicate sha-1 dependency | Eric Huss | -1/+1 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -37/+61 |
| 2023-01-10 | Add GUI test for item declaration block scrolling | Guillaume Gomez | -0/+173 |
| 2023-01-10 | Fix scrolling for item declaration block | Guillaume Gomez | -0/+4 |
| 2023-01-10 | Fix invalid files array re-creation in rustdoc-gui tester | Guillaume Gomez | -1/+2 |
| 2023-01-10 | bump Cargo submodule to fix CVE-2022-46176 | Pietro Albini | -0/+0 |
| 2023-01-10 | disable fast submodule checkout due to spurious ci failures | Pietro Albini | -7/+8 |
| 2023-01-10 | Check compiler docs in PR CI | Albert Larsan | -0/+1 |
| 2023-01-10 | Auto merge of #106607 - compiler-errors:be-more-accurate-abt-method-suggestio... | bors | -22/+133 |
| 2023-01-10 | Auto merge of #106656 - JohnTitor:rollup-rk2qltg, r=JohnTitor | bors | -110/+450 |
| 2023-01-10 | remove E0280 and ICE instead | bowlerman | -44/+43 |