summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2020-03-08Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-SimulacrumMazdak Farrokhzad-30/+2
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29Stop generating `compiler_builtins_lib` docYuki Okushi-30/+2
2020-02-13Update books.Eric Huss-0/+1
2020-02-10submodules: update cargo from 9d32b7b01 to 3c53211c3Matthias Krüger-0/+1
2020-01-29Use termize instead of term_sizeJohn Kåre Alsaker-1/+1
2020-01-21tidy: fix most clippy warningsMatthias Krüger-7/+7
2020-01-03Implement uncommon_codepoints lint.Charles Lew-0/+2
2019-12-26Add unicode-normalization to whitelist.Charles Lew-0/+1
2019-12-24Silence line length warningsMark Rousskov-3/+18
2019-12-22Format the worldMark Rousskov-506/+481
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-5/+13
2019-12-14Auto merge of #67136 - oli-obk:const_stability, r=Centrilbors-0/+1
2019-12-13Compiler internal error codes need no documentationOliver Scherer-0/+3
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-2/+0
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-0/+1
2019-11-30tidy: adjust feature gating pathMazdak Farrokhzad-1/+1
2019-11-27Rollup merge of #66777 - GuillaumeGomez:tidy-err-codes, r=Mark-SimulacrumTyler Mandry-2/+13
2019-11-27Put back tidy check on error codesGuillaume Gomez-3/+13
2019-11-26Rollup merge of #66717 - dtolnay:tidy, r=Mark-SimulacrumTyler Mandry-3/+6
2019-11-25Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbinibors-1/+0
2019-11-25Update cargo, rls, books.Eric Huss-0/+1
2019-11-24tidy: Accommodate rustfmt's preferred layout of stability attributesDavid Tolnay-3/+6
2019-11-24tidy: Remove unused importVadim Petrochenkov-1/+0
2019-11-21Update tidy check for error codes testingGuillaume Gomez-19/+49
2019-11-12Fix mdbook-linkcheck license checks.Eric Huss-0/+3
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+17
2019-10-30Remove references to now unused `E0526`Dylan MacKenzie-1/+0
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-1/+26
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-1/+0
2019-10-21remove hermit-abi from the wrong list, add to the whitelistStefan Lankes-1/+1
2019-10-21add hermit-abi to the whitelistStefan Lankes-0/+1
2019-10-20Check all files in `src/test` for `borrowck_graphviz_postflow`Dylan MacKenzie-0/+26
2019-10-08Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-SimulacrumMazdak Farrokhzad-0/+139
2019-10-07add crossbeam-queue to the whitelistJosh Stone-0/+1
2019-10-07Add new test to heck if all error codes have testsGuillaume Gomez-0/+139
2019-10-02Filter out RLS output directories on tidy runsSantiago Pastorino-0/+3
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-1/+1
2019-09-27Don't check error_codes files for lintsGuillaume Gomez-1/+1
2019-09-23Add `#![deny(warnings)]` to internal toolsAlex Crichton-0/+2
2019-09-22Clarify the "since" tidy checkMazdak Farrokhzad-1/+1
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-6/+20
2019-09-06Rollup merge of #63676 - newpavlov:wasi, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-09-05Restrict error code length to 80 columnsMark Rousskov-6/+20
2019-09-05Avoid feature name 'checked_duration_since' in a Tidy testVitaly _Vi Shukela-2/+2
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-0/+1
2019-08-29whitelist wasi crateArtyom Pavlov-0/+1
2019-08-29add wasi license to the licenses whitelistnewpavlov-0/+1
2019-08-24Fix tidy feature gate error reportingPascal Hertleif-7/+15