| Age | Commit message (Expand) | Author | Lines |
| 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 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -180/+60 |
| 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 | Ignore new test on Windows | Alex Crichton | -0/+1 |
| 2018-09-21 | fix comment | Ralf Jung | -1/+1 |
| 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 | Update musl to 1.1.20. | Adrian Budau | -7/+1 |
| 2018-09-21 | clarify write_bytes a bit | Ralf Jung | -0/+4 |
| 2018-09-21 | Simplify slice's first(_mut) and last(_mut) with get | ljedrz | -6/+6 |
| 2018-09-21 | Compress `Liveness` data some more. | Nicholas Nethercote | -58/+149 |
| 2018-09-21 | Auto merge of #54399 - alexcrichton:fix-bug, r=steveklabnik | bors | -1/+28 |
| 2018-09-20 | Detect `for _ in in bar {}` typo | Esteban Küber | -13/+51 |
| 2018-09-20 | add applicability to span suggestion call | Joseph Post | -1/+3 |
| 2018-09-20 | Remove incidental notes | memoryruins | -5/+0 |
| 2018-09-20 | Extend MIR inlining to all operand variants | Christian Poveda | -2/+2 |
| 2018-09-20 | Move is_place_expr to be a method on hir::Expr | Keith Yeung | -60/+62 |
| 2018-09-21 | parser: Tweak function parameter parsing to avoid rollback on succesfull path | Vadim Petrochenkov | -36/+26 |
| 2018-09-20 | Add test for deref recursion limit printing twice | memoryruins | -0/+72 |
| 2018-09-20 | Auto merge of #54389 - kennytm:rollup, r=kennytm | bors | -522/+633 |
| 2018-09-20 | Disable rustfix temporarily on extern-const.rs | Rémy Rakic | -26/+1 |
| 2018-09-20 | Use no_default_libraries for all NetBSD flavors | bgermann | -1/+1 |
| 2018-09-20 | std: Check for overflow in `str::repeat` | Alex Crichton | -1/+28 |
| 2018-09-20 | debug_macro: --bless tests. | Mazdak Farrokhzad | -23/+1 |
| 2018-09-20 | dbg_macro: notes about VCS and log::debug!(..) | Mazdak Farrokhzad | -3/+5 |
| 2018-09-20 | dbg_macro: output tests. | Mazdak Farrokhzad | -0/+119 |
| 2018-09-20 | dbg_macro: Debug-required test. | Mazdak Farrokhzad | -0/+24 |
| 2018-09-20 | dbg_macro: feature gate + move semantics test. | Mazdak Farrokhzad | -0/+89 |
| 2018-09-20 | dbg!(expr) implementation. | Mazdak Farrokhzad | -0/+118 |