about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-03update MiriRalf Jung-31/+14
2020-10-03Move testsvarkor-148/+0
2020-10-03Add quotes around command in CHANGELOGecstatic-morse-1/+1
2020-10-03Add tests for `const_generics`varkor-21/+392
2020-10-03Enforce closing HTML tags to have a ">" characterGuillaume Gomez-2/+34
2020-10-03Check all Cargo targets on CIMark Rousskov-1/+1
2020-10-03Place all-targets checking behind a flagMark Rousskov-33/+50
2020-10-03Use char_indices() instead of chars() to prevent more than one-byte character...Guillaume Gomez-48/+43
2020-10-03Replace "non trivial" with "non-trivial"varkor-82/+82
2020-10-03Correctly handle unicode characters and tags being open just before the end o...Guillaume Gomez-29/+72
2020-10-03Don't warn if the tag is nested inside a <script> or inside a <style>Guillaume Gomez-1/+26
2020-10-03Add test for invalid_html_tag lint in deny(rustdoc)Guillaume Gomez-1/+25
2020-10-03Improve codeGuillaume Gomez-13/+58
2020-10-03Fix visitor for invalid_html_tag lintGuillaume Gomez-2/+2
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-6/+11
2020-10-03Improve invalid_html_tags lint spanGuillaume Gomez-82/+75
2020-10-03Add test for unclosed_html_tag lintGuillaume Gomez-65/+89
2020-10-03Add doc for invalid_html_tag lintGuillaume Gomez-0/+33
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-6/+198
2020-10-03Auto merge of #77347 - jyn514:dox, r=Amanieubors-7/+0
2020-10-02Improve error messagesCamelid-40/+39
2020-10-02Macro-expand test to cover all possible lanesJubilee Young-15/+249
2020-10-03Auto merge of #77451 - Mark-Simulacrum:bump-version, r=pietroalbinibors-1/+1
2020-10-02Use old error when there's partial resolutionCamelid-9/+14
2020-10-03Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddybJonas Schievink-0/+18
2020-10-03Rollup merge of #77421 - petrochenkov:globtravel, r=nagisaJonas Schievink-5/+39
2020-10-03Rollup merge of #77251 - dtolnay:drop, r=Aaron1011Jonas Schievink-13/+72
2020-10-03Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matkladJonas Schievink-77/+0
2020-10-03Rollup merge of #76107 - integer32llc:manifest-alias, r=pietroalbiniJonas Schievink-0/+4
2020-10-02Auto merge of #6105 - bugadani:sus-char, r=ebrotobors-7/+7
2020-10-03Rename lint to invisible_charactersDániel Buga-7/+7
2020-10-02Remove unhelpful help messageCamelid-64/+21
2020-10-02Improve rustdoc error for failed intra-doc link resolutionCamelid-58/+102
2020-10-02Fix test nameCamelid-0/+0
2020-10-02changed non_copy_const lints to warn by defaultLong Louis Bui-2/+2
2020-10-02Auto merge of #77462 - jonas-schievink:rollup-m0rqdh5, r=jonas-schievinkbors-190/+162
2020-10-02Deprecate clippy lintMichael Howell-7/+0
2020-10-02Deprecate clippy lintMichael Howell-111/+21
2020-10-02Rollup merge of #77453 - pietroalbini:ci-no-more-azure, r=Mark-SimulacrumJonas Schievink-181/+3
2020-10-02Rollup merge of #77444 - estebank:pat-field-label, r=davidtwcoJonas Schievink-6/+14
2020-10-02Rollup merge of #77441 - couchand:2020-10/fix-75504, r=jonas-schievinkJonas Schievink-0/+0
2020-10-02Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obkJonas Schievink-0/+16
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-3/+81
2020-10-02Rollup merge of #76739 - davidtwco:issue-75323-non-static-lifetime-in-anoncon...Jonas Schievink-0/+48
2020-10-02Update doc alias documentationGuillaume Gomez-0/+2
2020-10-02Update testsGuillaume Gomez-2/+78
2020-10-02Remove unneeded replaceGuillaume Gomez-1/+1
2020-10-02Auto merge of #77369 - jonas-schievink:validate-storage-liveness, r=wesleywiserbors-1/+4
2020-10-02Ignore now-broken mir-opt testJonas Schievink-1/+4
2020-10-02Improve E0777 help messageGuillaume Gomez-1/+14