| Age | Commit message (Expand) | Author | Lines |
| 2020-11-14 | Use true previous lint level when detecting overriden forbids | Mark Rousskov | -6/+6 |
| 2020-11-08 | Support repr(simd) on ADTs containing a single array field | gnzlbg | -1/+1 |
| 2020-11-06 | Fixing Spelling Typos | ankushduacodes | -2/+2 |
| 2020-10-27 | Add unsized_locals to INCOMPLETE_FEATURES list | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -3/+3 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -24/+67 |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -4/+4 |
| 2020-10-21 | Auto merge of #78077 - petrochenkov:qvis, r=davidtwco | bors | -1/+10 |
| 2020-10-20 | review comments | Esteban Küber | -3/+3 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -15/+29 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -1/+10 |
| 2020-10-18 | Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnr | Yuki Okushi | -2/+19 |
| 2020-10-18 | Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-10-17 | Suggest correct place to add `self` parameter when inside closure | Jan Verbeek | -2/+19 |
| 2020-10-17 | Fix grammar in note for orphan-rule error [E0210] | Will Crozier | -1/+1 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+3 |
| 2020-10-16 | Merge branch 'master' into box-alloc | Tim Diekmann | -42/+50 |
| 2020-10-16 | Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis | Dylan DPC | -33/+0 |
| 2020-10-15 | ensure arguments are included in count mismatch span | Andy Russell | -9/+18 |
| 2020-10-08 | Fix typo in error code | xd009642 | -1/+1 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -0/+32 |
| 2020-10-07 | Support custom allocators in `Box` | Tim Diekmann | -2/+2 |
| 2020-10-02 | Improve E0777 help message | Guillaume Gomez | -1/+14 |
| 2020-10-01 | Create E0777 error code for "invalid literal in derive" | Guillaume Gomez | -0/+15 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -51/+13 |
| 2020-09-28 | passes: `check_attr` on more targets | David Wood | -4/+4 |
| 2020-09-26 | `char` not char | varkor | -4/+4 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -3/+3 |
| 2020-09-17 | Auto merge of #76028 - aticu:improve_e0118, r=estebank,jyn514,GuillaumeGomez | bors | -2/+22 |
| 2020-09-15 | Stabilize move_ref_pattern | Amjad Alsharafi | -33/+0 |
| 2020-09-11 | Provide suggestion for missing fields in patterns | Esteban Küber | -29/+29 |
| 2020-09-11 | Improve E0118 description | aticu | -2/+22 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -11/+73 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -2/+2 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -11/+73 |
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -8/+8 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -45/+45 |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -2/+2 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -6/+6 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -7/+5 |
| 2020-08-16 | Auto merge of #75536 - estebank:e0255-suggestion, r=varkor | bors | -5/+8 |
| 2020-08-14 | Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnr | Tyler Mandry | -12/+32 |
| 2020-08-14 | Tweak output of E0225 | Esteban Küber | -5/+8 |
| 2020-08-13 | Suggest adding `&self` when accessing `self` in static assoc `fn` | Esteban Küber | -12/+32 |
| 2020-08-11 | Suggest using `'static` in assoc consts and suggest when multiple lts are needed | Esteban Küber | -0/+9 |
| 2020-08-10 | Add missing primary label | Esteban Küber | -1/+1 |
| 2020-08-10 | Tweak ordering of suggestions | Esteban Küber | -4/+7 |
| 2020-07-27 | mv std libs to library/ | mark | -3/+3 |
| 2020-07-23 | added a test case for reporting mismatched traits | Ayrton | -0/+30 |
| 2020-07-19 | disallow non-static lifetimes in const generics | Gabriel Smith | -0/+28 |