Merge: share/libgc: option to use a local version of the source pkgs
[nit.git] / lib / standard /
2015-05-21 Jean PrivatMerge: Steps on iterations and ranges
2015-05-20 Jean PrivatMerge: Safe collection access
2015-05-20 Jean PrivatMerge: Read/Write binary data
2015-05-19 Jean Privatlib/standard/collection: check the item can be compared...
2015-05-19 Jean Privatlib/standard/collection: getter methods accepts `nullab...
2015-05-19 Jean Privatlib: remove superfluous type declaration in signatures
2015-05-19 Jean Privatstandard/collection: add `Range::step` to get a bidirec...
2015-05-19 Alexis Laferrièrelib: intro `Writer::write_byte` and implement it in...
2015-05-18 Alexis Laferrièrelib/standard: fix a repeated error in the kernel module doc
2015-05-15 Jean Privatstandard/collection: add `to_step` as a decorator of...
2015-05-15 Jean Privatstandard/collection: add `Iterator::next_by` as a safe...
2015-05-14 Jean PrivatMerge: Fix nitunit for `String::format`
2015-05-14 Jean PrivatMerge: Bytes
2015-05-14 Jean PrivatMerge: Read char
2015-05-14 Lucas Bajoletlib/standard: Added bytes module for byte-oriented...
2015-05-14 Jean PrivatMerge: More Rosetta Code
2015-05-14 Jean PrivatMerge: Copy to native
2015-05-13 Alexandre Terrasalib/standard/string: fix whitespaces
2015-05-13 Alexandre Terrasalib/standard/string: Fix nitunit of Text::format
2015-05-13 Jean PrivatMerge: Kill PushBackReader
2015-05-13 Lucas Bajoletlib: Replaced uses of read_char by read_byte when appli...
2015-05-13 Lucas Bajoletlib/standard/string: Added copy_to_native method to...
2015-05-13 Lucas Bajoletlib/standard/strings: Substrings iterator now returns...
2015-05-13 Jean Privatstandard: add `Range::reverse_iterator`
2015-05-12 Lucas Bajoletlib/standard: Removed push_back_reader and replaced...
2015-05-12 Lucas Bajoletlib/standard: Changed semantics of read_char and added...
2015-05-12 Alexis LaferrièreMerge branch 'master' into print_error
2015-05-09 Alexis Laferrièrelib: improve and move `print_error` to the standard...
2015-05-09 Jean PrivatMerge: i18n annot: superstrings
2015-05-08 Lucas Bajoletlib/standard/string: Added function to format a String...
2015-05-06 Jean Privatlib/math: add `Collection::to_shuffle` and `Array:...
2015-05-05 Jean Privatlib/math: nitunit `Collection::rand`
2015-05-05 Jean Privatlib/standard: use `NIT_SRAND` envvar to control the...
2015-05-05 Jean PrivatMerge: Fix a bit of everything: typos, doc, android...
2015-04-28 Alexis Laferrièrelib/collection: better doc for Iterator
2015-04-24 Lucas Bajoletlib/standard: Fixed read method of BufferedReader
2015-04-23 Alexandre Terrasalib/standard: introduce ReserveDefaultComparator
2015-04-18 Jean PrivatMerge: Snake phase names
2015-04-18 Jean PrivatMerge: Autocast and literal arrays
2015-04-17 Jean Privatlib/standard/array: add `Array::sub`
2015-04-17 Jean Privatstrings: reimplement to_snake_case with a correct semantic
2015-04-17 Jean Privatlib/string_search: avoid covariant array on `split_once_on`
2015-04-15 Jean Privatlib/stc/kernel: add << and >> in Int
2015-04-10 Jean PrivatMerge: Robust IO
2015-04-10 Jean Privatcode: remove `protected` from top-level methods (now...
2015-04-09 Jean Privatlib: move errno and strerror to legacy FFI
2015-04-09 Jean Privatlib/file: once some global constants
2015-04-09 Jean Privatlib/file: some methods return a nullable Error on error
2015-04-09 Jean Privatlib/file: String::files does not exist on error
2015-04-09 Jean Privatlib/file: remove useless protected for top-level methods
2015-04-09 Jean Privatlib/file: expose FileStat instead of NativeFileStat
2015-04-08 Jean Privatlib/array: suppress a warning to be compatible with...
2015-04-06 Jean Privatlib/file: add some doc and nitunits
2015-03-31 Lucas Bajoletlib/standard/string: Added faster cstring method on...
2015-03-31 Jean PrivatMerge: lib/std/union_find: make DisjointSet Cloneable
2015-03-31 Jean PrivatMerge: Misc for lib
2015-03-31 Jean PrivatMerge: Fix escape to c
2015-03-31 Jean PrivatMerge: Fix warnings from clang on OS X
2015-03-31 Jean Privatlib/standard: document FileReader::from_fd
2015-03-31 Jean Privatlib/standard: factorize File*::close
2015-03-31 Jean Privatlib/standard: add Collection::not_empty
2015-03-31 Jean Privatlib/sorter: add `MapRead::keys_sorted_by_values` and...
2015-03-30 Jean Privatlib/sorter: add `MapRead::values_sorted_by_key`
2015-03-29 Jean Privatlib/std/union_find: make DisjointSet Cloneable
2015-03-29 Jean Privatlib/string: escape_to_c uses 3 digits in the octal...
2015-03-29 Jean Privatlib/string: escape_to_c transforms `"\t"` to `"\\t"`
2015-03-28 Jean PrivatMerge: Fast super strings
2015-03-28 Alexis Laferrièrelib: fix return value of the system method
2015-03-24 Jean Privatlib: introduce `NativeArray::native_to_s`
2015-03-23 Jean Privatlib/std/exec: remove write buffon on pipes
2015-03-23 Jean Privatlib/std/file: no not flush on each write
2015-03-21 Jean Privatlib/std/exec: `signal` will forward ^C (SIGINT) to...
2015-03-18 Jean PrivatMerge: lib/string: `Int::to_s` shortcuts 0 and 1
2015-03-18 Jean PrivatMerge: Derive all the things
2015-03-16 Jean Privatlib/string: `Int::to_s` shortcuts 0 and 1
2015-03-15 Jean PrivatMerge: Better Vim documentation on classes (with specia...
2015-03-14 Jean Privatlib/standard: forgot to provide `Map::hash` when `Map...
2015-03-10 Jean PrivatMerge: Noise generators: Perlin and interpolated
2015-03-10 Alexis Laferrièrelib/collection: fix doc of the popular `Container`
2015-03-10 Jean PrivatMerge: Faster buffers
2015-03-10 Jean Privatlib/stream: BufferedReader return the buffer if less...
2015-03-10 Jean Privatlib/string: faster substring for FlatBuffer
2015-03-10 Jean Privatlib/string: document FlatString::with_infos
2015-03-10 Alexis Laferrièrelib: intro `Float::log_base`
2015-03-10 Alexis Laferrièrelib: intro `Float.lerp` for simple linear interpolation
2015-03-10 Alexis Laferrièrelib: add an optimized `SequenceRead[E].rand`
2015-03-07 Jean PrivatMerge: Reuse Array Iterators
2015-03-07 Jean PrivatMerge: More lazyness in standard
2015-03-07 Jean PrivatMerge: Extends chars, string and stream with some white...
2015-03-06 Jean Privatlib/array: remember the last used iterator so it could...
2015-03-06 Jean Privatstream: add `read_word` and `read_nonwhitespace`
2015-03-06 Jean Privatstring: add `is_whitespace`
2015-03-06 Jean Privatstring: update *trim to use `is_whitespace`
2015-03-06 Jean Privatlib/map: make concrete `Map.keys` and `Map.values`...
2015-03-06 Jean Privatlib/map: document `Map.has_key` and implement it effici...
2015-03-06 Jean Privatlib/string: make FlatString#chars lazy
2015-03-06 Jean Privatlib/file: make stdin, stdout and strerr lazy
2015-03-06 Jean Privatlib/file: move the call of `stdout.set_buffering_mode...
2015-03-03 Jean PrivatMerge: Introduce Cloneable interface
2015-02-28 Jean Privatlib/array: Array, ArraySet and ArrayMap are cloneable
next