| Age | Commit message (Expand) | Author | Lines |
| 2018-09-26 | update clippy submodule to a72e786c | Matthias Krüger | -14/+14 |
| 2018-09-26 | Update rustfmt and RLS | Nick Cameron | -5/+5 |
| 2018-09-23 | update rls to 32d457717ce37babef199fe4984b1e20d4e108d4 | Matthias Krüger | -0/+0 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -0/+0 |
| 2018-09-22 | Auto merge of #54334 - steveklabnik:update-cargo, r=alexcrichton | bors | -0/+1 |
| 2018-09-21 | Update Cargo | Alex Crichton | -0/+1 |
| 2018-09-21 | Added comment above `Mode::RunPass` noting that it now behaves like `Mode::Ui`. | Felix S. Klock II | -0/+1 |
| 2018-09-21 | Make the `// skip-codegen` property apply to ui tests too. | Felix S. Klock II | -3/+4 |
| 2018-09-21 | you can have `// compile-pass` markers in headers of `compile-fail/` tests. | Felix S. Klock II | -1/+1 |
| 2018-09-21 | Similar to above, failed to notice that `Mode::Incremental` delegates to `run... | Felix S. Klock II | -0/+12 |
| 2018-09-21 | Mark `ParseFail` as tests that are not expected to compile. | Felix S. Klock II | -1/+1 |
| 2018-09-21 | Provide way for ui tests to opt out of having their output checked. | Felix S. Klock II | -2/+28 |
| 2018-09-21 | Support `// skip-codegen` in header of ui tests | Felix S. Klock II | -1/+1 |
| 2018-09-21 | Make `src/test/run-pass/` act like an alternative `ui` test suite. | Felix S. Klock II | -6/+22 |
| 2018-09-17 | Update Clippy | flip1995 | -14/+14 |
| 2018-09-17 | update miri | Ralf Jung | -5/+5 |
| 2018-09-15 | Update submodules to include rust-lang-nursery/rust-clippy#3189 and rust-lang... | Eduard-Mihai Burtescu | -14/+14 |
| 2018-09-14 | Update Clippy | flip1995 | -14/+14 |
| 2018-09-13 | Update Cargo | Alex Crichton | -0/+0 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -13/+21 |
| 2018-09-10 | Update Cargo submodule | Alex Crichton | -0/+0 |
| 2018-09-10 | rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate... | Eduard-Mihai Burtescu | -0/+0 |
| 2018-09-09 | submodules: update clippy, rls with crate visibility patches, also update cargo | Matthias Krüger | -14/+14 |
| 2018-09-07 | Rollup merge of #54023 - matthiaskrgr:clippy, r=oli-obk | kennytm | -14/+14 |
| 2018-09-07 | Rollup merge of #53895 - joshtriplett:tidy-tidy, r=nikomatsakis | kennytm | -57/+44 |
| 2018-09-07 | update clippy submodule | Matthias Krüger | -14/+14 |
| 2018-09-05 | Auto merge of #53951 - tromey:restore-lldb-build, r=alexcrichton | bors | -0/+0 |
| 2018-09-05 | Pick up State.h include path change | Tom Tromey | -0/+0 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -2/+4 |
| 2018-09-04 | Restore lldb build | Tom Tromey | -0/+0 |
| 2018-09-04 | Update RLS wrt recent Clippy changes | Igor Matuszewski | -0/+0 |
| 2018-09-04 | Update Rustfmt to 0.99.4 | Igor Matuszewski | -5/+5 |
| 2018-09-04 | Update RLS | Igor Matuszewski | -0/+0 |
| 2018-09-03 | Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton | bors | -0/+1 |
| 2018-09-03 | Add memmap crate to tidy whitelist. | Michael Woerister | -0/+1 |
| 2018-09-02 | Update clippy | Manish Goregaokar | -5/+19 |
| 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 |