about summary refs log tree commit diff
path: root/src/liballoc/boxed.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-7/+16
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-4/+6
2015-01-17Register new snapshots.Eduard Burtescu-8/+0
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-4/+6
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-10/+19
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-0/+1
2015-01-07rollup merge of #20710: daboross/fix-stable-before-bracketAlex Crichton-3/+3
2015-01-08Switch to using `Box::new` in the tests in `alloc::boxed`.Felix S. Klock II-10/+10
2015-01-07std: Tweak String implementationsAlex Crichton-0/+1
2015-01-07Add `Box::new` method. Prereq for feature-gating `box <expr>` itself.Felix S. Klock II-0/+9
2015-01-07Fix #[stable] coming before } instead of afterDabo Ross-3/+3
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-0/+8
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+7
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+7
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-8/+8
2015-01-06FalloutNick Cameron-8/+8
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+2
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-1/+1
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-3/+5
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-21/+2
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-3/+5
2015-01-01std: Second pass stabilization for `boxed`Alex Crichton-3/+24
2014-12-30Stabilize cmpAaron Turon-1/+5
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-2/+2
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-1/+2
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-1/+1
2014-12-20Stabilize cloneAaron Turon-1/+1
2014-12-20Implement Deref for BoxBarosl Lee-0/+15
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+4
2014-12-15Move hash module from collections to coreSteven Fackler-0/+9
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+4
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-4/+4
2014-12-06liballoc: remove unnecessary `as_slice()` callsJorge Aparicio-4/+4
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-22Any: use plain transmute instead of transmute_copy for downcasting.Jonathan Reem-7/+3
2014-11-12Register new snapshotsAlex Crichton-40/+0
2014-11-06Implement Default for Box<[T]>Jorge Aparicio-0/+4
2014-11-05DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+40
2014-10-30DSTify Show and all the other formatting traitsJorge Aparicio-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-09-26librustc: Eliminate the `ref` syntax for unboxed closure capture clausesPatrick Walton-6/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-08-19A few minor documentation fixesP1start-10/+12