Merge: model_collect: Fix a spelling mistake
[nit.git] / lib / core /
2016-06-30 Jean PrivatMerge: lib/core: Push rope maxlen to 512 instead of 64
2016-06-29 Lucas Bajoletlib/core: Push rope maxlen to 512 instead of 64
2016-06-29 Jean PrivatMerge: Lighter strings
2016-06-28 Lucas Bajoletlib/core: Removed some abusive `chars` use in lib
2016-06-28 Lucas Bajoletlib/core: Made more attributes fun since they are not...
2016-06-27 Jean PrivatMerge: math: Intro `Comparable::clamp`
2016-06-27 Alexis Laferrièrelib/core/math: intro clamp
2016-06-26 Alexis Laferrièrelib/core/exec: improve doc a bin and clean up some...
2016-06-26 Alexis Laferrièrelib/core/exec: accept Text instead of String
2016-06-13 Lucas Bajoletlib/core: Made to_cstring a fun instead of a lazy var
2016-06-10 Jean PrivatMerge: lib/core: Renamed `Text::bytelen` to `Text:...
2016-06-10 Jean PrivatMerge: Base64: Revamped base64_decode and added a stric...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-06-08 Lucas Bajoletlib/core: Added `is_whitespace` method to `Byte`
2016-06-07 Jean PrivatMerge: escape_to_c: Escape trigraphs
2016-06-07 Jean-Christophe... text: Test all implementations of `escape_to_c`
2016-06-07 Jean-Christophe... escape_to_c: Escape trigraphs
2016-06-03 Jean PrivatMerge: Factorize `capitalize` and add option to preserv...
2016-06-02 Alexis Laferrièrelib/text: add option to preserve uppercase letter in...
2016-06-02 Alexis Laferrièrelib/text: factorize the implementations of capitalize...
2016-06-01 Jean PrivatMerge: core: fix some "call on nullable" warnings
2016-05-31 Alexandre Terrasacore: fix warnings in file
2016-05-31 Alexandre Terrasacore: fix warnings in re
2016-05-31 Alexandre Terrasacore: fix warnings in exec
2016-05-31 Alexandre Terrasacore: fix warnings in error
2016-05-31 Alexandre Terrasacore: fix warnings in ropes
2016-05-31 Alexandre Terrasacore: fix warnings in abstract_text
2016-05-31 Alexandre Terrasacore: fix warnings in list
2016-05-31 Alexandre Terrasacore: fix warnings in array
2016-05-28 Lucas Bajoletlib/core: Added `Int::is_pow2` to library
2016-05-26 Jean PrivatMerge: lib/core: Added `is_dir` function to `Path`
2016-05-26 Alexandre Terrasacore: fix warnings in abstract_collection
2016-05-26 Lucas Bajoletlib/core: Added `is_dir` function to `Path`
2016-05-25 Jean Privatlib/core: add `Sys::pid`
2016-05-24 Jean PrivatMerge: Added `copy_from` service to `NativeString`
2016-05-19 Lucas Bajoletlib/core: Perfized `copy_to_native` implementation...
2016-05-19 Lucas Bajoletlib/core: Added easy `fill_from` method to `NativeString`
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-06 Jean PrivatMerge: Flatbuffer fix
2016-05-06 Jean PrivatMerge: lib/fixed_ints: fix crash on `"-".is_int`
2016-05-06 Lucas Bajoletlib/core: Added surrogate detection methods to `Char`
2016-05-05 Lucas Bajoletlib/core: Fix `new FlatBuffer.from`
2016-05-05 Alexis Laferrièrelib/fixed_ints: fix crash on `"-".is_int`
2016-05-05 Jean PrivatMerge: Fix RopeBytes
2016-05-03 Lucas Bajoletlib/core: Fix RopeBytes::[]
2016-05-03 Jean PrivatMerge: Simplify CSV
2016-05-03 Jean PrivatMerge: Perfize FlatBuffer
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-05-03 Lucas Bajoletlib/core: `u8char_len` is now public
2016-05-03 Lucas Bajoletlib/core: Added simple write char method to `Writer`
2016-05-02 Jean PrivatMerge: Rubix cube
2016-05-02 Jean PrivatMerge: nitcatalog: handle local images
2016-05-01 Jean Privatlib/core/file: use Bytes in file copy (or else binary...
2016-04-22 Lucas Bajoletlib/core: Faster access to length in ropes
2016-04-22 Lucas Bajoletlib/core: Made FlatString abstract and added fast versi...
2016-04-22 Lucas Bajoletlib/core: Added rotation methods to Sequence
2016-04-21 Jean PrivatMerge: Codec refactor
2016-04-21 Jean PrivatMerge: Pack Strings
2016-04-21 Lucas BajoletCodecs: Refactor API
2016-04-21 Lucas Bajoletlib/core: Added packing methods to `Text`
2016-04-21 Jean PrivatMerge: lib/core/bytes: add `Int::to_bytes` and `Bytes...
2016-04-20 Jean PrivatMerge: lib/core: fix `Text::is_int`
2016-04-20 Jean Privatlib/core/bytes: add `Int::to_bytes` and `Bytes::to_i`
2016-04-19 Alexis Laferrièrelib/core: fix `Text::is_int`
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-04-14 Jean PrivatMerge: Benitlux & sqlite3: fix closing SQLite statement...
2016-04-11 Lucas BajoletAdded services to NativeString and Byte
2016-04-09 Jean Privatcore/bytes: make Text::hexdigest_to_bytes more permissive
2016-04-08 Alexis Laferrièrelib/core: fix `Iterator::to_a` not calling `finish`
2016-04-07 Jean Privatcore/bytes: add `Bytes::binarydigest` and `Text::binary...
2016-04-07 Jean Privatcore/bytes: add `Byte::chexdigest`
2016-04-05 Jean Privatcore/bytes: document hexdigest
2016-03-29 Alexis Laferrièrelib/core: add optional char parameter to `Text::justify`
2016-03-23 Jean Privatlib/core/time: fix import in strftime
2016-03-23 Jean Privatlib/core/time: use lightffi for asctime, so niti can...
2016-03-10 Jean PrivatMerge: Misc text: some improvement on `join` and `to_base`
2016-03-10 Jean PrivatMerge: Interpreter FFI: custom compile_dir, use /tmp...
2016-03-10 Jean Privatlib/core/text: move `to_base` to the main base module...
2016-03-10 Jean Privatlib/core/text: add a last_separator to `Collection...
2016-03-07 Alexis Laferrièrelib/core: add optional mode parameter to mkdir
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-03-02 Jean Privatfix Int::is_prime
2016-02-25 Jean PrivatMerge: core/list: fix `List::clear` so it resets `lengt...
2016-02-25 Jean PrivatMerge: Minor fix to atan2 and triangulate
2016-02-25 Alexis Laferrièrelib/core: fix `List::clear` not setting `length` to 0
2016-02-23 Alexis Laferrièrelib/core: fix order of the params of `atan(y, x)`
2016-02-22 Jean PrivatMerge: Recover `recover_with`
2016-02-22 Jean Privatlib/core/collection: improve the default `has_all`...
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
next