about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-11-17issue better error message when LUB/GLB diverge under new behaviorNiko Matsakis-0/+118
2017-11-17make LUB/GLB of higher-ranked things actually do EQNiko Matsakis-0/+24
2017-11-16Auto merge of #45897 - tromey:trait-object-debug, r=michaelwoeristerbors-0/+33
2017-11-16Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1bors-37/+172
2017-11-16Auto merge of #46029 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-168/+90
2017-11-16leak the affects of closures on the free-region-map, like we used toNiko Matsakis-0/+44
2017-11-16fix mir-opt NLL tests -- variable `'_#0r` is now `'static`Niko Matsakis-25/+25
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-16rename `region_inference` module to `region_constraints`Niko Matsakis-1/+1
2017-11-16Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrcGuillaume Gomez-1/+1
2017-11-16Rollup merge of #45984 - ExpHP:attr-error-context, r=estebankGuillaume Gomez-22/+14
2017-11-16Rollup merge of #45951 - CrockAgile:master, r=michaelwoeristerGuillaume Gomez-145/+75
2017-11-16Auto merge of #45985 - arielb1:unsafe-dedup, r=eddybbors-8/+9
2017-11-16Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxcbors-2/+12
2017-11-15Auto merge of #45918 - chrisvittal:impl-trait-pr, r=nikomatsakisbors-107/+609
2017-11-15convert EXTRA_REQUIREMENT_IN_IMPL into a hard errorNiko Matsakis-1/+0
2017-11-15add a new test featuring two impl traits to show what it looks likeNiko Matsakis-0/+32
2017-11-15Remove Fn trait + impl Trait rustdoc testsChristopher Vittal-5/+9
2017-11-15Add cases to where-allowed.rsChristopher Vittal-4/+9
2017-11-15Add/Fix stderr references for impl Trait ui testsChristopher Vittal-1/+31
2017-11-15Disallow all impl Trait within Fn trait sugarChristopher Vittal-4/+6
2017-11-15Incorporate review feedbackChristopher Vittal-2/+0
2017-11-15some tests featuring multiple bounds, other errorsNiko Matsakis-0/+49
2017-11-15add a UI test showing the current output from an impl trait typeNiko Matsakis-0/+32
2017-11-15add some more positive testsNiko Matsakis-0/+99
2017-11-15rename `equality-universal` to a more extensible naming schemeNiko Matsakis-0/+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-22/+160
2017-11-15Add universal_impl_trait feature gateChristopher Vittal-1/+17
2017-11-15Add new error comparision to hide desugaringChristopher Vittal-13/+1
2017-11-15Auto merge of #45938 - vramana:fix-ice-45698, r=arielb1bors-0/+24
2017-11-15Set short-message feature unstableGuillaume Gomez-1/+1
2017-11-15fix testMikhail Modin-2/+1
2017-11-15Emit debug info for trait object pointerTom Tromey-0/+33
2017-11-15add `StorageDead` handlingMikhail Modin-0/+30
2017-11-15Auto merge of #45922 - vramana:fix-45702, r=nikomatsakisbors-9/+33
2017-11-15Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1bors-0/+42
2017-11-14add NOTE: to test notesMichael Lamparski-14/+14
2017-11-15Fix printing of upvar in closuresRamana Venkata-0/+24
2017-11-14Remove checked arithmetic from if expression hash testsJeff Crocker-4/+4
2017-11-14Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakisbors-29/+82
2017-11-14Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1Guillaume Gomez-1/+6
2017-11-14Rollup merge of #45950 - fitzgen:update-unary-and-binary-exprs-test-to-use-in...Guillaume Gomez-112/+56
2017-11-14Rollup merge of #45941 - gaurikholkar:master, r=nikomatsakisGuillaume Gomez-60/+47
2017-11-14Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomezGuillaume Gomez-2/+2
2017-11-14check_unsafety: fix unused unsafe block duplicationAriel Ben-Yehuda-8/+9