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
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-30
Revert "Conversion from a wider to a narrower IEEE-754 floating-point type"
Alex Crichton
-0
/
+1
2018-09-17
Conversion from a wider to a narrower IEEE-754 floating-point type
Paolo Teti
-1
/
+0
2018-09-09
Merge pull request #259 from paoloteti/cc-rs
Alex Crichton
-26
/
+0
2018-09-08
Remove unused variable target_arch_arm
Paolo Teti
-3
/
+0
2018-09-08
Remove superfluous cc flags
Paolo Teti
-23
/
+0
2018-09-07
Merge pull request #256 from jordanrh1/windows-arm
Alex Crichton
-1
/
+1
2018-09-07
Remove unnecessary check
Jordan Rhee
-1
/
+1
2018-09-06
Try undoing unnecessary change
Jordan Rhee
-1
/
+1
2018-09-06
Support windows/arm target
Jordan Rhee
-2
/
+2
2018-09-04
Fix some `use_c_shim_if` directives
Alex Crichton
-0
/
+2
2018-08-06
Follow up on PR #252
Yu Ding
-1
/
+0
2018-08-06
Fix symbol collision caused by floatdisf
Yu Ding
-1
/
+0
2018-07-16
Don't build multc3 on AArch64 MSVC
Alex Crichton
-1
/
+4
2018-07-16
openbsd: doesn't use `static` as it could result duplicated symbols
Sébastien Marie
-1
/
+1
2018-05-12
use system library on openbsd
Sébastien Marie
-0
/
+7
2018-04-05
Merge pull request #234 from ketsuban/master
Alex Crichton
-2
/
+0
2018-04-05
Remove reference to C impl of float[un]disf
Thomas Winwood
-2
/
+0
2018-02-25
Remove ledf2vfp.S and lesf2vfp.S from build list
Paolo Teti
-2
/
+0
2018-02-16
Fix thumbv6m build (feature=c)
Paolo Teti
-5
/
+0
2018-02-11
Collection of VFP intrinsics
Paolo Teti
-11
/
+0
2018-02-11
Set -mfloat-abi=hard not only for thumb targets
Paolo Teti
-4
/
+6
2018-02-08
Add generic conversion from a narrower to a wider FP type
Paolo Teti
-1
/
+0
2018-02-04
Add support for sub*f3vfp and add*f3vfp
Paolo Teti
-4
/
+0
2018-01-31
Simplify how testing is done
Alex Crichton
-5493
/
+0
2018-01-30
Fix build errors on arm*-linux-gnueabi
Paolo Teti
-0
/
+20
2018-01-30
Add test cases for Mul[s/d]f3vfp and Div[s/d]f3vfp
Paolo Teti
-0
/
+339
2018-01-29
Add support for mul[s/d]f3vfp and div[s/d]f3vfp
Paolo Teti
-4
/
+0
2018-01-24
Fix some typos/bugs with float comparison intrinsics
Alex Crichton
-2
/
+0
2018-01-19
Fix build issue and comments
Paolo Teti
-1
/
+2
2018-01-19
Skip aeabi_cdcmp and aeabi_cfcmp on big-endian targets
Paolo Teti
-4
/
+14
2018-01-12
comparesf2: do not build the assembly versions of intrinsics on ARM.
whitequark
-1
/
+0
2017-12-29
comparesf2/comparedf2: fix a signedness bug and add tests.
whitequark
-0
/
+318
2017-12-29
comparesf2/comparedf2: do not build the C versions of intrinsics.
whitequark
-2
/
+0
2017-12-26
Use kernel user helpers for armv4t
Marco A L Barbosa
-2
/
+2
2017-11-28
Auto merge of #212 - tamird:fomit-frame-pointer-not-supported-arm, r=alexcric...
bors
-1
/
+9
2017-11-27
Avoid warning spew
Tamir Duberstein
-1
/
+9
2017-11-26
Remove mulsf3.c and muldf3.c from compiler-rt.
Jan Teske
-2
/
+0
2017-11-25
Another attempt at making MIPS happy
Scott McMurray
-15
/
+13
2017-11-25
Autogenerate the add/sub tests
Scott McMurray
-0
/
+484
2017-11-19
Remove divsf3.c from compiler-rt
Alex Crichton
-2
/
+0
2017-11-13
Implement divsf3 and divdf3
Oliver Geller
-0
/
+185
2017-11-08
Implement mulsf3 and muldf3
Oliver Geller
-0
/
+230
2017-11-01
Prepare this crate for more wasm32 compatibility
Alex Crichton
-3
/
+13
2017-10-05
Add atomic support for pre-ARMv6 on Linux
Amanieu d'Antras
-0
/
+5
2017-09-22
Update to the `cc` dependency
Alex Crichton
-2
/
+2
2017-09-17
Disable empty intrinsics on i686-apple-darwin
Alex Crichton
-1
/
+3
2017-09-15
Implement x86 chkstk in "rust"
Matt Ickstadt
-2
/
+0
2017-09-12
Update rustbuild commentary
Tamir Duberstein
-4
/
+8
2017-09-07
Update the gcc crate to 0.3.53 and disable compilation warnings
est31
-1
/
+3
2017-07-07
Don't mangle probes all the time
Alex Crichton
-8
/
+11
[next]