]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/unique-in-vec-copy.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / unique-in-vec-copy.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-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-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-21 borsauto merge of #6604 : bjz/rust/ptr-to-option, r=brson
2013-05-21 borsauto merge of #6576 : nikomatsakis/rust/issue-5362...
2013-05-19 borsauto merge of #6106 : thestinger/rust/iter, r=bstrie
2013-05-19 borsauto merge of #6601 : cmr/rust/assert_eq, r=Aatch
2013-05-19 Corey RichardsonUse assert_eq! rather than assert! where possible
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5628 : brson/rust/assert, r=brson
2013-03-29 Patrick Waltonlibrustc: Remove `fail_unless!`
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-18 borsauto merge of #5420 : boggle/rust/sudoku-with-traits...
2013-03-17 borsauto merge of #5374 : z0w0/rust/rustdoc-explicit-self...
2013-03-16 borsauto merge of #5408 : thestinger/rust/trie, r=pcwalton
2013-03-16 borsauto merge of #5359 : luqmana/rust/inline-asm, r=pcwalton
2013-03-16 borsauto merge of #5404 : bstrie/rust/decopy, r=pcwalton
2013-03-15 Ben StriegelClonify some of run-pass
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
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-02-28 borsauto merge of #5098 : pkgw/rust/pr/issue4869, r=brson
2013-02-28 borsauto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon
2013-02-27 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-27 borsauto merge of #5118 : youknowone/rust/match-guard,...
2013-02-27 borsauto merge of #5123 : thestinger/rust/treemap, r=nikoma...
2013-02-27 borsauto merge of #5120 : jbclements/rust/macros-have-scope...
2013-02-27 borsauto merge of #5115 : sanxiyn/rust/arm-abi, r=brson
2013-02-26 borsauto merge of #5023 : mitsuhiko/rust/make-absolute...
2013-02-26 borsauto merge of #5126 : nikomatsakis/rust/issue-4808...
2013-02-26 borsauto merge of #5119 : Kimundi/rust/incoming, r=catamorphism
2013-02-26 borsauto merge of #5110 : pcwalton/rust/and-const, r=pcwalton
2013-02-26 Patrick Waltontest: De-~mut the test suite. rs=demuting
2013-02-25 Patrick WaltonRevert "test: De-~mut the test suite. rs=demuting"
2013-02-25 Patrick Waltontest: De-~mut the test suite. rs=demuting
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-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: More run-pass test fixes
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-03-27 Graydon HoareBulk-edit mutable -> mut.
2011-09-27 Brian AndersonAdd a test that unique boxes in vectors are copied...