]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/borrowck-move-moved-value-into-closure.rs
auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichton
[rust.git] / src / test / compile-fail / borrowck-move-moved-value-into-closure.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
2013-12-05 borsauto merge of #10562 : ongardie/rust/master, r=brson
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
2013-11-27 borsauto merge of #10684 : jld/rust/unstruct-unhack-typekin...
2013-11-27 borsauto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
2013-11-27 borsauto merge of #10679 : alexcrichton/rust/no-routine...
2013-11-27 borsauto merge of #10677 : jld/rust/type-enum-discrim-rm...
2013-11-26 borsauto merge of #10312 : thestinger/rust/thread_local...
2013-11-26 borsauto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
2013-11-26 Patrick Waltonlibrustc: Make `||` lambdas not infer to `proc`s
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-20 borsauto merge of #10576 : thestinger/rust/gc, r=pcwalton
2013-11-20 borsauto merge of #10527 : eholk/rust/win64, r=alexcrichton
2013-11-19 borsauto merge of #10495 : alexcrichton/rust/more-native...
2013-11-19 borsauto merge of #10558 : alexcrichton/rust/faster-stdout...
2013-11-19 borsauto merge of #10557 : huonw/rust/inline-deriving,...
2013-11-19 borsauto merge of #10542 : huonw/rust/open01, r=alexcrichton
2013-11-19 borsauto merge of #10561 : pcwalton/rust/procify, r=alexcri...
2013-11-19 Patrick Waltonlibrustc: Convert `~fn()` to `proc()` everywhere.
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-21 borsauto merge of #7923 : alexcrichton/rust/add-tests,...
2013-07-20 borsauto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton
2013-07-19 borsauto merge of #7871 : pcwalton/rust/de-at-match, r...
2013-07-19 borsauto merge of #7868 : pnkfelix/rust/issue6929-remove...
2013-07-19 borsauto merge of #7863 : catamorphism/rust/issue-5883...
2013-07-19 borsauto merge of #7859 : kmcallister/rust/rt-diag-messages...
2013-07-19 borsauto merge of #7857 : blake2-ppc/rust/fix-test-warnings...
2013-07-19 borsauto merge of #7856 : brson/rust/no-thread-per-core...
2013-07-19 borsauto merge of #7854 : brson/rust/rt-test-threads, r...
2013-07-18 borsauto merge of #7847 : alexcrichton/rust/verbose-submodu...
2013-07-18 borsauto merge of #7846 : alexcrichton/rust/static-mut...
2013-07-18 borsauto merge of #7845 : gifnksm/rust/tutorial-remove...
2013-07-18 borsauto merge of #7842 : thestinger/rust/closure, r=huonw
2013-07-18 borsauto merge of #7840 : alexcrichton/rust/better-test...
2013-07-18 borsauto merge of #7747 : chris-morgan/rust/vim-compiler...
2013-07-18 borsauto merge of #7876 : pnkfelix/rust/fsk-silence-warning...
2013-07-18 borsauto merge of #7849 : nikomatsakis/rust/issue-7444...
2013-07-17 Niko MatsakisIssue #7444 - Borrowck permits moved values to be captured