COMMITS
/ library/coretests/tests/lib.rs June 1, 2026
J
Rollup merge of #156832 - hanna-kruppe:consistent-strict-provenance-lints, r=jhpratt
Jacob Pratt committed
May 13, 2026
Z
Move `IoSlice(Mut)` tests from `std` to `coretests`
Zac Harrold committed
May 22, 2026
H
library: use strict provenance lints consistently
Hanna Kruppe committed
May 25, 2026
May 16, 2026
G
Widen 'widening_mul' result; Remove 'widening_mul' from 'u128' and 'i128';
Gabriel Bjørnager Jensen committed
May 15, 2026
L
Stabilize bool_to_result
LimpSquid committed
May 5, 2026
J
core: drop unmapped ZSTs in array `map`
joboet committed
April 14, 2026
Z
Move `std::io::ErrorKind` to `core::io`
Zac Harrold committed
April 19, 2026
J
Rollup merge of #153873 - folkertdev:deprecate-char-max, r=Mark-Simulacrum
Jonathan Brouwer committed
April 17, 2026
J
Rollup merge of #153178 - sorairolake:feature/try-from-int-error-kind, r=tgross35
Jonathan Brouwer committed
February 28, 2026
S
feat: Add `TryFromIntError::kind` and `IntErrorKind::NotAPowerOfTwo`
Shun Sakai committed
April 13, 2026
J
Rollup merge of #155147 - sorairolake:stabilize-int-lowest-highest-one, r=jhpratt
Jonathan Brouwer committed
J
Rollup merge of #155131 - sorairolake:stabilize-uint-bit-width, r=jhpratt
Jonathan Brouwer committed
April 11, 2026
S
Stabilize feature `int_lowest_highest_one`
Shun Sakai committed
April 10, 2026
S
Stabilize feature `uint_bit_width`
Shun Sakai committed
O
Stabilize feature `isolate_most_least_significant_one`
okaneco committed
April 7, 2026
J
Rollup merge of #154761 - Vastargazing:add-regression-tests-cmp-argument-order, r=jhpratt
Jonathan Brouwer committed
April 4, 2026
J
Rollup merge of #150129 - a1phyr:improve_buf_api, r=joshtriplett
Jonathan Brouwer committed
April 3, 2026
V
coretests: add argument order regression tests for min_by/max_by/minmax_by
Vastargazing committed
March 4, 2026
P
stabilize new Range type and iterator
Peter Jaszkowiak committed
J
Rollup merge of #152164 - mu001999-contrib:lint/unused_features, r=JonathanBrouwer
Jonathan Brouwer committed
March 24, 2026
J
Rollup merge of #153874 - bend-n:constify-const-fn-destruct, r=oli-obk
Jonathan Brouwer committed
March 23, 2026
J
Rollup merge of #122668 - Jules-Bertholet:titlecase, r=Mark-Simulacrum
Jonathan Brouwer committed
March 16, 2024
J
Add APIs for dealing with titlecase
Jules Bertholet committed
March 20, 2026
J
Rollup merge of #154103 - tgross35:float-test-mod, r=folkertdev
Jonathan Brouwer committed
March 19, 2026
T
coretests: Move the `float` module under `num`
Trevor Gross committed
March 14, 2026
B
constify const Fn*: Destruct
bendn committed
F
deprecate `std::char` constants and functions
Folkert de Vries committed
January 31, 2026
T
dec2flt: Move internal traits to better locations
Trevor Gross committed
J
Rollup merge of #151812 - scottmcm:slice-shift, r=jhpratt
Jacob Pratt committed
December 18, 2025
B
core: Make `BorrowedBuf::init` a boolean
Benoît du Garreau committed
March 10, 2026
October 19, 2025
K
Make `unicode_data` tests normal
Karl Meakin committed
March 6, 2026
R
libcore float tests: replace macro shadowing by const-compatible macro
Ralf Jung committed
February 20, 2026
M
Remove unused features in library tests
mu001999 committed
N
Stabilize `control_flow_ok`
nxsaken committed
March 3, 2026
J
Rollup merge of #152911 - nxsaken:stable_control_flow_ok, r=dtolnay
Jonathan Brouwer committed
February 7, 2026
F
Stabilize `cfg_select`
Folkert de Vries committed
S
feat: Implement `int_from_ascii` for `NonZero<T>`
Shun Sakai committed
February 12, 2026
O
core: Implement feature `float_exact_integer_constants`
okaneco committed
M
Remove or allow unused features in library doc and tests
mu001999 committed
October 28, 2025
X
unify and deduplicate floats
xonx committed
February 4, 2026
F
implement `carryless_mul`
Folkert de Vries committed
February 26, 2025
S
feat: Add `NonZero::<T>::from_str_radix`
Shun Sakai committed
February 2, 2026
L
Move bigint helper tracking issues
ltdk committed
January 18, 2026
D
constify `Iterator`
Deadbeef committed
J
Rollup merge of #148769 - stabilize/alloc_layout_extra, r=scottmcm
Jacob Pratt committed
January 29, 2026
S
Add `shift_{left,right}` on slices
Scott McMurray committed
January 22, 2026
B
reenable tests
bendn committed
January 12, 2026
B
feat: support arrays in type reflection
BD103 committed