stdlib/strings: Renamed AbstractString to FlatText.
[nit.git] / lib / standard /
2014-03-24 Lucas Bajoletstdlib/strings: Renamed AbstractString to FlatText.
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-03-24 Lucas Bajoletstdlib/strings: Detached Buffer from AbstractArray.
2014-03-24 Lucas Bajoletstdlib/strings: Introduced class Text, will be used...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Substring to Buffer since it...
2014-03-24 Lucas Bajoletstdlib/strings: Added reverse iterators on char views...
2014-03-07 Lucas Bajoletstdlib/strings: Access iterator through its position...
2014-03-07 Lucas Bajoletstdlib/ropes: Prepping ropes to be compatible when...
2014-03-06 Jean Privatlib/hashcol: forgot to nullify a link in `HashCollectio...
2014-03-05 Jean PrivatMerge remote-tracking branch 'alexandre/fix-float'
2014-03-05 Alexandre Terrasalib: fixed nan on floats
2014-03-05 Alexandre Terrasalib: cleaned trailing spaces in string
2014-03-05 Alexandre Terrasalib: fixed infinity on floats
2014-03-05 Jean PrivatMerge branch 'map'
2014-03-05 Jean Privatlib: add `provide_default_value` in Map to allow subcla...
2014-03-04 Jean Privatlib: add `MapRead::get_or_null` to provide a more stand...
2014-03-03 Alexis Laferrièrelib/math: fix Float::abs
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/292/head'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Float::rand
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Int::rand
2014-02-26 Jean Privatlib: suppr useless (and unafe) constructor in FlatBuffe...
2014-02-25 Alexis LaferrièreMerge branch 'privat' into 'cleanup-c-make-and-copy'
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-18 Alexis Laferrièrelib: intro the method String::file_copy_to
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-02-17 Lucas Bajoletstdlib/strings: Temporary removal of Ropes from stdlib.
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-02-14 Lucas Bajoletstdlib/strings: Removed from_substring constructor...
2014-02-14 Lucas Bajoletstdlib/strings: Added view on the chars of String and...
2014-02-12 Jean PrivatMerge branch 'serialization'
2014-02-10 Djomanixlib/stream: added more explicit comment for eof method.
2014-02-08 Alexis LaferrièreMerge branch 'privat' into topub
2014-02-07 Alexis Laferrièrelib: intro the StringOStream class
2014-02-07 ChristopheGIGAXrange: make IteratorRange private
2014-02-07 ChristopheGIGAXarray: improve comment of `last_index_of_from`
2014-02-07 Jean PrivatMerge branch 'collection doc' of https://github.com...
2014-02-02 Alexis Laferrièrelib: do not ignore key/values when value is null in...
2014-01-30 Jean PrivatMerge branch 'prepare_projects'
2014-01-29 Jean Privatlib: add file::realpath
2014-01-29 Jean Privatlib: fix simplify_path for .
2014-01-29 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-29 Alexis Laferrièrelib: changes the behavior of Coll::rand to behave like...
2014-01-29 Alexis Laferrièrelib: adds missing import of math.h in standard library
2014-01-29 Romain Chanoircollection : Fix the description of Set[E] class
2014-01-29 Romain Chanoircollection: Improved the description of Container[E]
2014-01-29 Romain Chanoircollection: fixed Collection[E]::first commentary
2014-01-23 Alexis Laferrièrelib: fix conversion of hex char to int and add test
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2013-11-27 Jean Privatlib: make `is_same_instance` intern
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-19 Jean Privatremove closures from code
2013-11-17 Alexis Laferrièrelib: improves usage example of Int::times
2013-11-16 Alexis Laferrièrelib: move the `times` method to Int
2013-11-14 Alexis LaferrièreMerge branch 'privat' into game_framework
2013-11-10 Alexis Laferrièrelib: adds Discrete::times as a shortcut to Range
2013-11-07 Alexis Laferrièrelib: adds sqrt, sin and cos to Int
2013-11-06 Jean Privatdoc: add a unit test for has_prefix
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-10-30 Alexis Laferrièrelib: adds `from_a` constructor to all processes (and...
2013-10-30 Alexis Laferrièrelib: adds Pointer::address_is_null to kernel module
2013-10-16 Jean Privatlib: redefine hash in Sequence and Set
2013-10-16 Jean Privatlib: remove the module hash, introduce services in...
2013-10-16 Jean Privatlib: promote AbstractArray#== to SequenceRead
2013-10-16 Jean Privatlib: doc of Collection
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean Privatlib: promote implementations in NaiveCollection to...
2013-10-16 Jean Privatlib: redef Set#==
2013-10-16 Jean Privatlib: add Collection::has_all
2013-10-16 Jean Privatlib: add String::escape_more_to_c
2013-10-16 Jean Privatmove unescape_nit to stdlib
2013-09-09 Jean Privatropes: do not use String.with_native
2013-09-09 Jean PrivatMerge remote-tracking branch 'lucas/ropes'
2013-09-04 Jean PrivatMerge branch 'chdir'
2013-09-04 Jean Privatfile: add String::chdir
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Lucas BajoletStdlib: Ropes implementation, supports Mutable and...
2013-09-03 Jean Privatfile: add getcwd
2013-09-03 Jean Privatfile: fix diname behavior when result is "/"
2013-08-30 Jean Privatstring: more migration from String::from_cstring to...
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-29 Lucas Bajoletstdlib: Removed constructors from String
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-23 Jean PrivatMerge branch 'highlightdoc-and-implies'
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-23 Jean PrivatMerge remote-tracking branch 'alexis/privileges'
2013-08-23 Alexis Laferrièrelib: adds the posix module with privilege functions
2013-08-22 Jean Privatmerge branch 'nitlight'
2013-08-22 Jean Privatlib: add String#to_cmangle and String#escape_to_c
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-16 Jean Privatarray: fix Array::swap_at
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlib: remove duplicated documentation in string
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-13 Lucas BajoletKernel : Int, optimization on the digit count method...
2013-08-13 Lucas Bajoletstdlib: Strings, optimized to_s for Int.
next