summary refs log tree commit diff
path: root/src/test/run-pass/reflect-visit-data.rs
AgeCommit message (Expand)AuthorLines
2012-07-10Modify reflect interface to pass tydescs back to client, stop on false return.Graydon Hoare-203/+123
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-6/+6
2012-06-14Complete a data visitor type that does proper pointer-walking.Graydon Hoare-150/+558
2012-06-08make a copy so vec is not living in mutable memoryNiko Matsakis-1/+1
2012-06-08Add preliminary test of walking data pointers via reflection.Graydon Hoare-0/+303