| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-14 | Replace old tables with new unicode data | Mark Rousskov | -878/+0 | |
| 2019-11-29 | Make libcore/unicode/tables.rs compatible with rustfmt | David Tolnay | -16/+20 | |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -5/+4 | |
| They are only used by rustc_lexer, and are not needed elsewhere. So we move the relevant definitions into rustc_lexer (while the actual unicode data comes from the unicode-xid crate) and make the rest of the compiler use it. | ||||
| 2019-08-05 | Make some items in core::unicode private | Matthew Jasper | -4/+4 | |
| They were reachable through opaque macros defined in `core` | ||||
| 2019-07-12 | allow clippy::unreadable_literal in unicode tables | Andy Russell | -3/+3 | |
| Also modifies the generation script to emit 2018 edition paths. | ||||
| 2019-07-01 | Address review remarks in unicode.py | Paweł Romanowski | -55/+61 | |
| 2019-06-10 | Apply suggestions from code review | Paweł Romanowski | -4/+5 | |
| Co-Authored-By: varkor <github@varkor.com> | ||||
| 2019-04-19 | Refactor and document unicode.py script | Paweł Romanowski | -302/+518 | |
| 2019-04-18 | Fix tidy errors | Paweł Romanowski | -2/+3 | |
| 2019-04-18 | More cleanups for unicode.py | Paweł Romanowski | -25/+23 | |
| 2019-04-18 | Clean up unicode.py script | Paweł Romanowski | -103/+269 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+1 | |
| 2018-06-17 | Treat gc=No characters as numeric | David Corbett | -1/+1 | |
| 2018-05-21 | Fix tables.rs | varkor | -1/+1 | |
| 2018-05-21 | Avoid counting characters and add explanatory comment to test | varkor | -1/+1 | |
| 2018-05-21 | Use Grapheme_Extend instead of Mn | varkor | -2/+3 | |
| 2018-05-21 | Use the correct output directory for downloading Unicode files | varkor | -2/+1 | |
| 2018-05-21 | Escape combining characters in escape_debug | varkor | -1/+1 | |
| 2018-05-21 | Keep tables.rs copyright notice up to date | varkor | -4/+4 | |
| 2018-05-21 | Download unicode data files in directory of unicode.py | varkor | -7/+11 | |
| 2018-05-21 | Update unicode/tables.rs with Mn | varkor | -1/+1 | |
| 2018-04-12 | Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. | Simon Sapin | -0/+1 | |
| 2018-04-12 | Remove the CharExt trait, now that libcore has inherent methods for char | Simon Sapin | -1/+1 | |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -0/+501 | |
