about summary refs log tree commit diff
path: root/src/libcore/any.rs
AgeCommit message (Expand)AuthorLines
2019-10-16add example for type_nameLzu Tao-0/+9
2019-10-13Added code elementCerberuser-1/+1
2019-10-13Add `dyn` to `Any` documentationCerberuser-5/+5
2019-10-01Remove unneeded `fn main` blocks from docsLzu Tao-56/+34
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-3/+3
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-5/+0
2019-07-29Add the necessary changes to any.rsTankhouseAle-1/+2
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-0/+26
2019-04-19libcore: deny more...Mazdak Farrokhzad-3/+3
2019-04-18libcore => 2018Taiki Endo-2/+2
2019-02-10tests: doc commentsAlexander Regueiro-3/+3
2019-01-22Stabilize Any::get_type_id and rename to type_idSimon Sapin-10/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-19Update any.rs documentation using keyword dyn0xrgb-11/+11
2018-07-25Enforce #![deny(bare_trait_objects)] in src/libcoreljedrz-8/+8
2018-07-03Any docs preposition changeEthan McCue-1/+1
2018-05-31Fix up Any doc examplesJeremy Fitzhardinge-3/+3
2018-05-31Add implementations for Any + Send + SyncJeremy Fitzhardinge-0/+90
2018-02-20stage0 cfg cleanupMark Simulacrum-26/+0
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+27
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-1/+1
2017-02-14Auto merge of #38981 - sdleffler:patch-1, r=alexcrichtonbors-1/+5
2017-01-17Add warning about varying hashes/orderingsSean Leffler-0/+4
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-8/+8
2017-01-10Add PartialOrd, Ord derivations to TypeIdSean Leffler-1/+1
2016-10-17Add stable example to TypeIdJethro Beekman-4/+2
2016-10-12Deprecate `Reflect`Nick Cameron-4/+3
2016-08-26Replace unnecessary uses of `TraitObject` with castsAndrew Paseltiner-12/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-3/+1
2016-07-10Improve std::any module docGuillaume Gomez-2/+158
2016-06-07docs: simplify wordingAleksey Kladov-1/+1
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-1/+1
2016-01-14Implement Any for unsized typesSteven Fackler-1/+1
2015-12-11Correct reference to `Box<Any>` in `Any` docsJake Goulding-3/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
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