nit.git
2015-06-12 Jean Privatvim: rename `nitg` checker to `nitpick`
2015-06-12 Jean Privatremove bin/Makefile (?!)
2015-06-11 Jean PrivatMerge: nitrpg: remove points if a PR is closed without...
2015-06-11 Jean PrivatMerge: rosetta_code: sha1
2015-06-11 Jean PrivatMerge: Nitiwiki next
2015-06-10 Alexandre Terrasanitrpg: remove points if a PR is closed without merge
2015-06-10 Jean Privatrosetta_code: sha1
2015-06-10 Jean PrivatMerge: Activate C warnings in FFI code and revert ...
2015-06-10 Jean PrivatMerge: Work on the Curl module
2015-06-10 Jean PrivatMerge: Add some collections for java/collections.nit
2015-06-10 Jean PrivatMerge: Attribute and autoinit annotations
2015-06-10 Jean PrivatMerge: nitvm: Basic blocks generation and SSA-algorithm
2015-06-10 Jean PrivatMerge: example: add 24 game task of Rosetta code
2015-06-10 Jean PrivatMerge: file: fix `simplify_path` behavior for path...
2015-06-10 Jean PrivatMerge: Date Lib
2015-06-10 Alexandre Terrasalib/markdown: fix missing space after wikilinks token
2015-06-10 Alexandre Terrasanitiwiki: add github url for last changes and edit...
2015-06-10 Alexandre Terrasanitiwiki: also search relative patch in current section
2015-06-10 Alexandre Terrasanitiwiki: search titles in lower case
2015-06-10 Alexandre Terrasanitiwiki: make breadcrumbs optional
2015-06-10 Alexandre Terrasanitiwiki: make summary optional
2015-06-10 Alexandre Terrasanitiwiki: allow absolute url in wikilinks
2015-06-10 Alexandre Terrasanitiwiki: introduce customizable sidebar
2015-06-10 Alexandre Terrasanitiwiki: make all wiki entries able to parse markdown
2015-06-10 Alexandre Terrasanitiwiki: fix link lookup on root
2015-06-10 Alexandre Terrasaini: accept array notation
2015-06-10 Alexandre Terrasaini: show error instead crashing on bad formatting
2015-06-10 Alexandre Terrasanitiwiki: change position of sidebar from config
2015-06-09 Julien Pagèsnitvm: Using SSA module in the nitvm
2015-06-09 Julien Pagèsnitvm: A method compile offers a unique entry point...
2015-06-09 Alexandre Terrasafile: fix `simplify_path` behavior for path starting...
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in sha1, socket and sdl
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in standard library
2015-06-09 Alexis LaferrièrePartial Revert "compiler: Changed types of Char to...
2015-06-09 Alexis Laferrièresrc: compile user C code with -Wall
2015-06-09 Jean Privattests: add base_attr_annot.nit
2015-06-09 Jean Privattests: add base_attr_abstract[34].nit
2015-06-09 Jean Privattests: update other tests related to init with setters
2015-06-09 Jean Privattests: add base_init_setter.nit
2015-06-09 Jean Privattests: update base_attr_abstract[12].nit
2015-06-09 Jean Privatmodelize: remove restriction on concrete class in intia...
2015-06-09 Jean Privatmodelize: error/warning if explicit autoinit on attributes
2015-06-09 Jean Privatmodelize: error in `autoinit` is used in class refinement
2015-06-09 Jean Privatmodelize: move `autoinit` management on method into...
2015-06-08 Jean Privatmodelize: rely on `AAttrPropdef::mreadpropdef` to be...
2015-06-08 Jean Privatmodelize: add `AAttrPropdef::mtype` to factorize the...
2015-06-08 Jean PrivatMerge: FFI clean up
2015-06-08 Alexis Laferrièresrc/nitni: fix doc of `is_cprimitive`
2015-06-08 Alexis Laferrièrelib/curl: nullable attributes of CurlHTTPRequest are...
2015-06-08 Alexis Laferrièrelib/curl: make `supporter_outgoing_protocols` public
2015-06-08 Jean PrivatMerge: Fix support for Byte in the FFI
2015-06-08 Jean PrivatMerge: More keep going
2015-06-08 Jean PrivatMerge: Warn useless do block
2015-06-08 Jean PrivatMerge: Love contrib
2015-06-07 Alexis Laferrièrelib/github: update use of Curl
2015-06-07 Alexis Laferrièrecontrib: update users of Curl
2015-06-07 Alexis Laferrièretests: update test_curl to latest API
2015-06-07 Alexis Laferrièrelib/neo4j: fix and update usage of Curl
2015-06-07 Alexis Laferrièrelib/curl: revamp the curl_http example
2015-06-07 Alexis Laferrièrelib/curl: update users of the custom class and fix...
2015-06-07 Alexis Laferrièrelib/curl: replace custom classes by containers
2015-06-07 Alexis Laferrièrelib/curl: fix implementation of `user_agent`
2015-06-07 Alexis Laferrièrelib/curl: revamp and move the curl_mail example to...
2015-06-07 Alexis Laferrièrelib/curl: implement `CurlResponseFailed::to_s`
2015-06-07 Alexis Laferrièrelib/curl: `CurlMail::execute` may return null
2015-06-07 Alexis Laferrièrelib/curl: use a cached instance of `Curl` in `Sys`
2015-06-07 Alexis Laferrièrelib/curl: update module doc
2015-06-07 Alexis Laferrièrelib/curl: make `Curl` a `Finalizable`
2015-06-07 Alexis Laferrièrelib/curl: revamp CurlMailRequest and rename it CurlMail
2015-06-07 Alexis Laferrièrelib/curl: remove `CurlMailRequest::add_conventional_space`
2015-06-07 Alexis Laferrièrelib/curl: use local variable when attribute is nullable
2015-06-07 Alexis Laferrièrelib/curl: update more classes to the new inits
2015-06-07 Alexis Laferrièrelib/curl: revamp style, doc and implementation of HeaderMap
2015-06-07 Alexis Laferrièrelib/curl: make private and update init of HeaderMapIterator
2015-06-07 Alexis Laferrièrelib/curl: rename `i_file` to `file`
2015-06-07 Alexis Laferrièrelib/curl: remove the CurlCallbaksRegisterIntern class
2015-06-07 Alexis Laferrièrelib/curl: replace the `C` prefix by `Native`
2015-06-07 Alexis Laferrièrelib/curl: rename `prim_curl` to `native` per the nity...
2015-06-07 Alexis Laferrièrelib/curl: use the prefix `native_` following the nity...
2015-06-07 Alexis Laferrièrelib/curl: use File and NativeFile instead of the local...
2015-06-07 Alexis Laferrièrelib/curl: update and clean up the callback system
2015-06-07 Alexis Laferrièrelib/curl: update style and add more space between prope...
2015-06-06 Alexis Laferrièresrc: prepare `MType::cname_blind` to be more customizable
2015-06-06 Alexis Laferrièresrc/c_tools: don't declare the functions in the header
2015-06-06 Alexis Laferrièresrc/java FFI: lib/jvm.nit already specify ldflags
2015-06-06 Alexis Laferrièresrc: fix support of Byte in the FFI
2015-06-06 Alexis Laferrièretests: test Byte with the FFI
2015-06-06 Alexis Laferrièretests: update style of test_ffi_c_primitives
2015-06-05 Jean Privattests: add test_keep_going.nit
2015-06-05 Jean Privatrta: do not visit broken NExpr
2015-06-05 Jean Privatrta: do no visit borken method
2015-06-05 Jean Privatcompiler: skip compilation of broken methods
2015-06-05 Jean Privattransform: skip transformation of broken expr
2015-06-05 Jean Privattyping: improve reliability of `is_typed`.
2015-06-05 Jean Privatphase: continue the phase if errors occur.
2015-06-05 Jean Privatcompiler: runtime error (instead of noop) on dead/inval...
2015-06-05 Julien Pagèsnitvm: SSA modules also gives all object-mechanisms...
2015-06-05 Julien Pagèsnitvm: Utility class for printing basic blocks and...
2015-06-05 Julien Pagèsnitvm: Computation of SSA-algorithm after the basic...
2015-06-05 Julien Pagèsnitvm: The position of a Variable in the environment...
next