about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-11-21Report special messages for path segment keywords in wrong positionsVadim Petrochenkov-10/+9
2017-11-21Support `::crate` in pathsVadim Petrochenkov-2/+76
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-0/+14
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+14
2017-11-19Auto merge of #45225 - eddyb:trans-abi, r=arielb1bors-0/+23
2017-11-19mir-borrowck: Remove parens in the lvalue description of a derefBasile Desloges-12/+12
2017-11-19dead code lint to say "never constructed" for variantsZack M. Davis-9/+9
2017-11-19rustc: remove Ty::layout and move everything to layout_of.Eduard-Mihai Burtescu-0/+23
2017-11-18fix compile-fail testsNiko Matsakis-5/+1
2017-11-18Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakisbors-34/+0
2017-11-18rename `issue-21410.rs` to `ui/unboxed-closure-no-cyclic-sig.rs`Niko Matsakis-15/+0
2017-11-18add a compile-fail test for cyclic generators being forbiddenNiko Matsakis-0/+45
2017-11-18move the signature into the closure typeNiko Matsakis-2/+35
2017-11-18stop using the `closure_kinds` query / table for anythingNiko Matsakis-1/+1
2017-11-17Do not registor borrows for unsafe lvaluesKeith Yeung-34/+0
2017-11-17add doc_highlight feature flag and testsQuietMisdreavus-0/+14
2017-11-17Fix impl Trait Lifetime HandlingTaylor Cramer-43/+122
2017-11-16Use local spans onlyEsteban Küber-2/+9
2017-11-17Updated test to reflect expected Mir output.David Wood-5/+18
2017-11-16Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1bors-1/+0
2017-11-16Rollup merge of #45984 - ExpHP:attr-error-context, r=estebankGuillaume Gomez-22/+14
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-3/+5
2017-11-15Use the proper term when using non-existing variantEsteban Küber-7/+8
2017-11-15Auto merge of #45918 - chrisvittal:impl-trait-pr, r=nikomatsakisbors-69/+295
2017-11-15convert EXTRA_REQUIREMENT_IN_IMPL into a hard errorNiko Matsakis-1/+0
2017-11-15Add cases to where-allowed.rsChristopher Vittal-4/+9
2017-11-15Incorporate review feedbackChristopher Vittal-2/+0
2017-11-15extend `where-allowed.rs` with many more casesNiko Matsakis-93/+179
2017-11-15rename many-cases to where-allowedNiko Matsakis-0/+0
2017-11-15test we reject equivalent signatures with more than one argumentNiko Matsakis-0/+23
2017-11-15Remove unamed parametersChristopher Vittal-2/+2
2017-11-15Add/Modify tests for argument position impl TraitChristopher Vittal-5/+103
2017-11-15Add universal_impl_trait feature gateChristopher Vittal-1/+17
2017-11-15Auto merge of #45938 - vramana:fix-ice-45698, r=arielb1bors-0/+24
2017-11-15fix testMikhail Modin-2/+1
2017-11-15add `StorageDead` handlingMikhail Modin-0/+30
2017-11-15Auto merge of #45922 - vramana:fix-45702, r=nikomatsakisbors-9/+33
2017-11-14add NOTE: to test notesMichael Lamparski-14/+14
2017-11-15Fix printing of upvar in closuresRamana Venkata-0/+24
2017-11-14Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1Guillaume Gomez-1/+6
2017-11-14un-add some notes from testsMichael Lamparski-23/+12
2017-11-14Add context to E0084, E00517, E0518Michael Lamparski-28/+31
2017-11-13Use the correct type for cannot move errormatthewjasper-1/+6
2017-11-13mir-borrowck: Test for `check_access_permissions()`Basile Desloges-1/+82
2017-11-13Auto merge of #45890 - arielb1:self-first, r=eddybbors-0/+35
2017-11-12update project-fn-test-invariant testCengiz Can-2/+2
2017-11-12update failing E0621 testsCengiz Can-6/+6
2017-11-12use BTreeMap for region constraintsCengiz Can-2/+2
2017-11-12Update fn-ret-invariant test assertionCengiz Can-2/+1
2017-11-12Improve SubSupConflict case with one named, one anonymous lifetime parameter ...Cengiz Can-24/+26