| Age | Commit message (Expand) | Author | Lines |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -44/+40 |
| 2018-09-22 | add MaybeUninit and deprecate mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+95 |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -447/+911 |
| 2018-09-22 | Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichton | bors | -24/+131 |
| 2018-09-22 | Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-Simulacrum | Pietro Albini | -6/+6 |
| 2018-09-22 | Rollup merge of #54420 - nnethercote:PackedRWU-Vec, r=nikomatsakis | Pietro Albini | -58/+149 |
| 2018-09-22 | Rollup merge of #54415 - petrochenkov:norollback, r=estebank | Pietro Albini | -36/+26 |
| 2018-09-22 | Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebank | Pietro Albini | -0/+67 |
| 2018-09-22 | Rollup merge of #54412 - jcpst:replace_span_suggestion, r=estebank | Pietro Albini | -1/+3 |
| 2018-09-22 | Rollup merge of #54409 - estebank:remove-in, r=pnkfelix | Pietro Albini | -13/+51 |
| 2018-09-22 | Rollup merge of #54402 - bgermann:master, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-09-22 | Rollup merge of #54374 - SergioBenitez:pub-multispan, r=alexcrichton | Pietro Albini | -1/+1 |
| 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 | 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 | 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 | 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-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 |