rust/src/libcoretest
Marvin Löbel 13079c1a85 Optimized IR generation for UTF-8 and UTF-16 encoding
- Both can now be inlined and constant folded away
- Both can no longer cause failure
- Both now return an `Option` instead

Removed debug `assert!()`s over the valid ranges of a `char`
- It affected optimizations due to unwinding
- Char handling is now sound enought that they became uneccessary
2014-08-16 21:13:39 +02:00
..
2014-08-04 16:03:21 -07:00
2014-08-03 11:50:19 +10:00
2014-08-06 11:20:37 +01:00
2014-07-24 07:25:43 -07:00