]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/pure-sum.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / pure-sum.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-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-07 borsauto merge of #6985 : Aatch/rust/fixed-vec-6977, r...
2013-06-07 borsauto merge of #6895 : cmr/rust/jemalloc, r=brson
2013-06-07 borsauto merge of #6984 : brson/rust/rtcross, r=brson
2013-06-06 borsauto merge of #6982 : Aatch/rust/better-foreign-error...
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-06-05 borsauto merge of #6951 : artagnon/rust/makefile-git, r...
2013-06-05 borsauto merge of #6952 : artagnon/rust/contributing-wrap...
2013-06-05 borsauto merge of #6948 : huonw/rust/less-alloc, r=bstrie
2013-06-05 borsauto merge of #6947 : Blei/rust/fix-dup-freevars, r...
2013-06-05 borsauto merge of #6944 : pcwalton/rust/multiple-patterns...
2013-06-05 Patrick Waltonlibrustc: Disallow multiple patterns from appearing...
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-03-28 borsauto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-22 borsauto merge of #5497 : luqmana/rust/clang-ver, r=thestinger
2013-03-22 borsauto merge of #5496 : catamorphism/rust/release-notes...
2013-03-22 borsauto merge of #5488 : pcwalton/rust/depure, r=pcwalton
2013-03-22 Patrick Waltontest: Remove `pure` from the test suite
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-15 borsauto merge of #4941 : nickdesaulniers/rust/issue4524cle...
2013-02-15 borsauto merge of #4940 : hansjorg/rust/manpage_06, r=catam...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 borsauto merge of #4927 : sanxiyn/rust/remove-dvec, r=catam...
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-14 borsauto merge of #4934 : nickdesaulniers/rust/issue4524cle...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
2013-02-14 Patrick Waltonlibrustc: Replace `impl Type : Trait` with `impl Trait...
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
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream2'
2013-01-26 Tim Chevaliertestsuite: Eliminate uses of structural records from...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-08-02 Brian AndersonConvert ret to return
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-11 Niko Matsakismove purity checking into borrowck, addresses #1422