| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | update Miri | Ralf Jung | -31/+14 |
| 2020-10-03 | Move tests | varkor | -148/+0 |
| 2020-10-03 | Add quotes around command in CHANGELOG | ecstatic-morse | -1/+1 |
| 2020-10-03 | Add tests for `const_generics` | varkor | -21/+392 |
| 2020-10-03 | Enforce closing HTML tags to have a ">" character | Guillaume Gomez | -2/+34 |
| 2020-10-03 | Check all Cargo targets on CI | Mark Rousskov | -1/+1 |
| 2020-10-03 | Place all-targets checking behind a flag | Mark Rousskov | -33/+50 |
| 2020-10-03 | Use char_indices() instead of chars() to prevent more than one-byte character... | Guillaume Gomez | -48/+43 |
| 2020-10-03 | Replace "non trivial" with "non-trivial" | varkor | -82/+82 |
| 2020-10-03 | Correctly handle unicode characters and tags being open just before the end o... | Guillaume Gomez | -29/+72 |
| 2020-10-03 | Don't warn if the tag is nested inside a <script> or inside a <style> | Guillaume Gomez | -1/+26 |
| 2020-10-03 | Add test for invalid_html_tag lint in deny(rustdoc) | Guillaume Gomez | -1/+25 |
| 2020-10-03 | Improve code | Guillaume Gomez | -13/+58 |
| 2020-10-03 | Fix visitor for invalid_html_tag lint | Guillaume Gomez | -2/+2 |
| 2020-10-03 | Make invalid_html_tags lint only run on nightly and being allowed by default | Guillaume Gomez | -6/+11 |
| 2020-10-03 | Improve invalid_html_tags lint span | Guillaume Gomez | -82/+75 |
| 2020-10-03 | Add test for unclosed_html_tag lint | Guillaume Gomez | -65/+89 |
| 2020-10-03 | Add doc for invalid_html_tag lint | Guillaume Gomez | -0/+33 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -6/+198 |
| 2020-10-03 | Auto merge of #77347 - jyn514:dox, r=Amanieu | bors | -7/+0 |
| 2020-10-02 | Improve error messages | Camelid | -40/+39 |
| 2020-10-02 | Macro-expand test to cover all possible lanes | Jubilee Young | -15/+249 |
| 2020-10-03 | Auto merge of #77451 - Mark-Simulacrum:bump-version, r=pietroalbini | bors | -1/+1 |
| 2020-10-02 | Use old error when there's partial resolution | Camelid | -9/+14 |
| 2020-10-03 | Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddyb | Jonas Schievink | -0/+18 |
| 2020-10-03 | Rollup merge of #77421 - petrochenkov:globtravel, r=nagisa | Jonas Schievink | -5/+39 |
| 2020-10-03 | Rollup merge of #77251 - dtolnay:drop, r=Aaron1011 | Jonas Schievink | -13/+72 |
| 2020-10-03 | Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad | Jonas Schievink | -77/+0 |
| 2020-10-03 | Rollup merge of #76107 - integer32llc:manifest-alias, r=pietroalbini | Jonas Schievink | -0/+4 |
| 2020-10-02 | Auto merge of #6105 - bugadani:sus-char, r=ebroto | bors | -7/+7 |
| 2020-10-03 | Rename lint to invisible_characters | Dániel Buga | -7/+7 |
| 2020-10-02 | Remove unhelpful help message | Camelid | -64/+21 |
| 2020-10-02 | Improve rustdoc error for failed intra-doc link resolution | Camelid | -58/+102 |
| 2020-10-02 | Fix test name | Camelid | -0/+0 |
| 2020-10-02 | changed non_copy_const lints to warn by default | Long Louis Bui | -2/+2 |
| 2020-10-02 | Auto merge of #77462 - jonas-schievink:rollup-m0rqdh5, r=jonas-schievink | bors | -190/+162 |
| 2020-10-02 | Deprecate clippy lint | Michael Howell | -7/+0 |
| 2020-10-02 | Deprecate clippy lint | Michael Howell | -111/+21 |
| 2020-10-02 | Rollup merge of #77453 - pietroalbini:ci-no-more-azure, r=Mark-Simulacrum | Jonas Schievink | -181/+3 |
| 2020-10-02 | Rollup merge of #77444 - estebank:pat-field-label, r=davidtwco | Jonas Schievink | -6/+14 |
| 2020-10-02 | Rollup merge of #77441 - couchand:2020-10/fix-75504, r=jonas-schievink | Jonas Schievink | -0/+0 |
| 2020-10-02 | Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obk | Jonas Schievink | -0/+16 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -3/+81 |
| 2020-10-02 | Rollup merge of #76739 - davidtwco:issue-75323-non-static-lifetime-in-anoncon... | Jonas Schievink | -0/+48 |
| 2020-10-02 | Update doc alias documentation | Guillaume Gomez | -0/+2 |
| 2020-10-02 | Update tests | Guillaume Gomez | -2/+78 |
| 2020-10-02 | Remove unneeded replace | Guillaume Gomez | -1/+1 |
| 2020-10-02 | Auto merge of #77369 - jonas-schievink:validate-storage-liveness, r=wesleywiser | bors | -1/+4 |
| 2020-10-02 | Ignore now-broken mir-opt test | Jonas Schievink | -1/+4 |
| 2020-10-02 | Improve E0777 help message | Guillaume Gomez | -1/+14 |