| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Update Clippy for ConstEvalCounter | Bryan Garza | -0/+1 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -3/+4 |
| 2023-01-23 | Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG... | Yuki Okushi | -1/+1 |
| 2023-01-23 | Preparing for merge from rustc | Oli Scherer | -1/+1 |
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -1/+1 |
| 2023-01-22 | Merge from rustc | Ralf Jung | -85/+297 |
| 2023-01-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-22 | Print why a test was ignored if it's the only test specified. | Lenko Donchev | -28/+54 |
| 2023-01-22 | fix maintainer validation message | Abdur-Rahmaan Janhangeer | -61/+0 |
| 2023-01-22 | Rollup merge of #107127 - uweigand:s390x-sanitizer, r=Mark-Simulacrum | Matthias Krüger | -2/+9 |
| 2023-01-22 | Rollup merge of #107102 - compiler-errors:new-solver-new-candidats-4, r=lcnr | Matthias Krüger | -0/+7 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -7/+54 |
| 2023-01-21 | Add compare-mode-next-solver | Michael Goulet | -0/+7 |
| 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 | fix overlapping spans for `clippy::uninlined_format_args` | Lukas Markeffsky | -0/+4 |
| 2023-01-20 | Auto merge of #107120 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-20 | Enable sanitizers for s390x-linux | Ulrich Weigand | -2/+9 |
| 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 |