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
2014-10-06
Remove core::any::AnyPrivate
Aaron Turon
-7
/
+2
2014-09-30
Bound Any with 'static
Jonathan Reem
-3
/
+3
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-1
/
+1
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
2014-07-26
std: Stabilize unit, bool, ty, tuple, arc, any
Alex Crichton
-14
/
+48
2014-07-25
librustc: Check built-in trait bounds on implementations when direct
Patrick Walton
-1
/
+1
2014-07-09
Add example to Any documentation
Alisdair Owens
-6
/
+55
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-176
/
+0
2014-06-24
librustc: Remove cross borrowing from mutable `Box`es to `&mut`.
Patrick Walton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+2
2014-06-13
rustc: [T, ..N] and [T, ..N+1] are not the same
Alex Crichton
-0
/
+8
2014-06-13
Clarify `Any` docs
P1start
-4
/
+6
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-5
/
+9
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-17
/
+18
2014-05-13
std: Move the owned module from core to std
Alex Crichton
-31
/
+3
2014-05-11
core: Remove the cast module
Alex Crichton
-1
/
+1
2014-05-07
Test fixes and rebase conflicts
Alex Crichton
-10
/
+2
2014-05-07
core: Get coretest working
Alex Crichton
-3
/
+11
2014-05-07
core: Inherit the any module
Alex Crichton
-0
/
+305