readme: add information section
[nit.git] / lib / core /
2015-12-16 Jean PrivatMerge: Json Ad-Hoc string parser
2015-12-16 Lucas Bajoletlib/json: Added ad-hoc string parser for JSON
2015-12-12 Lucas Bajoletlib/core: Make all `Set` cloneable
2015-12-09 Jean PrivatMerge: Inline binops
2015-12-09 Jean PrivatMerge: gamnit: use the same code to limit fps than...
2015-12-08 Jean PrivatMerge: Added new `is_hexdigit` service on `Char`
2015-12-08 Lucas Bajoletlib/core: Added new `is_hexdigit` service on `Char`
2015-12-08 Lucas Bajoletlib/core: Inlined implementation of `abs`
2015-12-08 Lucas Bajoletlib/core: Re-implemented some frequently used binops...
2015-12-08 Alexis Laferrièrelib/core: intro `Float::sleep`
2015-12-08 Alexis Laferrièrelib/core: fix segfaults in `String::realpath` and remov...
2015-12-03 Jean PrivatMerge: Stringify Bytes
2015-12-03 Jean Privatcore: add circular_array
2015-12-03 Jean PrivatMerge: Small perf improvments of array
2015-12-02 Jean Privatcore/array: provide a better implementation of `copy_to...
2015-12-02 Jean Privatcore/array: fix implementation of naive copy_to to...
2015-12-02 Jean Privatcore/list: add length as attribute
2015-12-01 Jean Privatcore/array: use `copy_to` to factorize some code
2015-11-30 Jean Privatcore/text: Text::substrings is private
2015-11-30 Jean Privatcore: remove useless return types
2015-11-29 Lucas Bajoletlib/core: Added `join_bytes` top-level function to...
2015-11-29 Lucas Bajoletlib/core: Make FlatText public
2015-11-29 Lucas Bajoletlib/core: Stringify lib/bytes
2015-11-28 Lucas Bajoletlib/core/bytes: Fixed broken `is_empty`
2015-11-27 Lucas Bajoletlib/core: Added escaping method to Bytes for use in...
2015-11-27 Lucas Bajoletlib/core: Added copy method `to_bytes_with_copy` in...
2015-11-27 Lucas Bajoletlib/core: Added `add_char` method to `Bytes`
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/ropes: remove old_style_init, use only named init...
2015-11-17 Jean Privatcore/flat: remove named init `with_pos` and use auto...
2015-11-11 Jean Privatstring_search: add `Text::prefix` and `Text::suffix`
2015-11-11 Jean Privatstring_search: add `Match::text_before` and `Match...
2015-11-11 Jean Privatstring_search: add nitunits to `Match`
2015-11-09 Jean PrivatMerge: app: portable services to do requests over HTTP...
2015-11-08 Alexis Laferrièrelib/core: fix error in doc of `MaybeError::error`
2015-11-07 Jean PrivatMerge: More contributors
2015-11-07 Jean Privatlib/core: fill `package.more_contributors` metadata...
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-11-06 Lucas Bajoletcore/flat: Fix bug in `FlatBuffer::substring`
2015-11-06 Lucas Bajoletcore/text: Added UTF-16 escape coding/decoding methods
2015-11-03 Alexis Laferrièrelib/core: intro `Task`
2015-10-23 Alexis Laferrièrelib: intro Collection::has_any
2015-10-21 Jean PrivatMerge: remove some unwanted files
2015-10-21 Jean Privatrm lib/core/collection/m.dot that was wrongly commited...
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
next