]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/liveness-move-in-loop.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / liveness-move-in-loop.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.
2013-07-08 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-07-06 borsauto merge of #7194 : jensnockert/rust/endian, r=cmr
2013-07-03 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-07-01 borsauto merge of #7443 : yjh0502/rust/fix_field_dup, r...
2013-06-30 borsauto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
2013-06-30 borsauto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr
2013-06-29 borsauto merge of #7449 : yichoi/rust/std_test, r=cmr
2013-06-29 borsauto merge of #7442 : graydon/rust/clean-llvm-trigger...
2013-06-29 borsauto merge of #7441 : catamorphism/rust/testcases_2013...
2013-06-29 borsauto merge of #7244 : bblum/rust/once, r=nikomatsakis
2013-06-29 borsauto merge of #7439 : catamorphism/rust/cut-rustpkg...
2013-06-28 borsauto merge of #7466 : thestinger/rust/passes, r=cmr
2013-06-28 borsauto merge of #7437 : brson/rust/winver, r=brson
2013-06-28 borsauto merge of #7451 : cmr/rust/rewrite-each-path, r...
2013-06-28 Patrick Waltonlibrustc: Remove the broken overloaded assign-ops from...
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-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-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-20 borsauto merge of #5350 : yichoi/rust/pull-0313-2, r=graydo...
2013-03-19 borsauto merge of #5356 : jld/rust/enum-less-magic, r=graydon
2013-03-14 borsauto merge of #5366 : tedhorst/rust/threadring, r=brson
2013-03-14 borsauto merge of #5365 : thestinger/rust/map, r=catamorphism
2013-03-14 borsauto merge of #5364 : xenocons/rust/patch-1, r=z0w0
2013-03-14 borsauto merge of #5360 : thestinger/rust/doc, r=graydon
2013-03-14 borsauto merge of #5355 : yichoi/rust/pull-0314, r=graydon
2013-03-13 borsauto merge of #5340 : brson/rust/column, r=brson
2013-03-13 borsauto merge of #5307 : nikomatsakis/rust/remove-by-val...
2013-03-13 Niko MatsakisRemove `++` mode from the compiler (it is parsed as...
2013-02-16 borsauto merge of #4957 : Kimundi/rust/incoming, r=catamorphism
2013-02-15 borsauto merge of #4969 : nickdesaulniers/rust/issue3869...
2013-02-15 borsauto merge of #4964 : luqmana/rust/demove, r=graydon
2013-02-15 Luqman Adentests/tutorials: Get rid of `move`.
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-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-10-22 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-17 Tim ChevalierMerge pull request #3739 from killerswan/usagemsg
2012-10-17 Tim ChevalierMerge pull request #3719 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3706 from erickt/str-with-capacity
2012-10-17 Tim ChevalierMerge pull request #3716 from Blei/fix-3656
2012-10-13 Tim ChevalierMake moves explicit in rpass tests
2012-07-02 Brian AndersonMerge remote-tracking branch 'Dretch/prettydocs'
2012-07-02 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-06-30 Michael SullivanSwitch the compiler over to using ~[] notation instead...
2012-06-26 Michael SullivanMake vectors uglier ([]/~). Sorry. Should be temporary...
2012-05-24 Niko Matsakisnew liveness pass to supercede last_use / initedness