| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-23 | Stabilize UNICODE_VERSION (feature unicode_version) | Pyfisch | -3/+1 | |
| The feature will become stable in Rust 1.45. Noted that the value of UNICODE_VERSION is expected to change. | ||||
| 2020-04-11 | Store UNICODE_VERSION as a tuple | Pyfisch | -2/+2 | |
| Remove the UnicodeVersion struct containing major, minor and update fields and replace it with a 3-tuple containing the version number. As the value of each field is limited to 255 use u8 to store them. | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+12 | |
