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-09-03
doc: reduce indentation of examples to 4 spaces
Tshepang Lekhonkhobe
-7
/
+7
2015-08-22
Move the Borrow and BorrowMut traits to libcore.
Simon Sapin
-0
/
+18
2015-08-22
Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon
bors
-2
/
+2
2015-08-22
Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton
bors
-0
/
+1
2015-08-19
don't do deprecations yet
Alexis Beingessner
-5
/
+0
2015-08-19
Rework Arc for FCP of #27718
Alexis Beingessner
-71
/
+118
2015-08-19
Rework Rc for FCP of #27718
Alexis Beingessner
-82
/
+117
2015-08-17
core: Move `atomic` into a new `sync` module
Alex Crichton
-2
/
+2
2015-08-16
rustdoc: Added issue_tracker_base_url annotations to crates
Martin Wernstål
-0
/
+1
2015-08-15
alloc: Add issues for all unstable features
Alex Crichton
-27
/
+44
2015-08-15
Reduce libcore/liballoc's dependence on pointer sizes
Dylan McKay
-6
/
+5
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-375
/
+25
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-210
/
+79
2015-08-11
rollup merge of #27678: alexcrichton/snapshots
Alex Crichton
-12
/
+0
2015-08-11
rollup merge of #27622: eefriedman/https-url
Alex Crichton
-2
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-12
/
+0
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-1
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-7
/
+9
2015-07-30
Auto merge of #27371 - Gankro:str-clone, r=alexcrichton
bors
-0
/
+14
2015-07-30
Auto merge of #27174 - Gankro:rc-sat, r=alexcrichton
bors
-7
/
+42
2015-07-29
implement Clone for Box<str>, closes #27323
Alexis Beingessner
-0
/
+14
2015-07-29
make Arc mem::forget safe
Alexis Beingessner
-4
/
+26
2015-07-29
make Rc mem::forget safe
Alexis Beingessner
-3
/
+16
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-22
/
+44
2015-07-28
Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro
bors
-1
/
+55
2015-07-28
Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton
bors
-3
/
+1
2015-07-28
Implement Clone for Box<[T]> where T: Clone
Jonathan Reem
-1
/
+55
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-0
/
+3
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-22
/
+44
2015-07-27
Turn on `box(PLACE) expr` deprecation warning post-snapshot.
Eduard Burtescu
-1
/
+1
2015-07-27
Register new snapshots (2015-07-26 a5c12f4).
Eduard Burtescu
-2
/
+0
2015-07-23
fix doc-tests by opting into `placement_in_syntax` feature where necessary.
Felix S. Klock II
-1
/
+1
2015-07-23
Review feedback: add unstable marker to Placer API and put in bound that now ...
Felix S. Klock II
-0
/
+3
2015-07-22
address review feedback: remove dupe feature opt-in.
Felix S. Klock II
-1
/
+0
2015-07-22
Add feature-gates for desugaring-based `box` and placement-`in`.
Felix S. Klock II
-0
/
+2
2015-07-22
prototype Placer protocol for unstable overloaded-box and placement-in.
Felix S. Klock II
-5
/
+102
2015-07-20
Register new snapshots
Alex Crichton
-17
/
+0
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-1
/
+456
2015-07-13
Update boxed.rs
Wei-Ming Yang
-2
/
+2
2015-07-11
Update boxed.rs
Wei-Ming Yang
-2
/
+2
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-0
/
+1
2015-07-03
Fix 'Relaaxed' typo in code comment
Corey Farwell
-1
/
+1
2015-07-03
Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichton
bors
-79
/
+177
2015-07-02
Fix race condition in Arc's get_mut and make_unqiue
Aaron Turon
-79
/
+177
2015-07-01
Implement CoerceUnsized for arc::Weak
Remi Rampin
-0
/
+2
2015-07-01
Implement CoerceUnsized for rc::Weak
Remi Rampin
-0
/
+2
2015-06-26
Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...
Ms2ger
-8
/
+6
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-7
/
+7
2015-06-17
Add comment about stabilizing CString::from_ptr
Alex Crichton
-0
/
+2
[prev]
[next]