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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liballoc
/
boxed.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-30
Auto merge of #27371 - Gankro:str-clone, r=alexcrichton
bors
-0
/
+13
2015-07-29
implement Clone for Box<str>, closes #27323
Alexis Beingessner
-0
/
+13
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-4
/
+8
2015-07-28
Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro
bors
-1
/
+54
2015-07-28
Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton
bors
-1
/
+1
2015-07-28
Implement Clone for Box<[T]> where T: Clone
Jonathan Reem
-1
/
+54
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
-4
/
+8
2015-07-27
Turn on `box(PLACE) expr` deprecation warning post-snapshot.
Eduard Burtescu
-1
/
+1
2015-07-23
fix doc-tests by opting into `placement_in_syntax` feature where necessary.
Felix S. Klock II
-1
/
+1
2015-07-22
prototype Placer protocol for unstable overloaded-box and placement-in.
Felix S. Klock II
-5
/
+102
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-1
/
+1
2015-07-13
Update boxed.rs
Wei-Ming Yang
-2
/
+2
2015-07-11
Update boxed.rs
Wei-Ming Yang
-2
/
+2
2015-06-26
Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...
Ms2ger
-4
/
+2
2015-06-17
Add comment about stabilizing CString::from_ptr
Alex Crichton
-0
/
+2
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-1
/
+1
2015-06-17
std: Move free-functions to associated functions
Alex Crichton
-3
/
+26
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-4
/
+4
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-3
/
+3
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-8
/
+10
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-1
/
+1
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-7
/
+2
2015-05-24
Mark `boxed::into_raw` as safe
Michael Layzell
-7
/
+3
2015-05-13
Remove SNAP comments
Nick Cameron
-3
/
+3
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-0
/
+8
2015-05-05
Update with correct output.
Jan Andersson
-1
/
+1
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-3
/
+8
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-1
/
+0
2015-04-20
Clean up Box documentation.
Steve Klabnik
-8
/
+13
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+0
2015-04-07
alloc: impl fmt::Pointer for Rc, Arc and Box
Richo Healey
-0
/
+10
2015-04-01
rollup merge of #23939: nikomatsakis/fn-box
Alex Crichton
-0
/
+71
2015-04-01
Collect the definition of the `Error` trait into `libstd` for now. This
Niko Matsakis
-51
/
+2
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-8
/
+4
2015-04-01
Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The doc
Niko Matsakis
-0
/
+75
2015-04-01
Fallout in libstd: remove impls now considered to conflict.
Niko Matsakis
-7
/
+0
2015-04-01
Add `#[fundamental]` annotations into libcore so that `Sized` and the
Niko Matsakis
-0
/
+1
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-2
/
+44
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-2
/
+44
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-3
/
+3
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-3
/
+3
2015-03-30
std: Stabilize the rest of Any/BoxAny
Alex Crichton
-20
/
+6
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-3
/
+3
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+3
2015-03-18
Register new snapshots
Alex Crichton
-1
/
+0
2015-03-17
Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrc
bors
-1
/
+10
2015-03-17
Remove subtyping for object types and replace with an *upcast* coercion.
Niko Matsakis
-1
/
+10
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
[next]