about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-11-11Fix MIR borrowck EndRegion not foundRamana Venkata-9/+33
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-8/+148
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-16/+0
2017-11-10Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakiskennytm-0/+56
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-2/+40
2017-11-10Fix typo in -Zsaturating-float-casts testRobin Kruppe-2/+2
2017-11-09Auto merge of #45757 - mikhail-m1:change-mir-dump-filename, r=nikomatsakisbors-132/+132
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-16/+0
2017-11-09change separator from `.` to `-`Mikhail Modin-20/+20
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-130/+130
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-28/+12
2017-11-09Auto merge of #45688 - Gankro:layout-tests, r=alexcrichtonbors-0/+173
2017-11-08Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakisbors-27/+64
2017-11-08Auto merge of #45452 - estebank:colon-typo, r=nikomatsakisbors-31/+32
2017-11-08Fix help for duplicated names: `extern crate (...) as (...)`Esteban Küber-0/+56
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/+290
2017-11-08Auto merge of #45866 - JohnColanduoni:issue-45731, r=alexcrichtonbors-0/+34
2017-11-08Disable u128 <-> float tests on emscriptenRobin Kruppe-29/+39
2017-11-08Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakisbors-391/+483
2017-11-08incr.comp.: Adapt nested_items test to new HIR hashing rules.Michael Woerister-18/+18
2017-11-08incr.comp.: Make DefSpan an input dep-node so it is not affected by the exist...Michael Woerister-7/+9
2017-11-08Disable `mmap` in `libbacktrace` on Apple platformsJohn Colanduoni-0/+34
2017-11-08Update fastcall-inreg codegen test so that functions actually get instantiated.Michael Woerister-7/+7
2017-11-08Auto merge of #45862 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+59
2017-11-08Auto merge of #45735 - tirr-c:issue-45730, r=arielb1bors-0/+51
2017-11-07Add more elements in the sidebarGuillaume Gomez-0/+59
2017-11-07Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe-39/+113
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-0/+206
2017-11-07incr.comp.: Acknowledge the fact that shift operations can panic at runtime.Michael Woerister-2/+37
2017-11-07Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytmkennytm-0/+46
2017-11-07Rollup merge of #45764 - QuietMisdreavus:rustdoc-doctest-lints, r=GuillaumeGomezkennytm-4/+4
2017-11-07Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakiskennytm-12/+53
2017-11-07Fix some rebasing fallout.Michael Woerister-5/+8
2017-11-07Update run-make tests.Michael Woerister-2/+16
2017-11-07Update mir-opt tests.Michael Woerister-5/+20
2017-11-07Update compile-fail tests.Michael Woerister-33/+36
2017-11-07Update codegen tests.Michael Woerister-20/+20
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-275/+285
2017-11-07Update invalid inline arg test.Michael Woerister-1/+3
2017-11-07Add regression tests for non-instantiation of inline and const fns.Michael Woerister-0/+45
2017-11-07Update codegen-unit tests.Michael Woerister-47/+47
2017-11-07Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavusbors-0/+25
2017-11-06Update comments in cast-lt.ppAlec Theriault-3/+1
2017-11-06review commentsEsteban Küber-2/+2
2017-11-06Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1bors-0/+85
2017-11-06collect unused unsafe codeAriel Ben-Yehuda-8/+114
2017-11-06run unsafety checking before dead block collectionAriel Ben-Yehuda-0/+15
2017-11-06Test error for `...` in expressionsBadel2-0/+38