| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -0/+2 |
| 2021-02-02 | Update ui tests (nll) | Jesus Rubio | -0/+2 |
| 2021-02-02 | Rollup merge of #81481 - lcnr:cast-tests, r=jackh726 | Jonas Schievink | -17/+0 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -1355/+0 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -1/+2 |
| 2021-01-28 | move a bunch of tests | Bastian Kauschke | -17/+0 |
| 2021-01-28 | Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebank | bors | -35/+35 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -35/+35 |
| 2021-01-26 | Point only at generic arguments when they are unexpected | Esteban Küber | -2/+2 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -1/+1 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -3/+3 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -6/+9 |
| 2021-01-22 | add and update tests | b-naber | -6/+9 |
| 2021-01-21 | Account for labels when suggesting `loop` instead of `while true` | Esteban Küber | -7/+7 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -4166/+0 |
| 2021-01-15 | Make hitting the recursion limit in projection non-fatal | Matthew Jasper | -1/+2 |
| 2021-01-14 | Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebank | Mara Bos | -0/+14 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -0/+2 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -28/+102 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -10/+10 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -84/+79 |
| 2021-01-12 | Include `..` suggestion if fields are all wildcards | Camelid | -0/+4 |
| 2021-01-12 | Always show suggestions in their own subwindows | Camelid | -8/+12 |
| 2021-01-12 | Only suggest `..` if more than one field is missing | Camelid | -20/+8 |
| 2021-01-12 | Specialize `..` help message for all fields vs. the rest | Camelid | -2/+2 |
| 2021-01-12 | Suggest `_` and `..` if a pattern has too few fields | Camelid | -0/+18 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -2/+5 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -5/+4 |
| 2021-01-12 | Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkov | Yuki Okushi | -95/+0 |
| 2021-01-11 | fix typo in trait method mutability mismatch help | Andy Russell | -5/+4 |
| 2021-01-12 | Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obk | Yuki Okushi | -3/+3 |
| 2021-01-11 | Move some tests to more reasonable directories | Caio | -95/+0 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -28/+102 |
| 2021-01-08 | Change wording of note | Aaron Hill | -3/+3 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -25/+82 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -0/+2 |
| 2021-01-07 | bless tests | Daiki Ihara | -4/+22 |
| 2021-01-04 | Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJung | bors | -9/+9 |
| 2021-01-03 | Refactor the non-transient cell borrow error diagnostic | oli | -9/+9 |
| 2021-01-03 | Update now-more-precise operation with a preciser message | oli | -6/+6 |
| 2021-01-02 | Print actual enum variant | Dániel Buga | -3/+3 |
| 2021-01-02 | Add test for #80607 with undesired output | Dániel Buga | -0/+24 |
| 2021-01-01 | Reinstate the error-code error over the feature gate error | oli | -5/+3 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -6/+8 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -0/+12 |
| 2020-12-30 | Take type defaults into account in suggestions to reorder generic parameters | max-heller | -0/+12 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -1/+1 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -56/+6 |
| 2020-12-29 | test: updated expected Vec src path | C | -1/+1 |
| 2020-12-26 | update tests | Bastian Kauschke | -8/+7 |