| Age | Commit message (Expand) | Author | Lines |
| 2022-12-17 | print argument name in arg mismatch if possible | Michael Goulet | -8/+15 |
| 2022-12-17 | Symlink `build/host` -> `build/x86_64-unknown-linux-gnu` (as appropriate per ... | Joshua Nelson | -1/+18 |
| 2022-12-17 | Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrum | bors | -13/+36 |
| 2022-12-17 | Suggest a `T: Send` bound for `&mut T` upvars in `Send` generators | Matthew House | -17/+103 |
| 2022-12-17 | Make `RUN_CHECK_WITH_PARALLEL_QUERIES` the last thing to run | Joshua Nelson | -7/+19 |
| 2022-12-17 | Try to fix ICE | mejrs | -12/+16 |
| 2022-12-17 | std::fmt: Use args directly in example code | Evan Jones | -2/+2 |
| 2022-12-17 | ./x.py test --bless | Tomasz Miąsko | -8/+6 |
| 2022-12-17 | Remove false edges in CleanupPostBorrowck | Tomasz Miąsko | -46/+16 |
| 2022-12-17 | Rename CleanupNonCodegenStatements to CleanupPostBorrowck | Tomasz Miąsko | -4/+4 |
| 2022-12-17 | Remove (eager) | mejrs | -1/+1 |
| 2022-12-17 | Resolve various merge conflicts | mejrs | -130/+129 |
| 2022-12-17 | Migrate multiple mut borrows diagnostic | TheOddGarlic | -7/+47 |
| 2022-12-17 | Migrate borrow of moved value diagnostic | TheOddGarlic | -17/+29 |
| 2022-12-17 | Migrate irrefutable let pattern diagnostics | TheOddGarlic | -57/+103 |
| 2022-12-17 | Migrate pattern bindings with variant name lint | TheOddGarlic | -23/+24 |
| 2022-12-17 | Migrate leading/trailing irrefutable let pattern diagnostics | TheOddGarlic | -25/+52 |
| 2022-12-17 | Migrate lower range bound diagnostics | TheOddGarlic | -24/+29 |
| 2022-12-17 | Migrate "could not evaluate const pattern" diagnostic | TheOddGarlic | -3/+12 |
| 2022-12-17 | Migrate "constant pattern depends on generic parameter" diagnostic | TheOddGarlic | -3/+14 |
| 2022-12-17 | Migrate unreachable pattern diagnostic | TheOddGarlic | -8/+19 |
| 2022-12-17 | Migrate pattern inlining error diagnostics | TheOddGarlic | -13/+41 |
| 2022-12-17 | Migrate "non-exhaustive patterns: type is non-empty" diagnostic | TheOddGarlic | -7/+113 |
| 2022-12-17 | Migrate "unused unsafe" lint | TheOddGarlic | -12/+43 |
| 2022-12-17 | Migrate "requires unsafe" diagnostics | TheOddGarlic | -95/+431 |
| 2022-12-17 | Migrate "unsafe_op_in_unsafe_fn" lints | TheOddGarlic | -14/+236 |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -14/+27 |
| 2022-12-17 | Auto merge of #105827 - flip1995:clippyup, r=matthiaskrgr | bors | -608/+2719 |
| 2022-12-17 | Replace visitor with a loop over blocks and statements | Tomasz Miąsko | -26/+13 |
| 2022-12-17 | Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3 | bors | -1/+53 |
| 2022-12-17 | poll rustfmt child processes | The 8472 | -4/+19 |
| 2022-12-17 | poll tidy threads for completion before waiting | The 8472 | -6/+16 |
| 2022-12-17 | optimize line-by-line style checks in tidy | The 8472 | -24/+35 |
| 2022-12-17 | Update Cargo.lock | Philipp Krones | -6/+12 |
| 2022-12-17 | Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup | Philipp Krones | -602/+2707 |
| 2022-12-17 | Auto merge of #10097 - flip1995:rustup, r=flip1995 | bors | -118/+129 |
| 2022-12-17 | Bump nightly version -> 2022-12-17 | Philipp Krones | -1/+1 |
| 2022-12-17 | Bump Clippy version -> 0.1.68 | Philipp Krones | -4/+4 |
| 2022-12-17 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -639/+2726 |
| 2022-12-17 | Auto merge of #10096 - feniljain:fix-seek-rewind, r=xFrednet | bors | -2/+18 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -18/+23 |
| 2022-12-17 | fix: not suggest seek_to_start_instead_of_rewind when expr is used | feniljain | -2/+18 |
| 2022-12-17 | Auto merge of #10094 - EricWu2003:increment-visitor-fix, r=xFrednet | bors | -7/+33 |
| 2022-12-17 | str.lines() docstring: clarify that line endings are not returned | Stefano Zacchiroli | -2/+4 |
| 2022-12-17 | Auto merge of #105820 - matthiaskrgr:rollup-uzm1l8f, r=matthiaskrgr | bors | -16/+29 |
| 2022-12-17 | Rollup merge of #105785 - JohnTitor:issue-55976-2, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2022-12-17 | Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errors | Matthias Krüger | -16/+16 |
| 2022-12-17 | Auto merge of #105794 - ChrisDenton:internal-doc, r=jyn514 | bors | -2/+2 |
| 2022-12-16 | Support call and drop terminators in custom mir | Jakob Degen | -2/+266 |
| 2022-12-17 | Auto merge of #105811 - ojeda:Dwarnings-no_fp_fmt_parse, r=Mark-Simulacrum | bors | -1/+1 |