nit: Added link to `CONTRIBUTING.md` from the README
[nit.git] / lib / core /
2016-05-26 Jean PrivatMerge: lib/core: Added `is_dir` function to `Path`
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`
2016-02-19 Jean Privatlib/core: rename `recover_with` as `add_all`
2016-02-16 Alexis Laferrièrelib/text: `Text::format` harder to break and using...
2016-02-15 Alexis Laferrièrelib/text: `Text::format` uses an index starting at...
2016-02-15 Alexis Laferrièrelib/text: `FlatString::substring` returns "" on count...
2016-02-09 Alexis Laferrièrelib: explicitly cast long to int to fix clang warnings
2016-02-08 Jean PrivatMerge: lib/core: use intern && ffi since it is now...
2016-02-04 Jean Privatlib/core: use intern && ffi since it is now allowed...
2016-02-04 Jean Privatcompiler: add a native implementation of NativeArray...
2016-01-23 Jean PrivatMerge: lib/core/math: add `Collection::sample`
2016-01-22 Jean Privatlib/core: add Sequence::modulo to access with a Python...
2016-01-22 Jean Privatlib/core/math: add `Collection::sample`
2016-01-14 Jean PrivatMerge: Intro parsers to load 3D models from .obj and...
2016-01-12 Alexis Laferrièrelib/core: add a factory to `Set` to instantiate a ...
2016-01-12 Alexis Laferrièrelib/core: remove support for ',' in `is_numeric`
2016-01-12 Alexis Laferrièrelib/core: `is_numeric` returns false on empty strings
2016-01-12 Alexis Laferrièrelib/core: extend is_numeric to support negatives (...
2015-12-29 Lucas Bajoletsrc: Improve speed of interpreter when working with...
2015-12-29 Lucas Bajoletlib/core: Avoid boxing when comparing two NativeString...
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: Have `is_empty` work with `_bytelen` instead...
2015-12-29 Lucas Bajoletlib/core: Added shortcut for common ASCII-case in ...
2015-12-29 Lucas Bajoletlib/core: Improved cache mechanism in `ropes` for ...
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-29 Lucas Bajoletlib/core: Added prefetching of 4 chars at once on ...
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-19 Alexandre Terrasalib/collection: introduce init `HashMap::from`
2015-12-18 Jean PrivatMerge: Faster hex parsing
next