]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/issue-21361.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-21361.rs
2015-01-25 borsAuto merge of #20613 - dgriffen:master, r=alexcrichton
2015-01-24 borsAuto merge of #21452 - bleibig:bison-grammar, r=nikomat...
2015-01-24 Flavio Percoco PremoliRollup merge of #21498 - quantheory:master, r=alexcrichton
2015-01-23 borsAuto merge of #21453 - Stebalien:exactsize, r=alexcrichton
2015-01-23 borsAuto merge of #20221 - liigo:rustdoc-sidebar-tooltips...
2015-01-22 Steve KlabnikRollup merge of #21500 - richo:power-fixups, r=alexcrichton
2015-01-22 Steve KlabnikRollup merge of #21496 - ColonelJ:paatch, r=alexcrichton
2015-01-22 Steve KlabnikRollup merge of #21484 - steveklabnik:connect_docs...
2015-01-22 Steve KlabnikRollup merge of #21479 - steveklabnik:rustdoc_to_book...
2015-01-22 Steve KlabnikRollup merge of #21477 - steveklabnik:gh21440, r=alexcr...
2015-01-22 Steve KlabnikRollup merge of #21472 - steveklabnik:gh21469, r=huonw
2015-01-22 Steve KlabnikRollup merge of #21471 - michaelwoerister:associated...
2015-01-22 Steve KlabnikRollup merge of #21450 - alfie:book2, r=steveklabnik
2015-01-22 Steve KlabnikRollup merge of #21373 - angst7:pointer_doc_1, r=stevek...
2015-01-22 Steve KlabnikRollup merge of #21325 - nagisa:thread-panicking, r...
2015-01-22 Steve KlabnikRollup merge of #21217 - Gankro:docadoca, r=steveklabnik
2015-01-22 Steve KlabnikRollup merge of #21091 - steveklabnik:add_attribute_doc...
2015-01-22 borsAuto merge of #21078 - js-ojus:master, r=steveklabnik
2015-01-22 borsAuto merge of #21187 - oli-obk:feature/hint_struct_fiel...
2015-01-22 borsAuto merge of #21473 - alexcrichton:rollup, r=alexcrichton
2015-01-21 Alex Crichtonrollup merge of #20179: eddyb/blind-items
2015-01-21 Alex Crichtonrollup merge of #21258: aturon/stab-3-index
2015-01-21 Alex Crichtonrollup merge of #21252: nikomatsakis/assoc-type-ice...
2015-01-21 Alex Crichtonrollup merge of #20642: michaelwoerister/sane-source...
2015-01-21 Alex Crichtonrollup merge of #21463: sanxiyn/demut
2015-01-21 Alex Crichtonrollup merge of #21462: ahmedcharles/remove-ratchet
2015-01-21 Alex Crichtonrollup merge of #21457: alexcrichton/issue-21436
2015-01-21 Alex Crichtonrollup merge of #21447: cmr/master
2015-01-21 Alex Crichtonrollup merge of #21446: stepancheg/boxed-test
2015-01-21 Alex Crichtonrollup merge of #21444: petrochenkov/null
2015-01-21 Alex Crichtonrollup merge of #21441: alexcrichton/rustc-opts
2015-01-21 Alex Crichtonrollup merge of #21438: taralx/kill-racycell
2015-01-21 Alex Crichtonrollup merge of #21437: FlaPer87/snapshot
2015-01-21 Alex Crichtonrollup merge of #21433: alfie/typobook
2015-01-21 Alex Crichtonrollup merge of #21429: GuillaumeGomez/macro-fix
2015-01-21 Alex Crichtonrollup merge of #21423: oli-obk/prettier_read_until
2015-01-21 Alex Crichtonrollup merge of #21421: huonw/one-suggestion-per-trait
2015-01-21 Alex Crichtonrollup merge of #21419: Toby-S/patch-1
2015-01-21 Alex Crichtonrollup merge of #21418: Aatch/assume-refcount
2015-01-21 Alex Crichtonrollup merge of #21414: ejjeong/aarch64-linux-android
2015-01-21 Alex Crichtonrollup merge of #21413: ahmedcharles/remove-test-features
2015-01-21 Alex Crichtonrollup merge of #21411: P1start/help-tweaks
2015-01-21 Alex Crichtonrollup merge of #21396: japaric/no-parens-in-range
2015-01-21 Alex Crichtonrollup merge of #21394: japaric/nonono
2015-01-21 Alex Crichtonrollup merge of #21393: loganchien/fix-if-stmt-doc...
2015-01-21 Alex Crichtonrollup merge of #21392: japaric/iter
2015-01-19 Jorge Aparicioimpl Iterator for &mut Iterator and Box<Iterator>