summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2012-09-28demode vecNiko Matsakis-4/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25Demode core::resultBrian Anderson-4/+4
2012-09-23core: Demode optionBrian Anderson-3/+3
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-9/+9
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-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-10/+10
2012-08-31jit: Correct formatting and argv[0] for JITted programsZack Corr-3/+9
2012-08-31Add JIT testing to compiletest with --jitBrian Anderson-8/+27
2012-08-26Camel case the option typeBrian Anderson-18/+18
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-63/+69
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-31/+31
2012-08-14Convert more core types to camel caseBrian Anderson-3/+3
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-5/+5
2012-08-05Switch alts to use arrowsBrian Anderson-11/+11
2012-08-01Convert ret to returnBrian Anderson-9/+9
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-31/+31
2012-07-14~strify win32-specific fnsNiko Matsakis-2/+2
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-1/+0
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-83/+85
2012-07-01Convert to new closure syntaxBrian Anderson-8/+8
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-24/+24
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-22/+22
2012-06-21Remove some singleton vector appends.Eric Holk-1/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-05Have "aborting due to previous errors" message show an error countLindsey Kuper-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-04-13add option exec-env to set env variables during test executionNiko Matsakis-21/+26
2012-04-10test: Build auxiliary libraries for each testHaitao Li-12/+35
2012-04-06Remove support for old-style forMarijn Haverbeke-1/+4
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-3/+3
2012-04-05handle the case where multiple instances of same error are expected on the sa...Niko Matsakis-1/+2
2012-03-28Fix long line. release-0.2 0.2Graydon Hoare-1/+2
2012-03-28refactor so that pretty mode tests also run aux-build. Fixes #2060.Niko Matsakis-14/+27
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-12/+12
2012-03-15Use str::is_whitespace instead of dup'd is_whitespace functionTim Chevalier-7/+1
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-7/+4
2012-03-02core: Remove _mut functions from vecBrian Anderson-1/+2
2012-03-02retool inline encoding to handle methods, fix testsNiko Matsakis-4/+9
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-4/+21
2012-02-23Finish cleanup of core::strMarijn Haverbeke-9/+7
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-1/+1
2012-02-10log to stderr instead of stdoutTed Horst-2/+2
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-42/+43
2012-02-07String split renaming:Kevin Cantu-4/+4