summary refs log tree commit diff
path: root/src/test/run-pass/intrinsic-alignment.rs
AgeCommit message (Expand)AuthorLines
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-06-17test: adjust some test cases of run-pass for androidYoung-il Choi-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-8/+8
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-0/+4
2013-04-23test: fix for missing ARM supportYoung-il Choi-0/+11
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-4/+6
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-3/+2
2013-01-24librustc: Make C functions unsafePatrick Walton-6/+12
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-11/+9
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+3
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-9/+23
2012-05-02Revert "rt: Fix some record alignment issues on windows"Brian Anderson-22/+10
2012-05-02rt: Fix some record alignment issues on windowsBrian Anderson-10/+22
2012-04-27rustc: Add min_align_of, pref_align_of intrinsic, deprecate align_ofBrian Anderson-0/+19