]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/type-param-constraints.rs
Change finalize -> drop.
[rust.git] / src / test / run-pass / type-param-constraints.rs
2013-06-26 Luqman AdenChange finalize -> drop.
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-02-26 borsauto merge of #5023 : mitsuhiko/rust/make-absolute...
2013-02-26 borsauto merge of #5089 : sanxiyn/rust/llvm-struct, r=pcwalton
2013-02-26 borsauto merge of #5084 : oncemoreification/rust/issue...
2013-02-22 borsauto merge of #5092 : brson/rust/legacy, r=brson
2013-02-22 Brian AndersonRemove legacy_modes from test cases
2013-02-21 borsauto merge of #5068 : sethpink/rust/derive-eq-tuple...
2013-02-21 borsauto merge of #5065 : catamorphism/rust/issue-3453...
2013-02-21 borsauto merge of #5063 : pcwalton/rust/plussing, r=pcwalton
2013-02-21 Patrick Waltonlibrustc: Separate most trait bounds with '+'. rs=plussing
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-14 Brian AndersonMerge remote-tracking branch 'thestinger/vim'
2012-12-14 Brian AndersonMerge pull request #4181 from andrew-d/andrew-doc-fix1
2012-12-13 Brian AndersonRename Send trait to Owned
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-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-19 Brian Andersonxfail-fast the legacy_mode run-pass tests
2012-09-18 Patrick Waltonrustc: Remove legacy mode inference, unless #[legacy_mo...
2012-09-08 Brian AndersonConvert all kind bounds to camel case. Remove send...
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-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeSwitch to new param kind bound syntax
2011-11-18 Marijn HaverbekeAdd some tests for new kind system
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 HaverbekeUpdate our code to new type parameter kind syntax
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-08-20 Brian AndersonReformat
2011-08-16 Erick TryzelaarPort the tests to the decl foo<T> syntax.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Graydon HoareParse, store and print type parameter kind constraints.