| Age | Commit message (Expand) | Author | Lines |
| 2022-12-25 | Auto merge of #106121 - RalfJung:miri, r=RalfJung | bors | -608/+1526 |
| 2022-12-25 | enable some warnings that rustc bootstrap enables | Ralf Jung | -4/+4 |
| 2022-12-25 | use cargo-install to install josh-proxy | Ralf Jung | -4/+4 |
| 2022-12-24 | fix warnings | Ralf Jung | -3/+3 |
| 2022-12-24 | Merge from rustc | Ralf Jung | -765/+3071 |
| 2022-12-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-24 | Auto merge of #2646 - saethlin:data-race-spans, r=RalfJung | bors | -273/+555 |
| 2022-12-24 | Rollup merge of #106078 - nikic:filecheck-context, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-12-24 | Auto merge of #105893 - Ayush1325:remote-test-server-improve, r=Mark-Simulacrum | bors | -12/+8 |
| 2022-12-24 | Auto merge of #106103 - matthiaskrgr:rollup-8xe9ddz, r=matthiaskrgr | bors | -9/+28 |
| 2022-12-24 | Rollup merge of #106084 - RalfJung:into-iter, r=thomcc | Matthias Krüger | -7/+26 |
| 2022-12-24 | Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2022-12-23 | Auto merge of #106088 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-12-23 | Mention and number the components of a race in the order the interpreter sees... | Ben Kimock | -113/+113 |
| 2022-12-23 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-23 | Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov | nils | -1/+1 |
| 2022-12-23 | fix one more unaligned self.ptr, and add tests | Ralf Jung | -0/+14 |
| 2022-12-23 | attempt to clarify what the backtrace belongs to when there could be ambiguity | Ralf Jung | -90/+93 |
| 2022-12-23 | fix IntoIter::drop on high-alignment ZST | Ralf Jung | -7/+12 |
| 2022-12-23 | Auto merge of #106053 - compiler-errors:incr-test-revision, r=Mark-Simulacrum | bors | -3/+7 |
| 2022-12-23 | Move tests | Caio | -1/+1 |
| 2022-12-23 | Use u32 methods instead of manual shifting | Ayush Singh | -12/+8 |
| 2022-12-23 | Provide more context on FileCheck failures | Nikita Popov | -0/+2 |
| 2022-12-23 | docs/test: add UI test and long-form error docs for E0462 | Ezra Shaw | -2/+2 |
| 2022-12-22 | Add a (1) and (2) to the data race errors | Ben Kimock | -113/+113 |
| 2022-12-22 | Take revision into account in src/test/ui incremental tests | Michael Goulet | -3/+7 |
| 2022-12-22 | Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung | bors | -0/+146 |
| 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 |