| Age | Commit message (Expand) | Author | Lines |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-19 | ignore target folders | Douglas Campos | -0/+1 |
| 2018-09-21 | Update Cargo | Alex Crichton | -0/+1 |
| 2018-09-07 | Rollup merge of #53895 - joshtriplett:tidy-tidy, r=nikomatsakis | kennytm | -57/+44 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -1/+3 |
| 2018-09-03 | Add memmap crate to tidy whitelist. | Michael Woerister | -0/+1 |
| 2018-09-01 | tidy: features.rs: Remove a redundant .contains | Josh Triplett | -4/+0 |
| 2018-09-01 | tidy: features.rs: Use splitn rather than a complex slice | Josh Triplett | -1/+1 |
| 2018-09-01 | tidy: features.rs: collect_lib_features: Simplify | Josh Triplett | -8/+5 |
| 2018-09-01 | tidy: Use an inclusive range rather than a +1 bound | Josh Triplett | -1/+1 |
| 2018-09-01 | tidy: Eliminate an unnecessary .into_iter() | Josh Triplett | -1/+1 |
| 2018-09-01 | tidy: deps: Hoist a complex multi-line if condition into a let | Josh Triplett | -2/+3 |
| 2018-09-01 | tidy: unstable_book.rs: Clean up directory iteration | Josh Triplett | -4/+3 |
| 2018-09-01 | tidy: Avoid "let ref mut = ..." | Josh Triplett | -6/+6 |
| 2018-09-01 | tidy: Use "const" instead of "static, and remove implied `'static` lifetimes | Josh Triplett | -6/+6 |
| 2018-09-01 | tidy: extdeps.rs: Avoid an unnecessary collect() | Josh Triplett | -2/+1 |
| 2018-09-01 | tidy: extdeps.rs: Clean up loop iteration to use "for" | Josh Triplett | -2/+1 |
| 2018-09-01 | tidy: cargo.rs: Clean up loop to use "for" instead of "while let" | Josh Triplett | -2/+1 |
| 2018-09-01 | tidy: Clean up argument handling | Josh Triplett | -5/+2 |
| 2018-09-01 | tidy: Use is_empty() instead of len tests | Josh Triplett | -2/+2 |
| 2018-09-01 | tidy: Use chars for single-character patterns | Josh Triplett | -12/+12 |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -1/+5 |
| 2018-08-25 | Auto merge of #53609 - bemeurer:tidy-ctfe, r=RalfJung | bors | -2/+0 |
| 2018-08-24 | Rollup merge of #53617 - joshtriplett:tidy-no-license-header, r=Mark-Simulacrum | kennytm | -53/+0 |
| 2018-08-23 | Removed librustc/mir/interpret and librustc_mir/interpreter from tidy skip list | Bernardo Meurer | -2/+0 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-22 | tidy: Stop requiring a license header | Josh Triplett | -53/+0 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-17 | Rollup merge of #53399 - varkor:ignore-non-md-unstable_book, r=nikomatsakis | kennytm | -0/+1 |
| 2018-08-15 | Tidy: ignore non-Markdown files when linting for the Unstable Book | varkor | -0/+1 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -0/+2 |
| 2018-08-14 | Tidy no longer fails when there are no files or subdirectories in a test dire... | David Wood | -9/+11 |
| 2018-08-09 | Deny future duplication of rustc-ap-syntax | Alex Crichton | -1/+1 |
| 2018-08-08 | Prevent duplication of rust-ap-syntax | Nick Cameron | -1/+30 |
| 2018-08-05 | Remove obsolete tests in tidy | varkor | -32/+3 |
| 2018-07-29 | Exempt cloudabi from license check. | kennytm | -0/+1 |
| 2018-07-28 | Update the Cargo submodule and rustfix | Alex Crichton | -0/+1 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -3/+3 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -3/+3 |
| 2018-07-15 | tidy: add a new test for external dependencies | Sébastien Marie | -0/+52 |
| 2018-07-07 | Mostly fix compiling without LLVM (with metadata_only backend) | bjorn3 | -1/+0 |
| 2018-07-06 | Update RLS, Rustfmt, Cargo, and Clippy | Nick Cameron | -0/+1 |
| 2018-06-20 | Fix tidy | Bastien Orivel | -1/+1 |
| 2018-05-30 | Replace libbacktrace with a submodule | Alex Crichton | -0/+1 |
| 2018-05-29 | Whitelist datafrog on tidy | Santiago Pastorino | -0/+1 |
| 2018-05-27 | Ensure every unstable feature has a tracking issue. | kennytm | -6/+29 |
| 2018-05-26 | Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakis | kennytm | -0/+1 |
| 2018-05-24 | Use AllFacts from polonius-engine | Santiago Pastorino | -0/+1 |
| 2018-05-24 | extend the crate whitelist to include rustc-hash, chalk | Niko Matsakis | -0/+3 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |