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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
repr.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Export VecUnboxedRepr from vec so a test case can use it
Tim Chevalier
-2
/
+3
2012-10-04
Forbid deprecated modes again in core
Tim Chevalier
-0
/
+3
2012-10-02
rustc: Only allow imports marked with "pub" to be imported from other modules
Patrick Walton
-1
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-9
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+9
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-0
/
+6
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-3
/
+3
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-3
/
+3
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-3
/
+3
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-2
/
+2
2012-09-17
add a test and correct terminology
Niko Matsakis
-5
/
+5
2012-09-16
libcore: Log newtyped enums correctly. Closes #3506.
Patrick Walton
-10
/
+21
2012-09-14
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...
Graydon Hoare
-21
/
+401
2012-09-14
libcore: Make enum logging significantly less clownshoes.
Patrick Walton
-16
/
+46
2012-09-13
libcore: Make logging of structural subcomponents after a pointer not crash
Patrick Walton
-2
/
+2
2012-09-13
repr: emit closing `)` for enum variants, test that nullary variants names print
Niko Matsakis
-1
/
+1
2012-09-12
libcore: Add some visitor-based logging functionality
Patrick Walton
-0
/
+575