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
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-19
Auto merge of #53877 - withoutboats:compositional-pin, r=aturon
bors
-0
/
+6
2018-09-08
Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum...
bors
-5
/
+3
2018-09-07
Rollup merge of #53874 - withoutboats:pin-ptr-impls, r=RalfJung
kennytm
-1
/
+4
2018-09-06
Fix invalid urls
Guillaume Gomez
-5
/
+3
2018-09-01
Update to a new pinning API.
Without Boats
-0
/
+6
2018-09-01
Implement Unpin for Box, Rc, and Arc
Without Boats
-1
/
+4
2018-08-31
Add clearer wording to Arc clone example code
Otto Rask
-1
/
+1
2018-08-30
Rephrase Arc documentation changes regarding clones
Otto Rask
-4
/
+4
2018-08-29
Make Arc cloning mechanics clearer in module docs
Otto Rask
-4
/
+5
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-07-23
typos
Ralf Jung
-2
/
+2
2018-07-23
Don't use NonNull::dangling as sentinel value
Ralf Jung
-4
/
+9
2018-07-11
Revert borked changes in last commit.
ljedrz
-3
/
+3
2018-07-10
Add missing dyn in liballoc
ljedrz
-8
/
+8
2018-07-10
Deny bare trait objects in in src/liballoc
ljedrz
-1
/
+1
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
-6
/
+1
2018-07-07
Rc: remove unused allocation from Weak::new()
Simon Sapin
-1
/
+1
2018-07-07
Use an aligned dangling pointer in Weak::new, rather than address 1
Simon Sapin
-21
/
+29
2018-07-06
Stabilize rc_downcast
Thayne McCombs
-2
/
+1
2018-07-03
Strenghten synchronization in `Arc::is_unique`
Ralf Jung
-6
/
+7
2018-06-29
Rename alloc::arc to alloc::sync, to match std::sync
Simon Sapin
-0
/
+1936