]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/borrowck-vec-pattern-loan-from-mut.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / borrowck-vec-pattern-loan-from-mut.rs
2014-03-21 Patrick Waltontest: Make manual changes to deal with the fallout...
2014-03-21 Patrick Waltontest: Automatically remove all `~[T]` from tests.
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-02-22 borsauto merge of #12422 : alexcrichton/rust/buffered-defau...
2014-02-21 borsauto merge of #12419 : huonw/rust/compiler-unsafe,...
2014-02-21 borsauto merge of #12415 : HeroesGrave/rust/move-enum-set...
2014-02-21 borsauto merge of #12410 : DaGenix/rust/fix-incorrect-comme...
2014-02-21 borsauto merge of #12407 : alexcrichton/rust/up-llvm, r...
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-20 borsauto merge of #12405 : kud1ing/rust/backticks, r=huonw
2014-02-20 borsauto merge of #12403 : eddyb/rust/generic-dtors-with...
2014-02-20 borsauto merge of #12399 : michaelwoerister/rust/simd-fix...
2014-02-20 borsauto merge of #12398 : alexcrichton/rust/rlibs-and...
2014-02-20 borsauto merge of #12397 : alexcrichton/rust/send-off-the...
2014-02-20 borsauto merge of #12396 : alexcrichton/rust/windows-env...
2014-02-20 borsauto merge of #12392 : aepsil0n/rust/fix/pub_randbigint...
2014-02-20 borsauto merge of #12244 : pcwalton/rust/deuniquevectorpatt...
2014-02-20 Patrick Waltonlibrustc: Remove unique vector patterns from the language.
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-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
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-09 borsauto merge of #6325 : sammykim/rust/lint-name, r=graydon
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 borsauto merge of #6150 : yichoi/rust/arm-test-pull, r...
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-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-04-30 Niko Matsakisnew borrow checker (mass squash)
2013-01-28 Brian AndersonMerge remote-tracking branch 'codeblack08/treemap-ord...
2013-01-28 Niko MatsakisIntegrate vec patterns into borrow checker.