index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
tidy
Age
Commit message (
Expand
)
Author
Lines
2019-06-23
Exit early from feature search if no features in file
Mark Rousskov
-2
/
+10
2019-06-23
Collect features only once
Mark Rousskov
-37
/
+51
2019-06-23
Use Path/PathBuf directly instead of through path::
Mark Rousskov
-9
/
+8
2019-06-23
Skip querying each ignore directive if none in file
Mark Rousskov
-7
/
+14
2019-06-23
Utilize entry.metadata over fs::symlink_metadata
Mark Rousskov
-1
/
+1
2019-06-23
Move file-reading into walker loop
Mark Rousskov
-67
/
+36
2019-06-23
Pass contents and DirEntry to walkers
Mark Rousskov
-12
/
+29
2019-06-23
Stop calling format! to check feature gate
Mark Rousskov
-2
/
+4
2019-06-23
Use walkdir crate
Mark Rousskov
-12
/
+9
2019-06-23
Cache Regex's
Mark Rousskov
-3
/
+15
2019-06-23
Make tidy quieter by default
Mark Rousskov
-13
/
+13
2019-06-12
Bump some of the crates using rand
Laurențiu Nicola
-0
/
+2
2019-06-04
Add new diagnostic writer using annotate-snippet library
Philipp Hansch
-0
/
+2
2019-06-03
Do not panic in tidy on unbalanced parentheses in cfg's
Mark Rousskov
-3
/
+5
2019-06-01
rustc: use indexmap instead of a plain vector for upvars.
Eduard-Mihai Burtescu
-0
/
+1
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-0
/
+2
2019-05-25
Rollup merge of #61096 - ehuss:tidy-license-short-circuit, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-05-23
tidy: don't short-circuit on license error
Eric Huss
-1
/
+1
2019-05-23
Update cargo
Eric Huss
-0
/
+3
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-3
/
+2
2019-05-07
Auto merge of #60531 - Centril:sort-features, r=oli-obk
bors
-4
/
+4
2019-05-04
Rename 'no tracking issue START' to fit better with tidy.
Mazdak Farrokhzad
-4
/
+4
2019-05-03
tidy: Extract `let mut part` out of `parts` block in `version.rs`
Alexey Shmalko
-7
/
+5
2019-05-03
Migrate tidy to rust 2018 edition
Alexey Shmalko
-10
/
+3
2019-05-02
Make tidy::version::Version copy
Alexey Shmalko
-4
/
+4
2019-05-02
Make in_feature_group a simple bool flag
Alexey Shmalko
-7
/
+6
2019-05-02
Rework Version::parse to avoid extra allocations
Alexey Shmalko
-10
/
+20
2019-05-02
Make tidy::version::Version a [u32; 3]
Alexey Shmalko
-12
/
+28
2019-05-02
Address review comments
Alexey Shmalko
-28
/
+29
2019-05-02
Ensure language features in group are sorted by since
Alexey Shmalko
-0
/
+17
2019-05-02
Assign group and parse since for Feature
Alexey Shmalko
-11
/
+117
2019-05-02
Make find_attr_val a little bit more precise
Alexey Shmalko
-4
/
+17
2019-04-30
Cleanup 'active' declare_features! with uniform style + sorting.
Mazdak Farrokhzad
-10
/
+16
2019-04-27
tidy: Fix false positives from long URLs
Vadim Petrochenkov
-6
/
+11
2019-04-25
Fix false position on style.rs itself
varkor
-8
/
+11
2019-04-25
Advise the user on how to suppress the file length tidy error
varkor
-1
/
+7
2019-04-25
Add a tidy test for line count
varkor
-3
/
+15
2019-04-23
Check for other unused tidy check directives
varkor
-28
/
+70
2019-04-23
Tidy warn on ignored line length when lines are not too long
varkor
-3
/
+9
2019-04-23
Look specifically for comments containing tidy ignore directives
varkor
-5
/
+10
2019-04-23
Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm
bors
-1
/
+1
2019-04-22
Add a tidy check for leading trailing newlines
varkor
-0
/
+7
2019-04-22
Disallow double trailing newlines in tidy
varkor
-1
/
+1
2019-04-18
Remove unnecessary condition
Yuki OKUSHI
-1
/
+1
2019-04-17
Rename filename
Yuki OKUSHI
-1
/
+1
2019-04-14
Rollup merge of #59747 - gruberb:copy-book-toml-unstable-book, r=ehuss
Mazdak Farrokhzad
-4
/
+4
2019-04-12
Use measureme in self-profiler
Wesley Wiser
-0
/
+1
2019-04-07
Change root path for unstable-book
Bastian Gruber
-4
/
+4
2019-03-28
Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichton
bors
-0
/
+4
2019-03-26
Add exception for libcore/hint.rs to pal lint of tidy script
gnzlbg
-0
/
+4
[next]