]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/type-sizes.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / type-sizes.rs
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-24 borsauto merge of #6680 : ben0x539/rust/slashslashslash...
2013-05-24 borsauto merge of #6706 : brson/rust/glue, r=catamorphism
2013-05-23 Patrick Waltontest: Update tests to use the new syntax.
2013-05-21 borsauto merge of #6604 : bjz/rust/ptr-to-option, r=brson
2013-05-21 borsauto merge of #6576 : nikomatsakis/rust/issue-5362...
2013-05-19 borsauto merge of #6106 : thestinger/rust/iter, r=bstrie
2013-05-19 borsauto merge of #6601 : cmr/rust/assert_eq, r=Aatch
2013-05-19 Corey RichardsonUse assert_eq! rather than assert! where possible
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-05 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-05-03 borsauto merge of #6206 : sanxiyn/rust/mach-sty, r=thestinger
2013-05-03 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-03 borsauto merge of #6195 : luqmana/rust/newtype-drop, r...
2013-05-02 borsauto merge of #6184 : kud1ing/rust/master, r=sanxiyn
2013-05-02 borsauto merge of #6125 : luqmana/rust/newtype-drop, r...
2013-05-02 borsauto merge of #6173 : sammykim/rust/doc-vec, r=yichoi
2013-05-01 borsauto merge of #6147 : bjz/rust/numeric-traits, r=brson
2013-05-01 borsauto merge of #6144 : catamorphism/rust/mkdir_recursive...
2013-05-01 borsauto merge of #6139 : thestinger/rust/tmp, r=graydon
2013-05-01 borsauto merge of #6131 : thestinger/rust/new_iter, r=graydon
2013-05-01 borsauto merge of #6115 : jbclements/rust/test-case-fixes...
2013-04-30 John Clementsfixed up syntax
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5628 : brson/rust/assert, r=brson
2013-03-29 Patrick Waltonlibrustc: Remove `fail_unless!`
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltontest: Fix tests.
2013-03-08 Patrick Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
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-12 Brian AndersonConvert 'use' to 'extern mod'. Remove old 'use' syntax
2012-09-05 Patrick Waltontest: "import" -> "use"
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-31 Marijn HaverbekeReplace xfail-stageN with simply xfail-test
2011-08-31 Marijn HaverbekeRevert "Replace xfail-stageN with simply xfail-test"
2011-08-31 Marijn HaverbekeReplace xfail-stageN with simply xfail-test
2011-08-16 Erick TryzelaarPort the tests to the expr foo::<T> syntax.
2011-08-03 Brian AndersonRemove all xfail-stage0 directives
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-26 Marijn HaverbekeRemove uses of tuples from the test suite
2011-07-22 Brian AndersonAdd xfail-stage3 directives to tests
2011-06-15 Graydon HoareReformat source tree (minus a couple tests that are...
2011-06-10 Patrick WaltonMerge pull request #447 from paulstansifer/quick_error_...
2011-06-02 Marijn HaverbekeUn-xfail lib-io test
2011-05-12 Marijn HaverbekeDowncase std modules again, move to :: for module deref...
2011-05-06 Marijn HaverbekeRename std modules to be camelcased
2011-05-04 Graydon HoareAssume xfail-stage0 implies stage1 and stage2 in tests...
2011-05-03 Patrick WaltonUn-revert "Use different syntax for checks that matter...
2011-05-03 Graydon HoareRevert "Use different syntax for checks that matter...
2011-05-02 Tim ChevalierUse different syntax for checks that matter to typestate
2011-03-25 Graydon HoareSwitch xfail system to use comments embedded in source...
2010-07-26 Patrick WaltonMove the test suite to the "as" form for casts. XFAIL...
2010-06-24 Graydon HoarePopulate tree.