summary refs log tree commit diff
path: root/src/test/ui/char_unicode.rs
AgeCommit message (Collapse)AuthorLines
2020-04-23Stabilize 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-11Store UNICODE_VERSION as a tuplePyfisch-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-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+12