about summary refs log tree commit diff
path: root/src/liballoc/boxed.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-3/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+3
2015-03-18Register new snapshotsAlex Crichton-1/+0
2015-03-17Auto merge of #23423 - nikomatsakis:issue-18737-trait-subtyping, r=nrcbors-1/+10
2015-03-17Remove subtyping for object types and replace with an *upcast* coercion.Niko Matsakis-1/+10
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-1/+1
2015-03-03inline `Box::new` always.Felix S. Klock II-0/+1
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-2/+3
2015-02-23boxed: mark from_raw and into_raw functions inlineStepan Koltsov-0/+2
2015-02-23boxed: fix typo in docStepan Koltsov-3/+3
2015-02-20Register new snapshotsAlex Crichton-8/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-8/+17
2015-02-03std: Remove `iter::ByRef` and generalize implsAlex Crichton-17/+15
2015-02-01box: into_raw, from_raw functionsStepan Koltsov-0/+46
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29remove #[old_impl_check] now that #21363 has been fixedJorge Aparicio-2/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-64/+91
2015-01-23grandfathered -> rust1Brian Anderson-17/+17
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-22Beef up docs for Box<T>Steve Klabnik-11/+68
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-20/+22
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-7/+16
2015-01-21rollup merge of #21446: stepancheg/boxed-testAlex Crichton-54/+0
2015-01-21rollup merge of #21392: japaric/iterAlex Crichton-0/+15
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-7/+16
2015-01-20also forward Iterator::size_hint()Jorge Aparicio-0/+4
2015-01-20alloc::boxed: enable testStepan Koltsov-53/+0
2015-01-19impl Iterator for &mut Iterator and Box<Iterator>Jorge Aparicio-0/+11
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