| Age | Commit message (Expand) | Author | Lines |
| 2018-09-22 | Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez | Pietro Albini | -37/+48 |
| 2018-09-22 | Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakis | Pietro Albini | -202/+210 |
| 2018-09-22 | Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik | Pietro Albini | -36/+149 |
| 2018-09-22 | Rollup merge of #54323 - Keruspe:rustc-color, r=Mark-Simulacrum | Pietro Albini | -42/+1 |
| 2018-09-22 | Rollup merge of #54280 - japaric:no-cas-for-thumbv6, r=alexcrichton | Pietro Albini | -0/+23 |
| 2018-09-22 | Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkov | Pietro Albini | -14/+72 |
| 2018-09-22 | Rollup merge of #53652 - oconnor663:copy_in_place, r=alexcrichton | Pietro Albini | -0/+104 |
| 2018-09-22 | Auto merge of #54334 - steveklabnik:update-cargo, r=alexcrichton | bors | -13/+31 |
| 2018-09-21 | Update Cargo | Alex Crichton | -13/+31 |
| 2018-09-21 | Allow unused_imports lint on test where lint only fires on non-linux targets... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Allow dead_code lint on some tests where the lint only fires on non-x86 targe... | Felix S. Klock II | -0/+2 |
| 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 | Added expected (compile-time) outputs. | Felix S. Klock II | -0/+7 |
| 2018-09-21 | Add `Rustc` prefixes to `derive(Decodable, Encodable)`. | Felix S. Klock II | -10/+16 |
| 2018-09-21 | Allow various lints in `src/test/run-pass-fulldeps/` so that it can continue ... | Felix S. Klock II | -0/+56 |
| 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 | Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well. | Felix S. Klock II | -2/+7 |
| 2018-09-21 | Add expected output for compiler to tests of optimization-fuel-{0,1}.rs. | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Ignore the output itself on `rustc-rust-log.rs` (added in rust-lang/rust#42737). | Felix S. Klock II | -0/+9 |
| 2018-09-21 | Workaround rust-lang/rust#54222 by just ignoring the warning about the linker... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+296 |
| 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-21 | Auto merge of #54399 - alexcrichton:fix-bug, r=steveklabnik | bors | -1/+28 |
| 2018-09-20 | Auto merge of #54389 - kennytm:rollup, r=kennytm | bors | -522/+633 |
| 2018-09-20 | std: Check for overflow in `str::repeat` | Alex Crichton | -1/+28 |
| 2018-09-20 | Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn... | kennytm | -0/+35 |
| 2018-09-20 | Rollup merge of #54346 - eddyb:constant-horror, r=nikomatsakis | kennytm | -1/+5 |
| 2018-09-20 | Rollup merge of #54337 - ericho:remove_clone_tests, r=Mark-Simulacrum | kennytm | -4/+4 |
| 2018-09-20 | Rollup merge of #54333 - steveklabnik:update-book, r=frewsxcv | kennytm | -0/+0 |
| 2018-09-20 | Auto merge of #53162 - QuietMisdreavus:crouching-impl-hidden-trait, r=Guillau... | bors | -221/+643 |
| 2018-09-20 | Rollup merge of #54298 - RalfJung:miri-field-align, r=eddyb | kennytm | -1/+4 |
| 2018-09-20 | Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakis | kennytm | -466/+414 |
| 2018-09-20 | Rollup merge of #54292 - memoryruins:issue-53712, r=estebank | kennytm | -0/+38 |
| 2018-09-20 | Rollup merge of #54290 - michaelwoerister:aarch64-back-to-msvc, r=alexcrichton | kennytm | -3/+2 |
| 2018-09-20 | Rollup merge of #54266 - LionNatsu:master, r=nikomatsakis | kennytm | -1/+1 |
| 2018-09-20 | Rollup merge of #54258 - alexcrichton:lld-fatal-warnings, r=eddyb | kennytm | -0/+4 |
| 2018-09-20 | Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNN | kennytm | -28/+1 |
| 2018-09-20 | Rollup merge of #54233 - irinagpopa:llvm-3.9, r=tromey | kennytm | -16/+4 |
| 2018-09-20 | Rollup merge of #53470 - bjorn3:warn_metadata_errors, r=alexcrichton | kennytm | -1/+1 |
| 2018-09-20 | Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichton | kennytm | -1/+120 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -21/+104 |
| 2018-09-20 | filter collected trait impls against items in the crate | QuietMisdreavus | -60/+149 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -24/+31 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -19/+19 |
| 2018-09-20 | collect auto-/blanket-impls during collect-trait-impls | QuietMisdreavus | -63/+65 |