summary refs log tree commit diff
path: root/src/test/run-pass/intrinsic-alignment.rs
AgeCommit message (Expand)AuthorLines
2018-01-25Make 3 run-pass tests works on android (aarch64 and x86)Marco A L Barbosa-13/+2
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-5/+6
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+1
2016-08-10[emscripten] Disable code paths that don't work on emscriptenJan-Erik Rediger-1/+2
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-1/+2
2016-01-13Simplify some uses of cfg in test casesAnton Blanchard-3/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+3
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-12/+12
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+12
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-10/+10
2015-02-11bitrig integrationDave Huseby-0/+12
2015-02-10Fix aarch64 test issues (same level to arm32)Eunji Jeong-1/+1
2015-02-01openbsd supportSébastien Marie-1/+2
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-1/+1
2015-01-03Initial version of AArch64 support.Akos Kiss-2/+2
2014-10-12Continue cfg syntax transitionSteven Fackler-6/+5
2014-08-23Remove stage0 attributes.Vadim Chugunov-1/+0
2014-08-14Make it pass the pretty-printer test.Vadim Chugunov-1/+1
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-1/+2
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-0/+9
2014-08-04Fix tests.Vadim Chugunov-0/+9
2014-08-02Fix alignment tests for ARM on Linux. #14848Simon Persson-0/+1
2014-07-31Fix test suite for DragonFlyMichael Neumann-0/+1
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-10-14Remove unused abi attributes.Steve Klabnik-1/+0
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