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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
alloc
/
src
/
sync
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-25
Detect unused structs which derived Default
mu001999
-1
/
+1
2024-01-28
Fix some `Arc` allocator leaks
Wim Looman
-5
/
+60
2023-12-10
remove redundant imports
surechen
-11
/
+2
2023-01-22
Add Arc::into_inner for safely discarding Arcs without calling the destructor...
Frank Steffahn
-0
/
+32
2022-08-18
add some Miri-only tests
Ralf Jung
-0
/
+19
2022-05-29
Use Box::new() instead of box syntax in alloc tests
est31
-5
/
+5
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-4
/
+4
2021-01-16
Rollup merge of #80764 - CAD97:weak-unsized-as-ptr-again, r=RalfJung
Mara Bos
-0
/
+41
2021-01-13
deprecate atomic::spin_loop_hint in favour of hint::spin_loop
Ashley Mannix
-1
/
+1
2021-01-06
Re-stabilize Weak::as_ptr &friends for unsized T
CAD97
-0
/
+41
2020-12-28
de-stabilize unsized raw ptr methods for Weak
Ralf Jung
-24
/
+0
2020-09-12
Add tests for weak into/from raw
CAD97
-0
/
+42
2020-08-14
add missing newline
DPC
-1
/
+1
2020-08-13
Add Arc::new_cyclic
DPC
-0
/
+67
2020-07-27
mv std libs to library/
mark
-0
/
+494