pep8analysis: add copyright info for viz.js
[nit.git] / src /
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
2014-04-28 Jean Privatabs_comp: move call of `supports_libunwind` in the...
2014-04-28 Jean Privatmodelbuilder: name the main module like the first module.
2014-04-28 Jean PrivatMerge: Benchs nullables
2014-04-28 Alexis Laferrièreandroid: use custom manifest lines
2014-04-28 Alexis Laferrièreandroid: use the metadata to customize the generated...
2014-04-28 Alexis Laferrièreandroid: intro annotation to customize Android manifest
2014-04-28 Jean Privatnith: introduce `nith` the ligHt Nit compiler
2014-04-28 Jean Privatnitg: introduce phases for Compiler classes
2014-04-28 Jean PrivatMerge: tests: better handling of tests without a sav...
2014-04-28 Alexis Laferrièreandroid: intro annotation to get project version
2014-04-28 Alexis Laferrièreandroid: intro annotations to gather project metadata
2014-04-28 Jean PrivatMerge: Nitgs semiglobal
2014-04-28 Alexandre Terrasanitc: add option --count-isset-checks to count all...
2014-04-28 Alexandre Terrasanitc: renamed --no-check-initialization in --no-check...
2014-04-27 Jean PrivatMerge: lib: fix broken assert in FStream::opens
2014-04-27 Alexis Laferrièreniti: implement Pointer:address_is_null as "intern...
2014-04-27 Alexis LaferrièreMerge branch 'master' into java-ffi-android
2014-04-27 Jean Privatnitgs: add --no-colo-dead-methods to explicitely disabl...
2014-04-27 Jean Privatsepcomp: do not colorize dead methods
next