| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Rollup merge of #84818 - ABouttefeux:enum-suggest, r=jackh726 | Dylan DPC | -3/+12 |
| 2021-05-03 | Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnr | Dylan DPC | -0/+5 |
| 2021-05-02 | add suggestion for unit enum variant when matched with a patern | Aliénore Bouttefeux | -3/+12 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -5/+5 |
| 2021-05-01 | Add help message for unused type param | kadmin | -0/+5 |
| 2021-04-23 | Tweak suggestion output | Esteban Küber | -0/+15 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -12/+11 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -3/+1 |
| 2021-04-15 | elision of generic argument in E0599 if the methode has not been found anywhe... | Aliénore Bouttefeux | -1/+3 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -8/+8 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -13/+37 |
| 2021-04-09 | Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-04-09 | reduce threads spawned by ui-tests | The8472 | -0/+1 |
| 2021-04-08 | Suggest return type | Esteban Küber | -2/+8 |
| 2021-04-08 | Suggest changing impl parameter types to match trait | Esteban Küber | -7/+25 |
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -8/+8 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -21/+105 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -3/+1 |
| 2021-04-07 | Rollup merge of #83954 - estebank:issue-83613, r=varkor | Dylan DPC | -4/+4 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -21/+105 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -4/+4 |
| 2021-04-06 | Add regression test | Giacomo Stevanato | -0/+65 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -14/+8 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -14/+8 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -13/+0 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -33/+23 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -13/+0 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -3/+3 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -7/+7 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -3/+3 |
| 2021-03-29 | Suggest box/pin/arc ing receiver on method calls | Esteban Küber | -16/+0 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -22/+40 |
| 2021-03-24 | Auto merge of #83050 - osa1:issue83048, r=matthewjasper | bors | -0/+14 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -1/+1 |
| 2021-03-23 | Some refactoring | varkor | -4/+4 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -360/+0 |
| 2021-03-17 | Rollup merge of #83092 - petrochenkov:qspan, r=estebank | Yuki Okushi | -1/+1 |
| 2021-03-16 | peel derives when checking normalized is expected | SNCPlay42 | -7/+7 |
| 2021-03-16 | Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisa | bors | -0/+47 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -1/+1 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+32 |
| 2021-03-14 | Address review comments | Amanieu d'Antras | -0/+47 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -6/+6 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -0/+14 |
| 2021-03-11 | Add tests for issues #82833 and #82859 | Nikita Popov | -0/+36 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -4/+4 |
| 2021-03-07 | Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkov | Yuki Okushi | -581/+0 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -581/+0 |
| 2021-03-05 | Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2021-03-05 | Bump mir-opt-level from 2 to 3 in tests | Santiago Pastorino | -2/+2 |