| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 | |
| The trait will keep the `Iterator` naming, but a more concise module name makes using the free functions less verbose. The module will define iterables in addition to iterators, as it deals with iteration in general. | ||||
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -0/+1 | |
| Closes #7609 | ||||
| 2013-08-21 | Add canonical combining class to std::unicode | Florian Zeitz | -4/+53 | |
| 2013-08-21 | Add Unicode decomposition mappings to std::unicode | Florian Zeitz | -31/+99 | |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -0/+1 | |
| 2013-06-30 | Convert vec::{bsearch, bsearch_elem} to methods. | Huon Wilson | -2/+2 | |
| 2013-06-30 | etc: update etc/unicode.py for the changes made to std::unicode. | Huon Wilson | -10/+24 | |
| 2013-05-02 | Explain that the source code was generated by this script | kud1ing | -0/+4 | |
| 2013-04-18 | core: replace unicode match exprs with bsearch in const arrays, minor perf win. | Graydon Hoare | -1/+44 | |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -0/+1 | |
| 2011-12-29 | Of course there were overlong lines. | Graydon Hoare | -4/+6 | |
| 2011-12-29 | Teach unicode script to emit canonical and compat decomp mappings. ↵ | Graydon Hoare | -46/+71 | |
| Annoyingly large encoding. | ||||
| 2011-12-23 | Add support to libcore for encoded-in-rust unicode character properties, at ↵ | Graydon Hoare | -0/+172 | |
| least. Add script to compute them from unicode.org. | ||||
