| Age | Commit message (Expand) | Author | Lines |
| 2022-07-13 | Rollup merge of #99176 - lnicola:rust-analyzer-2022-07-12, r=lnicola | Guillaume Gomez | -7/+7 |
| 2022-07-13 | Rollup merge of #99168 - TaKO8Ki:add-regression-test-for-74713, r=Dylan-DPC | Guillaume Gomez | -0/+30 |
| 2022-07-13 | Rollup merge of #99152 - GuillaumeGomez:css-theme-var, r=jsha | Guillaume Gomez | -163/+45 |
| 2022-07-13 | Rollup merge of #99020 - fee1-dead-contrib:repr_transparent_non_exhaustive, r... | Guillaume Gomez | -0/+241 |
| 2022-07-13 | Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 | Guillaume Gomez | -19/+28 |
| 2022-07-13 | Rollup merge of #98789 - aDotInTheVoid:rjdt-derives, r=jsha | Guillaume Gomez | -45/+45 |
| 2022-07-13 | Auto merge of #99149 - ferrocene:pa-nightly-branch, r=Mark-Simulacrum | bors | -13/+15 |
| 2022-07-12 | Rollup merge of #99171 - GuillaumeGomez:rustdoc-ui-test-regex, r=Dylan-DPC | Dylan DPC | -19/+70 |
| 2022-07-12 | Rollup merge of #98972 - TaKO8Ki:suggest-adding-missing-zero-to-floating-poin... | Dylan DPC | -0/+174 |
| 2022-07-12 | Rollup merge of #98633 - c410-f3r:yet-another-let-chain, r=estebank | Dylan DPC | -293/+803 |
| 2022-07-12 | Rollup merge of #98622 - petrochenkov:executables, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-07-12 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+7 |
| 2022-07-12 | add more tests | Deadbeef | -18/+122 |
| 2022-07-12 | check non_exhaustive attr and private fields for transparent types | Deadbeef | -0/+137 |
| 2022-07-12 | Update -zhelp and -chelp rustdoc-ui tests to use regex-error-pattern | Guillaume Gomez | -0/+4 |
| 2022-07-12 | Add regex-error-pattern flag in compiletest | Guillaume Gomez | -19/+66 |
| 2022-07-12 | add regression test for #74713 | Takayuki Maeda | -0/+30 |
| 2022-07-12 | implement a suggestion for a floating point number with a type suffix | Takayuki Maeda | -2/+126 |
| 2022-07-12 | Auto merge of #99165 - matthiaskrgr:rollup-rqpelfa, r=matthiaskrgr | bors | -69/+470 |
| 2022-07-11 | Rollup merge of #99161 - fee1-dead-contrib:compile-test-edition-trim, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-07-11 | Rollup merge of #99146 - compiler-errors:issue-61525, r=lcnr | Matthias Krüger | -5/+59 |
| 2022-07-11 | Rollup merge of #99142 - notriddle:notriddle/doctest-multiline-crate-attribut... | Matthias Krüger | -23/+66 |
| 2022-07-11 | Rollup merge of #99124 - compiler-errors:issue-99122, r=oli-obk | Matthias Krüger | -0/+45 |
| 2022-07-11 | Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkov | Matthias Krüger | -25/+1 |
| 2022-07-11 | Rollup merge of #99055 - GuillaumeGomez:rustdoc-help-options, r=jyn514 | Matthias Krüger | -11/+265 |
| 2022-07-11 | Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514 | Matthias Krüger | -3/+32 |
| 2022-07-11 | Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum | bors | -54/+189 |
| 2022-07-11 | rustc_target: Flip the default for `TargetOptions::executables` to true | Vadim Petrochenkov | -1/+1 |
| 2022-07-11 | Fix sized check ICE in intrisicck | Michael Goulet | -0/+45 |
| 2022-07-11 | Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov | bors | -0/+49 |
| 2022-07-11 | compiletest: trim edition before passing as flag | Deadbeef | -2/+2 |
| 2022-07-11 | introduce PGO on the `dist-x86_64-msvc` builder | Rémy Rakic | -13/+47 |
| 2022-07-11 | make linux PGO script more generic | Rémy Rakic | -39/+70 |
| 2022-07-11 | extend bootstrap for PGO on windows | Rémy Rakic | -3/+72 |
| 2022-07-11 | bump CI LLVM to 14.0.5 | Rémy Rakic | -2/+3 |
| 2022-07-11 | Continue themes CSS migration over CSS variables | Guillaume Gomez | -130/+45 |
| 2022-07-11 | Remove unused CSS rules | Guillaume Gomez | -33/+0 |
| 2022-07-11 | Rollup merge of #99147 - compiler-errors:issue-55673, r=lcnr | Dylan DPC | -3/+24 |
| 2022-07-11 | Rollup merge of #99091 - compiler-errors:private-types-should-stay-private, r... | Dylan DPC | -1/+47 |
| 2022-07-11 | Rollup merge of #98907 - compiler-errors:plz-no-float, r=oli-obk | Dylan DPC | -0/+34 |
| 2022-07-11 | Rollup merge of #98882 - compiler-errors:explain-doc-comments-in-macros, r=da... | Dylan DPC | -2/+8 |
| 2022-07-11 | Add tests for -Chelp and -Zhelp | Guillaume Gomez | -0/+254 |
| 2022-07-11 | Fix rustdoc -Zhelp and -Chelp options | Guillaume Gomez | -11/+11 |
| 2022-07-11 | configure nightly branch name in stage0.json | Pietro Albini | -9/+8 |
| 2022-07-11 | remove the need to update bump-stage0 with new stage0 config fields | Pietro Albini | -4/+7 |
| 2022-07-11 | clippy argument support | Milo | -3/+32 |
| 2022-07-11 | Do not mention private Self types from other crates | Michael Goulet | -1/+47 |
| 2022-07-11 | Mention similarly named associated type even if it's not clearly in supertrait | Michael Goulet | -3/+24 |
| 2022-07-11 | Auto merge of #98369 - jyn514:configure.py, r=Mark-Simulacrum | bors | -8/+5 |
| 2022-07-11 | Do not suggest same trait over again | Michael Goulet | -5/+0 |