summary refs log tree commit diff
path: root/src/libcore/any.rs
AgeCommit message (Expand)AuthorLines
2015-08-26Any docs: as_ref doesn't exist anymoreSteve Klabnik-5/+6
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-2/+2
2015-07-02Auto merge of #26725 - tshepang:patch-2, r=blussbors-1/+1
2015-07-01doc: add missing spaceTshepang Lekhonkhobe-1/+1
2015-07-01doc: there is just one trait in hereTshepang Lekhonkhobe-2/+0
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+1
2015-04-30Add downcasting to std::error::ErrorAaron Turon-4/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-04-09Ensure that .join().unwrap() worksAaron Turon-0/+10
2015-04-06Fix broken link and markup in `trait Any` docs.Matt Brubeck-2/+3
2015-04-01Fallout in libstd: remove impls now considered to conflict.Niko Matsakis-0/+8
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-2/+1
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-11/+13
2015-03-24Clean up Any's title lineSteve Klabnik-4/+4
2015-03-18Register new snapshotsAlex Crichton-1/+0
2015-03-17Remove subtyping for object types and replace with an *upcast* coercion.Niko Matsakis-0/+26
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29register snaphotsJorge Aparicio-1/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-12/+5
2015-01-23grandfathered -> rust1Brian Anderson-6/+6
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-8/+10
2015-01-21Test fixes and rebase conflictsAlex Crichton-8/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+4
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-9/+45
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-28/+8
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-24auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturonbors-1/+1
2014-11-22Any: use plain transmute instead of transmute_copy for downcasting.Jonathan Reem-3/+3
2014-11-22Mark Any::get_type_id as experimentalJonathan Reem-1/+1
2014-11-14libs: fix #[stable] inheritance falloutAaron Turon-3/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-19/+0
2014-10-06Remove core::any::AnyPrivateAaron Turon-7/+2
2014-09-30Bound Any with 'staticJonathan Reem-3/+3
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-14/+48
2014-07-25librustc: Check built-in trait bounds on implementations when directPatrick Walton-1/+1
2014-07-09Add example to Any documentationAlisdair Owens-6/+55
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-176/+0
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+2
2014-06-13rustc: [T, ..N] and [T, ..N+1] are not the sameAlex Crichton-0/+8
2014-06-13Clarify `Any` docsP1start-4/+6