about summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2020-05-27Auto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrumbors-5/+0
2020-05-26Update allowed crates listYuki Okushi-5/+0
2020-05-25Fix bug in shebang handlingRussell Cohen-0/+5
2020-05-22Replace `rustc_data_structures::sync::Once` with `OnceCell`Dylan MacKenzie-0/+1
2020-05-07Reintegrate chalk using chalk-solveJack Huey-0/+4
2020-05-02Add `psm` to the crate whitelistOliver Scherer-0/+2
2020-04-27No need to whitelist E0750 anymoreGuillaume Gomez-1/+1
2020-04-22Add checks to ensure that explanations have code examples using the error cod...Guillaume Gomez-15/+74
2020-04-05tidy: Update rustc-ap-syntax to -rustc_astIgor Matuszewski-1/+1
2020-04-02Add hash of source files in debug infoArlo Siemsen-1/+10
2020-03-30rustc -> rustc_middle part 4 -- pacify tidyMazdak Farrokhzad-1/+1
2020-03-19Rollup merge of #69443 - ehuss:tidy-license, r=skade,Mark-SimulacrumMazdak Farrokhzad-340/+356
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-0/+2
2020-03-12tidy: Remove chalk-engine/chalk-macros.Eric Huss-2/+0
2020-03-12tidy: Sort WHITELIST.Eric Huss-1/+1
2020-03-12tidy: Add `test` to RUNTIME_CRATES.Eric Huss-1/+1
2020-03-12tidy: Add some clarifying comments in license checks.Eric Huss-0/+5
2020-03-12tidy: Verify the runtime crates don't have license exceptions.Eric Huss-6/+57
2020-03-12tidy: check the licenses don't changeEric Huss-36/+60
2020-03-12tidy: Check if exceptions are no longer used.Eric Huss-12/+23
2020-03-12tidy: Use cargo_metadata for license checks.Eric Huss-308/+235
2020-03-11Rollup merge of #69603 - chrissimpkins:tidy-docs-update, r=petrochenkovMazdak Farrokhzad-2/+2
2020-03-09update tidy documentation to recommend ./x.py test tidyChris Simpkins-1/+1
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-03-02Ignore PAL lint for std::panickingMark Rousskov-0/+2
2020-02-29[tidy] update documentation from `make check` to `x.py test`Chris Simpkins-2/+2
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