about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-01-03half workingmax-heller-50/+51
2021-01-03still verify disambiguators for primitivesmax-heller-47/+57
2021-01-03primitive disambiguator testsmax-heller-4/+6
2021-01-03fix issue 80559max-heller-5/+14
2021-01-03Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514bors-67/+175
2021-01-03Only report reference-style link errors onceDániel Buga-67/+175
2021-01-03Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkorGuillaume Gomez-4/+4
2021-01-03Rollup merge of #80617 - GuillaumeGomez:detect-invalid-rustdoc-test-commands,...Guillaume Gomez-1/+11
2021-01-03Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...Guillaume Gomez-6/+45
2021-01-03Create a "is_ignore" variable instead of doing the comparison multiple timesGuillaume Gomez-3/+4
2021-01-03Detect invalid rustdoc test commandsGuillaume Gomez-1/+11
2021-01-03Auto merge of #80261 - GuillaumeGomez:attr-rework, r=jyn514bors-164/+145
2021-01-03Auto merge of #80623 - flip1995:clippyup, r=Manishearthbors-249/+648
2021-01-02Auto merge of #80592 - Skynoodle:snake-case-lint-reserved-identifier, r=david...bors-0/+86
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-4/+4
2021-01-02Simplify docfragment transformation in unindent testsGuillaume Gomez-14/+1
2021-01-02Remove unused collapse passGuillaume Gomez-19/+3
2021-01-02Improve code for DocFragment reworkGuillaume Gomez-19/+18
2021-01-02Auto merge of #80412 - GuillaumeGomez:fix-search-section-pos, r=jyn514bors-1/+4
2021-01-02Use bootstrap rustc for versioncheck in Clippyflip1995-3/+4
2021-01-02Update rustdoc-ui test outputGuillaume Gomez-2/+4
2021-01-02End of rework of Attributes structGuillaume Gomez-136/+145
2021-01-02Rework DocFragmentGuillaume Gomez-4/+4
2021-01-02Add snake case lint note about keyword identifiers which cannot be rawSkynoodle-0/+2
2021-01-02Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514bors-103/+111
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-249/+647
2021-01-02Rollup merge of #80613 - bugadani:issue-80607, r=matthewjasperMara Bos-0/+24
2021-01-02Rollup merge of #80574 - jyn514:clean-bootstrap, r=Mark-SimulacrumMara Bos-0/+1
2021-01-02Rollup merge of #80546 - matthiaskrgr:rustdoclippy, r=LingManMara Bos-88/+58
2021-01-02Print actual enum variantDániel Buga-3/+3
2021-01-02Add test for #80607 with undesired outputDániel Buga-0/+24
2021-01-02Only use locate for borrowed stringsDániel Buga-7/+21
2021-01-02Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmasterbors-15/+64
2021-01-01Auto merge of #80581 - jyn514:ci-llvm, r=Mark-Simulacrumbors-1/+6
2021-01-01clippy fixes for librustdocMatthias Krüger-88/+58
2021-01-01Auto merge of #80569 - notriddle:patch-3, r=jyn514bors-7/+1
2021-01-01Add reserved identifier test cases for snake case lintSkynoodle-0/+84
2021-01-01Auto merge of #80565 - camelid:fix-not-has, r=GuillaumeGomezbors-3/+3
2021-01-01Give a better error for download-ci-llvm if .xz is not supportedJoshua Nelson-1/+6
2021-01-01Add test for suggestion in case a "ignore" doc block has invalid rust code in...Guillaume Gomez-0/+24
2021-01-01Add suggestion in case a "ignore" doc block has invalid rust code insideGuillaume Gomez-6/+20
2021-01-01Auto merge of #80547 - lqd:const_generics_defaults, r=varkorbors-10/+54
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-18/+27
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-3/+3
2021-01-01update `min_const_generics` tests using default values for const paramsRémy Rakic-8/+12
2021-01-01add test for the `const_generics_defaults` feature gateRémy Rakic-0/+25
2021-01-01first pass at default values for const genericsJulian Knodt-2/+8
2021-01-01Auto merge of #80539 - JohnTitor:ui-test-root-cleanup, r=petrochenkovbors-28/+20
2021-01-01Clean bootstrap artifacts on `x.py clean`Joshua Nelson-0/+1
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-8878/+12589