]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/borrowck-unary-move.rs
auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichton
[rust.git] / src / test / compile-fail / borrowck-unary-move.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...
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 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-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-15 borsauto merge of #6486 : recrack/rust/gitignore, r=catamor...
2013-05-11 borsauto merge of #6383 : huonw/rust/rustc-expand-then...
2013-05-10 borsauto merge of #6339 : alexcrichton/rust/unsafe-cvec...
2013-05-09 borsauto merge of #6325 : sammykim/rust/lint-name, r=graydon
2013-05-09 borsauto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn
2013-05-09 borsauto merge of #6343 : thestinger/rust/new_iter, r=brson
2013-05-09 borsauto merge of #6337 : thestinger/rust/fix_region, r...
2013-05-09 borsauto merge of #6332 : huonw/rust/std-base64-match,...
2013-05-09 borsauto merge of #6327 : z0w0/rust/rm-notest, r=brson
2013-05-09 borsauto merge of #6232 : pcwalton/rust/demuting, r=pcwalton
2013-05-09 Patrick Waltontest: Fix tests.
2013-05-08 borsauto merge of #6119 : brson/rust/main, r=brson
2013-05-08 borsauto merge of #6267 : huonw/rust/syntax-deriving-genera...
2013-05-08 borsauto merge of #6297 : sammykim/rust/static-lint-table...
2013-05-07 borsauto merge of #6290 : brson/rust/issue-3707, r=thestinger
2013-05-07 borsauto merge of #6254 : alexcrichton/rust/issues-5311...
2013-05-07 borsauto merge of #6282 : alexcrichton/rust/issue-5517...
2013-05-07 borsauto merge of #6276 : brson/rust/issue-6122, r=graydon
2013-05-07 borsauto merge of #6271 : pnkfelix/rust/issue6009-condition...
2013-05-07 borsauto merge of #6255 : brson/rust/nobreakpoint, r=graydon
2013-05-07 borsauto merge of #6251 : thestinger/rust/non_owned, r...
2013-05-07 borsauto merge of #6245 : youknowone/rust/match-range-stati...
2013-05-07 borsauto merge of #6241 : thestinger/rust/rc, r=pcwalton
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-07 borsauto merge of #6286 : nikomatsakis/rust/issue-5910...
2013-05-07 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-05-06 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-05-06 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-05-05 Niko MatsakisMerge remote-tracking branch 'mozilla/incoming' into...
2013-04-30 Niko Matsakisnew borrow checker (mass squash)
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-12-07 Brian AndersonMerge pull request #4101 from brson/bound-default-methods
2012-12-06 Tim ChevalierMerge pull request #4089 from BeyondSora/incoming
2012-12-06 Patrick Waltontest: Fix some compile-fail bustage. rs=bustage
2012-08-03 Niko MatsakisPurge placement new; Make borrowck know about unary...