nit.git
2014-02-24 Jean PrivatRTA: force primitive types to be alive
2014-02-21 Jean PrivatMerge branch 'fix_param_check'
2014-02-21 Jean PrivatMerge branch 'fix_mkcsrc'
2014-02-21 Jean Privatsrc: new script full_bootstrap
2014-02-21 Jean Privatmkcsrc: remove and replace old c_src
2014-02-21 Jean Privatcompiler_ffi: use `compile_dir` instead of hard-coded...
2014-02-21 Jean Privatabstact_compiler: add `ModelBuilder::compile_dir`
2014-02-21 Jean PrivatMerge remote-tracking branch 'lucas/local_redef_fix'
2014-02-21 Jean PrivatMerge branch 'fix_lookup_definitions'
2014-02-21 Jean Privattests: update sav and remove some fixme.
2014-02-21 Jean Privatmodelize_properties: improve error messages
2014-02-21 Jean Privatmodelize_property: fix the check of the types of parame...
2014-02-20 Lucas Bajoletnitg: Fixed modelize_property to print an error when...
2014-02-18 Jean Privatmodel: select_most_specific behave correctly when given...
2014-02-18 Jean Privatmodel: factorize `select_most_specific` from `lookup_...
2014-02-17 Jean PrivatMerge branch 'ffi_core' into merge_ffi
2014-02-17 Alexis Laferrièrenitg: detect if a compiler supports the FFI
2014-02-17 Jean Privatnitg: activate support for the FFI in nitg
2014-02-17 Alexis Laferrièrenitg-g: support cast between subtypes of Pointer
2014-02-17 Alexis Laferrièrenitg: intro the compiler_ffi module to support the...
2014-02-17 Alexis Laferrièrenitg: intro the common_ffi module and support for the...
2014-02-17 Alexis Laferrièrenitg: intro the nitni module
2014-02-17 Jean PrivatMerge branch 'ffi_libupdate' into merge_ffi
2014-02-17 Alexis Laferrièrelib: update json module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the callback_monkey example to the latest...
2014-02-17 Alexis Laferrièrelib: update sort_downloads to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the socket module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the curses module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the signal module to the latest FFI spec
2014-02-17 Jean Privatlib: update mnit module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update gtk3_4 module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update curl module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update sqlite3 module to latest FFI spec
2014-02-17 Alexis Laferrièrelib: update md5 module to latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the json module to latest FFI spec
2014-02-17 Alexis Laferrièretests: update FFI tests to latest spec
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-02-17 Jean Privatc_src: update for new ffi syntax
2014-02-17 Jean PrivatMerge branch 'prepare-ffi-migration' into merge_ffi
2014-02-17 Alexis Laferrièremodel: rta uses its visitor only to visit FFI extern...
2014-02-17 Alexis Laferrièretests: remove native interface tests
2014-02-17 Alexis Laferrièresrc: delete old ffi and native_interface code
2014-02-17 Alexis Laferrièretests: fix sav file for test_for_times
2014-02-17 Jean PrivatMerge branch 'enlarge_ffi_syntax' into merge_ffi
2014-02-15 Alexandre Terrasadoc: added comment for metrics::inheritance_metrics...
2014-02-14 Jean Privatparser: regenerate files
2014-02-14 Jean Privatparser: extern stuff accepts types and dot
2014-02-14 Jean Privatparser: drop qualification in annotations
2014-02-14 Jean PrivatMerge branch 'long_string'
2014-02-13 Jean Privattests: add test_string_triple2.nit
2014-02-13 Jean Privatparser: regenerate table for long strings
2014-02-13 Jean Privatparser: improve long string when mixing " and {
2014-02-12 Jean Privatc_src: remove git attribute `diff` on generated files
2014-02-12 Jean PrivatMerge branch 'rta_not_mandatory'
2014-02-12 Jean PrivatMerge branch 'calculator' of https://github.com/BlackMi...
2014-02-12 ChanoirMerge pull request #1 from xymus/calculator
2014-02-12 Alexis Laferrièreexamples/calculator & lib/gtk: fix whitespaces
2014-02-12 Alexis Laferrièrelib/gtk: fix name collision of the "visible" properties
2014-02-12 Alexis Laferrièrelib/gtk: fix duplication of "visible" properties
2014-02-12 Jean PrivatMerge branch 'Patch-signals' of https://github.com...
2014-02-12 Jean PrivatMerge branch 'reassign_fixes' of https://github.com...
2014-02-12 Jean PrivatMerge branch 'serialization'
2014-02-12 Jean PrivatMerge branch 'unwind_integration'
2014-02-12 Jean Privattests: remove sav/nitg-e/fixme/base_gen_infinite.res
2014-02-12 Jean Privatnitg-e: run without RTA thus allows recursive generic...
2014-02-12 Jean Privatnitg: new module `collect_super_sends` to use when...
2014-02-12 Jean Privatnitg: protect some null runtime_type_analysis to fall...
2014-02-12 Jean Privatnitg: make runtime_type_analysis nullable to enable...
2014-02-12 Jean Privattests: update error messages in error_needed_method
2014-02-12 Jean Privatrta: check the type NativeArray before the method with_...
2014-02-12 Jean Privatrta: use `to_s_with_length` instead of `to_s` in litera...
2014-02-12 Jean Privatstack_trace: move include and declaration in main body
2014-02-12 Jean Privatstack_trace: always exports the show_backtrace service
2014-02-12 Jean Privatstack_trace: do not stacktrace on explicit exit
2014-02-12 Jean Privatlib/json: remove `diff` git attribute to generated...
2014-02-12 Jean PrivatMerge branch 'patch-sdl'
2014-02-12 GeoffreyHechtSDL : Comments added for SDLFont class and methods
2014-02-12 GeoffreyHechtSDL : Comments added for SDLkeyEvent class
2014-02-12 GeoffreyHechtSDL : Comments added for SDLMouseEvent, MouseButtonEve...
2014-02-12 GeoffreyHechtSDL : Comments fixed and added in SDLRectangle class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLImage class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLDrawable class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLDisplay class
2014-02-12 Alexis Laferrièretests: adds missing copyright info to serialization...
2014-02-12 Alexis Laferrièrefrontend: fix doc in serialization_phase
2014-02-12 Alexis Laferrièrefrontend: force order of serialzation and literal phase...
2014-02-11 Lucas Bajoletnitg: Usefix, avoids producing a backtrace when encount...
2014-02-11 Lucas Bajoletnitg: Added option to disable use of libunwind to gener...
2014-02-11 Lucas Bajoletnitg: Corrected bug when creating a new AVarExpr, uses...
2014-02-11 Jean PrivatMerge branch 'kill_newcheck'
2014-02-11 CaptainKaliAdd signals + descriptions
2014-02-10 Djomanixlib/stream: added more explicit comment for eof method.
2014-02-08 Jean Privattests: update related to the removal of check_init_instance
2014-02-08 Alexis LaferrièreMerge branch 'privat' into topub
2014-02-08 Alexis Laferrièreserialization: add support for Arrays
2014-02-07 Jean Privatsrc: remove check_init_instance everywhere
2014-02-07 Alexis Laferrièrelib/serialization: adds a method to detect unserializab...
2014-02-07 Alexis Laferrièretests: adds test for the serialization phase and json...
2014-02-07 Alexis Laferrièrefrontend: intro the serialization phase
2014-02-07 Alexis Laferrièrelib: intro the json serialization module
next