about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-22core: fix deprecated warningsJorge Aparicio-44/+40
2018-09-22add MaybeUninit and deprecate mem::{uninitialized,zeroed}Jorge Aparicio-0/+95
2018-09-22Auto merge of #54457 - pietroalbini:rollup, r=pietroalbinibors-447/+911
2018-09-22Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichtonbors-24/+131
2018-09-22Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-SimulacrumPietro Albini-6/+6
2018-09-22Rollup merge of #54420 - nnethercote:PackedRWU-Vec, r=nikomatsakisPietro Albini-58/+149
2018-09-22Rollup merge of #54415 - petrochenkov:norollback, r=estebankPietro Albini-36/+26
2018-09-22Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebankPietro Albini-0/+67
2018-09-22Rollup merge of #54412 - jcpst:replace_span_suggestion, r=estebankPietro Albini-1/+3
2018-09-22Rollup merge of #54409 - estebank:remove-in, r=pnkfelixPietro Albini-13/+51
2018-09-22Rollup merge of #54402 - bgermann:master, r=alexcrichtonPietro Albini-1/+1
2018-09-22Rollup merge of #54374 - SergioBenitez:pub-multispan, r=alexcrichtonPietro Albini-1/+1
2018-09-22Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomezPietro Albini-37/+48
2018-09-22Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakisPietro Albini-202/+210
2018-09-22Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnikPietro Albini-36/+149
2018-09-22Rollup merge of #54323 - Keruspe:rustc-color, r=Mark-SimulacrumPietro Albini-42/+1
2018-09-22Rollup merge of #54280 - japaric:no-cas-for-thumbv6, r=alexcrichtonPietro Albini-0/+23
2018-09-22Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkovPietro Albini-14/+72
2018-09-22Rollup merge of #53652 - oconnor663:copy_in_place, r=alexcrichtonPietro Albini-0/+104
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-180/+60
2018-09-22Auto merge of #54334 - steveklabnik:update-cargo, r=alexcrichtonbors-13/+31
2018-09-21Update CargoAlex Crichton-13/+31
2018-09-21Ignore new test on WindowsAlex Crichton-0/+1
2018-09-21Allow unused_imports lint on test where lint only fires on non-linux targets...Felix S. Klock II-0/+2
2018-09-21Allow dead_code lint on some tests where the lint only fires on non-x86 targe...Felix S. Klock II-0/+2
2018-09-21Added comment above `Mode::RunPass` noting that it now behaves like `Mode::Ui`.Felix S. Klock II-0/+1
2018-09-21Make the `// skip-codegen` property apply to ui tests too.Felix S. Klock II-3/+4
2018-09-21Added expected (compile-time) outputs.Felix S. Klock II-0/+7
2018-09-21Add `Rustc` prefixes to `derive(Decodable, Encodable)`.Felix S. Klock II-10/+16
2018-09-21Allow various lints in `src/test/run-pass-fulldeps/` so that it can continue ...Felix S. Klock II-0/+56
2018-09-21you can have `// compile-pass` markers in headers of `compile-fail/` tests.Felix S. Klock II-1/+1
2018-09-21Similar to above, failed to notice that `Mode::Incremental` delegates to `run...Felix S. Klock II-0/+12
2018-09-21Mark `ParseFail` as tests that are not expected to compile.Felix S. Klock II-1/+1
2018-09-21Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well.Felix S. Klock II-2/+7
2018-09-21Add expected output for compiler to tests of optimization-fuel-{0,1}.rs.Felix S. Klock II-0/+2
2018-09-21Ignore the output itself on `rustc-rust-log.rs` (added in rust-lang/rust#42737).Felix S. Klock II-0/+9
2018-09-21Workaround rust-lang/rust#54222 by just ignoring the warning about the linker...Felix S. Klock II-0/+2
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+296
2018-09-21Provide way for ui tests to opt out of having their output checked.Felix S. Klock II-2/+28
2018-09-21Support `// skip-codegen` in header of ui testsFelix S. Klock II-1/+1
2018-09-21Make `src/test/run-pass/` act like an alternative `ui` test suite.Felix S. Klock II-6/+22
2018-09-21Simplify slice's first(_mut) and last(_mut) with getljedrz-6/+6
2018-09-21Compress `Liveness` data some more.Nicholas Nethercote-58/+149
2018-09-21Auto merge of #54399 - alexcrichton:fix-bug, r=steveklabnikbors-1/+28
2018-09-20Detect `for _ in in bar {}` typoEsteban Küber-13/+51
2018-09-20add applicability to span suggestion callJoseph Post-1/+3
2018-09-20Remove incidental notesmemoryruins-5/+0
2018-09-21parser: Tweak function parameter parsing to avoid rollback on succesfull pathVadim Petrochenkov-36/+26
2018-09-20Add test for deref recursion limit printing twicememoryruins-0/+72
2018-09-20Auto merge of #54389 - kennytm:rollup, r=kennytmbors-522/+633