summary refs log tree commit diff
path: root/src/test/run-pass/issue-8460.rs
AgeCommit message (Expand)AuthorLines
2017-04-20Remove num::{Zero,One}Josh Stone-12/+23
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2016-10-12Stabilise attributes on statements.Nick Cameron-1/+1
2016-06-05Enable the overflow-related tests for MIRJames Miller-2/+0
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-21/+34
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+2
2015-04-21test: Fix fallout in testsAlex Crichton-27/+22
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-30Fallout where types must be specified.Niko Matsakis-10/+10
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-21/+21
2015-02-16rustc_trans: promote constant rvalues in functions as an optimization.Eduard Burtescu-21/+25
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-06Fallout from stabilizationAaron Turon-20/+20
2015-01-03Remove deprecated functionalityAlex Crichton-21/+21
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-20/+20
2014-06-06rustc: Avoid UB with signed division/remainderAlex Crichton-0/+35