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
/
alloctests
Age
Commit message (
Expand
)
Author
Lines
2025-07-03
Add test for `int_format_into` feature
Guillaume Gomez
-20
/
+27
2025-06-20
Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35
Trevor Gross
-211
/
+113
2025-06-20
Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r...
bors
-0
/
+4
2025-06-19
vec_deque alloctests: remove static mut
Marijn Schouten
-101
/
+18
2025-06-19
vec tests: remove static mut
Marijn Schouten
-92
/
+53
2025-06-18
remove duplicate crash test
Marijn Schouten
-82
/
+5
2025-06-18
fmt tests: remove static mut
Marijn Schouten
-20
/
+26
2025-06-18
vec_deque tests: remove static mut
Marijn Schouten
-0
/
+18
2025-06-16
Extend num tests on `usize` and `isize` as well
Guillaume Gomez
-0
/
+4
2025-06-13
Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviper
Jubilee
-0
/
+18
2025-06-12
Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay
Matthias Krüger
-0
/
+13
2025-06-11
update docs, test
Jeremy Smart
-0
/
+2
2025-06-09
stabilize nonnull_provenance
Ralf Jung
-1
/
+0
2025-06-06
fix tests
Jeremy Smart
-4
/
+8
2025-06-04
add Vec::peek_mut
Jeremy Smart
-0
/
+12
2025-06-02
Remove more library bootstrap
Josh Stone
-1
/
+0
2025-05-27
Update tests with Range parameter to `BTreeMap::extract_if` etc.
Sidney Cammeresi
-12
/
+22
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+1
2025-05-05
Implement `VecDeque::truncate_front()`
Vladimir Krivopalov
-0
/
+70
2025-04-24
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
bendn
-0
/
+1
2025-04-18
Move `<CStr as Debug>` test to coretests
Tamir Duberstein
-6
/
+0
2025-04-09
Add missing `black_box` in `String` benchmarks
lincot
-26
/
+22
2025-04-06
Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratrieb
bors
-0
/
+2
2025-04-05
Rollup merge of #138546 - GuillaumeGomez:integer-to-string-tests, r=Amanieu
Stuart Cook
-0
/
+70
2025-03-29
Add a test for `Weak` created from `UniqueArc::downgrade`
Frank King
-1
/
+22
2025-03-26
Swap usize -> ptr transmute for strict_pov API
James Wainwright
-0
/
+1
2025-03-26
Pass `Alignment` for `RawVecInner::new_in`
James Wainwright
-0
/
+1
2025-03-23
Tweak integer to string conversion test a bit to be future-proof
Guillaume Gomez
-2
/
+2
2025-03-22
Implement `UniqueArc`
Frank King
-1
/
+4
2025-03-16
Add integer to string formatting tests
Guillaume Gomez
-0
/
+70
2025-03-10
Added `Clone` implementation for `ChunkBy`
Nathaniel Woods
-0
/
+13
2025-03-07
Add comments
bjorn3
-0
/
+3
2025-03-07
Fully test the alloc crate through alloctests
bjorn3
-3
/
+325
2025-03-07
Move last remaining Rc test to alloctests
bjorn3
-0
/
+18
2025-03-07
Move most Rc tests to alloctests
bjorn3
-1
/
+648
2025-03-07
Move all alloc integration tests to a new alloctests crate
bjorn3
-0
/
+18749