core/text: make FlatText private
[nit.git] / lib / core / text / flat.nit
2015-10-15 Alexandre Terrasacore/text: make FlatText private
2015-09-28 Lucas Bajoletlib/core: Optimized generation of Boxes in to_s_with_copy
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-11 Lucas Bajoletlib/core: Removed a few abusive uses of `to_s_with_leng...
2015-09-11 Lucas Bajoletlib/core: Have Bytes::to_s and stream use the new and...
2015-09-11 Lucas Bajoletlib/core/flat: Added clean_utf8 method to NativeString
2015-09-08 Lucas Bajoletlib/core/text: Deferred utf8_length to native for FlatS...
2015-09-08 Lucas Bajoletlib/core/text: Removed now useless byte_to_char_index...
2015-09-04 Jean PrivatMerge: Optimized use of escape_to_c
2015-09-03 Lucas Bajoletlib/core/flat: `bytepos` and `position` cache are now...
2015-09-03 Lucas Bajoletlib/core/flat: Optimized use of escape_to_c for FlatText
2015-09-02 Lucas Bajoletlib/core/text: Replaced most polymorph accesses to...
2015-08-29 Jean PrivatMerge: Text optimization
2015-08-28 Lucas Bajoletsrc: Added complete FlatString generation from compiler
2015-08-28 Lucas Bajoletlib/standard: More uses of new FlatString.full when...
2015-08-28 Jean PrivatMerge: Regular Expression fix with Unicode
2015-08-27 Jean Privatlib: rename `standard` as `core`