summary refs log tree commit diff
path: root/src/tools/tidy
AgeCommit message (Expand)AuthorLines
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-0/+1
2018-03-13Rollup merge of #48880 - petrochenkov:badstderr, r=kennytmkennytm-0/+28
2018-03-11Update Cargo submoduleAlex Crichton-0/+2
2018-03-09tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directoriesVadim Petrochenkov-0/+28
2018-03-06Update env_logger to 0.5.4Alex Crichton-0/+17
2018-03-05Add ena to whitelistWho? Me?!-0/+1
2018-03-05Uncomment whitelistWho? Me?!-34/+34
2018-03-05Do check the deps of path depsMark Mansi-32/+44
2018-03-05enable whitelistMark Mansi-23/+23
2018-03-05Don't check in-tree depsMark Mansi-39/+12
2018-03-05different versions may have different depsMark Mansi-66/+84
2018-03-05Add a few missing depsMark Mansi-0/+3
2018-03-05Remove spurious whitespaceMark Mansi-54/+54
2018-03-05uncomment whitelistMark Mansi-55/+55
2018-03-05Fix alexcrichton's commentsMark Mansi-95/+77
2018-03-05Only check the whitelist for some cratesMark Mansi-340/+147
2018-03-05Get the path to cargo from rustbuildMark Mansi-7/+9
2018-03-05Trying to get paths right...Mark Mansi-1/+310
2018-03-05MAKE IT FAILgit statusgit statusMark Mansi-20/+53
2018-03-05CommentsMark Mansi-1/+2
2018-03-05Start adding a whitelist for rustc dependenciesMark Mansi-9/+77
2018-03-05Run rustfmt on tidy/src/deps.rsMark Mansi-14/+15
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+1
2018-03-02std: Add `arch` and `simd` modulesAlex Crichton-0/+1
2018-02-14Exclude clippy lints from tidy license checkMark Simulacrum-0/+1
2018-02-04add exceptions for new depssteveklabnik-0/+2
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+1
2018-01-18add target/ to ignored tidy dirsManish Goregaokar-0/+1
2018-01-15Rollup merge of #47414 - est31:master, r=alexcrichtonkennytm-2/+2
2018-01-13Enforce dashes in the unstable book file namesest31-2/+2
2018-01-11Extend tidy to allow conditionalizing tests for multiple targets.Ed Schouten-2/+2
2018-01-03Rollup merge of #47117 - tinaun:no_more_dups, r=frewsxcvkennytm-1/+3
2018-01-01prevent generating duplicate stubstinaun-1/+1
2017-12-30Add a tidy check to ensure all files have 1 or 2 trailing newlines.kennytm-0/+11
2017-12-19Implement non-mod.rs mod statementsTaylor Cramer-1/+2
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+1
2017-12-12Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpretOliver Schneider-0/+1
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-4/+6
2017-12-07Tidy: allow feature-gate tests to be ui testsest31-4/+6
2017-12-06Update miri to rustc changesOliver Schneider-15/+39
2017-11-20[rustllvm] Use report_fatal_error over llvm_unreachableRobin Kruppe-2/+9
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2
2017-11-06Modify the script to allow for running docker images on Windows 7.kennytm-3/+3
2017-10-31Also support macro generated atomic typesest31-1/+1
2017-10-31Tidy: track rustc_const_unstable feature gates as wellest31-0/+20
2017-10-27Update license exceptions.kennytm-5/+2
2017-10-13remove duplicate stubstinaun-1/+3
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-5/+3
2017-09-29Adjust imports to librustc::mir::interpretOliver Schneider-0/+1
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-5/+3