| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-27 | Move some code over to iterator-for to see how it performs. | Marijn Haverbeke | -1/+1 | |
| 2012-03-23 | Remove unneeded code | Tim Chevalier | -2/+0 | |
| 2012-03-19 | rustc: Stop generating the flag_none #fmt flag. Issue #1993 | Brian Anderson | -6/+1 | |
| 2012-03-19 | core: Remove a FIXME. Closes #1992 | Brian Anderson | -1/+0 | |
| This is too vague to ever fix | ||||
| 2012-03-16 | core: Remove str::init_elt | Brian Anderson | -4/+4 | |
| This was added based on my FIXME, but I no longer believe it has a place in core::str, partly because it doesn't follow current naming conventions, and partly because it can be immitated with a one liner using str::from_chars and vec::from_elem. I have replaced the existing uses with said one-liner. | ||||
| 2012-03-15 | Address FIXMEs in extfmt / add issue numbers | Tim Chevalier | -29/+24 | |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -0/+2 | |
| 2012-03-07 | add mutability annotations to libcore | Niko Matsakis | -27/+23 | |
| 2012-02-23 | Finish cleanup of core::str | Marijn Haverbeke | -12/+10 | |
| Closes #1849 | ||||
| 2012-02-23 | (core::str) remove len_bytes alias | Kevin Cantu | -4/+4 | |
| 2012-02-23 | (core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes ↵ | Kevin Cantu | -4/+4 | |
| with find[_from] | ||||
| 2012-02-23 | (core::str) mostly rename len -> len_chars | Kevin Cantu | -3/+3 | |
| 2012-02-12 | (core::str) rename byte_len -> len_bytes and rename char_len -> len | Kevin Cantu | -7/+7 | |
| 2012-02-09 | Increase precedence of as operator | Marijn Haverbeke | -1/+1 | |
| Closes #1717 | ||||
| 2012-02-07 | core: Use substr in extfmt instead of slice_bytes | Brian Anderson | -2/+1 | |
| 2012-02-07 | core: make str::substr use char positions (and replace other uses) | Kevin Cantu | -9/+9 | |
| 2012-02-05 | core: Resolve some FIXMEs | Brian Anderson | -9/+7 | |
| 2012-02-01 | Remove remaining references to option::t outside option itself | Tim Chevalier | -3/+3 | |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 2) | Kevin Cantu | -2/+2 | |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 1) | Kevin Cantu | -0/+1 | |
| 2012-01-21 | issue #1352: change param order on {std,core}::extfmt::str_init_elt to ↵ | Graham Fawcett | -4/+4 | |
| mirror vec::init_elt. | ||||
| 2012-01-21 | issue #1352: change param order on vec::init_elt, putting block in final ↵ | Graham Fawcett | -1/+1 | |
| position. To match the init_fn() and init_fn_mut() changes. | ||||
| 2012-01-21 | core: Shuffle around a #fmt test | Brian Anderson | -9/+0 | |
| 2012-01-21 | [core] extfmt: support %% to escape a % | Elly Jones | -0/+11 | |
| 2012-01-19 | lib: ";" to "," in enums | Patrick Walton | -30/+30 | |
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -10/+10 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -18/+18 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-11 | add a log_str() function and allow '%?' in fmt strings to use it | Niko Matsakis | -0/+7 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -1/+1 | |
| #debug. | ||||
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+453 | |
