Merge: Added contributing guidelines and link from readme
[nit.git] / lib / core / text / ropes.nit
2016-05-31 Alexandre Terrasacore: fix warnings in ropes
2016-05-19 Lucas Bajoletlib/core: Perfized `copy_to_native` implementation...
2016-05-03 Lucas Bajoletlib/core: Fix RopeBytes::[]
2016-04-22 Lucas Bajoletlib/core: Faster access to length in ropes
2015-12-29 Lucas Bajoletlib/core: Have `is_empty` work with `_bytelen` instead...
2015-12-29 Lucas Bajoletlib/core: Improved cache mechanism in `ropes` for ...
2015-12-29 Lucas Bajoletlib/core: Added `to_s_unsafe` method to `NativeString...
2015-12-28 Lucas Bajoletlib/core: Removed `last_byte` attribute in `FlatString...
2015-11-17 Jean Privatcore/ropes: remove old_style_init, use only named init...
2015-11-06 Lucas Bajolettext/ropes: Fix broken byte iterator in Buffer
2015-11-06 Lucas Bajolettext/ropes: Fixed `RopeBuffer::add` when dealing with...
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-02 Lucas Bajoletlib/core/text: Replaced most polymorph accesses to...
2015-08-28 Lucas Bajoletlib/standard: More uses of new FlatString.full when...
2015-08-27 Jean Privatlib: rename `standard` as `core`