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
2017-01-31
[Gate Tests] - marking feature tests
Colm Seale
-2
/
+1
2017-01-24
Remove Reflect
est31
-1
/
+1
2017-01-22
Remove proc_macro from the tidy whitelist again
est31
-4
/
+10
2017-01-22
[Gate Tests] - marking feature tests
Colm Seale
-4
/
+2
2017-01-20
Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried
Alex Crichton
-1
/
+1
2017-01-16
Implement `#[proc_macro_attribute]`
Austin Bonander
-1
/
+1
2017-01-15
Mark the pushpop_unsafe feature as "removed"
est31
-1
/
+1
2017-01-15
Remove the safe_suggestion feature
est31
-1
/
+1
2017-01-12
Use a whitelist and print nice hints
est31
-12
/
+26
2017-01-12
Automatically treat test files "feature-gate-$f.rs" as gate tests for feature $f
est31
-0
/
+16
2017-01-12
Don't require gate tests for removed features
est31
-2
/
+4
2017-01-12
Add gate-test- to some already existing tests
est31
-1
/
+1
2017-01-12
Require compile-fail tests for new lang features
est31
-1
/
+71
2017-01-12
Use only one feature struct, and use hash maps in both occasions
est31
-18
/
+11
2016-12-30
Always use Rust based intrinsics on Windows
est31
-0
/
+2
2016-12-16
tidy features: use 2-parameter form of internal try macro for open err
Zack M. Davis
-1
/
+1
2016-12-10
Check the license of vendored deps
Brian Anderson
-0
/
+75
2016-11-08
rustbuild: Tweak for vendored dependencies
Alex Crichton
-47
/
+4
2016-11-01
std: Flatten the num directory to reflect the module layout
Brian Anderson
-2
/
+2
2016-11-01
std: Move sys_common to libstd/sys_common
Brian Anderson
-5
/
+4
2016-11-01
std: Move platform-specific out of sys_common::util
Brian Anderson
-1
/
+0
2016-11-01
std: Move platform-specific code out of libstd/lib.rs
Brian Anderson
-3
/
+3
2016-11-01
std: Move a plattform-specific constant to sys::stdio
Brian Anderson
-1
/
+0
2016-11-01
std: Move elf TLS to sys::fast_thread_local
Brian Anderson
-1
/
+0
2016-10-27
tidy/features: fix checking of lang features
Tamir Duberstein
-49
/
+64
2016-10-27
tidy/bins: fix false positive on non checked-in binary
Tamir Duberstein
-13
/
+12
2016-10-07
Use workspaces and switch to a single Cargo.lock.
Ahmed Charles
-4
/
+0
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-3
/
+5
2016-10-02
Move platform-specific arg handling to sys::args
Brian Anderson
-1
/
+0
2016-10-02
Add a platform-abstraction tidy script
Brian Anderson
-0
/
+233
2016-09-24
Skip binary tidy check when on Windows Linux Subsystem
Mark-Simulacrum
-0
/
+11
2016-08-19
Check that executable file is in-tree before failing tidy check.
Mark-Simulacrum
-2
/
+17
2016-08-16
Auto merge of #35538 - cgswords:libproc_macro, r=nrc
bors
-0
/
+6
2016-08-16
Proc_macro is alive
cgswords
-0
/
+6
2016-08-13
Fix make-tidy lock file checks
Diggory Blake
-5
/
+7
2016-07-11
Update make tidy
Guillaume Gomez
-2
/
+3
2016-05-31
mk: Prepare for a new stage0 compiler
Alex Crichton
-5
/
+4
2016-05-11
Use symlink_metadata in tidy to avoid panicking on broken symlinks.
Eduard Burtescu
-1
/
+1
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+3
2016-05-08
Auto merge of #33365 - birkenfeld:makehelpfix, r=alexcrichton
bors
-1
/
+1
2016-05-04
add a check to make tidy to ensure cargo lock file is updated
Garrett Squire
-0
/
+45
2016-05-03
Makefile: there is only one tidy target now
Georg Brandl
-1
/
+1
2016-04-27
Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis
bors
-7
/
+7
2016-04-22
Fix tidy for the new syntax of feature declarations in libsyntax.
Leo Testard
-7
/
+7
2016-04-21
improve tidy to give you file that failed
Niko Matsakis
-4
/
+9
2016-04-12
tidy: Add a check to ensure Cargo.toml is in sync
Alex Crichton
-4
/
+108
2016-04-12
rustbuild: Migrate tidy checks to Rust
Alex Crichton
-0
/
+503