about summary refs log tree commit diff
path: root/src/liballoc/boxed.rs
AgeCommit message (Expand)AuthorLines
2015-07-13Update boxed.rsWei-Ming Yang-2/+2
2015-07-11Update boxed.rsWei-Ming Yang-2/+2
2015-06-26Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...Ms2ger-4/+2
2015-06-17Add comment about stabilizing CString::from_ptrAlex Crichton-0/+2
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+1
2015-06-17std: Move free-functions to associated functionsAlex Crichton-3/+26
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-4/+4
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-3/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-8/+10
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-7/+2
2015-05-24Mark `boxed::into_raw` as safeMichael Layzell-7/+3
2015-05-13Remove SNAP commentsNick Cameron-3/+3
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+8
2015-05-05Update with correct output.Jan Andersson-1/+1
2015-04-30Add downcasting to std::error::ErrorAaron Turon-3/+8
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-1/+0
2015-04-20Clean up Box documentation.Steve Klabnik-8/+13
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+0
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+10
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-0/+71
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-51/+2
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-8/+4
2015-04-01Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The docNiko Matsakis-0/+75
2015-04-01Fallout in libstd: remove impls now considered to conflict.Niko Matsakis-7/+0
2015-04-01Add `#[fundamental]` annotations into libcore so that `Sized` and theNiko Matsakis-0/+1
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-2/+44
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-2/+44
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-3/+3
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-3/+3
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-20/+6
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