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
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-22
Any: use plain transmute instead of transmute_copy for downcasting.
Jonathan Reem
-7
/
+3
2014-11-12
Register new snapshots
Alex Crichton
-40
/
+0
2014-11-06
Implement Default for Box<[T]>
Jorge Aparicio
-0
/
+4
2014-11-05
DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, Ord
Jorge Aparicio
-0
/
+40
2014-10-30
DSTify Show and all the other formatting traits
Jorge Aparicio
-1
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-09-26
librustc: Eliminate the `ref` syntax for unboxed closure capture clauses
Patrick Walton
-6
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-3
/
+3
2014-08-19
A few minor documentation fixes
P1start
-10
/
+12
2014-07-26
std: Stabilize unit, bool, ty, tuple, arc, any
Alex Crichton
-1
/
+4
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-2
/
+4
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-0
/
+180
[prev]