summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-12-22re-add tests from fixed regressionsAriel Ben-Yehuda-0/+37
2017-12-21Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"Ariel Ben-Yehuda-41/+14
2017-12-21Revert "rustc_trans: don't write discriminants for uninhabited variants"Ariel Ben-Yehuda-37/+0
2017-12-07rustc_trans: don't write discriminants for uninhabited variantsSimon Sapin-0/+37
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-128/+175
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-128/+175
2017-11-19Auto merge of #45225 - eddyb:trans-abi, r=arielb1bors-14/+41
2017-11-19rustc: represent the discriminant as a field for Layout::{Raw,StructWrapped}N...Eduard-Mihai Burtescu-0/+25
2017-11-19rustc: do not inject discriminant fields into Layout::General's variants.Eduard-Mihai Burtescu-0/+3
2017-11-19rustc_trans: remove the in_memory_type_of distinction.Eduard-Mihai Burtescu-14/+0
2017-11-18rustc_mir: always downcast enums, even if univariant.Eduard-Mihai Burtescu-0/+13
2017-11-18Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakisbors-0/+54
2017-11-17Add run-pass test for assignment to static mutKeith Yeung-0/+23
2017-11-17Auto merge of #45853 - nikomatsakis:chalk-simplify-hr-lub-glb, r=arielb1bors-0/+24
2017-11-17Allow assignment to static mutsKeith Yeung-0/+31
2017-11-17make LUB/GLB of higher-ranked things actually do EQNiko Matsakis-0/+24
2017-11-17MIR: hide .rodata constants vs by-ref ABI clash in trans.Eduard-Mihai Burtescu-1/+16
2017-11-16Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1bors-1/+45
2017-11-16leak the affects of closures on the free-region-map, like we used toNiko Matsakis-0/+44
2017-11-16rename `region_inference` module to `region_constraints`Niko Matsakis-1/+1
2017-11-15Disallow all impl Trait within Fn trait sugarChristopher Vittal-4/+6
2017-11-15some tests featuring multiple bounds, other errorsNiko Matsakis-0/+23
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-15Add/Modify tests for argument position impl TraitChristopher Vittal-13/+57
2017-11-14Auto merge of #45909 - sinkuu:issue-45885, r=arielb1bors-0/+38
2017-11-12Auto merge of #45900 - rkruppe:u128-to-f32-saturation-by-default, r=alexcrichtonbors-21/+59
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-0/+115
2017-11-12Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=...bors-0/+35
2017-11-11Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma...bors-0/+3
2017-11-10Auto merge of #45804 - gnzlbg:div_intr, r=alexcrichtonbors-0/+14
2017-11-10Normalize inlined function in MIR inlinerShotaro Yamada-0/+38
2017-11-10Make saturating u128 -> f32 casts the default behaviorRobin Kruppe-21/+59
2017-11-10Rollup merge of #45901 - rkruppe:fix-typo, r=kennytmkennytm-2/+2
2017-11-10Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnaykennytm-0/+26
2017-11-10Fix typo in -Zsaturating-float-casts testRobin Kruppe-2/+2
2017-11-09add run-pass testsMichael Hewson-0/+115
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-0/+26
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-377/+0
2017-11-09Auto merge of #45688 - Gankro:layout-tests, r=alexcrichtonbors-0/+173
2017-11-08Add reftest that checks the layout of repr(int) on non-c-like enumsAlexis Beingessner-0/+173
2017-11-08Auto merge of #45205 - rkruppe:saturating-casts, r=eddybbors-0/+164
2017-11-08Disable u128 <-> float tests on emscriptenRobin Kruppe-29/+39
2017-11-08look for the note on the guarantor, not the root cmtNiko Matsakis-0/+35
2017-11-08Disable `mmap` in `libbacktrace` on Apple platformsJohn Colanduoni-0/+34
2017-11-07Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe-39/+52
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-0/+141
2017-11-06[intrinsics] add div and rem vector testsgnzlbg-0/+14
2017-11-05Auto merge of #45723 - sinkuu:ice_45493, r=arielb1bors-0/+26
2017-11-05Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1bors-0/+115