about summary refs log tree commit diff
path: root/src/test/run-pass/infinite-loops.rs
AgeCommit message (Expand)AuthorLines
2015-06-12ignore-test cleanupSteve Klabnik-27/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+2
2013-04-28Updated spawn / loop thread to work with current syntaxDan Luu-9/+8
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-3/+1
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-1/+3
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-3/+1
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-12/+7
2011-06-27Basic multithreading support. The infinite loops test successfully maxes out ...Eric Holk-0/+29