summary refs log tree commit diff
path: root/src/test/run-pass/trailing-comma.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-7/+7
2014-11-30Allow trailing commas in array patterns and attributesP1start-0/+6
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-08-23Add support for trailing commas in more placesP1start-2/+24
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-01-23Allow trailing commas in argument lists and tuple patternsSeo Sanghyeon-0/+16