interpreter: interpret `with` statement
[nit.git] / lib /
2015-03-28 Jean PrivatMerge: Fast super strings
2015-03-28 Jean PrivatMerge: lib/std/file: do not flush on each write
2015-03-24 Jean Privatlib: introduce `NativeArray::native_to_s`
2015-03-23 Jean Privatlib/string_exp: initialize an uninitialized attribute
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-19 Jean PrivatMerge: lib: add `meta` as a user-level empty shell...
2015-03-19 Jean PrivatMerge: Intro NitActivity an Android entry point in...
2015-03-19 Jean Privatlib: add `meta` as a user-level empty shell for meta...
2015-03-18 Alexis Laferrièrelib/jvm: fix missing import
2015-03-18 Alexis Laferrièrelib/android: update `ui` to use NitActivity and be...
2015-03-18 Alexis Laferrièrelib/android: remove popup hack in `ui`
2015-03-18 Alexis Laferrièrelib/android: intro our very own NitActivity
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-18 Jean PrivatMerge: Document Nit Serialization
2015-03-18 Jean Privatlib/deriving: new module `deriving` with basic interfaces
2015-03-17 Alexis Laferrièreandroid: declare Activities for the manifest in an...
2015-03-17 Alexis Laferrièrelib/android: the dalvik module is higher in the importa...
2015-03-17 Alexis Laferrièrelib/android: fix typos in the dalvik module
2015-03-17 Alexis Laferrièrelib/android: clean up whitespaces in native_app_glue
2015-03-17 Alexis Laferrièrelib/jvm: clean up, add doc and make private stuff private
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 Alexis Laferrièrelib/json_serialization: clean up
2015-03-14 Alexis Laferrièrelib/serialization: make `serialize_reference` protected
2015-03-14 Alexis Laferrièrelib/serialization: revamp documentation of default...
2015-03-14 Alexis Laferrièrelib/serialization: add README.md
2015-03-14 Alexis Laferrièrelib/serialization: make into a group
2015-03-14 Jean Privatlib/standard: forgot to provide `Map::hash` when `Map...
2015-03-12 Jean PrivatMerge: lib/noise: fix gradient_vector to return a unit...
2015-03-11 Alexis Laferrièrelib/noise: fix gradient_vector to return a unit vector
2015-03-11 Alexis Laferrièrelib/numbers: remove `NumberImages` constructors for...
2015-03-11 Alexis Laferrièrelib/tileset: fix typos in doc
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_width`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_height`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::advance`
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 2 noise generators
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: Optimize nitc
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/poset: avoid useless call of `to_a` in `add_edge`
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 Privatglesv2: fix bad use of `lazy` annotation (fun instead...
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-21 Alexis Laferrièrelib/github: deactivate assert in broken nitunit
2015-02-17 Alexis Laferrièrelib/android: add the gamepad module
2015-02-17 Alexis Laferrièrelib/android: move all android annotations to the `aware...
2015-02-17 Alexis Laferrièrelib/more_collections: add `clean` to `HashMap[23]`
2015-02-17 Alexis Laferrièrelib/json: converting JsonValue to float or int casts...
2015-02-11 Jean PrivatMerge: Rename Streams
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-08 Alexis Laferrièrelib/glesv2: add glCheckFramebufferStatus
2015-02-08 Alexis Laferrièrelib/glesv2: add glHint
2015-02-08 Alexis Laferrièrelib/glesv2: add glBindFramebuffer and glBindRenderbuffer
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-04 Jean PrivatMerge: GitHub misc
2015-02-03 Alexandre Terrasagithub/api: add `search_issue` service in Repo
2015-02-03 Alexandre Terrasagithub/api: move `html_url` to GithubEntity since it...
2015-02-03 Alexandre Terrasagithub/api: return an empty list instead of crashing...
2015-02-03 Alexandre Terrasagithub/api: uniformize `load_issue_event` implementatio...
2015-02-03 Jean Privatlib/more_collections: simplify by using `Map::get_or_null`
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-02-01 Jean PrivatMerge: Set accept null
2015-01-30 Alexis Laferrièrelib/android: Bundle do not need a context or to import...
2015-01-30 Alexis Laferrièrelib/android: extract activities from native_app_glue
2015-01-30 Alexis Laferrièrelib/android: in Java, use Activity instead of NativeAct...
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
next