about summary refs log tree commit diff
path: root/src/test/run-pass/reflect-visit-data.rs
AgeCommit message (Expand)AuthorLines
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-05-01avoid broken += operator, bogus use of constNiko Matsakis-8/+8
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-1/+1
2013-04-08Export adt::trans_get_discr abstractly to the type visitor.Jed Davis-5/+11
2013-04-08Feed enum field offsets to type vistors.Jed Davis-3/+3
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-8/+8
2013-03-15Clonify some of run-passBen Striegel-2/+2
2013-03-13test: Fix tests. rs=testsPatrick Walton-1/+1
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-8/+8
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-3/+3
2013-03-07test: Fix tests.Patrick Walton-2/+2
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+2
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-2/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-2/+2
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-8/+7
2013-02-22Remove legacy_modes from test casesBrian Anderson-1/+0
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-18rustc: For one-tuples, make parsing and printing the type workTim Chevalier-3/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-3/+3
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-119/+127
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-9/+13
2013-01-24librustc: Make C functions unsafePatrick Walton-21/+27
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
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