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
/
libcore
/
tests
/
num
Age
Commit message (
Expand
)
Author
Lines
2020-04-06
Use assoc float consts in libcore
Linus Färnstrand
-6
/
+2
2020-04-05
Stop importing int/float modules in libcore
Linus Färnstrand
-5
/
+1
2020-02-17
Drop unused argument to float functions
Mark Rousskov
-236
/
+224
2020-01-12
Tests for leading_trailing_ones
Thom Chiovoloni
-0
/
+54
2019-12-22
Format the world
Mark Rousskov
-576
/
+709
2019-12-09
Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichton
Tyler Mandry
-9
/
+14
2019-12-07
fix warnings with cfg(miri)
Ralf Jung
-3
/
+10
2019-12-07
libcore: ignore tests in Miri instead of removing them entirely
Ralf Jung
-6
/
+4
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-467
/
+535
2019-11-29
Remove unneeded prelude imports in libcore tests
David Tolnay
-3
/
+0
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-08-09
Miri is really slow
Ralf Jung
-4
/
+5
2019-08-09
enable flt2dec tests in Miri
Ralf Jung
-7
/
+41
2019-08-04
bump libcore tests to rand 0.7
Ralf Jung
-4
/
+4
2019-06-09
Miri: disable a slow test
Ralf Jung
-0
/
+2
2019-04-25
Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichton
bors
-0
/
+26
2019-04-25
Add tests for saturating_abs() and saturating_neg functions
Tobias Rapp
-0
/
+26
2019-04-22
Remove double trailing newlines
varkor
-6
/
+0
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+3
2019-03-16
Rollup merge of #59206 - sntdevco:master, r=dtolnay
kennytm
-24
/
+24
2019-03-15
Improved test output for libcore/num/int_macros
sntdevco
-24
/
+24
2019-03-10
we can now skip should_panic tests with the libtest harness
Ralf Jung
-14
/
+0
2019-02-13
review or fix remaining miri failures in libcore
Ralf Jung
-2
/
+18
2019-02-07
disable tests in Miri
Ralf Jung
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-200
/
+0
2018-12-17
fix tests
Nicole Mazzuca
-2
/
+2
2018-12-17
rename div_euc -> div_euclid, and mod_euc -> rem_euclid
Nicole Mazzuca
-15
/
+15
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-3
/
+10
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-11-14
core/tests/num: Simplify `test_int_from_str_overflow()` test code
Tobias Bieniek
-16
/
+8
2018-09-04
Breaking change upgrades
Mark Rousskov
-8
/
+8
2018-07-27
Use str::repeat
Shotaro Yamada
-2
/
+1
2018-07-03
Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton
bors
-0
/
+127
2018-06-26
Add unit tests for `.mod_euc()` and `.div_euc()`
Fabian Kössel
-0
/
+19
2018-06-06
Revert "Remove TryFrom impls that might become conditionally-infallible with ...
Simon Sapin
-0
/
+127
2018-06-01
Add @ithinuel's tests from #50597
Clar Charr
-0
/
+21
2018-05-22
Remove the unstable Float trait
Simon Sapin
-39
/
+38
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-1
/
+0
2018-05-09
Rollup merge of #50464 - est31:master, r=rkruppe
kennytm
-6
/
+4
2018-05-06
Some final touches to ensure `./x.py test --stage 0 src/lib*` works
kennytm
-0
/
+1
2018-05-05
Remove some transmutes
est31
-6
/
+4
2018-04-24
core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`
Daiki Mizukami
-0
/
+5
2018-03-27
Remove TryFrom impls that might become conditionally-infallible with a portab...
Simon Sapin
-127
/
+0
2018-03-11
Update Cargo submodule
Alex Crichton
-0
/
+161
2018-03-06
Add reverse_bits to integer types
Amanieu d'Antras
-0
/
+11
2018-02-19
Make ".e0" not parse as 0.0
varkor
-0
/
+6
2018-01-11
Enable num tests on wasm
Diggory Blake
-1
/
+0
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-132
/
+1
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-2
/
+1
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-5
/
+0
[next]