| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -15/+15 | |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -1/+1 | |
| 2012-03-16 | core: Store reexporting result and either. Closes #1997 | Brian Anderson | -0/+1 | |
| 2012-03-14 | annotate libstd and start enforcing mutability | Niko Matsakis | -7/+6 | |
| 2012-03-13 | implement deserialization, rename mk_mem_buffer() to mem_buffer() | Niko Matsakis | -1/+1 | |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -1/+1 | |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -2/+1 | |
| - 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-03-12 | std: Sort test failures. Closes #1929 | Brian Anderson | -15/+57 | |
| 2012-03-09 | std: Convert to rustdoc | Brian Anderson | -0/+2 | |
| 2012-02-22 | Remove preconditions from libraries | Marijn Haverbeke | -8/+2 | |
| Closes #1805 | ||||
| 2012-02-20 | core: New task API | Brian Anderson | -14/+6 | |
| 2012-02-18 | core: When running tests sequentially, print the test name before running it | Brian Anderson | -2/+11 | |
| Useful for debugging hanging tests | ||||
| 2012-02-13 | (core::str) add find_bytes and export it... | Kevin Cantu | -1/+1 | |
| 2012-02-07 | Make process-spawning take environments and working directories, remove ↵ | Graydon Hoare | -1/+10 | |
| procsrv task from compiletest. | ||||
| 2012-02-03 | core: rename str::lteq to str::le | Tom Lee | -1/+1 | |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -3/+3 | |
| 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-31 | Require alts to be exhaustive | Tim Chevalier | -2/+4 | |
| middle::check_alt does the work. Lots of changes to add default cases into alts that were previously inexhaustive. | ||||
| 2012-01-19 | lib: ";" to "," in enums | Patrick Walton | -4/+4 | |
| 2012-01-19 | libcore: Use 4x the number of scheduler threads for testing | Brian Anderson | -1/+5 | |
| 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 | libcore: Do less blocking in the test runner | Brian Anderson | -41/+56 | |
| 2012-01-19 | stdlib: "tag" -> "enum" | Patrick Walton | -2/+2 | |
| 2012-01-19 | libstd: Long lines | Brian Anderson | -2/+2 | |
| 2012-01-19 | Use fn~ to simplify the core::test interface | Brian Anderson | -70/+44 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -6/+6 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -1/+2 | |
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -0/+129 | |
| 2012-01-13 | Remove workaround for issue #1494 | Marijn Haverbeke | -7/+1 | |
| We have a snapshot that includes the fix. | ||||
| 2012-01-13 | distinguish "any closure" and "stack closure" (block) | Niko Matsakis | -2/+2 | |
| 2012-01-13 | make "native fn" the type for bare functions, remove fn exprs | Niko Matsakis | -14/+14 | |
| 2012-01-11 | Fix dependency bug iface-did-of-impl resolving | Marijn Haverbeke | -1/+1 | |
| By simply not resolving that def id until the typeck pass. Closes #1494 | ||||
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -10/+10 | |
| Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code. | ||||
| 2012-01-06 | simplify task impl | Niko Matsakis | -4/+3 | |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -7/+7 | |
| And remove support for the old syntax | ||||
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -1/+1 | |
| #debug. | ||||
| 2011-12-18 | std: getopts now uses result::t (fixes #1289) | Stefan Plantikow | -2/+3 | |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -2/+2 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+5 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+353 | |
