]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/ufcs-trait-object.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / ufcs-trait-object.rs
2015-01-25 borsAuto merge of #20613 - dgriffen:master, r=alexcrichton
2015-01-24 Flavio Percoco PremoliRollup merge of #21498 - quantheory:master, r=alexcrichton
2015-01-22 Steve KlabnikRollup merge of #21217 - Gankro:docadoca, r=steveklabnik
2015-01-22 borsAuto merge of #21078 - js-ojus:master, r=steveklabnik
2015-01-21 Alex Crichtonrollup merge of #21421: huonw/one-suggestion-per-trait
2015-01-21 Alex Crichtonrollup merge of #21157: steveklabnik/deprecation
2015-01-21 Alex Crichtonrollup merge of #21138: mkpankov/master
2015-01-21 Alex Crichtonrollup merge of #19913: KOMON/rust-mode-emacs-indentation
2015-01-21 borsAuto merge of #21242 - richo:no-perl, r=brson
2015-01-21 borsAuto merge of #21227 - sellibitze:core-ops-for-referenc...
2015-01-21 borsAuto merge of #21065 - ColonelJ:master, r=brson
2015-01-20 borsAuto merge of #20919 - fay-jai:update, r=brson
2015-01-20 Barosl LEERollup merge of #21179 - nodakai:reference-mod-to-self...
2015-01-20 Barosl LEERollup merge of #21123 - visualfc:master, r=alexcrichton
2015-01-20 Barosl LEERollup merge of #21100 - tstorch:small_readability_upda...
2015-01-20 Barosl LEERollup merge of #21048 - aroben:patch-1, r=steveklabnik
2015-01-20 borsAuto merge of #19353 - icorderi:docs/grammar, r=stevekl...
2015-01-18 borsauto merge of #20901 : dgrunwald/rust/update-token...
2015-01-18 borsauto merge of #21276 : huonw/rust/trait-suggestion...
2015-01-17 borsauto merge of #21233 : huonw/rust/simd-size, r=Aatch
2015-01-17 borsauto merge of #21132 : sfackler/rust/wait_timeout,...
2015-01-16 borsauto merge of #21008 : huonw/rust/trait-suggestions...
2015-01-16 borsauto merge of #21113 : alexcrichton/rust/plug-a-hole...
2015-01-16 borsauto merge of #21162 : apasel422/rust/issue-16530,...
2015-01-16 borsMerge pull request #21214 from sleepynate/spacing-in...
2015-01-16 borsMerge pull request #21211 from fenhl/patch-1
2015-01-16 borsMerge pull request #21181 from nick29581/save-fix
2015-01-16 borsauto merge of #21213 : alexcrichton/rust/rollup, r...
2015-01-15 Alex Crichtonrollup merge of #21206: steveklabnik/expressions
2015-01-15 Alex Crichtonrollup merge of #21199: dotdash/decode_lamba
2015-01-15 Alex Crichtonrollup merge of #21197: michaelwoerister/linestablesonl...
2015-01-15 Alex Crichtonrollup merge of #21191: Zoxc/lto
2015-01-15 Alex Crichtonrollup merge of #21190: FlaPer87/remove_duplicated_func
2015-01-15 Alex Crichtonrollup merge of #21172: brson/tuple
2015-01-15 Alex Crichtonrollup merge of #21170: Diggsey/issue-21058
2015-01-15 Alex Crichtonrollup merge of #21169: aidanhs/aphs-contributing-style...
2015-01-15 Alex Crichtonrollup merge of #21168: aidanhs/aphs-doc-vec-heap
2015-01-15 Alex Crichtonrollup merge of #21167: FlaPer87/coherence-impls
2015-01-15 Alex Crichtonrollup merge of #21164: richo/doc/servo-link
2015-01-15 Alex Crichtonrollup merge of #21161: japaric/ufcs-hash
2015-01-15 Alex Crichtonrollup merge of #21156: nick29581/plugins-fix
2015-01-15 Alex Crichtonrollup merge of #21151: brson/beta
2015-01-15 Alex Crichtonrollup merge of #21148: bombless/patch-1
2015-01-15 Alex Crichtonrollup merge of #21144: nagisa/asm-str-fix
2015-01-15 Alex Crichtonrollup merge of #21141: tcard/master
2015-01-15 Alex Crichtonrollup merge of #21133: iKevinY/mobile-rustdoc
2015-01-15 Alex Crichtonrollup merge of #21127: erickt/opt-stack
2015-01-15 Alex Crichtonrollup merge of #21126: sleepynate/dlist-examples
2015-01-15 Alex Crichtonrollup merge of #21124: steveklabnik/fix_redirect
2015-01-15 Alex Crichtonrollup merge of #21120: fhahn/issue-model-lexer-questio...
2015-01-15 Alex Crichtonrollup merge of #21115: dotdash/iter_vec
2015-01-15 Alex Crichtonrollup merge of #21110: rohitjoshi/patch-1
2015-01-15 Alex Crichtonrollup merge of #21109: steveklabnik/gh17224
2015-01-15 Alex Crichtonrollup merge of #21107: nikomatsakis/assoc-type-ice...
2015-01-15 Alex Crichtonrollup merge of #21105: csouth3/kill-box-import
2015-01-15 Alex Crichtonrollup merge of #21103: nagisa/result-typo
2015-01-15 Alex Crichtonrollup merge of #21089: nikomatsakis/issue-20676-invali...
2015-01-13 Niko MatsakisSupport UFCS style calls to a method defined in `Trait...