]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/alloca-from-derived-tydesc.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / alloca-from-derived-tydesc.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-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-02-26 borsauto merge of #5023 : mitsuhiko/rust/make-absolute...
2013-02-26 borsauto merge of #5089 : sanxiyn/rust/llvm-struct, r=pcwalton
2013-02-26 borsauto merge of #5084 : oncemoreification/rust/issue...
2013-02-23 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
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-03-27 Graydon HoareBulk-edit mutable -> mut.
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-10-25 Marijn HaverbekeUpdate our code to new type parameter kind syntax
2011-09-24 Brian AndersonVectors containing pinned kinds become pinned
2011-08-20 Brian AndersonReformat
2011-08-16 Erick TryzelaarPort the tests to the decl foo<T> syntax.
2011-08-16 Erick TryzelaarPort the tests to the typaram foo<T> syntax.
2011-08-09 Erick TryzelaarPort the fuzzer and tests to ivec type [T] syntax.
2011-08-09 Erick TryzelaarChange the ivec type syntax to [T].
2011-08-03 Brian AndersonRemove all xfail-stage0 directives
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-06-19 Patrick Waltontest: Add a test case for derived-tydescs-before-dynami...