| Age | Commit message (Expand) | Author | Lines |
| 2022-12-29 | Auto merge of #106195 - Nilstrieb:no-more-being-clueless-whether-it-really-is... | bors | -1/+42 |
| 2022-12-29 | Auto merge of #106139 - cjgillot:mir-inline-location, r=eholk | bors | -16/+20 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -340/+347 |
| 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 | -0/+32 |
| 2022-12-28 | Skip LTO in stage0 (again) | Mark Rousskov | -16/+20 |
| 2022-12-28 | Auto merge of #106215 - matthiaskrgr:rollup-53r89ww, r=matthiaskrgr | bors | -217/+284 |
| 2022-12-28 | Improve heuristics whether `format_args` string is a source literal | Nilstrieb | -1/+42 |
| 2022-12-28 | -Zrustdoc-scrape-examples no longer takes arguments | Mark Rousskov | -1/+1 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -19/+16 |
| 2022-12-28 | bump stage0 | Pietro Albini | -338/+344 |
| 2022-12-28 | Rollup merge of #106199 - estebank:quiet-type-err-in-binding, r=compiler-errors | Matthias Krüger | -134/+70 |
| 2022-12-28 | Rollup merge of #106194 - notriddle:notriddle/sidebar-background, r=Guillaume... | Matthias Krüger | -6/+92 |
| 2022-12-28 | Rollup merge of #106176 - compiler-errors:fn-kw-as-fn-trait, r=estebank | Matthias Krüger | -74/+90 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -3/+32 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -25/+4 |
| 2022-12-28 | Rollup merge of #106201 - estebank:verbose-transparent, r=compiler-errors | fee1-dead | -0/+21 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+93 |
| 2022-12-28 | Rollup merge of #105347 - estebank:single-line-match, r=compiler-errors | fee1-dead | -0/+15 |
| 2022-12-28 | Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errors | fee1-dead | -1/+1 |
| 2022-12-27 | Emit fewer errors on invalid `#[repr(transparent)]` on `enum` | Esteban Küber | -0/+21 |
| 2022-12-27 | Silence knock-down errors on `[type error]` bindings | Esteban Küber | -134/+70 |
| 2022-12-27 | Account for `match` expr in single line | Esteban Küber | -0/+15 |
| 2022-12-27 | Shorten type in note | Esteban Küber | -3/+3 |
| 2022-12-27 | Add changelog entry | Albert Larsan | -0/+1 |
| 2022-12-27 | rustdoc: combine common sidebar background color CSS rules | Michael Howell | -6/+92 |
| 2022-12-27 | Auto merge of #106193 - compiler-errors:rollup-0l54wka, r=compiler-errors | bors | -10/+526 |
| 2022-12-27 | Rollup merge of #106181 - kraktus:fix_doc_parsing, r=notriddle | Michael Goulet | -2/+2 |
| 2022-12-27 | Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillot | Michael Goulet | -8/+350 |
| 2022-12-27 | Rollup merge of #105965 - compiler-errors:issue-105896, r=cjgillot | Michael Goulet | -0/+35 |
| 2022-12-27 | Rollup merge of #105852 - compiler-errors:hex-float-lit, r=cjgillot | Michael Goulet | -0/+61 |
| 2022-12-27 | Rollup merge of #105765 - estebank:range-typo, r=compiler-errors | Michael Goulet | -0/+78 |
| 2022-12-27 | Make resolve suggestion more generic | Esteban Küber | -1/+1 |
| 2022-12-27 | Auto merge of #97176 - kraktus:cmd_debug, r=the8472 | bors | -21/+0 |
| 2022-12-27 | Make `x clean` also clean the stamp file | Albert Larsan | -0/+1 |
| 2022-12-27 | review comments: make suggestion more accurate | Esteban Küber | -20/+31 |
| 2022-12-27 | Provide local extern function arg names | Michael Goulet | -0/+35 |
| 2022-12-27 | Suggest rewriting a malformed hex literal if we expect a float | Michael Goulet | -0/+61 |
| 2022-12-27 | Auto merge of #106183 - matthiaskrgr:rollup-ww6yzhi, r=matthiaskrgr | bors | -37/+95 |
| 2022-12-27 | Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-er... | Matthias Krüger | -23/+75 |
| 2022-12-27 | Rollup merge of #105994 - JohnTitor:issue-99647, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2022-12-27 | Rollup merge of #105817 - chenyukang:yukang/fix-105788-sugg-for-auto-trait, r... | Matthias Krüger | -14/+5 |
| 2022-12-27 | Put final touches | Albert Larsan | -40/+34 |
| 2022-12-27 | Add rustfmt version check | Albert Larsan | -15/+70 |
| 2022-12-27 | Format only modified files | Albert Larsan | -0/+46 |
| 2022-12-27 | Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrum | bors | -75/+152 |
| 2022-12-27 | Fix doc comment parsing | kraktus | -2/+2 |
| 2022-12-27 | Auto merge of #106177 - matthiaskrgr:rollup-oe7z8ix, r=matthiaskrgr | bors | -13/+101 |
| 2022-12-27 | More verbose `Debug` implementation of `std::process:Command` | kraktus | -21/+0 |
| 2022-12-27 | Rollup merge of #106174 - GuillaumeGomez:rm-unused-ayu-css-rules, r=notriddle | Matthias Krüger | -4/+0 |