| Age | Commit message (Expand) | Author | Lines |
| 2023-01-16 | ui tests: Remap test base directory by default. | Tim Neumann | -0/+3 |
| 2023-01-16 | compiletest: Support running with a remapped base directory. | Tim Neumann | -5/+36 |
| 2023-01-16 | compiletest: Generic support for "no-" versions of boolean directives. | Tim Neumann | -2/+15 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -6/+5 |
| 2023-01-16 | Group some commonly passed together values into a struct | Oli Scherer | -1/+1 |
| 2023-01-15 | Merge from rustc | Ralf Jung | -131/+100 |
| 2023-01-15 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-15 | Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddle | Matthias Krüger | -0/+35 |
| 2023-01-15 | Add tidy check to ensure that rustdoc GUI tests start with a small description | Guillaume Gomez | -0/+35 |
| 2023-01-14 | Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgr | bors | -2/+3 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -2/+3 |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -8/+8 |
| 2023-01-14 | Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum | Matthias Krüger | -103/+66 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -13/+13 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -18/+18 |
| 2023-01-14 | Auto merge of #106833 - JohnTitor:rollup-z8398jk, r=JohnTitor | bors | -1/+1 |
| 2023-01-14 | Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -12/+14 |
| 2023-01-14 | Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2023-01-13 | Check ADT fields for copy implementations considering regions | Michael Goulet | -2/+2 |
| 2023-01-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-13 | Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillot | bors | -1/+1 |
| 2023-01-13 | clippy | Ralf Jung | -1/+1 |
| 2023-01-13 | Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor | bors | -3/+6 |
| 2023-01-13 | Merge from rustc | Ralf Jung | -6729/+16567 |
| 2023-01-13 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-13 | Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebank | Yuki Okushi | -3/+6 |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -1/+1 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -3/+17 |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -3/+6 |
| 2023-01-12 | Auto merge of #106780 - flip1995:clippyup, r=Manishearth | bors | -850/+1879 |
| 2023-01-12 | Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup | Philipp Krones | -850/+1879 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -1/+1 |
| 2023-01-12 | Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstrieb | bors | -4/+2 |
| 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 | -1/+1 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -4/+0 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -1/+1 |
| 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 | -70/+1 |
| 2023-01-12 | parse const closures | Deadbeef | -3/+17 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -4/+2 |
| 2023-01-12 | Update clippy for new format_args!() lang items. | Mara Bos | -25/+35 |
| 2023-01-12 | Update rustfmt for ast::ExprKind::FormatArgs. | Mara Bos | -1/+5 |
| 2023-01-12 | Make clippy compile. | Mara Bos | -0/+1 |
| 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 | 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 | -78/+1 |
| 2023-01-11 | Fix up stat test in libc-fs-with-isolation | Mateusz Guzik | -2/+3 |