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
/
src
/
libcore
/
any.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-22
get rid of ConstPropUnsupported; use ZST marker structs instead
Ralf Jung
-1
/
+1
2020-01-28
Minor: note why we can rely on Any trait for safety
Peter Todd
-2
/
+6
2020-01-18
Rollup merge of #68342 - lcnr:type_name_docs, r=Dylan-DPC
Mazdak Farrokhzad
-1
/
+5
2020-01-18
improve type_name_of_val docs
lcnr/Bastian Kauschke
-1
/
+5
2019-12-22
Format the world
Mark Rousskov
-14
/
+10
2019-12-22
Document why Any is not an unsafe trait
Mark Rousskov
-0
/
+10
2019-12-21
use _val to ignore parameter of any::type_name_of_val
Lzu Tao
-2
/
+1
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-10
/
+3
2019-12-15
fix doc comment
lcnr/Bastian Kauschke
-1
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-3
/
+6
2019-11-29
Minor documentation fix
Mikotochan
-1
/
+1
2019-11-23
Rollup merge of #65961 - lcnr:typename_of, r=Dylan-DPC
Mazdak Farrokhzad
-1
/
+40
2019-11-19
add fn any::type_name_of_val
lcnr/Bastian Kauschke
-1
/
+40
2019-11-06
Halloween... time to get rid of 👻
Oliver Scherer
-2
/
+2
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+6
2019-10-16
add example for type_name
Lzu Tao
-0
/
+9
2019-10-13
Added code element
Cerberuser
-1
/
+1
2019-10-13
Add `dyn` to `Any` documentation
Cerberuser
-5
/
+5
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-56
/
+34
2019-09-06
A few cosmetic improvements to code & comments in liballoc and libcore
Alexander Regueiro
-3
/
+3
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-5
/
+0
2019-07-29
Add the necessary changes to any.rs
TankhouseAle
-1
/
+2
2019-07-24
Stabilize the type_name intrinsic in core::any
Steven Fackler
-0
/
+26
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-3
/
+3
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-3
/
+3
2019-01-22
Stabilize Any::get_type_id and rename to type_id
Simon Sapin
-10
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-19
Update any.rs documentation using keyword dyn
0xrgb
-11
/
+11
2018-07-25
Enforce #![deny(bare_trait_objects)] in src/libcore
ljedrz
-8
/
+8
2018-07-03
Any docs preposition change
Ethan McCue
-1
/
+1
2018-05-31
Fix up Any doc examples
Jeremy Fitzhardinge
-3
/
+3
2018-05-31
Add implementations for Any + Send + Sync
Jeremy Fitzhardinge
-0
/
+90
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-26
/
+0
2018-02-01
Turn `type_id` into a constant intrinsic
Badel2
-0
/
+27
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-1
/
+1
2017-02-14
Auto merge of #38981 - sdleffler:patch-1, r=alexcrichton
bors
-1
/
+5
2017-01-17
Add warning about varying hashes/orderings
Sean Leffler
-0
/
+4
2017-01-13
Change `to_owned` to `to_string` in docs
Stjepan Glavina
-8
/
+8
2017-01-10
Add PartialOrd, Ord derivations to TypeId
Sean Leffler
-1
/
+1
2016-10-17
Add stable example to TypeId
Jethro Beekman
-4
/
+2
2016-10-12
Deprecate `Reflect`
Nick Cameron
-4
/
+3
2016-08-26
Replace unnecessary uses of `TraitObject` with casts
Andrew Paseltiner
-12
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-3
/
+1
2016-07-10
Improve std::any module doc
Guillaume Gomez
-2
/
+158
2016-06-07
docs: simplify wording
Aleksey Kladov
-1
/
+1
2016-03-08
doc: Fix a bunch of broken links
Alex Crichton
-1
/
+1
2016-01-14
Implement Any for unsized types
Steven Fackler
-1
/
+1
2015-12-11
Correct reference to `Box<Any>` in `Any` docs
Jake Goulding
-3
/
+4
[next]