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
/
boxed.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-1
/
+1
2015-03-03
inline `Box::new` always.
Felix S. Klock II
-0
/
+1
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-2
/
+3
2015-02-23
boxed: mark from_raw and into_raw functions inline
Stepan Koltsov
-0
/
+2
2015-02-23
boxed: fix typo in doc
Stepan Koltsov
-3
/
+3
2015-02-20
Register new snapshots
Alex Crichton
-8
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-8
/
+17
2015-02-03
std: Remove `iter::ByRef` and generalize impls
Alex Crichton
-17
/
+15
2015-02-01
box: into_raw, from_raw functions
Stepan Koltsov
-0
/
+46
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
remove #[old_impl_check] now that #21363 has been fixed
Jorge Aparicio
-2
/
+0
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-64
/
+91
2015-01-23
grandfathered -> rust1
Brian Anderson
-17
/
+17
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-22
Beef up docs for Box<T>
Steve Klabnik
-11
/
+68
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-20
/
+22
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-7
/
+16
2015-01-21
rollup merge of #21446: stepancheg/boxed-test
Alex Crichton
-54
/
+0
2015-01-21
rollup merge of #21392: japaric/iter
Alex Crichton
-0
/
+15
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-7
/
+16
2015-01-20
also forward Iterator::size_hint()
Jorge Aparicio
-0
/
+4
2015-01-20
alloc::boxed: enable test
Stepan Koltsov
-53
/
+0
2015-01-19
impl Iterator for &mut Iterator and Box<Iterator>
Jorge Aparicio
-0
/
+11
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-4
/
+6
2015-01-17
Register new snapshots.
Eduard Burtescu
-8
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
[next]