| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-05-13 | std, core: Generate unicode.rs using unicode.py | Florian Zeitz | -55/+76 | |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 | |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 | |
| Closes #12702 | ||||
| 2014-03-13 | Remove code duplication | Piotr Zolnierek | -27/+19 | |
| Remove whitespace Update documentation for to_uppercase, to_lowercase | ||||
| 2014-03-13 | Implement lower, upper case conversion for char | Piotr Zolnierek | -29/+74 | |
| 2014-03-13 | std::unicode: remove unused category tables | Piotr Zolnierek | -1/+4 | |
| 2014-02-05 | etc: add missing license boilerplates | Adrien Tétar | -1/+10 | |
| 2013-11-27 | Fix handling of upper/lowercase, and whitespace | Florian Zeitz | -10/+12 | |
| 2013-11-27 | Update unicode.py to reflect language changes | Florian Zeitz | -5/+5 | |
| 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. | ||||
