check_contrib: additional rules are given by arguments.
[nit.git] / lib /
2015-08-21 Jean PrivatMerge: GitHub nitlang
2015-08-21 Jean Privatvarious lib and contrib doc: points to new github repo
2015-08-21 Jean Privatlib/github: use new github repo nitlang/nit in doc...
2015-08-21 Jean PrivatMerge: lib/code/standard: hash no more divides object_i...
2015-08-20 Jean Privatlib/code/standard: hash no more divides object_id by 8
2015-08-20 Jean PrivatMerge: Performance update on Buffer
2015-08-20 Lucas Bajoletlib/binary: Fix binary lib to properly use Bytes instea...
2015-08-20 Lucas Bajoletlib/standard/text: Mutualized cache mechanism to FlatText
2015-08-20 Lucas Bajoletlib/standard/text: Removed byte-level modification...
2015-08-20 Jean PrivatMerge: Intro Codec
2015-08-20 Alexis Laferrièrelib/md5: improve doc
2015-08-19 Alexis Laferrièrelib/md5: update to only rely on the light FFI
2015-08-19 Jean PrivatMerge: extends nitmd to handle manpages output format
2015-08-18 Jean PrivatMerge: Graph theory in Nit
2015-08-18 Alexandre Blondin... lib/graphs: adds module for directed graphs.
2015-08-17 Jean PrivatMerge: Performance improvement in read_all_bytes
2015-08-17 Jean Privatmarkdown: add a makefile
2015-08-17 Jean Privatmarkdown: new decorator for manpages
2015-08-17 Jean Privatmarkdown: nitmd have a --to option (`html` and `md...
2015-08-17 Jean Privatmarkdown: nitmd use lib/opts
2015-08-17 Jean Privatmarkdown: add another indirection to render a single...
2015-08-17 Jean Privatmarkdown: fix ordered list in MdDecorator
2015-08-14 Lucas Bajoletlib/standard/stream: Fix doc of buffer_reset
2015-08-14 Lucas Bajoletlib/standard: Added coder and decoder to streams
2015-08-14 Lucas Bajoletlib/standard/: Added codecs group to Standard
2015-08-14 Lucas Bajoletlib/standard/bytes: Modified implementation of `to_byte...
2015-08-14 Lucas Bajoletlib/file: Remove _buffer.add in stream.read_all
2015-08-14 Jean PrivatMerge: Fixints
2015-08-13 Lucas Bajoletlib/standard: Added fixints in standard imports
2015-08-13 Lucas Bajoletlib/standard/text: Moved all number-related functions...
2015-08-13 Lucas Bajoletlib/standard: Added fixed-size integers to standard
2015-08-13 Jean PrivatMerge: Mongodb: fix C warnings and avoid crash caused...
2015-08-12 Lucas Bajoletlib/standard/bytes: Update bytes::to_s for cleaning...
2015-08-12 Lucas Bajoletlib/standard/bytes: Added cleaning method on Bytes...
2015-08-11 Lucas Bajoletlib/markdown: Fix a bug in check_link
2015-08-10 Alexandre Terrasamongodb: avoid MongoCollection finalization by garbage...
2015-08-10 Alexandre Terrasamongodb: fix C warnings
2015-08-10 Lucas Bajoletlib/standard/text: Updated to_num to support fix ints
2015-08-10 Jean PrivatMerge: Clean primitive
2015-08-10 Jean PrivatMerge: More abstract classes
2015-08-10 Jean PrivatMerge: Stricter default arguments
2015-08-10 Lucas Bajoletlib/standard/: Removed bin_and/or/xor/not from math
2015-08-07 Lucas Bajoletlib/standard: Remove lshift and rshift from Int and...
2015-08-07 Lucas Bajoletlib/standard/kernel: Use literal bytes in nitunits
2015-08-07 Jean PrivatMerge: Own rand seed
2015-08-07 Jean PrivatMerge: UTF-8 byte reading error
2015-08-07 Jean Privatlib: make some classes abstract
2015-08-06 Jean Privatlib/sepx: provide location to each parsed node
2015-08-06 Jean Privatserialization: initialize `keep_going` to null
2015-08-06 Jean PrivatMerge: Cleanup lib/dom
2015-08-06 Lucas Bajoletlib/standard: Fix NativeString::length_of_char_at and...
2015-08-06 Jean Privatlib/dom: remove useless visibility
2015-08-06 Jean Privatlib/dom: remove `null` call warning
2015-08-06 Jean Privatlib/dom: add missing documentation
2015-08-06 Jean Privatlib/dom: give location to all parsed XML nodes
2015-08-06 Jean Privatlib/dom: remove urequired use of named arguments
2015-08-06 Jean Privatlib/dom: initialize `XMLEntity::parent` to null
2015-08-06 Jean Privatlib/dom: remove useless variable
2015-08-05 Jean PrivatMerge: Text::to_bytes
2015-08-05 Lucas Bajoletlib/standard/bytes: Text::to_bytes method
2015-08-05 Jean PrivatMerge: lib/maths: add `nan` and `inf` as special Float
2015-08-05 Jean PrivatMerge: Can use lib/github/github_curl without a oauth...
2015-08-05 Jean Privatlib/maths: add `nan` and `inf` as special Float
2015-08-05 Alexis Laferrièrelib/performance_analysis: relax unit test expected...
2015-08-05 Jean PrivatMerge: curl: implement CURLOPT_TIMEOUT and CURLOPT_TIME...
2015-08-05 Jean PrivatMerge: lib/performance_analysis: relax nitunit expected...
2015-08-05 Jean Privatlib/github: can connect without OAuth token
2015-08-05 Jean Privatlib/curl: Collection::to_curlslist do not crash on...
2015-08-04 Alexandre Terrasacurl: implement CURLOPT_TIMEOUT and CURLOPT_TIMEOUT_MS
2015-08-04 Alexis Laferrièrelib/performance_analysis: relax unit test expected...
2015-08-04 Jean PrivatMerge: Tinks! fix frame lock between clients and servers
2015-08-04 Jean PrivatMerge: Simplify integer parsing
2015-08-04 Jean PrivatMerge: Fix nitcorn `Content-Length` when working with...
2015-08-04 Lucas Bajoletlib/standard/text: Added parsing method for all integers
2015-08-04 Alexis Laferrièrelib/gamnit: use async cache for the client/server logic
2015-08-04 Alexis Laferrièrelib/serialization: intro AsyncCache
2015-08-04 Alexis Laferrièrelib/socket: use a custom C call to detect error on...
2015-08-03 Alexandre Terrasanitcorn: add media types for web fonts.
2015-08-03 Alexandre Terrasanitcorn: use `bytelen` instead of `length` when setting...
2015-08-03 Jean PrivatMerge: Tinks! a multiplayer crossplatform action game...
2015-08-03 Jean PrivatMerge: to_i behaviour coherent with parser
2015-08-03 Jean PrivatMerge: Remove memory leak in Ropes
2015-08-03 Lucas Bajoletlib/standard/text: Update Text.to_i to parse all bases
2015-08-03 Lucas Bajoletlib/standard/text: Added is_int validation function...
2015-08-03 Lucas Bajoletlib/standard/text: Added validation and conversion...
2015-08-03 Lucas Bajoletlib/standard/text: Move and generalize remove_underscor...
2015-08-02 Alexis Laferrièrelib/android: fix `just_went_down` to support secondary...
2015-08-02 Alexis Laferrièrelib: intro gamnit::network
2015-07-31 Lucas Bajoletropes: Removed useless dump_buffer in to_s
2015-07-30 Jean PrivatMerge: jwrapper supports static properties, primitive...
2015-07-30 Jean PrivatMerge: A little fix to android::audio
2015-07-29 Alexis Laferrièrelib/exec: intro `ProcessDuplex::write_and_read`
2015-07-29 Alexis Laferrièrelib/file: revamp `poll_in` to use in `FileReader`
2015-07-29 Alexis Laferrièrelib/dom: intro a checker/example program
2015-07-29 Alexis Laferrièrelib/java: reorganize the java group to include the...
2015-07-29 Alexis Laferrièrelib/java: make pop_from_local_frame_with_env protected...
2015-07-29 Alexis Laferrièrelib/collections: intro `Map::not_empty`
2015-07-28 BlackMinouAndroid/audio: load from res before assets
2015-07-27 Lucas Bajoletlib/standard: Read all now builds ropes
2015-07-27 Lucas Bajoletlib/standard/ropes: Added balancing method to Concat
next