| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-06 | Move string append to libraries. Closes #2710. | Michael Sullivan | -3/+3 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -63/+63 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -1/+1 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -4/+4 | |
| 2012-06-25 | core: Convert declarations to not use the trailing 'unsafe' notation | Brian Anderson | -1/+1 | |
| 2012-05-31 | Implement 2 kinds of char / str escaping. Use in rustc. Close #2306. | Graydon Hoare | -1/+76 | |
| 2012-03-23 | Remove char::to_lower, char::to_upper, use libc versions instead | Tim Chevalier | -43/+1 | |
| As per Graydon's comments on #1985: remove char::to_lower and char::to_upper. The str versions of these functions now call libc::tolower and libc::toupper (using wrappers that cast between char and c_char). Not sure how much better that is, but it at least makes it clearer that these functions are Unicode-unsafe. | ||||
| 2012-03-15 | Add asserts to char::is_upper and char::is_lower | Tim Chevalier | -4/+8 | |
| Add an assert that the argument char is ASCII, as well as adding issue numbers to FIXMEs | ||||
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -38/+43 | |
| 2012-02-22 | Make the various from_str functions return options | Marijn Haverbeke | -44/+25 | |
| So that they can be used with user input without causing task failures. Closes #1335 | ||||
| 2012-02-11 | (core::char) export is_digit | Kevin Cantu | -1/+1 | |
| 2012-02-11 | core: added char::is_digit (matching Nd, Nl, No) | Kevin Cantu | -1/+19 | |
| 2012-02-11 | core: added a rough char::is_ascii | Kevin Cantu | -0/+11 | |
| 2012-02-01 | Remove remaining references to option::t outside option itself | Tim Chevalier | -1/+1 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -1/+1 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+74 | |
| 2012-01-17 | Remove un-needed < | Roland Tanglao | -1/+1 | |
| 2012-01-16 | add spaces before newlines in rustdocs | Roland Tanglao | -10/+10 | |
| 2012-01-16 | convert comments to rustdocs for box, char, comm and cytpes.rs | Roland Tanglao | -74/+40 | |
| 2012-01-04 | "char": use shorter names "to_lower"/"to_upper", analogous to the same names ↵ | Lenny222 | -5/+5 | |
| in "str" | ||||
| 2012-01-02 | typo | Lenny222 | -1/+1 | |
| 2012-01-01 | "str": extract to_upper/lower_case() into "char" | Lenny222 | -1/+29 | |
| 2011-12-29 | Add support in lexer for utf8 identifiers. No NFKC logic in char yet. | Graydon Hoare | -0/+6 | |
| 2011-12-24 | char: add is_lowercase(), is_uppercase() | Lenny222 | -1/+21 | |
| 2011-12-23 | Forgot typo-fix. | Graydon Hoare | -1/+1 | |
| 2011-12-23 | Add support to libcore for encoded-in-rust unicode character properties, at ↵ | Graydon Hoare | -82/+61 | |
| least. Add script to compute them from unicode.org. | ||||
| 2011-12-16 | core: marked fns as pure where possible | Stefan Plantikow | -2/+2 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+150 | |
