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
/
library
/
compiler-builtins
Age
Commit message (
Expand
)
Author
Lines
2018-07-12
re-structure for compiler-builtins integration
Jorge Aparicio
-20
/
+30
2018-07-12
update the README
Jorge Aparicio
-49
/
+7
2018-07-12
add more commented out tests
Jorge Aparicio
-0
/
+19
2018-07-12
bors-ng support
Jorge Aparicio
-0
/
+6
2018-07-12
add more testing infrastructure
Jorge Aparicio
-0
/
+188
2018-07-12
add test infrastructure for f64 functions
Jorge Aparicio
-11
/
+230
2018-07-12
add comment about issue rust-lang/libm#4
Jorge Aparicio
-0
/
+3
2018-07-12
fmodf is done
Jorge Aparicio
-1
/
+1
2018-07-12
update the README
Jorge Aparicio
-1
/
+7
2018-07-12
implement fmodf
Jorge Aparicio
-0
/
+96
2018-07-12
use approximate equality with 1 ULP of tolerance
Jorge Aparicio
-3
/
+9
2018-07-12
Try to fix intrinsics example on nightly
Alex Crichton
-6
/
+29
2018-07-12
Merge pull request #247 from ljedrz/outdated_feature
Alex Crichton
-2
/
+0
2018-07-12
Try to fix example's compile on nightly
Alex Crichton
-4
/
+5
2018-07-12
Remove #![feature(i128_type)] as i128 is stable
ljedrz
-2
/
+0
2018-07-12
add CI
Jorge Aparicio
-1
/
+48
2018-07-12
initial commit
Jorge Aparicio
-0
/
+1069
2018-07-10
Upgrade compiler-rt submodule, mostly for sanitizers
Alex Crichton
-0
/
+0
2018-05-28
Explain why we need extra check in probestack.
Masaki Hara
-0
/
+5
2018-05-27
Fix segfault on probestack with dynamic alloca.
Masaki Hara
-0
/
+7
2018-05-14
Allow failures on thumb for now
Alex Crichton
-0
/
+5
2018-05-14
Update compiler-rt
Alex Crichton
-0
/
+0
2018-05-12
Merge pull request #241 from semarie/openbsd
Alex Crichton
-0
/
+7
2018-05-12
More attempts for intrinsics example
Alex Crichton
-23
/
+3
2018-05-12
use system library on openbsd
Sébastien Marie
-0
/
+7
2018-05-11
More CI fixes
Alex Crichton
-2
/
+3
2018-05-11
Attempt to fix tests on latest nightly
Alex Crichton
-113
/
+108
2018-04-05
Merge pull request #234 from ketsuban/master
Alex Crichton
-4
/
+22
2018-04-05
Remove reference to C impl of float[un]disf
Thomas Winwood
-2
/
+0
2018-03-27
Fix incorrect names used / generated on ARM
Tim Neumann
-1
/
+67
2018-03-20
stable_features allowed temporarily
Mark Mansi
-0
/
+1
2018-03-18
Put back feature
Mark Mansi
-0
/
+1
2018-03-17
i128 is being stabilized
Mark Mansi
-1
/
+0
2018-03-14
Add __floatdisf and __floatundisf intrinsics
Thomas Winwood
-2
/
+22
2018-02-25
Remove ledf2vfp.S and lesf2vfp.S from build list
Paolo Teti
-2
/
+0
2018-02-25
TravisCI: remove allow_failures for thumb* targets
Paolo Teti
-5
/
+0
2018-02-25
Add missing test cases for __unordsf2/__unorddf2
Paolo Teti
-0
/
+12
2018-02-25
Add __ledf2vfp and __lesf2vfp
Paolo Teti
-2
/
+24
2018-02-25
Remove no_std features
Paolo Teti
-5
/
+2
2018-02-25
Keep mangled-names as a default feature
Paolo Teti
-6
/
+9
2018-02-25
testcrate/lib.rs: use #![no_std] unconditionally
Paolo Teti
-9
/
+1
2018-02-24
Use upstream for utest
Paolo Teti
-3
/
+3
2018-02-18
Fix CI for thumb* targets
Paolo Teti
-18
/
+56
2018-02-16
Fix thumbv6m build (feature=c)
Paolo Teti
-8
/
+8
2018-02-12
Auto merge of #231 - paoloteti:vfp, r=alexcrichton
bors
-31
/
+150
2018-02-12
Merge branch 'llvm-60'
Alex Crichton
-1
/
+1
2018-02-12
Update Progress list
Paolo Teti
-4
/
+4
2018-02-11
Collection of VFP intrinsics
Paolo Teti
-23
/
+140
2018-02-11
Set -mfloat-abi=hard not only for thumb targets
Paolo Teti
-4
/
+6
2018-02-09
Fix __subsf3 and __subdf3 on x86
Paolo Teti
-2
/
+4
[prev]
[next]