misc/vim: inform the user when no results are found
[nit.git] / lib / standard /
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
2015-02-28 Jean Privatkernel: new interface `Cloneable` to provide a `clone...
2015-02-27 Jean Privatkernel: add Char::is_whitespace
2015-02-27 Jean Privatcollection: implements `MapRead::==`
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-10 Lucas Bajoletlib/standard: Updated documentation of Streams to fit...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-06 Jean PrivatMerge: String memory fixes
2015-02-05 Lucas Bajoletlib/standard/time: Fixed String-related memory leak
2015-02-05 Lucas Bajoletlib/standard/string: Removed Float.to_precision_native
2015-02-05 Lucas Bajoletlib/standard/string: Fixed leaking Int.to_s method
2015-02-03 Jean Privatlib/standard: redef a fast path for `HashMap#get_or_null`
2015-02-01 Jean PrivatMerge: Fix virtual types in string
2015-01-30 Jean PrivatSince keys of Maps can now be null, it enables the...
2015-01-30 Jean Privatstring: some methods sould return String instead of...
2015-01-30 Jean Privatstring: fix SELFTYPE in String and Buffer
2015-01-30 Jean Privatstring: do not redef SELFTYPE in FlatBuffer
2015-01-28 Lucas Bajoletlib/standard/ropes: Removed a few old-style-inits
2015-01-28 Lucas Bajoletlib/standard/ropes: Fixed concatenation routine for...
2015-01-14 Jean PrivatMerge: Websockets
2015-01-13 Alexis Laferrièrelib/map: add factory to Map returning a HashMap
2015-01-13 Alexis Laferrièrelib: update HashMap and ArrayMap to support nullable...
2015-01-13 Alexis Laferrièrenitc&lib: MapIterator keys can be nullable
2015-01-13 Lucas Bajoletlib/standard/string: Fixed substring, could produce...
2015-01-13 Jean PrivatMerge: More on Sockets and FinalizableOnce
2015-01-13 Jean PrivatMerge: neo4j: Introduce an API for graphs
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-03 Jean Privatlib/array: remove unused&deprecated `Arrray::intern_items`
2015-01-02 Jean Privatlib/exec: if `execvp` fails, just `_exit` instead of...
2014-12-29 Jean-Christophe... stream: Optimize `StringIStream.read_all`
2014-12-27 Alexis Laferrièrelib/standard: optimize `Array::add_all`
2014-12-27 Alexis Laferrièrelib/gc: intro `FinalizableOnce`
2014-12-18 Jean-Christophe... string: Fix `to_cmangle` to never end with an underscore.
2014-12-18 Jean-Christophe... string: Fix `to_cmangle` to always produce valid C...
2014-12-16 Jean Privatlib/file: add examples for the new read methods in...
2014-12-16 Jean Privatlib/file: protect from double close
2014-12-16 Jean Privatlib/file: add read methods in Path
2014-12-16 Jean Privatlib/stream: add IStream::each_line
2014-12-16 Jean PrivatMerge: Doc down
2014-12-14 Jean PrivatMerge: Fix chomp and read_lines
2014-12-14 Jean PrivatMerge ... 'origin/master' to resolve conflicts with...
2014-12-13 Alexis LaferrièreMerge branch 'master' into path
2014-12-13 Jean PrivatMerge: lib/time: introduces ISODate
2014-12-13 Jean PrivatMerge: Better nitester on Turing
next