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
/
src
/
liballoc
/
rc.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-23
typos
Ralf Jung
-2
/
+2
2018-07-23
Don't use NonNull::dangling as sentinel value
Ralf Jung
-5
/
+8
2018-07-11
Revert borked changes in last commit.
ljedrz
-2
/
+2
2018-07-10
Add missing dyn in liballoc
ljedrz
-9
/
+9
2018-07-10
Deny bare trait objects in in src/liballoc
ljedrz
-2
/
+2
2018-07-06
Rollup merge of #52103 - tmccombs:rc_downcast, r=Mark-Simulacrum
Mark Rousskov
-2
/
+1
2018-07-07
Fix is_dangling import when Arc is #[cfg]’ed out
Simon Sapin
-1
/
+6
2018-07-07
Rc: remove unused allocation from Weak::new()
Simon Sapin
-23
/
+36
2018-07-06
Stabilize rc_downcast
Thayne McCombs
-2
/
+1
2018-06-18
Rename OOM to allocation error
Simon Sapin
-2
/
+2
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-5
/
+5
2018-05-31
Update `Arc` and `Rc` to use `NonNull::cast` to cast the inner pointers
Jeremy Fitzhardinge
-9
/
+3
2018-05-30
Pass a `Layout` to `oom`
Mike Hommey
-1
/
+1
2018-04-27
Auto merge of #50097 - glandium:box_free, r=nikomatsakis
bors
-2
/
+3
2018-04-25
Switch box_free to take the destructured contents of Box
Mike Hommey
-2
/
+3
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-2
/
+2
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-5
/
+5
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-11
/
+7
2018-04-12
Remove the now-unit-struct AllocErr parameter of oom()
Simon Sapin
-1
/
+1
2018-04-12
Actually deprecate the Heap type
Simon Sapin
-7
/
+6
2018-04-02
Use Alloc and Layout from core::heap.
Mike Hommey
-1
/
+2
2018-01-20
Rename Box::into_non_null_raw to Box::into_raw_non_null
Simon Sapin
-2
/
+2
2018-01-20
Rename Box::*_nonnull_raw to *_non_null_raw
Simon Sapin
-2
/
+2
2018-01-20
Replace Box::{from,into}_unique with {from,into}_nonnull_raw
Simon Sapin
-4
/
+4
2018-01-20
Rename std::ptr::Shared to NonNull
Simon Sapin
-10
/
+10
2017-12-25
Remove transmute in From<&str> impls for Arc/Rc
Nikolai Vazquez
-1
/
+2
2017-12-16
Move PhantomData<T> from Shared<T> to users of both Shared and #[may_dangle]
Simon Sapin
-6
/
+10
2017-11-21
fix some typos
Martin Lindhe
-1
/
+1
2017-11-20
Print the address of the pointed value in Pointer impl for Rc and Arc
Marco A L Barbosa
-1
/
+1
2017-10-05
Modify Rc/Arc language around mutability
steveklabnik
-1
/
+1
2017-09-17
Rollup merge of #44073 - murarth:rc-into-raw-unsized, r=alexcrichton
Tim Neumann
-7
/
+35
2017-09-16
Implement `Arc`/`Rc` raw pointer conversions for `?Sized`
Murarth
-7
/
+35
2017-09-15
alloc: Add tracking issue for rc_downcast
Ulrik Sverdrup
-1
/
+1
2017-09-03
alloc: Implement downcast Rc<Any> -> Rc<T>
Ulrik Sverdrup
-0
/
+61
2017-08-19
Implement `From<&[T]>` and others for `Arc`/`Rc`
Murarth
-60
/
+291
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-22
Add Box::into_unique
Simon Sapin
-13
/
+11
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-5
/
+5
2017-07-18
Fix erroneous reference to Arc instead of Rc
Lynn
-1
/
+1
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-5
/
+6
2017-06-22
Fix ref as mutable ref in std::rc::Rc doc
Letheed
-1
/
+1
2017-06-16
Introduce tidy lint to check for inconsistent tracking issues
est31
-2
/
+2
2017-06-05
Use single quotes, and doc the Rc struct itself.
Ulysse Carion
-3
/
+4
2017-06-03
Explicate what "Rc" and "Arc" stand for.
Ulysse Carion
-1
/
+2
2017-05-22
Update Rc and Arc documentation.
Nicolas Silva
-15
/
+33
2017-05-04
fallout from NonZero/Unique/Shared changes
Alexis Beingessner
-28
/
+22
2017-04-23
Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton
bors
-18
/
+1
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-2
/
+33
2017-04-20
Privatize Rc::is_unique
Josh Stone
-5
/
+1
2017-04-20
Remove Rc::would_wrap
Josh Stone
-13
/
+0
[next]