| Age | Commit message (Expand) | Author | Lines |
| 2022-01-04 | Rollup merge of #92507 - chordtoll:suggest-single-quotes, r=petrochenkov | Matthias Krüger | -0/+105 |
| 2022-01-03 | Suggest changing quotes when str/char type mismatch | chordtoll | -0/+105 |
| 2022-01-03 | Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplett | Matthias Krüger | -14/+10 |
| 2022-01-03 | Rollup merge of #92418 - dtolnay:emptystructpat, r=michaelwoerister | Matthias Krüger | -4/+4 |
| 2022-01-03 | Rollup merge of #92402 - pr2502:while-let-typo, r=oli-obk | Matthias Krüger | -0/+54 |
| 2022-01-03 | Auto merge of #92080 - Aaron1011:pattern-ice, r=cjgillot | bors | -4/+75 |
| 2022-01-02 | Auto merge of #90128 - joshtriplett:stabilize-symbol-mangling-version, r=wesl... | bors | -24/+24 |
| 2022-01-02 | Auto merge of #92066 - Smittyvb:concat_bytes-repeat, r=nagisa | bors | -2/+70 |
| 2022-01-02 | Auto merge of #92034 - petrochenkov:nolinknores, r=joshtriplett | bors | -10/+2 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -24/+24 |
| 2022-01-01 | Rollup merge of #92468 - NieDzejkob:silent-cfg, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2022-01-01 | Move `PatKind::Lit` checking from ast_validation to ast lowering | Aaron Hill | -4/+75 |
| 2022-01-01 | Rollup merge of #92469 - joshtriplett:test-number-fix, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-01-01 | Rollup merge of #92460 - dwrensha:fix-92267, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2022-01-01 | Rollup merge of #92420 - dtolnay:patrange, r=Mark-Simulacrum | Matthias Krüger | -12/+12 |
| 2022-01-01 | Rollup merge of #92412 - dtolnay:tryspace, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -1/+1 |
| 2022-01-01 | Emit an error for `--cfg=)` | Jakub Kądziołka | -0/+5 |
| 2021-12-31 | [rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E... | David Renshaw | -0/+19 |
| 2021-12-31 | Extend check for UnsafeCell in consts to cover unions | Tomasz Miąsko | -0/+92 |
| 2021-12-30 | UI test updates for Result and Option method moves | David Tolnay | -14/+10 |
| 2021-12-30 | Auto merge of #92434 - matthiaskrgr:rollup-m8wuq0v, r=matthiaskrgr | bors | -3/+35 |
| 2021-12-30 | Rollup merge of #92423 - weirane:ui-92292, r=fee1-dead | Matthias Krüger | -0/+32 |
| 2021-12-30 | Rollup merge of #92414 - dtolnay:constnoexpr, r=oli-obk | Matthias Krüger | -3/+3 |
| 2021-12-30 | Auto merge of #89336 - Aaron1011:variance-struct-diag, r=cjgillot | bors | -0/+169 |
| 2021-12-29 | Add UI test for #92292 | Wang Ruochen | -0/+32 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -0/+169 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+3 |
| 2021-12-29 | Fix whitespace in pretty printed PatKind::Range | David Tolnay | -12/+12 |
| 2021-12-29 | Fix spacing in pretty printed PatKind::Struct with no fields | David Tolnay | -4/+4 |
| 2021-12-29 | Move equal sign back into head ibox | David Tolnay | -2/+1 |
| 2021-12-29 | Fix spacing of pretty printed const item without body | David Tolnay | -4/+5 |
| 2021-12-29 | Fix double space in pretty printed TryBlock | David Tolnay | -1/+1 |
| 2021-12-29 | Suggest while let x = y when encountering while x = y | ametisf | -0/+54 |
| 2021-12-29 | Rollup merge of #92372 - dtolnay:fntype, r=jackh726 | Matthias Krüger | -1/+1 |
| 2021-12-29 | Rollup merge of #92371 - dtolnay:attrblock, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-12-29 | Rollup merge of #92351 - TmLev:master, r=GuillaumeGomez | Matthias Krüger | -0/+21 |
| 2021-12-29 | Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillot | Matthias Krüger | -0/+46 |
| 2021-12-29 | Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkov | Matthias Krüger | -0/+77 |
| 2021-12-28 | Print space after formal generic params in fn type | David Tolnay | -1/+1 |
| 2021-12-28 | Remove pretty printer space inside block with only outer attrs | David Tolnay | -1/+1 |
| 2021-12-28 | Parse and suggest moving where clauses after equals for type aliases | Jack Huey | -0/+77 |
| 2021-12-28 | Rollup merge of #92333 - compiler-errors:elided-lifetime-spans, r=cjgillot | Matthias Krüger | -3/+80 |
| 2021-12-28 | Rollup merge of #92238 - dtolnay:stringifytest, r=Mark-Simulacrum | Matthias Krüger | -0/+879 |
| 2021-12-28 | docs(error-codes): Add long error explanation for E0227 | TmLev | -0/+21 |
| 2021-12-27 | Tighten span when suggesting lifetime on path | Michael Goulet | -3/+80 |
| 2021-12-27 | Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelid | Matthias Krüger | -1/+1 |
| 2021-12-27 | Rollup merge of #92303 - Patrick-Poitras:issue-26186, r=jackh726 | Matthias Krüger | -0/+62 |
| 2021-12-27 | Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillot | Matthias Krüger | -0/+24 |
| 2021-12-27 | Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov | Matthias Krüger | -81/+320 |