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.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-31
de-stabilize unsized raw ptr methods for Weak
Ralf Jung
-1
/
+3
2020-12-04
Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`
Tim Diekmann
-8
/
+8
2020-10-28
Don't say you "should" use fully qualified syntax
Camelid
-5
/
+8
2020-10-28
Explain fully qualified syntax for `Rc` and `Arc`
Camelid
-2
/
+14
2020-10-25
Merge remote-tracking branch 'upstream/master' into box-alloc
Tim Diekmann
-0
/
+2
2020-10-23
Add a spin loop hint for Arc::downgrade
Nicolas Nattis
-0
/
+2
2020-10-07
Support custom allocators in `Box`
Tim Diekmann
-2
/
+2
2020-10-03
Auto merge of #74160 - CAD97:weak-as-unsized-ptr, r=RalfJung
bors
-20
/
+21
2020-10-03
grammar nit
Ralf Jung
-1
/
+1
2020-09-28
Rename AllocErr to AllocError
Jacob Hughes
-2
/
+2
2020-09-12
Allow Weak::as_ptr and friends for unsized T
CAD97
-9
/
+9
2020-09-12
Adjust sync::Weak::from_raw to support unsized T
CAD97
-11
/
+12
2020-09-02
Revert change to MaybeUninit until rustdoc bugs are fixed
Joshua Nelson
-4
/
+4
2020-09-02
Convert many files to intra-doc links
Joshua Nelson
-6
/
+6
2020-08-28
Add missing hyphen
Camelid
-1
/
+1
2020-08-24
Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus
bors
-3
/
+80
2020-08-24
add issue number
Dylan DPC
-1
/
+1
2020-08-22
Auto merge of #75171 - amosonn:new_zeroed_slice, r=Amanieu
bors
-15
/
+58
2020-08-21
Apply suggestions from code review
LeSeulArtichaut
-2
/
+2
2020-08-21
Use intra-doc-links in `alloc`
LeSeulArtichaut
-76
/
+43
2020-08-15
tidy up
DPC
-23
/
+23
2020-08-13
Add Arc::new_cyclic
DPC
-3
/
+80
2020-08-05
Add {Box,Rc,Arc}::new_zeroed_slice
Amos Onn
-0
/
+34
2020-08-05
Use alloc_zeroed in {Rc,Arc}::new_zeroed
Amos Onn
-15
/
+24
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-3
/
+3
2020-08-03
Merge branch 'master' into remove-in-place-alloc
Tim Diekmann
-35
/
+12
2020-08-02
fix typos
liuzhenyu
-1
/
+1
2020-07-30
Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnay
Manish Goregaokar
-11
/
+11
2020-07-29
Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions
Simon Sapin
-23
/
+0
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-4
/
+2
2020-07-28
Don't use "weak count" around Weak::from_raw_ptr
Michal 'vorner' Vaner
-11
/
+11
2020-07-27
mv std libs to library/
mark
-0
/
+2294