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-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
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-4
/
+6
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-10
/
+19
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20710: daboross/fix-stable-before-bracket
Alex Crichton
-3
/
+3
2015-01-08
Switch to using `Box::new` in the tests in `alloc::boxed`.
Felix S. Klock II
-10
/
+10
2015-01-07
std: Tweak String implementations
Alex Crichton
-0
/
+1
2015-01-07
Add `Box::new` method. Prereq for feature-gating `box <expr>` itself.
Felix S. Klock II
-0
/
+9
2015-01-07
Fix #[stable] coming before } instead of after
Dabo Ross
-3
/
+3
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-0
/
+8
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+7
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+7
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-8
/
+8
2015-01-06
Fallout
Nick Cameron
-8
/
+8
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+2
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-1
/
+1
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-3
/
+5
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-21
/
+2
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-3
/
+5
2015-01-01
std: Second pass stabilization for `boxed`
Alex Crichton
-3
/
+24
2014-12-30
Stabilize cmp
Aaron Turon
-1
/
+5
2014-12-26
Rename `UniquePtr` to `Unique`
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
/
+2
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-1
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-1
/
+1
2014-12-20
Implement Deref for Box
Barosl Lee
-0
/
+15
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+4
[next]