summary refs log tree commit diff
path: root/src/libcore/repr.rs
AgeCommit message (Expand)AuthorLines
2012-12-18core: fix remaining repr bugs, r=burningtree.Graydon Hoare-10/+96
2012-12-17core: remove old repr system, enable newer one. Close #3109.Graydon Hoare-548/+51
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-7/+1
2012-12-03core: rename box to managed. Close #4079.Graydon Hoare-5/+5
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-10/+0
2012-11-20Remove parentheses from closure argument typesErick Tryzelaar-1/+1
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+10
2012-10-18libcore: minor code cleanup.Erick Tryzelaar-1/+1
2012-10-12Make moves explicit in core testsTim Chevalier-3/+3
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