about summary refs log tree commit diff
path: root/src/test/run-pass/match-range-static.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-21/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-10-09test: Convert statics to constantsAlex Crichton-2/+2
2014-09-19Implement slicing syntax.Nick Cameron-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-05-18minor automated whitespace fixesDaniel Micay-1/+0
2013-05-05Allow non-literal static range pattern for match armsJeong YunWon-0/+10