]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/const-unit-struct.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / const-unit-struct.rs
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-15 borsauto merge of #6486 : recrack/rust/gitignore, r=catamor...
2013-05-08 borsauto merge of #6119 : brson/rust/main, r=brson
2013-05-07 borsauto merge of #6228 : brson/rust/run-destroy, r=brson
2013-05-07 borsauto merge of #6226 : alexcrichton/rust/issue-6199...
2013-05-06 borsauto merge of #6150 : yichoi/rust/arm-test-pull, r...
2013-05-05 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-05-05 borsauto merge of #6208 : sanxiyn/rust/accurate-span, r...
2013-05-05 borsauto merge of #6235 : pnkfelix/rust/issue-3326-play...
2013-05-05 borsauto merge of #6234 : yichoi/rust/glob-dummy-pull,...
2013-05-04 borsauto merge of #6230 : thestinger/rust/whitespace, r...
2013-05-04 Daniel Micayadd gitattributes and fix whitespace issues
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-25 borsauto merge of #5505 : catamorphism/rust/macro-tutorial...
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-23 borsauto merge of #5510 : thadguidry/rust/incoming, r=brson
2013-03-23 borsauto merge of #5515 : nikomatsakis/rust/issue-5514...
2013-03-23 Patrick Waltonlibrustc: Remove the `const` declaration form everywhere
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-12-07 Brian AndersonMerge pull request #4101 from brson/bound-default-methods
2012-12-06 Tim ChevalierMerge pull request #4089 from BeyondSora/incoming
2012-12-05 Brian AndersonMerge remote-tracking branch 'rntz/tuple-iterbytes'
2012-12-05 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-12-01 Patrick Waltonlibrustc: Implement unit-like struct constants. r=brson