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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
tidy
Age
Commit message (
Expand
)
Author
Lines
2019-08-24
Fix tidy feature gate error reporting
Pascal Hertleif
-7
/
+15
2019-08-24
Auto merge of #63637 - alexcrichton:remove-libtest-step, r=Mark-Simulacrum
bors
-0
/
+3
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-0
/
+3
2019-08-23
Fix `tidy` fallout due to `feature_gate.rs` refactoring.
Mazdak Farrokhzad
-1
/
+8
2019-08-02
Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrum
bors
-90
/
+63
2019-08-02
liballoc: Unconfigure tests during normal build
Vadim Petrochenkov
-26
/
+10
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
librustdoc: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
librustc_data_structures: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
librustc: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
librustc_incremental: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
libsyntax_pos: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
librustc_target: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
librustc_lexer: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
libpanic_unwind: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
libserialize: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
libterm: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
libtest: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
compiletest: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+0
2019-08-02
tidy: Unconfigure tests during normal build
Vadim Petrochenkov
-51
/
+53
2019-08-01
Remove spin dependency
gnzlbg
-1
/
+0
2019-08-01
Update Cargo.lock
gnzlbg
-0
/
+4
2019-08-01
Remove mach dependency
gnzlbg
-1
/
+2
2019-07-30
Add very simple edition check to tidy; and add missing edition = 2018s.
CrLF0710
-0
/
+47
2019-07-28
Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
bors
-18
/
+18
2019-07-28
Rollup merge of #63081 - petrochenkov:cleantidy, r=Mark-Simulacrum
Mazdak Farrokhzad
-16
/
+4
2019-07-28
Rollup merge of #62995 - estebank:issue-62973, r=varkor
Mazdak Farrokhzad
-2
/
+14
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-28
tidy: Cleanup the directory whitelist
Vadim Petrochenkov
-16
/
+4
2019-07-27
tidy: Add a check for inline unit tests and benchmarks
Vadim Petrochenkov
-19
/
+84
2019-07-27
tidy: Fix a regression in `#[test]` detection in libcore
Vadim Petrochenkov
-8
/
+10
2019-07-27
tidy: libcoretest.rs -> unit_tests.rs
Vadim Petrochenkov
-2
/
+2
2019-07-26
ignore-tidy-trailing-newlines
Esteban Küber
-2
/
+14
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-07-24
syntax_ext: Turn `#[global_allocator]` into a regular attribute macro
Vadim Petrochenkov
-1
/
+1
2019-07-23
normalize use of backticks for compiler messages in remaining modules
Samy Kacimi
-2
/
+2
2019-07-15
Update the stdarch submodule
gnzlbg
-1
/
+1
2019-07-06
Auto merge of #62452 - Centril:rollup-5jww3h7, r=Centril
bors
-1
/
+2
2019-07-06
Add 'Apache-2.0 OR MIT' license variation to tidy/tools check
André Luis Leal Cardoso Junior
-0
/
+1
2019-07-06
Fix tidy issues
Vadim Petrochenkov
-1
/
+2
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
[next]