| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-19 | lib: ";" to "," in enums | Patrick Walton | -5/+5 | |
| 2012-01-19 | stdlib: "tag" -> "enum" | Patrick Walton | -3/+3 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -11/+11 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -0/+99 | |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -4/+4 | |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -283/+204 | |
| 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-09 | add tests for io::readchars and io::readchar | Grahame Bowland | -7/+10 | |
| Additionally reformat so that 'make check' passes. | ||||
| 2012-01-09 | add new read_chars method, fix bug in read_char | Grahame Bowland | -20/+60 | |
| having a read_chars method is convenient and more efficient. the old read_char method had a bug due to re-use of the 'w' width variable as a loop counter and so was broken for wide characters, this patch fixes that. | ||||
| 2011-12-28 | libstd: add bytes_reader and bytes_writer | Erick Tryzelaar | -5/+24 | |
| This parallels nicely with string_reader and string_writer, but working with raw byte strings. I'm not quite sure if the return type for bytes_writer.get_bytes should be [u8] or [mutable u8] though, so I'm arbitrarily picking mutable for now. | ||||
| 2011-12-28 | libstd: Allow io writer to write mutable arrays | Erick Tryzelaar | -6/+6 | |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -2/+2 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -7/+7 | |
| #debug. | ||||
| 2011-12-19 | preparing for removing math from std | Stefan Plantikow | -2/+2 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+2 | |
| 2011-12-06 | libstd: Update docs | Brian Anderson | -0/+6 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+582 | |
