Merge: Added contributing guidelines and link from readme
[nit.git] / lib / core / text / flat.nit
2016-06-07 Jean-Christophe... escape_to_c: Escape trigraphs
2016-05-24 Jean PrivatMerge: Added `copy_from` service to `NativeString`
2016-05-19 Lucas Bajoletlib/core: Perfized `copy_to_native` implementation...
2016-05-16 Lucas Bajoletlib/core: Fix substring in `ASCIIFlatString`
2016-05-10 Jean PrivatMerge: JSON Parser Optimization
2016-05-09 Lucas Bajoletlib/core: Perfize reset in `FlatBuffer`
2016-05-09 Lucas Bajoletlib/core: Replaced FFI version of set_char_at by pure Nit
2016-05-09 Lucas Bajoletlib/core: Added new `append_substring` service to avoid...
2016-05-05 Lucas Bajoletlib/core: Fix `new FlatBuffer.from`
2016-05-03 Lucas Bajoletlib/core: Stop allocating 1 byte more when initializing...
2016-05-03 Lucas Bajoletlib/core: Improved running time for reset
2016-05-03 Lucas Bajoletlib/core: Improve FlatBuffer re-allocation rate by...
2016-04-22 Lucas Bajoletlib/core: Made FlatString abstract and added fast versi...
2016-04-18 Alexis Laferrièrelib/core: remove duplicates and improve doc of `NativeS...
2016-04-18 Alexis Laferrièrelib/core: intro to_s_with_copy_and_length
2016-03-10 Jean Privatlib/core/text: move `to_base` to the main base module...
2016-03-04 Jean Privattext/flat: FlatText::[] handle statistically common...
2016-03-04 Jean Privattext/flat: FlatText::char_to_byte_index shortcut length...
2016-03-04 Jean Privattext/flat: FlatText::char_to_byte_index do the +1 first...
2016-03-04 Jean Privattext/flat: FlatText::char_to_byte_index factorize ...
2016-03-04 Jean Privattext/flat: faster NativeString::set_char_at
2016-02-15 Alexis Laferrièrelib/text: `FlatString::substring` returns "" on count...
2015-12-29 Lucas Bajoletlib/core: Improve speed of `utf8_length` in NativeStrin...
2015-12-29 Lucas Bajoletlib/core: Perfize `substring` in `FlatString`
2015-12-29 Lucas Bajoletlib/core: Improve speed of an indexed access in a UTF...
2015-12-29 Lucas Bajoletlib/core: Added `to_s_unsafe` method to `NativeString...
2015-12-29 Lucas Bajoletlib/core: Improved the speed of `clean_utf8`
2015-12-28 Lucas Bajoletlib/core: Re-made `length` an attribute in `FlatString...
2015-12-28 Lucas Bajoletlib/core: Removed `last_byte` attribute in `FlatString...
2015-12-18 Lucas Bajoletlib/core: Added an optimized `to_hex` function to ...
2015-11-29 Lucas Bajoletlib/core: Make FlatText public
2015-11-19 Lucas Bajoletlib/core: Allow comparison operators to work on any...
2015-11-19 Lucas Bajoletlib/core: Perfize < for FlatString which caused a lot...
2015-11-17 Jean Privatcore/flat: remove named init `with_pos` and use auto...
2015-11-06 Lucas Bajoletcore/flat: Fix bug in `FlatBuffer::substring`
2015-10-20 Lucas Bajoletlib/core: Optimized `html_escape` for FlatText variants
2015-10-15 Alexandre Terrasacore/text: remove call on nullable warnings
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`