]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/type-param.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / type-param.rs
2013-02-05 Tim ChevalierMerge
2013-02-04 Brian AndersonMerge remote-tracking branch 'bstrie/rimov' into incoming
2013-02-03 borsautomated merge
2013-02-02 Graydon Hoarecheck-fast fallout from removing export, r=burningtree
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-25 Niko Matsakisuse + mode for (almost) everything when not using legac...
2012-07-21 Graydon HoareMerge tag 'release-0.3.1' into incoming
2012-07-20 Tim ChevalierMerge pull request #2910 from gwillen/bug-2360
2012-07-20 Tim ChevalierMerge remote-tracking branch 'Havvy/master' into Havvy...
2012-07-14 Michael SullivanMerge branch 'vector-reform' into incoming
2012-07-14 Michael SullivanMove the world over to using the new style string liter...
2012-07-03 Graydon HoareSwitch 'native' to 'extern' (or 'foreign' in some descr...
2012-07-02 Brian AndersonMerge remote-tracking branch 'Dretch/prettydocs'
2012-07-02 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-06-30 Michael SullivanSwitch the compiler over to using ~[] notation instead...
2012-06-26 Michael SullivanMake vectors uglier ([]/~). Sorry. Should be temporary...
2012-01-13 Niko Matsakisdeprecate fn exprs and the fn() type, preferring fn...
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-01 Brian AndersonConvert main functions to istrs. Issue #855
2011-08-20 Brian AndersonReformat
2011-08-16 Erick TryzelaarPort the tests to the decl foo<T> syntax.
2011-08-16 Erick TryzelaarPort the tests to the typaram foo<T> syntax.
2011-08-16 Brian AndersonConvert most main functions to the ivec signature
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-06-15 Graydon HoareReformat source tree (minus a couple tests that are...
2011-01-19 Rafael Ávila de... Look at the type params of an item_ty when resolving.