summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-12-23Auto merge of #46905 - pnkfelix:backport-46112-fix-to-beta, r=michaelwoeristerbors-10/+30
2017-12-21Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"Ariel Ben-Yehuda-23/+0
2017-12-21reverted tests to cope with "regression" back to printing leading `core::`Felix S. Klock II-2/+2
2017-12-20Followup for #46112.Felix S. Klock II-12/+32
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-19rustc: remove Ty::layout and move everything to layout_of.Eduard-Mihai Burtescu-0/+23
2017-11-18Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakisbors-34/+0
2017-11-17Do not registor borrows for unsafe lvaluesKeith Yeung-34/+0
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-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
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-17/+82
2017-11-11Auto merge of #45775 - petrochenkov:patnopat, r=nikomatsakisbors-5/+36
2017-11-11Always report patterns more complex than `mut IDENT` as errorsVadim Petrochenkov-3/+1
2017-11-11Accept interpolated patterns in trait method parametersVadim Petrochenkov-4/+37
2017-11-11Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1Guillaume Gomez-3/+3
2017-11-11Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma...bors-5/+5
2017-11-11Auto merge of #45807 - tommyip:format_err, r=estebankbors-23/+31
2017-11-11Fix MIR borrowck EndRegion not foundRamana Venkata-9/+33
2017-11-10Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakisbors-222/+291
2017-11-10Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakisbors-49/+69