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
/
alloc
/
src
/
rc.rs
Age
Commit message (
Expand
)
Author
Lines
2020-09-12
?Sized bounds for rc::Weak::as_ptr and friends
CAD97
-14
/
+14
2020-09-12
Adjust rc::Weak::from_raw to support unsized T
CAD97
-11
/
+12
2020-09-11
Address review comments
carbotaniuman
-8
/
+14
2020-09-09
Format
carbotaniuman
-3
/
+3
2020-09-09
Add WeakInner<'_> and have Weak::inner() return it
carbotaniuman
-39
/
+70
2020-09-09
Eliminate mut reference UB in Drop impl for Rc<T>
carbotaniuman
-1
/
+1
2020-09-05
Rollup merge of #75994 - mental32:impl-rc-new-cyclic, r=KodrAus
Dylan DPC
-0
/
+44
2020-09-02
Convert many files to intra-doc links
Joshua Nelson
-4
/
+4
2020-09-01
Removed [inline] and copied over comments from Arc::new_cyclic
mental
-1
/
+11
2020-08-29
typo
mental
-1
/
+1
2020-08-27
`impl Rc::new_cyclic`
mental32
-0
/
+34
2020-08-22
Auto merge of #75171 - amosonn:new_zeroed_slice, r=Amanieu
bors
-15
/
+58
2020-08-21
Update rc.rs
amosonn
-1
/
+1
2020-08-21
Apply suggestions from code review
LeSeulArtichaut
-2
/
+1
2020-08-21
Use intra-doc-links in `alloc`
LeSeulArtichaut
-62
/
+34
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
-2
/
+2
2020-08-03
Merge branch 'master' into remove-in-place-alloc
Tim Diekmann
-33
/
+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
-9
/
+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
-9
/
+11
2020-07-27
mv std libs to library/
mark
-0
/
+2138
[prev]