jwrapper: accept interfaces
[nit.git] / src /
2015-01-29 Jean PrivatMerge: ldflags for Android
2015-01-29 Jean PrivatMerge: Optimizations in nitvm
2015-01-28 Julien Pagèsnitvm: Optimize method call by dispatching between...
2015-01-28 Alexis Laferrièrenitc & lib: intro the @android annotation and use it...
2015-01-28 Alexis Laferrièrenitc: refactor MModule cflags and ldflags to support...
2015-01-28 Alexis Laferrièresrc: each platform has a name, except for the default
2015-01-28 Julien Pagèsnitvm: Optimize attribute access and subtyping test...
2015-01-28 Julien Pagèsniti: Allow to redefine AST nodes in other engines...
2015-01-27 Jean PrivatMerge: A collection of miscellaneous commits
2015-01-27 Jean PrivatMerge: Android support improvements
2015-01-27 Alexis LaferrièreC FFI: fix line offset in gcc errors on custom header...
2015-01-27 Alexis Laferrièrenitc/android: "handle" all config changes
2015-01-27 Alexis Laferrièrenitc/android: differentiate between debug and release...
2015-01-27 Alexis Laferrièrenitc/android: support using -m with Android compilation
2015-01-26 Jean PrivatMerge: Rename annotations for the C/C++ compilers and...
2015-01-26 Alexis Laferrièreandroid: use libgc on Android
2015-01-24 Alexis Laferrièrenitc: rename `c_compiler_option` and cie to `cflags...
2015-01-23 Jean PrivatMerge: improve changelog.sh
2015-01-20 Jean Privatchangelog.sh: also count commits
2015-01-20 Jean Privatchangelog.sh: shortlog with --no-merges
2015-01-20 Jean Privattyping: check missing return in AAttrPropdef with block
2015-01-17 Jean PrivatMerge: nitdoc: does not apply header style to span...
2015-01-17 Jean PrivatMerge: Runtime function
2015-01-16 Alexandre Terrasanitdoc: does not apply header style to span elements...
2015-01-16 Jean Privatcompiler: --erasure use `virtual_runtime_function`...
2015-01-16 Jean Privatcompiler: SeparateCompilerVisitor::table_send uses...
2015-01-16 Jean Privatcompiler: add SeparateRuntimeFunction::c_sig and Separa...
2015-01-16 Jean Privatcompiler: do not generate specific virtual method if...
2015-01-16 Jean Privatcompiler: factorize VirtualRuntimeFunction and Separate...
2015-01-16 Alexis LaferrièreObjC FFI: import public Objective-C headers for importe...
2015-01-16 Alexis LaferrièreObjC FFI: use bridged cast to store Objective-C objects...
2015-01-16 Alexis Laferrièrenitc: fix duplication on imports of public foreign...
2015-01-14 Alexis Laferrièrenitc: move platforms modules to src/platform
2015-01-14 Jean PrivatMerge: Do not display test suite modules in Nitdoc
2015-01-14 Jean PrivatMerge: Namespace for
2015-01-14 Jean Privatmodel: implement various c_name and full_name with...
2015-01-14 Jean Privatmodel: implements MProject::full_name and MProject...
2015-01-14 Jean PrivatMerge: Websockets
2015-01-14 Jean PrivatMerge: Nitpretty: make the tool more customizable
2015-01-14 Jean PrivatMerge: Allow keys to be nullable in `Map` and `MapIterator`
2015-01-14 Jean Privatmodel: add MModule::namespace_for and MModule::c_namesp...
2015-01-13 Alexis Laferrièrenitc&lib: MapIterator keys can be nullable
2015-01-13 Alexis Laferrièrenitc: FFI and nitni use MModule::c_name
2015-01-13 Alexandre Terrasanitpretty: does not skip empty lines anymore
2015-01-13 Alexandre Terrasanitpretty: does not force `do` inlining on APropdefs...
2015-01-13 Alexandre Terrasanitpretty: does not force break on string literals...
2015-01-13 Alexandre Terrasanitpretty: displays annotation visibility
2015-01-13 Alexandre Terrasanitpretty: does not assert for location on catch_up
2015-01-13 Alexandre Terrasanitpretty: fixes length calculation for statements
2015-01-13 Alexandre Terrasanitpretty: fixes display of multiple annotations
2015-01-13 Alexandre Terrasanitpretty: does not double tab on multiline statement...
2015-01-13 Alexandre Terrasanitpretty: factorizes block visit on APropdefs
2015-01-13 Lucas Bajoletniti: Fixed primitive type NativeFile for interpreter
2015-01-13 Lucas Bajoletdebugger: Updated to support new Websockets
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 Alexandre Terrasanitdoc: do not generate page for test suites.
2015-01-12 Alexandre Terrasamodel: add MModule::is_test_suite attribute.
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-10 Jean Privatmodel: add `MModule::mproject` to simplify clients
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 Alexandre Terrasanitpretty: factorizes annotation management for properties
2015-01-08 Alexandre Terrasanitpretty: better length management for long method...
2015-01-08 Alexandre Terrasanitpretty: fixes crash on attribute annotations
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
next