index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
any.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Rollup merge of #118234 - tgross35:type_name_of_value, r=dtolnay
Matthias Krüger
-21
/
+18
2023-12-05
Stabilize `type_name_of_val`
Trevor Gross
-21
/
+18
2023-11-17
Document behavior of `<dyn Any as Any>::type_id()`
Jules Bertholet
-0
/
+5
2023-08-13
core/any: remove Provider trait
wayne warren
-587
/
+0
2023-07-12
Flip cfg's for bootstrap bump
Mark Rousskov
-3
/
+0
2023-06-07
Fix typo
Thom Chiovoloni
-1
/
+1
2023-06-04
Use 128 bits for TypeId hash
Thom Chiovoloni
-3
/
+28
2023-05-25
Remove structural match from `TypeId`.
raldone01
-1
/
+9
2023-05-16
Hide repr attribute from doc of types without guaranteed repr
David Tolnay
-1
/
+1
2023-04-16
rm const traits in libcore
Deadbeef
-2
/
+1
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2023-01-16
Constify `TypeId` ordering impls
onestacked
-1
/
+2
2022-12-27
Fix `core::any` mod-level docs
Albert Larsan
-1
/
+1
2022-08-23
Add `Provider::{would_be_satisfied_by_value_of,would_be_satisfied_by_ref_of}`
Jake Goulding
-0
/
+165
2022-08-23
Support eager and lazy methods for providing references and values
Jake Goulding
-6
/
+68
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-4
/
+1
2022-07-05
core::any: replace some unstable generic types with impl Trait
Nick Cameron
-20
/
+15
2022-06-10
Fix typos in Provider API docs
Benjamin Herr
-2
/
+2
2022-06-06
Address reviewer comments
Nick Cameron
-18
/
+37
2022-06-06
Add tracking issue number
Nick Cameron
-8
/
+8
2022-06-06
Add examples to docs
Nick Cameron
-2
/
+76
2022-06-06
Update docs
Nick Cameron
-19
/
+22
2022-06-06
Modify the signature of the request_* methods so that trait_upcasting is not ...
Nick Cameron
-9
/
+16
2022-06-06
Add the Provider api to core::any
Nick Cameron
-3
/
+270
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-12-26
Reverts #92135 because perf regression
AngelicosPhosphoros
-1
/
+0
2021-12-20
Add `#[inline]` modifier to `TypeId::of`
AngelicosPhosphoros
-0
/
+1
2021-11-20
fix doc links for `downcast_unchecked`
Ibraheem Ahmed
-4
/
+0
2021-11-12
add tracking issue for `downcast_unchecked`
Ibraheem Ahmed
-6
/
+6
2021-11-12
add unchecked downcast methods
Ibraheem Ahmed
-8
/
+170
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+3
2021-07-15
Added diagnostic items to structs and traits for Clippy
xFrednet
-0
/
+1
2021-04-21
Change the `Debug` impl of `Any` and `UnsafeCell` to use `finish_non_exhaustive`
Christiaan Dirkx
-3
/
+3
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-3
/
+3
2021-03-18
Fix use of bare trait objects everywhere
Vadim Petrochenkov
-6
/
+6
2020-12-09
Apply suggestions from code review
Max Sharnoff
-4
/
+4
2020-12-09
add docs note about `Any::type_id` on smart pointers
sharnoff
-0
/
+23
2020-09-24
update tracking issue for const_type_id
Ashley Mannix
-1
/
+1
2020-09-23
revert const_type_id stabilization
Ashley Mannix
-1
/
+1
2020-08-14
Use intra-doc links
Denis Vasilik
-1
/
+1
2020-07-28
bump const type id stabilization to 1.46.0
Ashley Mannix
-1
/
+1
2020-07-28
stabilize const_type_id feature
Ashley Mannix
-1
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+517