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
/
coretests
/
tests
/
num
Age
Commit message (
Expand
)
Author
Lines
2025-08-18
Implement feature `int_lowest_highest_one` for integer and NonZero types
Alexandre Courbot
-0
/
+74
2025-08-08
Clean up some resolved test regressions of const trait removals in std
Shoyu Vanilla
-2
/
+0
2025-08-05
Renamed `isolate_most_least_significant_one` functions
okaneco
-12
/
+12
2025-07-23
coretests/num: use ldexp instead of hard-coding a power of 2
Ralf Jung
-32
/
+38
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-2
/
+2
2025-06-11
feat: Add `bit_width` for unsigned integer types
Shun Sakai
-0
/
+8
2025-06-09
Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung
bors
-2
/
+4
2025-06-07
Make NonZero<char> possible
Marijn Schouten
-5
/
+16
2025-06-07
Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35
Jacob Pratt
-353
/
+0
2025-06-04
coretests: move float tests from num to floats module and use a more flexible...
Ralf Jung
-353
/
+0
2025-06-04
Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubilee
Matthias Krüger
-0
/
+61
2025-06-03
add tests for negative numbers
Jeremy Smart
-0
/
+14
2025-06-03
Enable Float non-determinism in miri. Update and add tests and change
LorrensP-2158466
-2
/
+4
2025-06-02
add tests
Jeremy Smart
-0
/
+47
2025-06-02
Remove bootstrap cfgs from library/
Josh Stone
-6
/
+0
2025-05-31
Add const support for float rounding methods
Ruan Comelli
-0
/
+114
2025-05-28
coretests: add abs() and copysign() tests, and remove now-unnecessary ui test
Ralf Jung
-45
/
+56
2025-05-28
coretests: simplify test_float macro to derive more things from the type name
Ralf Jung
-134
/
+102
2025-05-18
Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum
bors
-77
/
+501
2025-05-18
float: Add tests for `f16` conversions to and from decimal
Trevor Gross
-77
/
+501
2025-05-11
Make some `f32`/`f64` tests also run in const-context
Urgau
-143
/
+189
2025-03-21
coretests stop relying on `inline_const_pat`
lcnr
-596
/
+604
2025-03-10
Update tests.
Mara Bos
-14
/
+14
2025-03-10
Limit formatting width and precision to 16 bits.
Mara Bos
-1
/
+1
2025-03-02
dec2flt: Refactor float traits
Trevor Gross
-0
/
+61
2025-03-02
dec2flt: Rename fields to be consistent with documented notation
Trevor Gross
-6
/
+6
2025-03-02
dec2flt: Rename `Number` to `Decimal`
Trevor Gross
-13
/
+42
2025-03-02
dec2flt: Rename `Decimal` to `DecimalSeq`
Trevor Gross
-0
/
+31
2025-02-27
checked_ilog tests: deal with a bit of float imprecision
Ralf Jung
-18
/
+56
2025-02-25
disable a potentially bogus test on Miri
Ralf Jung
-0
/
+1
2025-02-24
Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu
Jacob Pratt
-0
/
+328
2025-02-22
Rollup merge of #136910 - okaneco:sig_ones, r=thomcc
Matthias Krüger
-0
/
+68
2025-02-21
Fix unbounded_shifts tests
Connor Horman
-13
/
+22
2025-02-21
Stabilize `unbounded_shifts`
Connor Horman
-0
/
+319
2025-02-20
Implement feature `isolate_most_least_significant_one` for integer types
okaneco
-0
/
+68
2025-02-13
library: Update rand to 0.9.0
Eric Huss
-3
/
+3
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-1
/
+1
2025-01-26
Put all coretests in a separate crate
bjorn3
-0
/
+5283