nitg: Fixed the copyright notice on android_platform
[nit.git] / src /
2014-04-29 Djomanixnitg: Fixed the copyright notice on android_platform
2014-04-29 Djomanixnitg: Extract exec_and_check from Android
2014-04-23 Jean Privatmkcsrc: fix a regexp that brokes the reboostrap
2014-04-23 Jean Privatnitunit: learn to use `nit_dir` instead of hardcoding...
2014-04-23 Jean Privatsrc: adapt tools to use `ToolContext::nit_dir` instead...
2014-04-23 Jean Privattoolcontext: add nit_dir service
2014-04-18 Jean Privatniti: implements `NativeArray::length`
2014-04-18 Jean Privatnitg: implements `NativeArray::length`
2014-04-15 Jean PrivatMerge: Modernize syntax
2014-04-15 Jean Privatsrc: remove old-style attribute from src/ (except parser)
2014-04-15 Jean Privatparser: regenerate parser files
2014-04-15 Jean Privatparser: add AHexIntExpr
2014-04-15 Jean Privatparser: split `AIntExpr` and `ADecIntExpr`
2014-04-15 Jean Privatparser: force new style FFI in syntax.
2014-04-15 Jean Privatparser: disable unused `=` shortcut for functions
2014-04-15 Jean Privatparser: allow top-level methods between class definitions
2014-04-15 Jean Privatparser: parentheses in `.as` are optional
2014-04-15 Jean Privatparser: add 'public' keyword
2014-04-14 Jean PrivatMerge: FFI with Java
2014-04-11 Jean Privatmodelbuilder: correctly detect property name conflicts
2014-04-10 Jean PrivatMerge: Qualified import
2014-04-10 Alexis Laferrièrenitg: support compilation of Java files to .jar
2014-04-10 Alexis Laferrièrenitg: intro of the FFI with java
2014-04-10 Jean PrivatMerge: Clean generated parser
2014-04-10 Jean Privatnitg-g: use nitstack by default
2014-04-10 Jean PrivatMerge: Gperf fix
2014-04-09 Jean Privatnitunit: updade usage of get_mmodule_by_name
2014-04-09 Jean Privatmodelbuilder: use qualified name in imports to import...
2014-04-09 Jean Privatmodelbuilder: split `search_mmodule_by_name` from ...
2014-04-09 Jean Privatmodelbuilder: search_module_in_paths return ModulePath
2014-04-09 Jean Privatnitdbg_websocket_server: fix write
2014-04-09 Jean Privatmodelbuilder: get_mmodule_by_name get a mgroup as context
2014-04-09 Lucas Bajoletnitg: Removed references to gperf in documentation...
2014-04-09 Lucas Bajoletnitg: Overridden gperf since it was slow to generate.
2014-04-09 Jean PrivatMerge: Streamable and Pattern update
2014-04-09 Jean Privatparser: regenerate with changes in the grammar and...
2014-04-09 Jean Privatparser: new nullable production `typing_o`
2014-04-09 Jean Privatparser: new production `qclassid` to factorize `qualifi...
2014-04-09 Jean Privatparser: new production `qid` to factorize `qualified...
2014-04-09 Jean Privatparser: accepts `kwredef` in front of importation clauses
2014-04-09 Jean Privatparser: remove useless production `writable2`
2014-04-09 Jean Privatparser: new nullable production `qualified_o`
2014-04-09 Jean Privatparser: new nullable production `extern_code_block_o`
2014-04-09 Jean Privatparser: new nullable production `annotations_o`
2014-04-09 Jean Privatparser: production `annotation_withend` is nullable
2014-04-09 Jean Privatparser: production `params` is nullable
2014-04-09 Jean Privatparser: production `extern_calls` is nullable
2014-04-09 Jean Privatparser: new nullable production `string_o` to factorize...
2014-04-09 Jean Privatparser: new nullable production `kwend_o` to factorize...
2014-04-09 Jean Privatparser: production `formaldefs` is nullable
2014-04-09 Jean Privatparser: production `implicit_main_class` is nullable
2014-04-09 Jean Privatparser: clean and factorize services in parser_prod
2014-04-08 Lucas Bajoletstdlib/streams: Streamable now working on any Text...
2014-04-08 Jean Privatnitg: use libunwind instead of gperf by default for...
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-07 Jean PrivatMerge: nitg: activate nit-stacktrace by default
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletinterpreter: Fix, removed a useless condition in call.
2014-04-07 Lucas Bajoletdebugger: Added Websocket compatible implementation...
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-07 Jean PrivatMerge: Extract sdl, mnit_display and mnit_input from...
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatnitg: merge `-no-stacktrace` and `-nit-stacktrace`...
2014-04-04 Jean Privatsrc/comp: force at least on entry in the trace-hashmap.
2014-04-04 Alexis Laferrièremodel: fix all extern classes are sub classes of Pointer
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-04 Jean PrivatMerge: Some FFI cleanup
2014-04-03 Jean PrivatMerge: Nitgs optims
2014-04-03 Jean Privatffi: remove old Cproproc symbol NONITCNI
2014-04-03 Jean Privatffi: merge `finalize_ffi` and `finalize_nitni`
2014-04-03 Alexis Laferrièrenitg & niti: remove intern methods succ, prec and Char...
2014-04-03 Alexis Laferrièrenitg & niti: add intern methods `successor` and `predec...
2014-04-02 Jean Privatffi: move a lot of code and services from AModule to...
2014-04-02 Jean Privatcompiler_ffi: remove `uses_legacy_ni` since it is unuse...
2014-04-02 Jean Privatabstract_compiler: add `AModule::collect_linker_libs...
2014-04-02 Jean Privatnitg: move `import compiler_ffi` to nitg
2014-04-02 Jean Privatnitg: use ctype instead of cname_blind in autobox
2014-04-02 Jean Privatabstract_compiler: provide empty implementation for...
2014-04-02 Jean Privatabstract_compiler: compile extern bodies without specia...
2014-04-02 Jean Privatsrc: implements abstract methods of ExternCFile
2014-04-02 Jean Privatmove ExternFile to c_tools
2014-04-02 Jean Privatsrc: remove separate_options.nit
2014-04-01 Jean Privatnitgs: opt_direct_call_monomorph call `before_send...
2014-04-01 Jean Privatnitgs: extract `before_send` from `table_send`
2014-04-01 Jean Privatnitgs: add option --invocation-metrics to count things...
2014-04-01 Jean Privatnitgs: add --direct-call-monomorph and --inline-some...
2014-04-01 Jean Privatnitg-s: use is_intern instead of crazy AST stuff
2014-04-01 Jean Privatmodel: add `MMethodDef::is_intern`
2014-04-01 Jean Privatnitg-s: collect static statistics about the invocation...
2014-03-28 Jean PrivatMerge: CallSite on AFor and ARange
2014-03-27 Jean Privatnitg: Use gcc special attributes and directives.
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-27 Jean PrivatMerge: Opt disable phase
2014-03-27 Jean PrivatMerge branch 'strings'
2014-03-27 Jean PrivatMerge: Callgraph
2014-03-27 Jean Privatphase: add option --disable-phase
2014-03-27 Jean Privatphase: use a better name on output
2014-03-26 Jean Privattyping: add `ARangeExpr::init_callsite` and use it...
2014-03-26 Jean Privatnit: use callsites in AFor instead re-resolving stuff
next