about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-09-26Add `#[allow(unused_mut)]` for various cases that arise only in compare-mode=...Felix S. Klock II-0/+3
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-67/+1030
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+106225
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-0/+56
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-0/+35
2018-09-25Added tests.Alexander Regueiro-0/+56
2018-09-23Auto merge of #54339 - cramertj:no-cx, r=aturonbors-41/+15
2018-09-23allow dead_codeJorge Aparicio-0/+1
2018-09-22the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-22add empty enum to the test casesJorge Aparicio-0/+20
2018-09-22improve the run-pass testJorge Aparicio-4/+34
2018-09-22panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+31
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-21Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well.Felix S. Klock II-0/+4
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-19Require that marker impls are empty, but allow them to overlapScott McMurray-0/+35
2018-09-19Remove spawning from task::ContextTaylor Cramer-41/+15
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-12/+10
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-12/+10
2018-09-11Recover proper regression test for issue #16278.Felix S. Klock II-1/+0
2018-09-10Auto merge of #54000 - jkozlowski:fix-53174, r=cramertjbors-1/+52
2018-09-10rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...Eduard-Mihai Burtescu-29/+0
2018-09-09Auto merge of #53998 - eddyb:issue-53728, r=oli-obkbors-0/+26
2018-09-08Rollup merge of #53993 - eddyb:issue-53691, r=petrochenkovkennytm-0/+37
2018-09-07Rollup merge of #53994 - pnkfelix:issue-53764-migrate-run-pass-dirs-to-ui, r=...kennytm-7266/+0
2018-09-07Rollup merge of #53992 - pnkfelix:issue-53764-migrate-run-pass-borrowck-to-ui...kennytm-1266/+0
2018-09-07Rollup merge of #53860 - pnkfelix:issue-53764-migrate-run-pass-to-ui, r=nikom...kennytm-93356/+0
2018-09-06Fixup whitespaceJakub Kozlowski-9/+9
2018-09-06rustc_resolve: allow `use crate_name;` under `uniform_paths`.Eduard-Mihai Burtescu-0/+29
2018-09-06Allow named lifetimes in async functions.Jakub Kozlowski-1/+52
2018-09-06rustc_codegen_llvm: don't assume offsets are always aligned.Eduard-Mihai Burtescu-0/+26
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-7266/+0
2018-09-06rustc_resolve: don't record uniform_paths canaries as reexports.Eduard-Mihai Burtescu-0/+37
2018-09-06Migrated `src/test/run-pass/borrowck` to `src/test/ui/run-pass`.Felix S. Klock II-1266/+0
2018-09-06Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`.Felix S. Klock II-4068/+0
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-89288/+0
2018-09-06Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakisbors-0/+29
2018-09-03Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obkbors-0/+174
2018-09-03Add missing braceTim Diekmann-1/+1
2018-09-03Add ident function to the rest of the testsCyres-22/+34
2018-09-03Wrap rhs in ident functionTim Diekmann-7/+11
2018-09-01rebaseTim-0/+158
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-19/+21
2018-08-31Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisabors-0/+23
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-18/+18
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-1/+3