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
2019-09-05
there are no longer any default features
Lokathor
-3
/
+1
2019-08-23
Tidy up unordered elementwise atomic memory intrinsics
Benjamin Saunders
-4
/
+12
2019-08-22
Merge pull request #311 from Ralith/elementwise-unordered-atomics
Alex Crichton
-0
/
+106
2019-08-21
Implement LLVM's elementwise unordered atomic memory intrinsics
Benjamin Saunders
-0
/
+106
2019-08-19
Merge pull request #310 from alexcrichton/modernize
Alex Crichton
-51
/
+83
2019-08-19
Update comment to mention where the __FILE__ macro is used.
Joel Galenson
-1
/
+2
2019-08-19
Modernize the `testcrate` slighty
Alex Crichton
-51
/
+83
2019-08-19
Support deterministic builds by remapping the __FILE__ prefix if the compiler...
Joel Galenson
-0
/
+4
2019-08-13
rustfmt fixes
Lokathor
-8
/
+8
2019-08-13
slightly improve spec and sanity check coverage
Lokathor
-5
/
+171
2019-08-12
Merge pull request rust-lang/libm#216 from Lokathor/sse-sqrt
Alex Crichton
-175
/
+212
2019-08-12
Fix broken link in README
Roman Proskuryakov
-0
/
+2
2019-08-08
update comments
Lokathor
-3
/
+3
2019-08-08
update comments
Lokathor
-3
/
+3
2019-08-07
move use/const statements to a limited scope
Lokathor
-5
/
+6
2019-08-07
apply rustfmt
Lokathor
-217
/
+217
2019-08-07
Improve sqrt/sqrtf if stable intrinsics allow
Lokathor
-188
/
+224
2019-07-24
Bump to 0.1.19
Alex Crichton
-1
/
+1
2019-07-24
Merge pull request #306 from da-x/probestack-frame-pointer
Alex Crichton
-0
/
+7
2019-07-24
probestack: add frame pointers for easier traceback
Dan Aloni
-0
/
+7
2019-07-19
Bump to 0.1.18
Alex Crichton
-1
/
+1
2019-07-19
Merge pull request #302 from bjorn3/no_128bit_lang_items
Alex Crichton
-107
/
+39
2019-07-15
Merge pull request #301 from RalfJung/dyn
Alex Crichton
-2
/
+2
2019-07-15
Bump to 0.1.17
Alex Crichton
-1
/
+1
2019-07-13
Fix tests
bjorn3
-8
/
+8
2019-07-13
Replace {u,i}128_* lang items with __rust_{u,i}128_* unmangled functions
bjorn3
-99
/
+31
2019-07-13
avoid bare trait objects
Ralf Jung
-2
/
+2
2019-07-13
remove unused imports
Ralf Jung
-4
/
+0
2019-07-13
avoid ptr::write which might panic in debug mode
Ralf Jung
-2
/
+3
2019-07-11
Merge pull request rust-lang/libm#209 from gnzlbg/fma
Alex Crichton
-2
/
+21
2019-07-10
Fix overflow bug in fma
gnzlbg
-21
/
+2
2019-07-10
Remove most `#[inline]` annotations
Alex Crichton
-91
/
+2
2019-07-10
Add FMA tests that cause it to segfault
gnzlbg
-0
/
+38
2019-07-09
Merge pull request rust-lang/libm#205 from gnzlbg/fenv
Alex Crichton
-9
/
+9
2019-07-09
Floating-point environment APIs are private
gnzlbg
-9
/
+9
2019-07-09
Add nextafter and nextafterf from musl
gnzlbg
-0
/
+80
2019-07-04
Merge pull request rust-lang/libm#196 from Schultzer/add-remainder
Alex Crichton
-0
/
+16
2019-07-03
Remove traits from README
gnzlbg
-26
/
+1
2019-07-03
Bump minor version to 0.2.0
gnzlbg
-1
/
+1
2019-07-03
Remove F32Ext and F64Ext
gnzlbg
-599
/
+0
2019-07-03
Only return the fp value.
Benjamin Schultzer
-4
/
+6
2019-07-03
Add remainder
Benjamin Schultzer
-0
/
+14
2019-07-02
Add signum
Benjamin Schultzer
-4
/
+20
2019-07-02
Merge pull request rust-lang/libm#191 from m1el/fuzz-rem-overflows
Alex Crichton
-21
/
+48
2019-07-02
Fixed a few int overflows
Igor null
-21
/
+48
2019-07-02
Run benchmarks on CI
gnzlbg
-1
/
+1
2019-07-02
Re-export the stable libm feature
gnzlbg
-0
/
+4
2019-07-02
Do not enable default features in benchmarks
gnzlbg
-1
/
+1
2019-07-02
Move benchmarks into its own crate
gnzlbg
-12
/
+25
2019-07-01
Add benchmark suite
Benjamin Schultzer
-1
/
+138
[prev]
[next]