| Age | Commit message (Expand) | Author | Lines |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -1/+0 |
| 2013-06-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -3/+5 |
| 2013-06-04 | std::io: Modernize some constructors | Philipp Brüschweiler | -33/+35 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -3/+3 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+2 |
| 2013-05-28 | auto merge of #6771 : thestinger/rust/highlight, r=luqmana | bors | -10/+15 |
| 2013-05-27 | syntax highlight code examples in docstrings | Daniel Micay | -10/+15 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -3/+3 |
| 2013-05-23 | cleanup warnings from libstd | Erick Tryzelaar | -14/+14 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+2105 |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -750/+0 |
| 2012-03-10 | Use loop instead of while(true) in libraries and compiler itself | Tim Chevalier | -2/+2 |
| 2012-03-02 | comp/std: rename io::string_reader to io::str_reader. | Erick Tryzelaar | -5/+5 |
| 2012-03-02 | std: add a io::with_str_reader fn to remove a str copy | Erick Tryzelaar | -7/+24 |
| 2012-02-28 | core/std: whitespace fixes. | Erick Tryzelaar | -2/+3 |
| 2012-02-28 | std: Add helpers to simplify making str io::writers | Erick Tryzelaar | -0/+13 |
| 2012-02-24 | Encode/decode AST into metadata, re-instantiate inlined items | Niko Matsakis | -8/+52 |
| 2012-02-09 | Remove some pointless imports | Marijn Haverbeke | -2/+2 |
| 2012-02-09 | Increase precedence of as operator | Marijn Haverbeke | -5/+5 |
| 2012-02-01 | Remove native types from stdlib | Marijn Haverbeke | -10/+10 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -4/+4 |
| 2012-01-25 | (TEMPORARY) Break something by making io::mem_buffer_str UTF-8 safe | Kevin Cantu | -1/+1 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 6) | Kevin Cantu | -1/+4 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 5) | Kevin Cantu | -3/+3 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -3/+3 |
| 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 |
| 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 |
| 2012-01-09 | add tests for io::readchars and io::readchar | Grahame Bowland | -7/+10 |
| 2012-01-09 | add new read_chars method, fix bug in read_char | Grahame Bowland | -20/+60 |
| 2011-12-28 | libstd: add bytes_reader and bytes_writer | Erick Tryzelaar | -5/+24 |
| 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 / #de... | Graydon Hoare | -7/+7 |
| 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 |