Merge branch 'master' into portable-errors
[nit.git] / src /
2014-05-28 Alexis LaferrièreMerge branch 'master' into portable-errors
2014-05-23 Jean PrivatMerge: Clean some inits
2014-05-23 Jean Privatparser: drop useless named constructor `empty_init`
2014-05-22 Jean PrivatMerge: nitg: Added PNaCl support for Nit
2014-05-20 DjomanixModified the generated Makefile for some options,
2014-05-20 Alexis Laferrièrepnacl: compile each compilation unit before linking
2014-05-20 Alexis Laferrièrepnacl: generate all files right in .nit_compile
2014-05-20 Alexis Laferrièrepnacl: disable clang warnings on generated code
2014-05-20 Alexis Laferrièrenitg/pnacl: automate option no_main
2014-05-16 Jean PrivatMerge: Improve the bootstrap
2014-05-16 Jean PrivatMerge: Android release compilation mode
2014-05-15 Alexis Laferrièreandroid: use the release option to set type of compilation
2014-05-15 Alexis Laferrièrenitg: intro the release option
2014-05-15 Jean Privatmkcsrc: bootstrap with `nith` instead of `nitg`
2014-05-15 Jean Privatbootstrap: add the missing step `nitg_0`
2014-05-15 Jean Privatastbuilder: `make_new` and `make_call` require a CallSite
2014-05-15 Jean Privattranform: drop ASuperstringExpr
2014-05-15 Jean Privattyping: AArrayExpr provides callsites
2014-05-14 Alexis Laferrièreffi/java: support inner classes and JNI format in exter...
2014-05-13 Jean PrivatMerge: Refactor FFI, the framework is now based on...
2014-05-13 Jean Privatdefault_init: can interpret combined init with collecte...
2014-05-13 Jean Privatdefault_init: can compile combined init with collected...
2014-05-13 Jean Privatdefault_init: error if collected attributes and inherit...
2014-05-13 Alexis Laferrièreffi: fix support for generated calls with generic types...
2014-05-13 Jean Privatdefault_init: inherit combined init if alone and empty
2014-05-13 Jean Privatdefault_init: collect attributes on combined empty...
2014-05-13 Jean Privatmodel: implements `MParameter#to_s`
2014-05-13 Jean Privatsrc: prepare for new init
2014-05-13 Jean Privatparser: prepare for new init
2014-05-13 Jean Privattyping: remove `resolve_signature_for`
2014-05-13 Jean Privatrta: micro-factorization of call on `msignature`
2014-05-13 Jean Privatengines: use `callsite.msignature` in ASuperExpr
2014-05-13 Jean PrivatMerge: parser_util: drop injected tokens in `parse_some...
2014-05-12 Jean PrivatMerge: sepcomp: do not colorize dead method by default
2014-05-12 Jean PrivatMerge: fix Nitlight
2014-05-12 Alexis Laferrièreandroid: support use of -m
2014-05-12 Alexis Laferrièreffi: minor clean up
2014-05-12 Alexis Laferrièreffi/java: use C callbacks instead of going straight...
2014-05-12 Alexis Laferrièreffi/java: callbacks are relative to mainmodule
2014-05-12 Alexis Laferrièrenitg/ffi: mark as private methods internal to compiler_ffi
2014-05-12 Jean PrivatMerge: Simplify AMethPropdef
2014-05-12 Jean Privatsrc: remove remaining references of subclasses on AMeth...
2014-05-12 Jean Privatnitx: modifiers ARE accessible via the model
2014-05-12 Jean Privatmodelize_property: rely more on fields than on classes...
2014-05-12 Jean Privatmodel: add `MMethodDef::is_extern`
2014-05-12 Jean Privatsrc: use `AMethPropdef` instead of subclasses when...
2014-05-12 Jean Privatparser: promote all children in AMethPropdef
2014-05-12 Alexis Laferrièrepnacl: make conditionnal file creation a "one liner...
2014-05-12 Alexis Laferrièrepncal: clean up generated Makefile
2014-05-12 Alexis Laferrièrepnacl: remove duplicated check to create project directory
2014-05-10 Jean Privatnitlight: parse options before initialising modelbuilder
2014-05-09 Jean Privatparser_util: drop injected tokens in `parse_someting`
2014-05-09 Jean Privatsepcomp: do not colorize dead method by default
2014-05-09 Jean PrivatMerge: nitdoc: display redefined methods when mmodule...
2014-05-09 Jean PrivatMerge: Fix coloring
2014-05-09 Alexandre Terrasalayout_builders: removed module
2014-05-09 Alexandre Terrasaseparate_erasure_compiler: remove usage of MClass and...
2014-05-09 Alexandre Terrasaseparate_compiler: remove usage of MpropertyLayout
2014-05-09 Alexandre Terrasaseparate_compiler: remove usage of ResolutionLayout
2014-05-09 Alexandre Terrasaseparate_compiler: remove usage of TypingLayout
2014-05-09 Alexandre Terrasaseparate_erasure_compiler: migrate virtual types coloring
2014-05-09 Alexandre Terrasaseparate_erasure_compiler: migrate class coloring
2014-05-09 Alexandre Terrasaseparate_compiler: migrate resolution table coloring
2014-05-09 Alexandre Terrasaseparate_compiler: migrate mprops coloring
2014-05-09 Alexandre Terrasaseparate_compiler: start migration from layout_builder...
2014-05-09 Alexandre Terrasacoloring: introduce new module for class and property...
2014-05-08 Alexandre Terrasanitdoc: display redefined methods when mmodule.public_o...
2014-05-08 Alexis Laferrièrenitg/ffi: move most FFI services from AModule to MModule
2014-05-08 Alexandre Terrasanitdoc: fix concerns list display
2014-05-08 Alexandre Terrasanitdoc: show introduced mpropdef outside intro mclassdef
2014-05-08 Alexandre Terrasanitc/nitc-e: remove typing options
2014-05-07 Jean PrivatMerge: Nitdoc templates
2014-05-07 Alexis LaferrièreMerge branch 'master' into pnacl_integration
2014-05-07 Jean PrivatMerge: Socket fact
2014-05-07 Alexandre Terrasanitdoc: use templates for html output
2014-05-07 Alexandre Terrasamodelbuilder: link MVirtualTypeDef to ATypePropdef...
2014-05-07 Alexandre Terrasamodel_utils: extract modifiers from mpropdef
2014-05-07 Alexandre Terrasamodel_utils: extract modifier list from mclassdef
2014-05-07 Alexandre Terrasamodel_utils: add direct access to intro and refined...
2014-05-06 Alexis Laferrièreffi/java: fix support of Boolean types in JNI signature...
2014-05-06 Alexis Laferrièreffi/java: shorten name of generated Java class for...
2014-05-06 Alexis Laferrièreffi/java: fix freeing ref to Java class on execution...
2014-05-06 Alexis Laferrièreffi/java: support callback to method returning virtual...
2014-05-05 Alexis Laferrièreffi/java: use existing Set of callbacks per language...
2014-05-05 Alexis Laferrièreffi: move up Set of callbacks by foreign language
2014-05-04 Alexis Laferrièreffi/java: fix typo
2014-05-02 Lucas Bajoletdebugger: Fixed client for new version of Debugger
2014-05-02 Lucas Bajoletdebugger: Removed network versions of debugger, now...
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-05-02 Djomanixnitg: Added comment for exec_and_check
2014-05-02 Djomanixnitg: Added PNaCl support for Nit
2014-05-01 Jean Privattyping: promote visibility/redef node in APropdef
2014-05-01 Alexis Laferrièreandroid: use version code in manifest
2014-05-01 Alexis Laferrièreandroid: get version code from date and time
2014-04-29 Djomanixnitg: Use template::write_to_file in android_platform
2014-04-29 Djomanixnitg: Fixed the copyright notice on android_platform
2014-04-29 Djomanixnitg: Extract exec_and_check from Android
2014-04-29 Jean PrivatMerge: introduce Nith, the ligHt Nit compiler
2014-04-28 Jean PrivatMerge: Interactive parser
2014-04-28 Jean PrivatMerge: Customize the generated Android project
next