]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/auto-ref-bounded-ty-param.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / auto-ref-bounded-ty-param.rs
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-01-21 borsauto merge of #11486 : Matthias247/rust/doc, r=cmr
2014-01-19 borsauto merge of #11311 : hdima/rust/vim-syntax-spell...
2014-01-14 borsauto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichton
2014-01-13 borsauto merge of #11506 : brson/rust/androidfixes, r=cmr
2014-01-11 borsauto merge of #11338 : jhasse/rust/patch-rustpkgtarget...
2014-01-11 borsauto merge of #11470 : eminence/rust/rustpkg_help_test...
2014-01-11 borsauto merge of #11472 : kud1ing/rust/iOS, r=alexcrichton
2014-01-11 borsauto merge of #11463 : brson/rust/envcaps, r=huonw
2014-01-11 borsauto merge of #11461 : alexcrichton/rust/rustdoc-fixes...
2014-01-11 borsauto merge of #11466 : eminence/rust/fix_rustpkg_help...
2014-01-11 borsauto merge of #11465 : pcwalton/rust/borrow-check-bug...
2014-01-11 borsauto merge of #11459 : tedhorst/rust/uninstall_rustlib...
2014-01-11 borsauto merge of #11416 : bjz/rust/remove-print-fns, r...
2014-01-10 Brendan ZabarauskasRemove re-exports of std::io::stdio::{print, println...
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-10-28 borsauto merge of #10095 : huonw/rust/master, r=cmr
2013-10-28 borsauto merge of #10050 : gifnksm/rust/ratio-methods,...
2013-10-26 borsauto merge of #10072 : brson/rust/modelines, r=thestinger
2013-10-26 borsauto merge of #10048 : ibukanov/rust/mkdir-fix, r=brson
2013-10-25 borsauto merge of #10067 : sanxiyn/rust/addr-of-bot, r...
2013-10-25 borsauto merge of #10066 : sanxiyn/rust/mut-ptr-clone,...
2013-10-25 borsauto merge of #10055 : pcwalton/rust/arc-clone-inline...
2013-10-24 borsauto merge of #9901 : alexcrichton/rust/unix-sockets...
2013-10-24 Alex CrichtonRemove even more of std::io
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Patrick Waltonlibrustc: Stop reexporting the standard modules from...
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-13 Patrick Waltonlibrustc: Make `use` statements crate-relative by defau...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-09-13 Niko MatsakisFix bug in auto-ref on bounded type parameters