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
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
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-08-26
Any docs: as_ref doesn't exist anymore
Steve Klabnik
-5
/
+6
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-2
/
+2
2015-07-02
Auto merge of #26725 - tshepang:patch-2, r=bluss
bors
-1
/
+1
2015-07-01
doc: add missing space
Tshepang Lekhonkhobe
-1
/
+1
2015-07-01
doc: there is just one trait in here
Tshepang Lekhonkhobe
-2
/
+0
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+1
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-4
/
+2
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-04-09
Ensure that .join().unwrap() works
Aaron Turon
-0
/
+10
2015-04-06
Fix broken link and markup in `trait Any` docs.
Matt Brubeck
-2
/
+3
2015-04-01
Fallout in libstd: remove impls now considered to conflict.
Niko Matsakis
-0
/
+8
2015-03-30
std: Stabilize the rest of Any/BoxAny
Alex Crichton
-2
/
+1
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-11
/
+13
[next]