summary refs log tree commit diff
path: root/src/test/run-pass/repeated-vector-syntax.rs
AgeCommit message (Expand)AuthorLines
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+0
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-2/+0
2015-01-07std: Tweak String implementationsAlex Crichton-2/+2
2015-01-07TestsNick Cameron-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
2014-10-16Remove libdebug and update tests.Luqman Aden-4/+7
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-5/+0
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+2
2014-02-02Update/delete tests using @[].Huon Wilson-1/+1
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+2
2013-07-17test: Fix tests.Patrick Walton-6/+5
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-25Expand on cleanups in trans for expr_repeat and add to tests.Luqman Aden-0/+7
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-08-03rustc: Translate repeated vector syntaxPatrick Walton-0/+7