| Age | Commit message (Expand) | Author | Lines |
| 2022-12-24 | Rollup merge of #106091 - GuillaumeGomez:correct-css-pseudo-element, r=notriddle | Matthias Krüger | -6/+6 |
| 2022-12-24 | Rollup merge of #106084 - RalfJung:into-iter, r=thomcc | Matthias Krüger | -7/+26 |
| 2022-12-24 | Rollup merge of #106069 - notriddle:notriddle/search-tabs, r=GuillaumeGomez | Matthias Krüger | -52/+52 |
| 2022-12-24 | Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomez | Matthias Krüger | -2/+30 |
| 2022-12-23 | Codegen test for derived `<` on trivial newtype [TEST ONLY] | Scott McMurray | -0/+49 |
| 2022-12-23 | Verify receiver is of `self: Pin<&mut Self>` | Esteban Küber | -4/+0 |
| 2022-12-23 | Auto merge of #106088 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-12-23 | Suggest `.clone()` on method call move errors | Esteban Küber | -0/+44 |
| 2022-12-23 | rustdoc: remove no-op CSS from `.docblock-short` | Michael Howell | -2/+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 | Use correct CSS pseudo-element selector | Guillaume Gomez | -6/+6 |
| 2022-12-23 | Suggest `Pin::as_mut` when encountering borrow error | Esteban Küber | -0/+57 |
| 2022-12-23 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-23 | Rollup merge of #106055 - compiler-errors:too-many-calls, r=estebank | nils | -0/+95 |
| 2022-12-23 | Rollup merge of #106048 - fee1-dead-contrib:tidy-ci-continuation, r=jyn514 | nils | -2/+45 |
| 2022-12-23 | Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov | nils | -18/+1 |
| 2022-12-23 | Rollup merge of #105853 - jyn514:prepush-windows, r=Mark-Simulacrum | nils | -10/+2 |
| 2022-12-23 | Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errors | nils | -0/+54 |
| 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 | -18/+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 | Add tests | Michael Goulet | -0/+43 |
| 2022-12-23 | Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgr | bors | -5/+24 |
| 2022-12-22 | rustdoc: fix race condition in GUI test | Michael Howell | -0/+1 |
| 2022-12-22 | rustdoc: use a more evocative name for CSS/JS `#titles` | Michael Howell | -52/+51 |
| 2022-12-23 | Rollup merge of #106059 - jyn514:setup-twice, r=Nilstrieb | Matthias Krüger | -0/+4 |
| 2022-12-23 | Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3 | Matthias Krüger | -5/+19 |
| 2022-12-23 | Rollup merge of #105978 - jyn514:unused_proc_macro_decl, r=tmiasko | Matthias Krüger | -0/+1 |
| 2022-12-23 | Auto merge of #105036 - jyn514:cargo-docs, r=Mark-Simulacrum | bors | -11/+54 |
| 2022-12-23 | Always suggest as `MachineApplicable` in `recover_intersection_pat` | Yuki Okushi | -23/+75 |
| 2022-12-23 | docs/test: add UI test and long-form error docs for E0462 | Ezra Shaw | -2/+30 |
| 2022-12-22 | Fix `explicit_outlives_requirements` lint in macros | Lukas Markeffsky | -3/+66 |
| 2022-12-22 | Auto merge of #106054 - matthiaskrgr:rollup-38epsfh, r=matthiaskrgr | bors | -37/+206 |
| 2022-12-22 | Support documenting Cargo | Joshua Nelson | -11/+54 |
| 2022-12-22 | Add a (1) and (2) to the data race errors | Ben Kimock | -113/+113 |
| 2022-12-22 | Avoid running the `Profile` step twice on `x setup` | Joshua Nelson | -0/+4 |
| 2022-12-22 | Rollup merge of #106037 - JohnTitor:issue-94293, r=lcnr | Matthias Krüger | -0/+31 |
| 2022-12-22 | Rollup merge of #106035 - GuillaumeGomez:migrate-css-var-search-tab-title-col... | Matthias Krüger | -12/+19 |
| 2022-12-22 | Rollup merge of #106027 - notriddle:notriddle/more-scraped-examples-inner, r=... | Matthias Krüger | -19/+13 |
| 2022-12-22 | Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiasko | Matthias Krüger | -0/+93 |
| 2022-12-22 | Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obk | Matthias Krüger | -0/+47 |
| 2022-12-22 | Rollup merge of #105567 - TimNN:kcfi16, r=nikic | Matthias Krüger | -6/+3 |
| 2022-12-22 | Deduplicate check_expr in builtin calls with error | Michael Goulet | -0/+52 |
| 2022-12-22 | Mark `proc_macro_decls_static` as always used | Joshua Nelson | -0/+1 |
| 2022-12-22 | Take revision into account in src/test/ui incremental tests | Michael Goulet | -3/+7 |
| 2022-12-22 | Use separate files instead of revisions | Michael Goulet | -24/+37 |