summaryrefslogtreecommitdiff
path: root/src/libcore/any.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove licensesMark Rousskov2018-12-251-10/+0
* Various minor/cosmetic improvements to codeAlexander Regueiro2018-12-071-1/+1
* Update any.rs documentation using keyword dyn0xrgb2018-11-191-11/+11
* Enforce #![deny(bare_trait_objects)] in src/libcoreljedrz2018-07-251-8/+8
* Any docs preposition changeEthan McCue2018-07-031-1/+1
* Fix up Any doc examplesJeremy Fitzhardinge2018-05-311-3/+3
* Add implementations for Any + Send + SyncJeremy Fitzhardinge2018-05-311-0/+90
* stage0 cfg cleanupMark Simulacrum2018-02-201-26/+0
* Turn `type_id` into a constant intrinsicBadel22018-02-011-0/+27
* Various fixes to wording consistency in the docsStjepan Glavina2017-03-221-1/+1
* Auto merge of #38981 - sdleffler:patch-1, r=alexcrichtonbors2017-02-141-1/+5
|\
| * Add warning about varying hashes/orderingsSean Leffler2017-01-171-0/+4
| * Add PartialOrd, Ord derivations to TypeIdSean Leffler2017-01-101-1/+1
* | Change `to_owned` to `to_string` in docsStjepan Glavina2017-01-131-8/+8
|/
* Add stable example to TypeIdJethro Beekman2016-10-171-4/+2
* Deprecate `Reflect`Nick Cameron2016-10-121-4/+3
* Replace unnecessary uses of `TraitObject` with castsAndrew Paseltiner2016-08-261-12/+2
* Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried2016-08-241-3/+1
* Improve std::any module docGuillaume Gomez2016-07-101-2/+158
* docs: simplify wordingAleksey Kladov2016-06-071-1/+1
* doc: Fix a bunch of broken linksAlex Crichton2016-03-081-1/+1
* Implement Any for unsized typesSteven Fackler2016-01-141-1/+1
* Correct reference to `Box<Any>` in `Any` docsJake Goulding2015-12-111-3/+4
* Add missing annotations and some testsVadim Petrochenkov2015-11-181-0/+1
* Any docs: as_ref doesn't exist anymoreSteve Klabnik2015-08-261-5/+6
* core: Fill out issues for unstable featuresAlex Crichton2015-08-151-1/+2
* Replace many uses of `mem::transmute` with more specific functionsTobias Bucher2015-08-091-2/+2
* Auto merge of #26725 - tshepang:patch-2, r=blussbors2015-07-021-1/+1
|\
| * doc: add missing spaceTshepang Lekhonkhobe2015-07-011-1/+1
* | doc: there is just one trait in hereTshepang Lekhonkhobe2015-07-011-2/+0
|/
* core: Split apart the global `core` featureAlex Crichton2015-06-171-1/+1
* Add downcasting to std::error::ErrorAaron Turon2015-04-301-4/+2
* pluralize doc comment verbs and add missing periodsAndrew Paseltiner2015-04-131-1/+1
* Ensure that .join().unwrap() worksAaron Turon2015-04-091-0/+10
* Fix broken link and markup in `trait Any` docs.Matt Brubeck2015-04-061-2/+3
* Fallout in libstd: remove impls now considered to conflict.Niko Matsakis2015-04-011-0/+8
* std: Stabilize the rest of Any/BoxAnyAlex Crichton2015-03-301-2/+1
* Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis2015-03-261-11/+13
* Clean up Any's title lineSteve Klabnik2015-03-241-4/+4
* Register new snapshotsAlex Crichton2015-03-181-1/+0
* Remove subtyping for object types and replace with an *upcast* coercion.Niko Matsakis2015-03-171-0/+26
* Rename Show to Debug, String to DisplayAlexander Korolkov2015-02-081-1/+1
* s/Show/Debug/gJorge Aparicio2015-01-291-1/+1
* register snaphotsJorge Aparicio2015-01-291-1/+0
* Merge remote-tracking branch 'rust-lang/master'Brian Anderson2015-01-251-12/+5
|\
| * Test fixes and rebase conflictsAlex Crichton2015-01-211-8/+1
| * std: Rename Show/String to Debug/DisplayAlex Crichton2015-01-201-4/+4
* | grandfathered -> rust1Brian Anderson2015-01-231-6/+6
* | Set unstable feature names appropriatelyBrian Anderson2015-01-231-2/+2
* | Remove 'since' from unstable attributesBrian Anderson2015-01-211-2/+2