README: document nit_env.sh
[nit.git] / lib / core /
2015-10-21 Jean PrivatMerge: lib/core: Optimized `html_escape` for FlatText...
2015-10-21 Jean PrivatMerge: lib/core: Added new `hexdigest` service on ...
2015-10-20 Lucas Bajoletlib/core: Optimized `html_escape` for FlatText variants
2015-10-20 Lucas Bajoletlib/core: Added new `hexdigest` service on `Text`
2015-10-20 Jean Privatcore::hash_collection: simplify `enlarge`
2015-10-20 Jean Privatcore::hash_collection: native array storage is no more...
2015-10-20 Jean Privatcore::hash_collection: do not allocate the storage...
2015-10-19 Jean Privatcore::hash_collection: shortcut some methods on empty...
2015-10-19 Jean PrivatMerge: Kill pseudo toplevel methods
2015-10-16 Jean Privatlib: move pseudo-toplevel methods from Object
2015-10-16 Jean PrivatMerge: Set HashMapIterator as a private class.
2015-10-15 Alexandre Terrasacore/collection: set HashMapIterator as private
2015-10-15 Alexandre Terrasacore/text: remove call on nullable warnings
2015-10-15 Alexandre Terrasacore/text: make FlatText private
2015-09-28 Jean PrivatMerge: Basename fix
2015-09-28 Jean PrivatMerge: Make stream and iterators withable
2015-09-28 Lucas Bajoletlib/core: Optimized generation of Boxes in to_s_with_copy
2015-09-28 Lucas Bajoletlib/core: Added specialized implementation of file_exte...
2015-09-25 Lucas Bajoletlib/core: Improve performances of last_index_of_from
2015-09-24 Lucas Bajoletlib/core: Bytes is now Writable
2015-09-24 Jean Privatlib/core/stream: add start/finish for Stream
2015-09-24 Jean Privatlib/core/collection: add start so iterators are usable...
2015-09-22 Jean PrivatMerge: new game: memory
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-21 Jean Privatlib/core: fix nitunit that should have failed earlier...
2015-09-21 Jean Privatcore/math: add basic Bézier interpolations on Float
2015-09-21 Lucas Bajoletlib: Changes in the way ascii is coded and its semantics.
2015-09-21 Lucas Bajoletlib/core: Fix bug in StringByteView, misuse of `String...
2015-09-15 Jean PrivatMerge: Bytes from hexdigest
2015-09-15 Jean PrivatMerge: Clean UTF-8 string update
2015-09-15 Lucas Bajoletlib: Update sha1 and base64 to use Bytes instead of...
2015-09-15 Lucas Bajoletlib/core: Fixed bug in `BytesIterator::init with_buffer`
2015-09-15 Lucas Bajoletlib/core: Added hexdigest_to_bytes method from String...
2015-09-15 Lucas Bajoletlib/core: Added validation method for hexdigest
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-10 Jean PrivatMerge: Rename Project to Package
2015-09-10 Jean PrivatMerge: Fix Opportunity behavior with unicode characters
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 Alexis Laferrièrelib/text: fix to|from_percent_encoding with unicode...
2015-09-09 Lucas Bajoletlib/core: Sub-regular expressions API change from Array...
2015-09-08 Lucas Bajoletlib/core/re: Fixed search_in for Regex, should now...
2015-09-08 Lucas Bajoletlib/core: Fixed documentation in `NativeString::byte_to...
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-04 Jean PrivatMerge: Text attribute accesses optimization
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-09-02 Jean PrivatMerge: regex: bug fix, less warnings and rename
2015-09-02 Jean PrivatMerge: Ini of projects
2015-09-01 Alexis Laferrièrelib/re: mark with FIXME problems with length computations
2015-08-31 Alexis Laferrièrelib/re: fix offset of submatches and clarify variables...
2015-08-31 Alexis Laferrièrelib/re: make `native` a local variable to check it...
2015-08-31 Alexis Laferrièrelib/re: rename `optimize_is_in` to `optimize_has`
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Jean...
2015-08-29 Jean PrivatMerge: Text optimization
2015-08-28 Jean PrivatMerge: projects: update some short descriptions
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-28 Jean PrivatMerge: Update remove_all to accept any patterns
2015-08-27 Jean Privatcode: update references to `standard`
2015-08-27 Jean Privatlib: rename `standard` as `core`