nitc: FFI and nitni use MModule::c_name
[nit.git] / src /
2015-01-13 Alexis Laferrièrenitc: FFI and nitni use MModule::c_name
2015-01-13 Jean PrivatMerge: Use linker symbols to encode colors
2015-01-13 Jean PrivatMerge: Android release mode sign and align the generate...
2015-01-12 Jean Privatcompiler: add `Platform::supports_linker_script`
2015-01-12 Jean Privatcompiler: add early `Compiler::target_platform` with...
2015-01-12 Jean Privatcompiler: use linker symbols to encode colors
2015-01-12 Alexis Laferrièrenitc/android: sign and align the APK file in release...
2015-01-12 Alexis Laferrièrenitc/android: set the icon for the APK as expected...
2015-01-12 Alexis Laferrièrenitc: `exec_and_check` print the command on verbose...
2015-01-12 Jean Privatcompiler: add an aditionnal linker_script file
2015-01-11 Alexis Laferrièrenitc: fix indentation of `exec_and_check`
2015-01-10 Jean Privatcompiler: generalize `const_color` in entities
2015-01-10 Jean PrivatMerge: Enforce namespace rules
2015-01-09 Jean Privattest_docdown: rename `test_markdown` as `do_test_markdown`
2015-01-09 Jean Privatmodelize: check full-name conflicts for properties
2015-01-09 Jean Privatmodelize: check full-name conflicts in projects for...
2015-01-08 Alexandre Terrasanitdoc: do not repeat intro comment in mpropdef lists
2015-01-08 Jean PrivatMerge: null as receiver
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-07 Jean PrivatMerge: Tools works with groups
2015-01-07 Jean Privatcomplier: `--direct-call-monomorph` works with construc...
2015-01-07 Jean Privatcompiler: fix the signature of `add_extern`
2015-01-07 Jean Privatloader: having no `module` clause is not a warning
2015-01-06 Jean PrivatMerge: Reject arrays of null
2015-01-06 Jean PrivatMerge: Do compilation
2015-01-06 Jean PrivatMerge: Lazy semantize
2015-01-06 Jean Privattools: use `parse_full` in nitdoc, nitlight, nitmetrics...
2015-01-05 Jean PrivatMerge: Support for Java arrays, Java libs on Android...
2015-01-05 Alexis Laferrièreandroid: copy user libs folder to the android project
2015-01-05 Jean PrivatMerge: no_warning: modules without a module clause...
2015-01-05 Jean Privatseparate_compiler: `shortcut_equate` works on `is_same_...
2015-01-05 Jean Privattyping&engines: accept `is_same_instance` on `null`
2015-01-05 Jean Privatrta: `live_targets` do not crash when the receiver...
2015-01-05 Jean Privatcompiler: accept `null` as a *maybenull* receiver
2015-01-05 Jean Privattyping: accept `null` as a receiver for some methods...
2015-01-05 Jean Privattyping: remove useless error on null receiver. `get_met...
2015-01-05 Jean Privatcompiler: create var in `shortcut_equate` only if needed
2015-01-04 Jean Privattyping: reject literal arrays made of `null` (because...
2015-01-04 Alexis LaferrièreJava FFI: support array in extern types
2015-01-03 Jean Privatno_warning: modules without a module clause do not...
2015-01-03 Jean Privatloader: make `mmodule2nmodule` private
2015-01-03 Jean Privatsrc: client of `mmodule2nmodule` now use `mmodule2node`
2015-01-03 Jean Privatloader: new method `ModelBuilder::mmodule2node` to...
2015-01-02 Jean Privatcompiler: erasure use `ctype_extern` to box stuff
2014-12-28 Jean Privatloader: add `parse_full` to load all their modules...
2014-12-28 Jean Privatcompiler: rename the class `Frame` to `StaticFrame...
2014-12-28 Jean Privatmodel: remove a last bit of old module nesting hierarchy
2014-12-27 Jean Privatphase: make `phases_list` lazy because of run_phases_on...
2014-12-27 Jean Privatphase: new option --sloppy for lazy semantic analysis
2014-12-27 Jean Privatmodelize: `mpropdef2node` and `collect_attr_propdef...
2014-12-27 Jean Privatphase: add `semantize_is_lazy` flag to enable the separ...
2014-12-27 Jean Privatcompiler: move compilation stuff from modelbuilder...
2014-12-27 Jean Privatcompiler: do not crash on fallback ffi with `extern...
2014-12-24 Jean PrivatMerge: lib/socket: fix, update style and intro features
2014-12-23 Alexis Laferrièrelib/socket: update socket clients
2014-12-20 Jean Privatffi: fix phase dependencies
2014-12-20 Jean Privatno_warning: automatically disable `missing-doc` on...
2014-12-20 Jean Privatfrontend: handle no-warnings before starting a modelize...
2014-12-20 Jean PrivatMerge: More documentation in src
2014-12-20 Jean PrivatMerge: nitdoc: Always escape
2014-12-20 Jean PrivatMerge: nitdoc: Always use `mdoc_or_fallback`.
2014-12-20 Jean PrivatMerge: Activate VM
2014-12-20 Jean PrivatMerge: Locally disable warnings
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-20 Jean Privatparser: document all properties of `parser_nodes`
2014-12-20 Jean Privatparser: add some factorization classes in `parser_nodes`
2014-12-19 Jean-Christophe... nitdoc: Always escape names.
2014-12-19 Jean-Christophe... nitdoc: Escape modifiers.
2014-12-19 Jean-Christophe... nitdoc: Escape links’ attributes.
2014-12-19 Jean-Christophe... nitdoc: Escape page title.
2014-12-19 Jean-Christophe... nitdoc: Factorize `nitdoc_name`.
2014-12-19 Jean-Christophe... nitdoc: Always use `mdoc_or_fallback`.
2014-12-19 Jean Privatnit: new experimental `--vm` option to run the vm
2014-12-19 Jean Privatvm: rename `run_naive_interpreter` as `run_virtual_mach...
2014-12-19 Jean PrivatMerge: Arrays comprehension
2014-12-19 Jean Privatparser: add `no_warning` in generated files to disable...
2014-12-19 Jean Privatfrontend: new phase and annotation `no_warning` to...
2014-12-19 Jean Privattoolcontext: enable blacklisting of warnings by source...
2014-12-19 Jean Privatparser: promote `collect_X` from `parser_util`
2014-12-18 Jean Privatparser_nodes: promote `get_annotation` and `AAnnotation...
2014-12-18 Jean Privatliteral: promote `as_X` from annotation
2014-12-18 Jean-Christophe... nitdoc: Avoid HTML ID collisions.
2014-12-18 Jean-Christophe... nitdoc: Shorten redundant IDs.
2014-12-18 Jean-Christophe... nitdoc: Remove the project’s name from the groups’...
2014-12-18 Jean-Christophe... nitdoc: Mangle names in IDs.
2014-12-18 Jean-Christophe... nitdoc: Document constraints on `nitdoc_id`.
2014-12-18 Jean-Christophe... nitdoc: Use a fully qualified ID for classes.
2014-12-18 Jean-Christophe... nitdoc: Group non-Nit entities at the bottom of `doc_mo...
2014-12-18 Jean-Christophe... nitdoc: Fix a minor documentation mistake.
2014-12-18 Jean PrivatMerge: Do not inline lazy getter
2014-12-18 Jean PrivatMerge: neo: Remove `full_name`.
2014-12-17 Jean Privatcompiler: do not inline lazy getters
2014-12-17 Jean Privattransform: transform array comprehension in simpler...
2014-12-17 Jean Privattransform: introduce `full_transform_visitor` for compl...
2014-12-17 Jean Privatnitg: handle direct compilation of comprehension arrays
2014-12-17 Jean Privatinterpreter: implements array comprehensions
2014-12-17 Jean Privattyping: mark expressions that belong to an array compre...
2014-12-17 Jean Privattyping: add `AArrayExpr::element_mtype`
2014-12-17 Jean Privatparser: regenerate with comprehension arrays
2014-12-17 Jean Privatgrammar: extends array_item to accept array extension...
next