]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/resource-in-struct.rs
Change finalize -> drop.
[rust.git] / src / test / run-pass / resource-in-struct.rs
2013-06-26 Luqman AdenChange finalize -> drop.
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-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
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-22 borsauto merge of #5471 : erickt/rust/incoming, r=bstrie
2013-03-22 borsauto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton
2013-03-22 borsauto merge of #5482 : thestinger/rust/install, r=pcwalton
2013-03-22 borsauto merge of #5481 : thestinger/rust/deque, r=z0w0
2013-03-22 borsauto merge of #5480 : pcwalton/rust/at-const, r=pcwalton
2013-03-22 Patrick Waltonlibrustc: Forbid destructors from being attached to...
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 Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
2013-02-15 borsauto merge of #4941 : nickdesaulniers/rust/issue4524cle...
2013-02-15 borsauto merge of #4940 : hansjorg/rust/manpage_06, r=catam...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 borsauto merge of #4927 : sanxiyn/rust/remove-dvec, r=catam...
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-14 borsauto merge of #4934 : nickdesaulniers/rust/issue4524cle...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
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-05 Brian AndersonMerge remote-tracking branch 'rntz/tuple-iterbytes'
2012-12-05 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-12-01 Brian AndersonMerge remote-tracking branch 'bilalhusain/patch-1'
2012-11-29 Patrick Waltonlibrustc: Make the Drop trait use explicit self
2012-11-18 Brian AndersonMerge remote-tracking branch 'brson/codemap'
2012-11-15 Ben StriegelConvert the test suite to use the Drop trait
2012-09-07 Brian AndersonRemove 'let' syntax for struct fields
2012-09-06 Brian AndersonRemove struct ctors
2012-08-22 Ben BlumMerge pull request #3229 from Vincent-Belliard/master
2012-08-17 Brian AndersonRemove the class keyword
2012-06-02 Tim ChevalierPort more test cases to use classes instead of resources
2012-03-27 Graydon HoareBulk-edit mutable -> mut.
2012-01-20 Patrick Waltonrustc: Make the pretty printer output commas after...
2012-01-20 Patrick WaltonMerge pull request #1571 from kevina/fixup-1
2012-01-20 Patrick Waltontest: "tag" -> "enum" in run-pass and run-fail
2011-11-18 Marijn HaverbekeUpdate stdlib, compiler, and tests to new kind system
2011-10-28 Marijn HaverbekeMove to short kind kinds words in test suite
2011-10-25 Marijn HaverbekeStep one towards new type param kind syntax
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-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-29 Marijn HaverbekeFix iter_structural_ty_full for resource types