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
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-1
/
+2
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-5
/
+12
2015-01-02
rollup merge of #20420: alexcrichton/second-pass-boxed
Alex Crichton
-3
/
+24
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-3
/
+3
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-1
/
+2
2015-01-01
std: Second pass stabilization for `boxed`
Alex Crichton
-3
/
+24
2015-01-01
Reviewer change
Nick Cameron
-5
/
+1
2015-01-01
Add some impls of Show (RefCell, Weak, some resolve types)
Nick Cameron
-0
/
+11
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
rollup merge of #20348: frewsxcv/rm-reexports
Alex Crichton
-19
/
+20
2014-12-30
Stabilize cmp
Aaron Turon
-9
/
+13
2014-12-30
Remove core::atomic::Ordering::* public reexport
Corey Farwell
-19
/
+20
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20042: alexcrichton/second-pass-ptr
Alex Crichton
-4
/
+4
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-4
/
+4
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-2
/
+2
2014-12-28
Don't expose NonZero through libstd.
Luqman Aden
-2
/
+4
2014-12-28
libcore: Make it unsafe to create NonZero and impl Deref.
Luqman Aden
-30
/
+14
2014-12-28
liballoc: Use NonZero in Arc.
Luqman Aden
-12
/
+17
2014-12-28
liballoc: Use NonZero in Rc.
Luqman Aden
-15
/
+29
2014-12-26
s/task/thread/g
Steve Klabnik
-1
/
+1
2014-12-26
Implement Sync/Send for ArcInner and Weak
Flavio Percoco
-3
/
+10
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-1
/
+1
2014-12-26
Rename `UniquePtr` to `Unique`
Flavio Percoco
-2
/
+2
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-1
/
+6
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-7
/
+8
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-3
/
+3
2014-12-21
rollup merge of #20052: barosl/deref-for-box
Alex Crichton
-0
/
+15
2014-12-21
rollup merge of #19944: steveklabnik/doc_sync_arc
Alex Crichton
-88
/
+329
2014-12-20
Stabilize clone
Aaron Turon
-3
/
+3
2014-12-20
Implement Deref for Box
Barosl Lee
-0
/
+15
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+3
2014-12-17
rollup merge of #19947: csouth3/arc-borrowfrom
Alex Crichton
-0
/
+7
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+7
2014-12-16
Implement BorrowFrom<Arc<T>> for T
Chase Southwood
-0
/
+7
2014-12-16
Improve Arc<T> documentation, and Rc<T> docs a bit
Steve Klabnik
-88
/
+329
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+19
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+7
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-08
Implemented BorrowFrom<Rc<T>> for T.
Aaron Weiss
-0
/
+7
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-5
/
+5
2014-12-06
liballoc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-5
/
+5
2014-12-05
Utilize fewer reexports
Corey Farwell
-8
/
+15
2014-12-04
Add ability to use custom alloc::heap::imp
Alexander Light
-3
/
+55
2014-11-27
auto merge of #19112 : steveklabnik/rust/doc_rc, r=Gankro
bors
-57
/
+296
[prev]
[next]