summary refs log tree commit diff
path: root/src/test/run-pass/reflect-visit-data.rs
AgeCommit message (Expand)AuthorLines
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-1/+6
2012-10-11Annotate FIXMEs in reflect-visit-dataTim Chevalier-10/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-09-02Camel case core::intrinsicBrian Anderson-44/+44
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-6/+6
2012-08-08Convert impls to new syntaxBrian Anderson-5/+4
2012-08-01Convert ret to returnBrian Anderson-59/+59
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-6/+6
2012-07-16Fix reflection on vstore_fixed estrs and evecs.Graydon Hoare-11/+12
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-18/+18
2012-07-12Update and un-xfail reflect-visit-dataTim Chevalier-17/+15
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-6/+6
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