]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/use-after-move-self.rs
auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichton
[rust.git] / src / test / compile-fail / use-after-move-self.rs
2014-05-07 borsauto merge of #13967 : richo/rust/features/ICE-fails...
2014-05-07 borsauto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
2014-05-07 Patrick Waltonlibrustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from...
2014-02-10 borsauto merge of #12095 : FlaPer87/rust/issue-11709, r...
2014-02-09 borsauto merge of #12114 : brson/rust/faqs, r=cmr
2014-02-08 borsauto merge of #12090 : bjz/rust/unimplemented, r=cmr
2014-02-08 borsauto merge of #12096 : brson/rust/morestack-addr, r...
2014-02-08 borsauto merge of #12099 : alexcrichton/rust/rpath-tests...
2014-02-08 borsauto merge of #12094 : adridu59/rust/licensing, r=brson
2014-02-07 borsauto merge of #12029 : zkamsler/rust/merge-sort-allocat...
2014-02-07 borsauto merge of #12073 : alexcrichton/rust/doc-examples...
2014-02-07 borsauto merge of #12055 : dguenther/rust/tidy_test, r...
2014-02-07 Derek GuentherAdded tests to make tidy
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-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-07 borsauto merge of #6895 : cmr/rust/jemalloc, r=brson
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-06-03 borsauto merge of #6826 : cmr/rust/terminfo, r=thestinger
2013-06-02 borsauto merge of #6879 : yichoi/rust/arm-test, r=brson
2013-06-02 borsauto merge of #6866 : pcwalton/rust/pub-extern, r=brson
2013-06-01 borsauto merge of #6880 : thomaslee/rust/issue-6745, r...
2013-06-01 borsauto merge of #6871 : pcwalton/rust/de-pub-impl, r...
2013-06-01 Patrick WaltonRemove all uses of `pub impl`. rs=style
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-05-30 Brian AndersonMerge remote-tracking branch 'brson/io' into incoming
2013-05-29 borsauto merge of #6799 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 borsauto merge of #6813 : pnkfelix/rust/fsk-issue-6805...
2013-05-29 borsauto merge of #6733 : alexcrichton/rust/issue-2400...
2013-05-29 borsauto merge of #6800 : june0cho/rust/issue5984, r=pcwalton
2013-05-29 borsauto merge of #6796 : sfackler/rust/FromBase64-type...
2013-05-29 borsauto merge of #6794 : thestinger/rust/align_zero, r...
2013-05-29 borsauto merge of #6793 : graydon/rust/drop-ast-before...
2013-05-29 borsauto merge of #6789 : luqmana/rust/compiletest-fix...
2013-05-29 borsauto merge of #6784 : nikomatsakis/rust/moves-into...
2013-05-29 Niko MatsakisMove checking for moves and initialization of local...
2013-05-18 borsauto merge of #6249 : crabtw/rust/arm, r=brson
2013-05-17 borsauto merge of #6442 : sstewartgallus/rust/incoming...
2013-05-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-15 borsauto merge of #6493 : brson/rust/tls, r=thestinger
2013-05-15 borsauto merge of #6486 : recrack/rust/gitignore, r=catamor...
2013-05-14 borsauto merge of #6463 : bjz/rust/numeric-traits, r=thestinger
2013-05-14 borsauto merge of #6388 : recrack/rust/each2_mut, r=pcwalton
2013-05-13 borsauto merge of #6387 : brson/rust/unstable, r=brson
2013-05-13 borsauto merge of #6417 : pcwalton/rust/exprs-in-patterns...
2013-05-12 Patrick Waltonlibrustc: Make `self` and `static` into keywords
2013-05-08 borsauto merge of #6119 : brson/rust/main, r=brson
2013-05-07 borsauto merge of #6228 : brson/rust/run-destroy, r=brson
2013-05-07 borsauto merge of #6226 : alexcrichton/rust/issue-6199...
2013-05-06 borsauto merge of #6150 : yichoi/rust/arm-test-pull, r...
2013-05-05 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-05-05 borsauto merge of #6208 : sanxiyn/rust/accurate-span, r...
2013-05-05 borsauto merge of #6235 : pnkfelix/rust/issue-3326-play...
2013-05-05 borsauto merge of #6234 : yichoi/rust/glob-dummy-pull,...
2013-05-04 borsauto merge of #6230 : thestinger/rust/whitespace, r...
2013-05-04 Daniel Micayadd gitattributes and fix whitespace issues
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-03 borsauto merge of #5114 : osaut/rust/incoming, r=brson
2013-03-01 Patrick WaltonMerge remote branch 'nmatsakis/issue-4808-representatio...
2013-03-01 Patrick WaltonMerge remote branch 'sevrak/issue-5164' into incoming
2013-03-01 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-01 borsauto merge of #5162 : brson/rust/fixmes, r=brson
2013-03-01 borsauto merge of #5176 : brson/rust/unwrap_shared_mutable_...
2013-02-28 borsauto merge of #5166 : danniel/rust/incoming, r=brson
2013-02-28 borsauto merge of #5156 : pcwalton/rust/method-privacy...
2013-02-28 Patrick Waltonlibrustc: Mark all type implementations public. rs...
2013-02-04 Brian AndersonMerge remote-tracking branch 'bstrie/rimov' into incoming
2013-02-01 Brian AndersonMerge pull request #4708 from dforsyth/add_if
2013-02-01 Brian AndersonMerge pull request #4706 from sanxiyn/cleanup-fixme
2013-02-01 Brian AndersonMerge pull request #4703 from sanxiyn/remove-tps
2013-02-01 Brian AndersonMerge pull request #4702 from aydinkim/patch-1
2013-01-31 Niko MatsakisFinalize moves-based-on-type implementation.
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream'
2013-01-23 Tim ChevalierMerge pull request #4466 from ScriptDevil/master
2013-01-20 Tim ChevalierMerge pull request #4506 from thestinger/mkdtemp
2013-01-16 Patrick WaltonMerge pull request #4493 from jbclements/rename-moved...
2013-01-15 John Clementss/moved variable/moved value/
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 Patrick Waltonlibrustc: Allow moves out of `self`. r=nmatsakis