about summary refs log tree commit diff
path: root/src/test/run-pass/intrinsics-integer.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-179/+0
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-16ci: Disable optimized tests for asm.jsAlex Crichton-0/+2
2018-03-06Add i128 tests for intrinsicsAmanieu d'Antras-1/+26
2018-02-28Add bitreverse intrinsicAmanieu d'Antras-0/+10
2017-06-08Add ctlz_nonzero & cttz_nonzero intrinsicsScott McMurray-0/+37
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-10/+8
2015-10-31Check unchecked_div|rem's specialisationNicholas Mazzuca-91/+82
2015-04-26Remove duplicated tests for the cttz intrinsicBjörn Steinbrink-5/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-02partial set of fixes for fallout in tests/run-passFelix S. Klock II-0/+1
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-78/+78
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+1
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+1
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-97/+96
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
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-10-07Fix existing privacy/visibility violationsAlex Crichton-18/+18
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-78/+78
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-77/+77
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-77/+77
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-20/+22
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-24librustc: Make C functions unsafePatrick Walton-82/+82
2012-12-27Add support for byteswap intrinsicsJens Nockert-0/+8
2012-12-21Add support for bitcount intrinsicsJens Nockert-0/+112