summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
2012-07-01Convert to new closure syntaxBrian Anderson-22/+20
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-9/+9
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-54/+55
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-45/+45
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-1/+1
2012-06-21Remove some singleton vector appends.Eric Holk-6/+6
2012-06-21Comment only: annotate FIXMETim Chevalier-1/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-08core: Don't deadlock on io streams in run::program_outputBrian Anderson-0/+1
2012-06-05Have "aborting due to previous errors" message show an error countLindsey Kuper-1/+1
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-06-01compiletest: Add the libaux path to PATH on win32Brian Anderson-1/+5
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-03Fix compiletest::header::iter_header to work with new-style for loopsTim Chevalier-12/+10
2012-04-27compiletest: Unbreak on Win32Brian Anderson-1/+1
2012-04-13add option exec-env to set env variables during test executionNiko Matsakis-30/+59
2012-04-10test: Build auxiliary libraries for each testHaitao Li-12/+35
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Remove support for old-style forMarijn Haverbeke-1/+4
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-6/+6
2012-04-05handle the case where multiple instances of same error are expected on the sa...Niko Matsakis-1/+2
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-1/+6
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-2/+13
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-04-01Fixing issue 1919. list_dir is the more general version that returns a vector...Jonathan Sternberg-1/+1
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-27/+27
2012-03-17compiletest: Remove FIXME. Closes #1984Brian Anderson-3/+0
2012-03-15Associate FIXME with an issue in compiletest.rsTim Chevalier-2/+2
2012-03-15Use str::is_whitespace instead of dup'd is_whitespace functionTim Chevalier-7/+1
2012-03-15Associate FIXMEs with issue numbers (comments only)Tim Chevalier-0/+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-27/+15
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-20/+65
2012-02-23Finish cleanup of core::strMarijn Haverbeke-11/+9
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-6/+4
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-5/+5
2012-02-20core: New task APIBrian Anderson-2/+2
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-1/+1
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-13/+18
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-4/+4
2012-02-10use task::spawn_sched to read stdout and stderr at the same timeTed Horst-3/+26
2012-02-10read stderr before stdoutTed Horst-1/+1