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