index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
intrinsics-integer.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-179
/
+0
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-16
ci: Disable optimized tests for asm.js
Alex Crichton
-0
/
+2
2018-03-06
Add i128 tests for intrinsics
Amanieu d'Antras
-1
/
+26
2018-02-28
Add bitreverse intrinsic
Amanieu d'Antras
-0
/
+10
2017-06-08
Add ctlz_nonzero & cttz_nonzero intrinsics
Scott McMurray
-0
/
+37
2016-01-11
[breaking-change] remove negate_unsigned feature gate
Oliver Schneider
-10
/
+8
2015-10-31
Check unchecked_div|rem's specialisation
Nicholas Mazzuca
-91
/
+82
2015-04-26
Remove duplicated tests for the cttz intrinsic
Björn Steinbrink
-5
/
+0
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-04-02
partial set of fixes for fallout in tests/run-pass
Felix S. Klock II
-0
/
+1
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-78
/
+78
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-1
/
+1
2014-06-23
librustc: Feature gate lang items and intrinsics.
Patrick Walton
-1
/
+1
2014-04-15
Use the unsigned integer types for bitwise intrinsics.
Huon Wilson
-97
/
+96
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-04-04
Fix inner attribute syntax from `#[foo];` to `#![foo]`
Timothée Ravier
-1
/
+1
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-2
/
+0
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2013-10-14
Remove unused abi attributes.
Steve Klabnik
-1
/
+0
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-18
/
+18
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-0
/
+2
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-1
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-78
/
+78
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+1
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-77
/
+77
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-77
/
+77
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-20
/
+22
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-82
/
+82
2012-12-27
Add support for byteswap intrinsics
Jens Nockert
-0
/
+8
2012-12-21
Add support for bitcount intrinsics
Jens Nockert
-0
/
+112