about summary refs log tree commit diff
path: root/library/core/tests/any.rs
AgeCommit message (Expand)AuthorLines
2023-08-13core/any: remove Provider traitwayne warren-62/+0
2022-12-28Update bootstrap cfgPietro Albini-1/+0
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-0/+18
2022-08-23Support eager and lazy methods for providing references and valuesJake Goulding-1/+1
2022-07-05core::any: replace some unstable generic types with impl TraitNick Cameron-11/+11
2022-06-06Add some more testsNick Cameron-2/+42
2022-06-06Modify the signature of the request_* methods so that trait_upcasting is not ...Nick Cameron-3/+3
2022-06-06Add the Provider api to core::anyNick Cameron-0/+22
2022-05-29Use Box::new() instead of box syntax in core testsest31-3/+6
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-8/+8
2021-06-03Add test for issue 84666.Mara Bos-0/+13
2020-07-27mv std libs to library/mark-0/+116