]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/generic-fn-twice.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / generic-fn-twice.rs
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-28 borsauto merge of #10094 : alexcrichton/rust/issue-8704...
2013-10-28 borsauto merge of #10093 : alexcrichton/rust/issue-8811...
2013-10-28 borsauto merge of #10083 : alexcrichton/rust/timer-port...
2013-10-28 borsauto merge of #10050 : gifnksm/rust/ratio-methods,...
2013-10-28 borsauto merge of #10080 : brson/rust/sched_queue, r=brson
2013-10-27 borsauto merge of #10026 : luqmana/rust/mut-pat, r=pcwalton
2013-10-26 borsauto merge of #10072 : brson/rust/modelines, r=thestinger
2013-10-26 Brian AndersonRemove ancient emacs mode lines from test cases
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
2013-01-30 Patrick Waltontest: Remove export from the tests, language, and libra...
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-22 Graydon HoareInstall new pub/priv/export rules as defaults, old...
2011-08-16 Erick TryzelaarPort the tests to the expr foo::<T> syntax.
2011-08-16 Erick TryzelaarPort the tests to the decl foo<T> syntax.
2011-06-15 Graydon HoareReformat source tree (minus a couple tests that are...
2011-05-12 Marijn HaverbekeDowncase std modules again, move to :: for module deref...
2010-07-02 Graydon HoareMerge branch 'master' of git@github.com:graydon/rust...
2010-06-29 Roy FrostigAdd (XFAILed) testcase for typechecker issue where...