]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/unsafe-fn-called-from-unsafe-fn.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / unsafe-fn-called-from-unsafe-fn.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
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-08-02 Brian AndersonConvert ret to return
2011-10-12 Niko Matsakisfix test to include a main() function
2011-10-12 Niko Matsakisit is also legal to call unsafe functions from other...