summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
2012-02-10log to stderr instead of stdoutTed Horst-2/+2
2012-02-08Suppress warnings in compiletestMarijn Haverbeke-1/+1
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-226/+96
2012-02-07String split renaming:Kevin Cantu-4/+4
2012-02-06Revert "log to stderr instead of stdout"Brian Anderson-2/+2
2012-02-03log to stderr instead of stdoutTed Horst-2/+2
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-3/+3
2012-02-01Propagating unsafe::slice 3Kevin Cantu-5/+5
2012-01-31Change option::t to optionTim Chevalier-18/+18
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 2)Kevin Cantu-4/+4
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-1/+1
2012-01-19misc: ';' to ',' in enums in cargo, compiletest, and fuzzerPatrick Walton-2/+2
2012-01-19libcore: Use 4x the number of scheduler threads for testingBrian Anderson-1/+0
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-2/+2
2012-01-19Use fn~ to simplify the core::test interfaceBrian Anderson-34/+18
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-19/+19
2012-01-17Update crates with correct crate_type attributeBrian Anderson-0/+2
2012-01-11Major clean-up of std::ioMarijn Haverbeke-14/+7
2012-01-06port over the tests to use the new APINiko Matsakis-16/+15
2012-01-04make scanning more efficient by avoiding recomputationNiko Matsakis-4/+7
2012-01-04extend tester so that error msgs can be attached to linesNiko Matsakis-3/+122
2012-01-01freebsd supportUser Jyyou-0/+4
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-2/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-6/+6
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-2/+5
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-27/+28