]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/empty-vec-trailing-comma.rs
test: Automatically remove all `~[T]` from tests.
[rust.git] / src / test / compile-fail / empty-vec-trailing-comma.rs
2014-03-21 Patrick Waltontest: Automatically remove all `~[T]` from tests.
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
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-13 Lindsey KuperMore consistent use of backticks and "expected" in...
2012-07-03 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-07-02 Brian AndersonMerge branch 'doc-comments'
2012-07-02 Brian AndersonMerge remote-tracking branch 'Dretch/prettydocs'
2012-07-02 Brian AndersonMerge remote-tracking branch 'brson/uv'
2012-06-30 Gareth Daniel Smithchange the test suite `//! kind` syntax to `//~ kind...
2012-06-30 Michael SullivanSwitch the compiler over to using ~[] notation instead...
2012-06-26 Michael SullivanMake vectors uglier ([]/~). Sorry. Should be temporary...
2012-06-13 Patrick WaltonMerge pull request #2576 from mozilla/incoming
2012-06-12 Lindsey KuperAllow trailing comma in vectors. Closes #2482.