| Age | Commit message (Expand) | Author | Lines |
| 2022-12-29 | Auto merge of #106256 - matthiaskrgr:rollup-g1ovcqq, r=matthiaskrgr | bors | -412/+1174 |
| 2022-12-29 | Auto merge of #106196 - Mark-Simulacrum:bump-installer, r=jyn514 | bors | -0/+0 |
| 2022-12-29 | Rollup merge of #106242 - estebank:diff-markers, r=jyn514 | Matthias Krüger | -5/+438 |
| 2022-12-29 | Rollup merge of #106229 - RalfJung:miri, r=RalfJung | Matthias Krüger | -241/+342 |
| 2022-12-29 | Rollup merge of #106225 - ehuss:ehuss-patch-1, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-12-29 | Rollup merge of #106223 - estebank:suggest-let-ty-borrow, r=compiler-errors | Matthias Krüger | -0/+96 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -97/+93 |
| 2022-12-29 | Rollup merge of #106218 - GuillaumeGomez:migrate-css-var-scraped-examples, r=... | Matthias Krüger | -18/+47 |
| 2022-12-29 | Rollup merge of #106217 - notriddle:notriddle/tooltip-center, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-12-29 | Rollup merge of #106216 - ChrisDenton:ps-go-faster, r=jyn514 | Matthias Krüger | -4/+8 |
| 2022-12-29 | Rollup merge of #106208 - compiler-errors:compare-item-region-err, r=estebank | Matthias Krüger | -42/+150 |
| 2022-12-29 | Auto merge of #106195 - Nilstrieb:no-more-being-clueless-whether-it-really-is... | bors | -23/+105 |
| 2022-12-29 | Auto merge of #106139 - cjgillot:mir-inline-location, r=eholk | bors | -24/+24 |
| 2022-12-28 | Add support for diff3 format | Esteban Küber | -2/+14 |
| 2022-12-28 | Tweak wording | Esteban Küber | -39/+94 |
| 2022-12-29 | Auto merge of #105590 - solid-rs:patch/kmc-solid/thread-lifecycle-ordering, r... | bors | -9/+16 |
| 2022-12-28 | Account for ADT bodies and struct expressions | Esteban Küber | -2/+142 |
| 2022-12-28 | Detect diff markers in the parser | Esteban Küber | -3/+229 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -1073/+451 |
| 2022-12-28 | Auto merge of #106228 - matthiaskrgr:rollup-jsznhww, r=matthiaskrgr | bors | -31/+213 |
| 2022-12-28 | update lockfile | Ralf Jung | -2/+2 |
| 2022-12-28 | Rollup merge of #106161 - meithecatte:iter-find-position, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2022-12-28 | Rollup merge of #105998 - RalfJung:no-unwind-panic-msg, r=thomcc | Matthias Krüger | -1/+5 |
| 2022-12-28 | Rollup merge of #105702 - albertlarsan68:x-fmt-opt, r=jyn514 | Matthias Krüger | -1/+98 |
| 2022-12-28 | Rollup merge of #105570 - Nilstrieb:actual-best-failure, r=compiler-errors | Matthias Krüger | -15/+80 |
| 2022-12-28 | Rollup merge of #105497 - albertlarsan68:doc-panic-hook-and-catch-unwind, r=m... | Matthias Krüger | -0/+3 |
| 2022-12-28 | Rollup merge of #105359 - flba-eb:thread_local_key_sentinel_value, r=m-ou-se | Matthias Krüger | -8/+17 |
| 2022-12-28 | Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-12-28 | Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-se | Matthias Krüger | -4/+5 |
| 2022-12-28 | Skip LTO in stage0 (again) | Mark Rousskov | -16/+20 |
| 2022-12-28 | Powershell: Create a `Start-Process` wrapper | Chris Denton | -5/+8 |
| 2022-12-28 | On unsized locals with explicit types suggest `&` | Esteban Küber | -0/+96 |
| 2022-12-28 | Address review comments | Michael Goulet | -35/+29 |
| 2022-12-28 | Add test for bad suggestion | Michael Goulet | -0/+29 |
| 2022-12-28 | Make trait/impl where clause mismatch on region error a bit more actionable | Michael Goulet | -42/+127 |
| 2022-12-28 | Remove CraftSpider from review rotation | Eric Huss | -1/+0 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -97/+93 |
| 2022-12-28 | rustdoc: remove unnecessary `.tooltip::after { text-align: center }` | Michael Howell | -4/+0 |
| 2022-12-28 | Auto merge of #2744 - RalfJung:json, r=RalfJung | bors | -139/+190 |
| 2022-12-28 | no need to do a no_std build for wasi | Ralf Jung | -3/+5 |
| 2022-12-28 | test using a JSON target file | Ralf Jung | -0/+26 |
| 2022-12-28 | Auto merge of #106215 - matthiaskrgr:rollup-53r89ww, r=matthiaskrgr | bors | -395/+500 |
| 2022-12-28 | Add enum for `find_width_map_from_snippet` | Nilstrieb | -7/+18 |
| 2022-12-28 | Improve heuristics whether `format_args` string is a source literal | Nilstrieb | -2/+78 |
| 2022-12-28 | bump dependencies | Ralf Jung | -133/+154 |
| 2022-12-28 | print sysroot build failure error | Ralf Jung | -3/+5 |
| 2022-12-28 | Add GUI test for scraped examples colors | Guillaume Gomez | -0/+34 |
| 2022-12-28 | Migrate scraped examples higlight CSS to variables | Guillaume Gomez | -18/+13 |
| 2022-12-28 | Clarify catch_unwind docs about panic hooks | Albert Larsan | -0/+3 |
| 2022-12-28 | Powershell: Use `WaitForExit` instead of `-Wait` | Chris Denton | -1/+2 |