about summary refs log tree commit diff
path: root/src/test/run-pass/issue-8827.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-62/+0
2018-08-05Fix test/run-passvarkor-2/+0
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-3/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-06Fallout from stabilizationAaron Turon-3/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-5/+5
2014-12-29std: Stabilize the prelude moduleAlex Crichton-4/+7
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-04-27test: Add tests for closed issuesAlex Crichton-0/+58