about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+7
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+9
2012-09-19std: Demode testBrian Anderson-1/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-12/+12
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+2
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+1
2012-09-12Promote 'const', 'copy', 'fn' to strict keywordsBrian Anderson-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-2/+2
2012-09-11Improve unexpected error scanner for compile-fail tests (Closes #1476)Drew Willcoxon-3/+78
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-43/+33
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-1/+0
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-04std: Convert test to camel caseBrian Anderson-4/+4
2012-08-31jit: Correct formatting and argv[0] for JITted programsZack Corr-3/+9
2012-08-31Add JIT testing to compiletest with --jitBrian Anderson-10/+37
2012-08-30Bump version to 0.4Brian Anderson-2/+2
2012-08-30Fix another Eq missing case.Graydon Hoare-0/+6
2012-08-28CamelCasify lots of stdBen Striegel-1/+1
2012-08-27Convert core::result to camel caseBrian Anderson-3/+3
2012-08-26Camel case the option typeBrian Anderson-59/+59
2012-08-26Fix build breakageBrian Anderson-2/+3
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-96/+110
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-52/+52
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-1/+1
2012-08-16Allocate less on empty reads in procsrvEric Holk-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-14Convert more core types to camel caseBrian Anderson-4/+4
2012-08-14Fix compiletest breakageBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-4/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-19/+19
2012-08-06Add missing =>Eric Holk-1/+1
2012-08-06Refcount tasks in packets to avoid races.Eric Holk-17/+15
2012-08-05Switch alts to use arrowsBrian Anderson-43/+46
2012-08-03Once again, revert "Use pipes in compiletest"Eric Holk-15/+17
2012-08-02Revert "Revert "Use pipes in compiletest""Eric Holk-17/+15
2012-08-01Convert ret to returnBrian Anderson-26/+26
2012-08-01Clean out transitional lint.Graydon Hoare-5/+0
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-16/+16
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-52/+52
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-0/+5
2012-07-24Import reader_utilEric Holk-1/+1
2012-07-14~strify win32-specific fnsNiko Matsakis-9/+9
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-2/+1
2012-07-14More platform specific deprecated strings...Michael Sullivan-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-189/+191
2012-07-11Fix some version numbers.Graydon Hoare-2/+2
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-2/+2