| Age | Commit message (Expand) | Author | Lines |
| 2022-12-21 | Fix phrasing | Ben Kimock | -28/+28 |
| 2022-12-21 | Clean up implementation, deduplicate in errors | Ben Kimock | -255/+103 |
| 2022-12-21 | Don't run `Drop` terminators on types that do not have drop glue in const eval | Jakob Degen | -2/+2 |
| 2022-12-22 | Rollup merge of #105986 - eltociear:patch-18, r=RalfJung | Yuki Okushi | -1/+1 |
| 2022-12-22 | Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk | Yuki Okushi | -54/+54 |
| 2022-12-21 | Bless tests | Jakob Degen | -4/+4 |
| 2022-12-21 | Retag argument to `drop_in_place` unconditionally | Jakob Degen | -19/+5 |
| 2022-12-21 | Retag as FnEntry on `drop_in_place` | Jakob Degen | -0/+160 |
| 2022-12-21 | update josh onstructions | Ralf Jung | -6/+6 |
| 2022-12-21 | Fix typo in reading_half_a_pointer.rs | Ikko Ashimine | -1/+1 |
| 2022-12-20 | Re-enable the VClock ordering tests | Ben Kimock | -6/+5 |
| 2022-12-20 | Fix span management | Ben Kimock | -53/+42 |
| 2022-12-20 | Rollup merge of #105935 - Ezrashaw:add-test+docs-for-e0377, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2022-12-20 | docs/test: add UI test and long-form error docs for `E0377` | Ezra Shaw | -2/+2 |
| 2022-12-19 | Make Clippy test no longer unsound | Michael Goulet | -1/+1 |
| 2022-12-18 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-18 | Make x use the x and x.ps1 scripts | Albert Larsan | -40/+32 |
| 2022-12-17 | Auto merge of #105849 - matthiaskrgr:rollup-ya4s1n2, r=matthiaskrgr | bors | -30/+51 |
| 2022-12-17 | Rollup merge of #105829 - the8472:tidy-style, r=jyn514 | Matthias Krüger | -30/+51 |
| 2022-12-17 | Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrum | bors | -13/+36 |
| 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 | Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup | Philipp Krones | -602/+2707 |
| 2022-12-16 | Include a Span in VClock | Ben Kimock | -89/+532 |
| 2022-12-16 | fmt | Ralf Jung | -2/+2 |
| 2022-12-16 | Merge from rustc | Ralf Jung | -47/+79 |
| 2022-12-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-15 | Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-12-15 | Move alignment failure error reporting to machine | Oli Scherer | -1/+10 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -2/+7 |
| 2022-12-15 | Auto merge of #105713 - bjorn3:sync_cg_clif-2022-12-14, r=bjorn3 | bors | -0/+6 |
| 2022-12-15 | Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr | bors | -10/+10 |
| 2022-12-15 | Merge `SimplifiedTypeGen<D>` into `SimplifiedType`. | Nicholas Nethercote | -1/+1 |
| 2022-12-14 | Add tidy exceptions | bjorn3 | -0/+6 |
| 2022-12-14 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -3/+3 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -7/+7 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -27/+27 |
| 2022-12-13 | implement minimal epoll_create1 shim | DebugSteven | -41/+377 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -12/+12 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -11/+11 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -8/+8 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -7/+7 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -0/+8 |
| 2022-12-12 | Auto merge of #2725 - RalfJung:host-to-target-path, r=RalfJung | bors | -71/+228 |
| 2022-12-12 | Windows targets: make sure current_dir is absolute | Ralf Jung | -12/+33 |
| 2022-12-12 | interpret: add read_machine_[ui]size convenience methods | Ralf Jung | -54/+54 |
| 2022-12-12 | make unix path handling on Windows hosts preserve absoluteness | Ralf Jung | -33/+119 |
| 2022-12-12 | More host/target path conversion tests: | Ralf Jung | -1/+9 |
| 2022-12-12 | expose host-to-target path conversion to interpreted program | Ralf Jung | -39/+81 |