]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/class-method-missing.rs
rollup merge of #17355 : gamazeps/issue17210
[rust.git] / src / test / compile-fail / class-method-missing.rs
2014-09-19 Alex Crichtonrollup merge of #17355 : gamazeps/issue17210
2014-09-19 Alex Crichtonrollup merge of #17350 : pablobm/doc-fix
2014-09-19 Alex Crichtonrollup merge of #17306 : scialex/fix-zsh
2014-09-18 borsauto merge of #17249 : vadimcn/rust/env-keys, r=alexcri...
2014-09-18 borsauto merge of #17349 : aturon/rust/rt-experimental...
2014-09-18 borsauto merge of #17341 : alexcrichton/rust/unignore,...
2014-09-18 borsauto merge of #17335 : TeXitoi/rust/relicense-shootout...
2014-09-17 borsauto merge of #16377 : pcwalton/rust/associated-items...
2014-09-17 Patrick Waltonlibrustc: Implement associated types behind a feature...
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-11 borsauto merge of #10419 : brson/rust/conditiondocs, r...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-09 borsauto merge of #10367 : alexcrichton/rust/system-abi...
2013-11-09 borsauto merge of #10153 : nikomatsakis/rust/issue-4846...
2013-11-09 Niko MatsakisMove comparing of impl methods against trait from colle...
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-20 borsauto merge of #5350 : yichoi/rust/pull-0313-2, r=graydo...
2013-03-19 borsauto merge of #5356 : jld/rust/enum-less-magic, r=graydon
2013-03-15 borsauto merge of #5371 : thestinger/rust/hidden, r=pcwalton
2013-03-15 borsauto merge of #5369 : thestinger/rust/iter, r=z0w0
2013-03-15 borsauto merge of #5367 : brson/rust/5299, r=thestinger
2013-03-14 borsauto merge of #5366 : tedhorst/rust/threadring, r=brson
2013-03-14 borsauto merge of #5365 : thestinger/rust/map, r=catamorphism
2013-03-14 borsauto merge of #5364 : xenocons/rust/patch-1, r=z0w0
2013-03-14 borsauto merge of #5360 : thestinger/rust/doc, r=graydon
2013-03-14 borsauto merge of #5355 : yichoi/rust/pull-0314, r=graydon
2013-03-14 Patrick Waltonlibrustc: Remove implicit self from the language, excep...
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...
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 AndersonMerge pull request #3440 from jld/vec-dedup
2012-09-11 Brian AndersonReport obsolete trait lists on structs
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-07-31 Lindsey KuperChange remaining "iface" occurrences to "trait"; deprec...
2012-06-25 Tim ChevalierMerge
2012-06-24 Brian AndersonMerge remote-tracking branch 'mozilla/incoming'
2012-06-23 Graydon HoareRemove 'implements' keyword in favour of :, part of...
2012-04-16 Brian AndersonMerge pull request #2184 from evanmcc/local_rust
2012-04-11 Tim ChevalierAllow classes to implement ifaces