summary refs log tree commit diff
path: root/src/test/run-pass/rec-align-u64.rs
AgeCommit message (Expand)AuthorLines
2013-08-31document why some tests are xfail-fastDaniel Micay-1/+1
2013-08-31repr: print the name of structsDaniel Micay-1/+3
2013-08-27repr: print integer/float suffixesDaniel Micay-1/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-3/+3
2013-06-17test: adjust some test cases of run-pass for androidYoung-il Choi-2/+2
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-04-23test: fix for missing ARM supportYoung-il Choi-0/+9
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-4/+6
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-16/+10
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-13/+13
2013-01-24librustc: Make C functions unsafePatrick Walton-13/+14
2012-12-18fix 4 repr tests due to differences in spacing. r=burningtree.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+6
2012-09-13fix some of the broken tests (the ones that were doing the right thing)Niko Matsakis-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-05-02rt: Fix some record alignment issues on windowsBrian Anderson-0/+68
2012-05-02Revert "rt: Fix some record alignment issues on windows"Brian Anderson-68/+0
2012-05-02rt: Fix some record alignment issues on windowsBrian Anderson-0/+68