| Age | Commit message (Expand) | Author | Lines |
| 2023-03-27 | bump cargo submodule | Pietro Albini | -0/+0 |
| 2023-03-03 | Fix array-size-threshold config deserialization error | Alex Macleod | -16/+12 |
| 2023-02-26 | [beta-1.68] cargo beta backports | Weihang Lo | -0/+0 |
| 2023-02-09 | [beta-1.68] Update cargo | Weihang Lo | -0/+0 |
| 2023-02-07 | Mark uninlined_format_args as pedantic | Manish Goregaokar | -1/+1 |
| 2023-01-31 | [beta] Update cargo | Weihang Lo | -0/+0 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -7/+54 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -30/+30 |
| 2023-01-20 | Rollup merge of #107124 - DebugSteven:check-macro-expansion, r=albertlarsan68 | Michael Goulet | -1/+1 |
| 2023-01-20 | Rollup merge of #107048 - DebugSteven:newer-x-check-cargo, r=albertlarsan68 | Michael Goulet | -0/+72 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -2/+2 |
| 2023-01-20 | Auto merge of #107120 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-20 | remove leading comma when there are no args in check macro expansion | DebugSteven | -1/+1 |
| 2023-01-20 | run cargo install to check for x installation and version | DebugSteven | -0/+72 |
| 2023-01-20 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -2/+7 |
| 2023-01-20 | Rollup merge of #107065 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -1/+1 |
| 2023-01-20 | Rollup merge of #106738 - compiler-errors:known-bugs-oops, r=jackh726 | Matthias Krüger | -1/+6 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -2/+11 |
| 2023-01-19 | Make bare known-bug an error | Michael Goulet | -1/+6 |
| 2023-01-19 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-19 | Rollup merge of #107027 - GuillaumeGomez:rm-extra-removal, r=tmiasko | Guillaume Gomez | -1/+1 |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -2/+1 |
| 2023-01-19 | Move `unchecked_duration_subtraction` to pedantic | Alex Macleod | -1/+1 |
| 2023-01-19 | Allow for more efficient sorting when exporting Unord collections. | Michael Woerister | -2/+2 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -29/+29 |
| 2023-01-19 | Use UnordSet instead of FxHashSet in define_id_collections!(). | Michael Woerister | -1/+1 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -6/+5 |
| 2023-01-18 | Remove extra removal from test path | Guillaume Gomez | -1/+1 |
| 2023-01-18 | Rollup merge of #106950 - the8472:fix-splice-miri, r=cuviper | Dylan DPC | -0/+6 |
| 2023-01-18 | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | -2/+1 |
| 2023-01-18 | Auto merge of #107010 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-17 | add miri regression test | The 8472 | -0/+6 |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -0/+20 |
| 2023-01-17 | fix missing subst in clippy utils | Kyle Matsuda | -2/+2 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -1/+1 |
| 2023-01-17 | change usages of item_bounds query to bound_item_bounds | Kyle Matsuda | -1/+1 |
| 2023-01-17 | Hack compiletest to fix a random CI failure | Maybe Waffle | -2/+11 |
| 2023-01-17 | Skip tidy style checks for `rustc_apfloat` | Maybe Waffle | -0/+4 |
| 2023-01-17 | Add a tidy check to check for ". \w" | Maybe Waffle | -0/+16 |
| 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 | 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 |