Pietro Albini
2ce08ca5d6
update cfg(bootstrap)
2025-05-12 15:33:37 +02:00
Vladimir Krivopalov
cdf4143eb8
Implement VecDeque::truncate_front()
...
Tracking issue: #140667
Signed-off-by: Vladimir Krivopalov <vladimir.krivopalov@gmail.com >
2025-05-05 11:13:26 -04:00
bendn
c8c074288a
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
2025-04-24 13:14:36 +07:00
Tamir Duberstein
9058bab9a9
Move <CStr as Debug> test to coretests
2025-04-18 10:31:55 -04:00
Stuart Cook
338b8787b9
Rollup merge of #138546 - GuillaumeGomez:integer-to-string-tests, r=Amanieu
...
Add integer to string formatting tests
As discussed in https://github.com/rust-lang/rust/pull/136264 , there doesn't seem to have tests to ensure that int to string conversion is performed correctly, only sporadic tests here and there. Now we have some basic tests. :)
r? `````@Mark-Simulacrum`````
2025-04-05 13:18:14 +11:00
Frank King
5004e10ceb
Add a test for Weak created from UniqueArc::downgrade
2025-03-29 12:13:38 +08:00
Guillaume Gomez
25900c2768
Tweak integer to string conversion test a bit to be future-proof
2025-03-23 22:34:05 +01:00
Frank King
5016467a23
Implement UniqueArc
2025-03-22 15:14:49 +08:00
Guillaume Gomez
bacd57a583
Add integer to string formatting tests
2025-03-16 14:45:19 +01:00
bjorn3
701bedc323
Move last remaining Rc test to alloctests
2025-03-07 19:11:13 +00:00
bjorn3
be1e0b786d
Move most Rc tests to alloctests
2025-03-07 19:11:13 +00:00
bjorn3
fb04372dc5
Move all alloc integration tests to a new alloctests crate
2025-03-07 19:11:11 +00:00