summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-12-23Auto merge of #46905 - pnkfelix:backport-46112-fix-to-beta, r=michaelwoeristerbors-0/+47
2017-12-21Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"Ariel Ben-Yehuda-107/+43
2017-12-21reverted tests to cope with "regression" back to printing leading `core::`Felix S. Klock II-2/+2
2017-12-20Regression test for issue #46112.Felix S. Klock II-0/+47
2017-12-20Followup for #46112.Felix S. Klock II-2/+2
2017-11-19Auto merge of #45225 - eddyb:trans-abi, r=arielb1bors-43/+107
2017-11-19rustc: extend the niche-filling enum optimization past 2 variants.Eduard-Mihai Burtescu-0/+37
2017-11-19rustc: optimize out uninhabited types and variants.Eduard-Mihai Burtescu-0/+23
2017-11-19rustc: generalize layout::Variants::NicheFilling to niches other than 0.Eduard-Mihai Burtescu-2/+32
2017-11-19rustc: make Layout::NullablePointer a lot more like Layout::General.Eduard-Mihai Burtescu-0/+3
2017-11-19rustc: collapse Layout::{Raw,StructWrapped}NullablePointer into one variant.Eduard-Mihai Burtescu-0/+1
2017-11-19rustc: remove Ty::layout and move everything to layout_of.Eduard-Mihai Burtescu-29/+0
2017-11-19rustc: use an offset instead of a field path in Layout::StructWrappedNullable...Eduard-Mihai Burtescu-1/+0
2017-11-18Auto merge of #46039 - oli-obk:test_suggestions, r=petrochenkovbors-30/+0
2017-11-17issue better error message when LUB/GLB diverge under new behaviorNiko Matsakis-0/+118
2017-11-16Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1bors-10/+102
2017-11-16Auto merge of #46029 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1/+1
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-30/+0
2017-11-16integrate NLL with MIR type-checkerNiko Matsakis-0/+100
2017-11-16fix error messages relating to removing lint for E0276Niko Matsakis-10/+2
2017-11-16Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrcGuillaume Gomez-1/+1
2017-11-16Auto merge of #45985 - arielb1:unsafe-dedup, r=eddybbors-8/+9
2017-11-15add a new test featuring two impl traits to show what it looks likeNiko Matsakis-0/+32
2017-11-15Add/Fix stderr references for impl Trait ui testsChristopher Vittal-1/+31
2017-11-15some tests featuring multiple bounds, other errorsNiko Matsakis-0/+26
2017-11-15add a UI test showing the current output from an impl trait typeNiko Matsakis-0/+32
2017-11-15Add new error comparision to hide desugaringChristopher Vittal-13/+1
2017-11-15Set short-message feature unstableGuillaume Gomez-1/+1
2017-11-14check_unsafety: fix unused unsafe block duplicationAriel Ben-Yehuda-8/+9
2017-11-13Rollup merge of #45952 - zackmdavis:singular_projection, r=estebankkennytm-0/+36
2017-11-13Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebankkennytm-0/+208
2017-11-12deduplicate projection error (E0271) messagesZack M. Davis-0/+36
2017-11-13Fix commentsShotaro Yamada-1/+1
2017-11-12Improve SubSupConflict case with one named, one anonymous lifetime parameter ...Cengiz Can-91/+48
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-6/+11
2017-11-12Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=...bors-0/+42
2017-11-12MIR-borrowck: fix diagnostics for closuresShotaro Yamada-0/+208
2017-11-11Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1Guillaume Gomez-0/+39
2017-11-11Auto merge of #45807 - tommyip:format_err, r=estebankbors-2/+2
2017-11-10Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakisbors-0/+70
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-8/+114
2017-11-10Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnaykennytm-42/+0
2017-11-10Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakiskennytm-0/+55
2017-11-09Don't emit the feature error if it's an invalid self typeMichael Hewson-10/+1
2017-11-09add reinit testMikhail Modin-0/+39
2017-11-09update test/ui/static-lifetime.stderr with new error messageMichael Hewson-2/+7
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-42/+0
2017-11-08update ui test to new error messageMichael Hewson-5/+14
2017-11-08Auto merge of #45452 - estebank:colon-typo, r=nikomatsakisbors-29/+32
2017-11-08Fix help for duplicated names: `extern crate (...) as (...)`Esteban Küber-0/+55