| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -6/+4 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -14/+15 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -7/+7 | |
| 2012-06-21 | Remove some singleton vector appends. | Eric Holk | -1/+1 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -3/+3 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
| 2012-04-04 | Logfile output from tests; summarise in make check | Grahame Bowland | -2/+10 | |
| Add an optional --logfile argument to std::test::test_main and to compiletest. Use this features and the new 'check-summary.py' script to summarise all the tests performed by the 'check' target. This is a short term fix for #2075. | ||||
| 2012-04-01 | Fixing issue 1919. list_dir is the more general version that returns a ↵ | Jonathan Sternberg | -1/+1 | |
| vector with the contents of the directory. list_dir_path contains the old behavior (as a convenience function). | ||||
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -2/+2 | |
| 2012-03-17 | compiletest: Remove FIXME. Closes #1984 | Brian Anderson | -3/+0 | |
| 2012-03-15 | Associate FIXME with an issue in compiletest.rs | Tim Chevalier | -2/+2 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -3/+2 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-02-28 | add ability to run multi-crate tests, run tests with --inline | Niko Matsakis | -1/+3 | |
| 2012-02-07 | Make process-spawning take environments and working directories, remove ↵ | Graydon Hoare | -27/+12 | |
| procsrv task from compiletest. | ||||
| 2012-01-31 | Change option::t to option | Tim Chevalier | -2/+2 | |
| Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming). | ||||
| 2012-01-19 | libcore: Use 4x the number of scheduler threads for testing | Brian Anderson | -1/+0 | |
| An arbitrary number. I've done no measurements but it's intended to overcome the effects of tasks randomly being scheduled to threads and no work stealing. If scheduler threads == 1 then we just use a single test task. | ||||
| 2012-01-19 | Use fn~ to simplify the core::test interface | Brian Anderson | -32/+17 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -7/+7 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-06 | port over the tests to use the new API | Niko Matsakis | -8/+8 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -2/+2 | |
| #debug. | ||||
| 2011-12-18 | std: getopts now uses result::t (fixes #1289) | Stefan Plantikow | -2/+5 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -9/+9 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-10 | Cleanup unused imports in tests | Haitao Li | -1/+0 | |
| 2011-11-01 | Add should_fail annotation for unit tests | Matt Brubeck | -1/+2 | |
| This allows test cases to assert that a function is expected to fail. Tests annotated with "should_fail" will succeed only if the function fails. | ||||
| 2011-10-20 | Remove temporary fn# syntax | Brian Anderson | -1/+1 | |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -5/+5 | |
| 2011-10-20 | Drop the 2 from the spawn*2 functions | Brian Anderson | -1/+1 | |
| Issue #1022 | ||||
| 2011-10-20 | Convert the test runners to typesafe spawn | Brian Anderson | -73/+15 | |
| Issue #1022 | ||||
| 2011-10-02 | Move compiletest to src/ and cleanup build rules | Brian Anderson | -0/+274 | |
