about summary refs log tree commit diff
path: root/src/test/run-pass/const-fields-and-indexing.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-34/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-5/+3
2014-10-09test: Convert statics to constantsAlex Crichton-4/+4
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-3/+3
2013-08-17Fix warnings it testsErick Tryzelaar-2/+0
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-9/+8
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-3/+8
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-20Remove old fixed-length vector syntaxBen Striegel-2/+2
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-0/+4
2012-08-09Finish translating const indexing. Close #1417, close #570, close #571, close...Graydon Hoare-9/+5
2012-08-08Const field access (working) and vec indexing (almost). More for #2317.Graydon Hoare-0/+20