index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
infinite-loops.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-12
ignore-test cleanup
Steve Klabnik
-27
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-2
/
+0
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-01-29
Remove do keyword from test/
Scott Lawrence
-2
/
+2
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-2
/
+2
2013-04-28
Updated spawn / loop thread to work with current syntax
Dan Luu
-9
/
+8
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-03-09
Add an infinite loop construct
Tim Chevalier
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-3
/
+1
2011-08-31
Revert "Replace xfail-stageN with simply xfail-test"
Marijn Haverbeke
-1
/
+3
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-3
/
+1
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-2
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-12
/
+7
2011-06-27
Basic multithreading support. The infinite loops test successfully maxes out ...
Eric Holk
-0
/
+29