| Age | Commit message (Expand) | Author | Lines |
| 2022-12-25 | fix codegen test | Ralf Jung | -8/+8 |
| 2022-12-25 | Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot | bors | -0/+8 |
| 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-25 | Auto merge of #106132 - kadiwa4:typos, r=compiler-errors | bors | -4/+4 |
| 2022-12-25 | fix some typos | KaDiWa | -4/+4 |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -25/+4 |
| 2022-12-24 | Auto merge of #106110 - GuillaumeGomez:toggle-line-background, r=notriddle | bors | -22/+51 |
| 2022-12-24 | Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJung | bors | -0/+413 |
| 2022-12-24 | fix warnings | Ralf Jung | -3/+3 |
| 2022-12-24 | Merge from rustc | Ralf Jung | -1535/+5909 |
| 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 #106109 - notriddle:notriddle/source-lines, r=GuillaumeGomez | Matthias Krüger | -39/+54 |
| 2022-12-24 | Rollup merge of #106100 - scottmcm:derived-less-than-test, r=compiler-errors | Matthias Krüger | -0/+49 |
| 2022-12-24 | Rollup merge of #106078 - nikic:filecheck-context, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-12-24 | Rollup merge of #105872 - chenyukang:yukang/fix-105494-remove-method-call, r=... | Matthias Krüger | -0/+76 |
| 2022-12-24 | Rollup merge of #105465 - jyn514:docs, r=Mark-Simulacrum | Matthias Krüger | -12/+3 |
| 2022-12-24 | ignore some targets | Ralf Jung | -0/+2 |
| 2022-12-24 | Extend GUI test for toggle-line background | Guillaume Gomez | -4/+40 |
| 2022-12-24 | Migrate toggle-line-inner background to CSS variable | Guillaume Gomez | -18/+11 |
| 2022-12-23 | rustdoc: make line number CSS for doc comment and scraped the same | Michael Howell | -39/+54 |
| 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 | -69/+114 |
| 2022-12-23 | Remove ancient and outdated references to `config.mk` | Joshua Nelson | -12/+3 |
| 2022-12-24 | Rollup merge of #106093 - notriddle:notriddle/docblock-short-overflow, r=Guil... | Matthias Krüger | -2/+0 |
| 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 |