]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/alias-uninit-value.rs
test: Remove all uses of `~str` from the test suite.
[rust.git] / src / test / run-pass / alias-uninit-value.rs
2014-05-14 Patrick Waltontest: Remove all uses of `~str` from the test suite.
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-14 Brian AndersonMerge remote-tracking branch 'thestinger/vim'
2012-12-13 Patrick Waltonlibrustc: Make `use` statements crate-relative by defau...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-09-12 Brian AndersonConvert 'use' to 'extern mod'. Remove old 'use' syntax
2012-09-12 Brian AndersonMerge pull request #3440 from jld/vec-dedup
2012-09-12 Brian AndersonPromote 'struct' from a restricted keyword to a strict...
2012-09-05 Patrick Waltontest: "import" -> "use"
2012-08-26 Brian AndersonCamel case the option type
2012-08-02 Brian AndersonConvert ret to return
2012-07-21 Graydon HoareMerge tag 'release-0.3.1' into incoming
2012-07-20 Tim ChevalierMerge pull request #2910 from gwillen/bug-2360
2012-07-20 Tim ChevalierMerge remote-tracking branch 'Havvy/master' into Havvy...
2012-07-14 Michael SullivanMerge branch 'vector-reform' into incoming
2012-07-14 Michael SullivanMove the world over to using the new style string liter...
2012-02-05 Brian AndersonMerge remote-tracking branch 'erickt/master'
2012-02-01 Tim ChevalierChange option::t to option
2012-01-20 Patrick Waltonrustc: Make the pretty printer output commas after...
2012-01-20 Patrick WaltonMerge pull request #1571 from kevina/fixup-1
2012-01-20 Patrick Waltontest: "tag" -> "enum" in run-pass and run-fail
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-08-16 Erick TryzelaarPort the tests to the expr foo::<T> syntax.
2011-08-16 Erick TryzelaarPort the tests to the typaram foo<T> syntax.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-06-15 Graydon HoareReformat source tree (minus a couple tests that are...
2011-05-22 Brian Andersontest: Un-xfail alias-uninit-value.rs. Closes #374.
2011-05-14 Brian AndersonAdd a regression test for issue #374 (XFAILed)