about summary refs log tree commit diff
path: root/src/test/run-pass/reflect-visit-data.rs
AgeCommit message (Expand)AuthorLines
2014-02-11remove antiquated reflect test rather than bring it up to dateNiko Matsakis-627/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-2/+2
2014-02-02Update/delete tests using @[].Huon Wilson-3/+0
2014-02-02test: Remove `@str` from the test suitePatrick Walton-3/+0
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-16/+0
2014-01-14remove reference counting headers from ~Daniel Micay-16/+0
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-64/+77
2014-01-03test: De-`@mut` the test suitePatrick Walton-12/+22
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-12/+4
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-3/+3
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-3/+3
2013-10-29Adjust reflection for the possibility of discriminants larger than int.Jed Davis-9/+9
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-4/+4
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-3/+3
2013-10-01remove the `float` typeDaniel Micay-8/+0
2013-09-30rpass: Remove usage of fmt!Alex Crichton-3/+3
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-2/+2
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+2
2013-09-02repr: handle tuple structs sanelyDaniel Micay-11/+11
2013-09-02repr: add support for trait objectsDaniel Micay-3/+3
2013-08-31auto merge of #8899 : thestinger/rust/repr, r=huonwbors-6/+6
2013-08-31repr: print the name of structsDaniel Micay-6/+6
2013-08-30fix various warningsErick Tryzelaar-1/+0
2013-08-28Remove @io::Writer from sys/repr/reflectAlex Crichton-128/+127
2013-08-27reflect: rm unused visit_{var,var_integral,constr}Daniel Micay-18/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-1/+1
2013-08-11tests: Add new tests for borrowck/objects and update some existing testsNiko Matsakis-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-2/+2
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-07-18auto merge of #7842 : thestinger/rust/closure, r=huonwbors-8/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-07-17rm unused visit_str method from TyVisitorDaniel Micay-8/+0
2013-07-15remove headers from unique vectorsDaniel Micay-0/+8
2013-07-08remove headers from exchange allocationsDaniel Micay-0/+8
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-10/+10
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+2
2013-06-16Add copies to type params with Copy boundNiko Matsakis-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-8/+8
2013-05-31bool: rm functions duplicating methodsDaniel Micay-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+4
2013-05-22test: Update tests to use the new syntax.Patrick Walton-3/+3
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