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
2017-06-23
Don't compile assembly on x86_64 Windows
Alex Crichton
-11
/
+15
2017-06-23
Don't build chkstk on x86_64
Alex Crichton
-2
/
+0
2017-06-23
Try testing MinGW targets
Alex Crichton
-14
/
+35
2017-06-23
Remove the travis cache
Alex Crichton
-3
/
+0
2017-06-23
Shore up docs in the macros module
Alex Crichton
-12
/
+77
2017-06-23
Handle aeabi aliasing
Alex Crichton
-86
/
+95
2017-06-23
Deal with floatdidf on x86_64
Alex Crichton
-7
/
+8
2017-06-23
Tweak usage of C shims on MSVC
Alex Crichton
-2
/
+6
2017-06-23
Use `nm` to weed out panics
Alex Crichton
-3
/
+16
2017-06-23
Remove unused rust file
Alex Crichton
-311
/
+0
2017-06-23
Remove executable bit on arm.rs
Alex Crichton
-0
/
+0
2017-06-23
Remove defined intrinsics from build.rs
Alex Crichton
-32
/
+0
2017-06-23
Convert float intrinsics to the `intrinsics!` macro
Alex Crichton
-356
/
+349
2017-06-23
Remove executable bit from conv.rs
Alex Crichton
-0
/
+0
2017-06-23
Less verbose output on symbol check
Alex Crichton
-3
/
+5
2017-06-23
Enable `mem` for intrinsics on linux
Alex Crichton
-6
/
+6
2017-06-23
Fix features needed for the intrinsics example
Alex Crichton
-2
/
+2
2017-06-23
Fix travis intrinsics builds
Alex Crichton
-2
/
+2
2017-06-23
Fix use_c_shim_if
Alex Crichton
-2
/
+2
2017-06-23
Use more intrinsics on msvc
Alex Crichton
-8
/
+8
2017-06-23
Build tweaks
Alex Crichton
-2
/
+4
2017-06-23
Build the intrinsics example separately
Alex Crichton
-3
/
+3
2017-06-23
Require the `compiler-builtins` target for the example
Alex Crichton
-1
/
+1
2017-06-23
More windows linkage guesses
Alex Crichton
-0
/
+1
2017-06-22
Test 64-bit linux
Alex Crichton
-1
/
+1
2017-06-22
Try to fix linkage on windows
Alex Crichton
-0
/
+4
2017-06-22
Fix the abi hack on windows
Alex Crichton
-25
/
+15
2017-06-22
Port udiv to the `intrinsics!` macro
Alex Crichton
-156
/
+112
2017-06-22
Port sdiv to traits + `intrinsics!`
Alex Crichton
-90
/
+183
2017-06-22
Port mul intrinsics to traits
Alex Crichton
-79
/
+208
2017-06-22
Remove executable bit from mod.rs
Alex Crichton
-0
/
+0
2017-06-22
Use traits instead of macros for shift intrinsics
Alex Crichton
-61
/
+166
2017-06-22
Test with the 'c' feature enabled on CI
Alex Crichton
-20
/
+15
2017-06-01
remove unused macros
Jorge Aparicio
-26
/
+0
2017-05-10
Build.rs: better debug output
est31
-4
/
+6
2017-05-08
Fix overflow bug when creating the absolute value
est31
-1
/
+1
2017-05-08
floattidf, floatuntidf: ignore differences smaller than 2 in test
est31
-2
/
+4
2017-05-08
Update cast to 0.2.2 to fix bug in debug mode
est31
-1
/
+1
2017-05-07
Print generated files
est31
-1
/
+3
2017-05-06
Fix test name gotten wrong
est31
-1
/
+1
2017-05-06
Mark the functions just implemented in README.md
est31
-8
/
+8
2017-05-06
Adjust for changed cast function
est31
-4
/
+5
2017-05-06
Implement tests for floatuntidf and floatuntisf
est31
-0
/
+150
2017-05-06
Implement tests for fixunsdfti and fixunssfti
est31
-0
/
+140
2017-05-06
Implement tests for fixdfti and fixsfti
est31
-0
/
+140
2017-05-06
Implement tests for floattidf and floattisf
est31
-1
/
+151
2017-05-06
Use cast 0.2.1 for i128 support
est31
-1
/
+1
2017-05-06
Add i128 <-> float conversion functions
est31
-2
/
+34
2017-05-06
Mark some float related intrinsics as implemented in README.md
est31
-14
/
+14
2017-05-05
Rename float conversion macros to something nicer
est31
-16
/
+16
[prev]
[next]