readme: add information section
[nit.git] / src /
2015-12-17 Jean PrivatMerge: FFI: Fix extern methods in generic classes with...
2015-12-17 Jean PrivatMerge: Alternative intern
2015-12-17 Alexis LaferrièreFFI nith: fix using `void*` for generics and nullables...
2015-12-17 Alexis LaferrièreFFI niti: fix extern methods in generic classes
2015-12-17 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-16 Jean PrivatMerge: Qualified class identifiers
2015-12-16 Jean PrivatMerge: niunit: fix after/before test calls
2015-12-16 Jean Privatnitc: update code to use qclassids
2015-12-16 Jean Privatparser: regenerate (with qclassid)
2015-12-16 Jean Privatparser: use qualified class ids in the AST (changes...
2015-12-16 Jean Privatparser: expose qualified class id (qclassid)
2015-12-15 Jean Privatinterpreter: a method can be extern and intern, extern...
2015-12-15 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-15 Jean Privatcompiler: a method can be extern and intern, extern...
2015-12-15 Alexandre Terrasanitunit: always call before/after methods
2015-12-15 Jean Privatcompiler: intern methods on NativeArray can fallback...
2015-12-15 Alexandre Terrasanitunit: clean warnings for testing_suite
2015-12-15 Jean PrivatMerge: nitweb: nitcorn based API to access model and...
2015-12-11 Alexandre Terrasanitweb: introduce nitweb binary
2015-12-11 Alexandre Terrasanitweb: introduce web actions
2015-12-11 Alexandre Terrasanitweb: introduce views used to render information
2015-12-11 Alexandre Terrasanitweb: render model entities to html
2015-12-11 Alexandre Terrasasrc: introduce a new tool called nitweb
2015-12-11 Alexandre Terrasamodelize: introduce ModelBuilder::mentity2node method
2015-12-10 Jean Privatengine: handle the compilation/interpretation of multip...
2015-12-09 Alexandre Terrasamodel_collect: allow collect by full namespace
2015-12-09 Jean PrivatMerge: Cleanup auto_super_init
2015-12-09 Jean PrivatMerge: Inline binops
2015-12-08 Jean Privatautosuper: remove most historic heuristics on implicitl...
2015-12-08 Jean Privatautosuper: remove heuristic where a homonymous named...
2015-12-08 Jean Privatcode: various update to clean declaration or usage...
2015-12-08 Lucas Bajoletlib/core: Re-implemented some frequently used binops...
2015-12-08 Alexis Laferrièresrc: as casts define the type of class attributes
2015-12-04 Jean PrivatMerge: Intro of nitrestful a RESTful API generator
2015-12-03 Jean Privatsrc/astvalidation: use a CircularArray instead of an...
2015-11-30 Jean Privatmodelize: always check visibility of return types
2015-11-30 Jean Privatsrc/rta: import csv publicly.
2015-11-30 Jean Privatnitc/ffi: make private some top-level methods
2015-11-29 Alexis Laferrièresrc: intro the nitrestful tool
2015-11-29 Alexis Laferrièrelib/gen_nit: move NitModule from nitserial to gen_nit
2015-11-29 Alexis Laferrièresrc/serialization: remove already resolved TODO
2015-11-27 Jean PrivatMerge: Prefix grammar
2015-11-27 Lucas Bajoletparser: Regenerated tables for previous commit
2015-11-27 Lucas Bajoletparser: Updated grammar to support prefixed and suffixe...
2015-11-25 Jean Privatmodel: fix `try_get_primitive_method`
2015-11-16 Alexis Laferrièresrc/android: do not link with libpng
2015-11-12 Jean PrivatMerge: Handle gracefuly multi-varargs
2015-11-10 Jean PrivatMerge: frontend: `missing-doc` advice is conditioned...
2015-11-10 Jean PrivatMerge: add piwik to the nitcatalog
2015-11-10 Jean Privatjava_compiler: handle multi-varargs
2015-11-10 Jean Privatfrontend: `missing-doc` advice is conditioned to the...
2015-11-10 Jean Privatmodelize: combine initialize signatures without losing...
2015-11-10 Jean Privatmodel: accept multiple vararg parameters
2015-11-10 Jean Privattyping: handle multiple vararg
2015-11-10 Jean Privattyping: extact `check_one_vararg` from `check_signature`
2015-11-10 Jean Privattyping: move vararg_length on each argument, instead...
2015-11-09 Jean PrivatMerge: autosuperinit: do not crash on broken model
2015-11-09 Jean Privatautosuperinit: do not crash on broken model
2015-11-09 Jean PrivatMerge: serialization: serialize the Error class and...
2015-11-09 Jean PrivatMerge: Java FFI: add GC pinning support
2015-11-09 Jean PrivatMerge: nitc/android: rely on Android's native stacktrac...
2015-11-08 Alexis Laferrièrenitserial: fix support for factory instantiated abstrac...
2015-11-08 Alexis Laferrièrenitc: add GC pinning support to the Java FFI
2015-11-08 Alexis Laferrièrenitc/android: do not compile for MIPS, but it is easy...
2015-11-07 Jean Privatnitcatalog: add option in inject piwik tracker
2015-11-07 Jean Privatnitcatalog: use the Catalog as a factory of CatalogPage
2015-11-07 Alexis Laferrièrenitc/android: do not catch signals on Android, use...
2015-11-07 Alexis Laferrièrenitc/android: temporally disable the GC on Android
2015-11-07 Alexis Laferrièrenitc: fix typo in error message
2015-11-07 Jean PrivatMerge: More keepgoing
2015-11-07 Jean Privattyping: skip error message when dealing with bottom...
2015-11-07 Jean Privatsrc: use `toolcontext.quit` instead of rogue `exit`
2015-11-07 Jean Privattoolcontext: add `ToolContext::quit` to perform a corre...
2015-11-07 Jean Privattyping: AForBlock propagates error to the main AForExpr
2015-11-07 Jean Privatmodelize_class: do not rely on number of errors since...
2015-11-07 Jean Privatnitcatalog: implements `package.more_contributors`...
2015-10-29 Jean PrivatMerge: Robust Virtual Type
2015-10-29 Jean Privatmodelize: Gracefully handle virtual types without defin...
2015-10-29 Jean Privatmodelizey: continue processing broken redef virtual...
2015-10-29 Jean Privatmodelize_property: use bottom type to mark invalid...
2015-10-29 Jean Privatmodel: in case of error, methods of MVirtualType return...
2015-10-29 Jean Privatmodel: handle BottomType in `is_subtype`
2015-10-28 Jean Privatabstract_compiler: can inline methods with `constant_va...
2015-10-22 Jean PrivatMerge: Less null warnings in src/
2015-10-22 Jean PrivatMerge: Generalize `MModule::is_fictive` to any entity
2015-10-22 Jean PrivatMerge: Cleanup and synchronize options in manpages
2015-10-22 Jean PrivatMerge: Introduce model_visitor
2015-10-22 Jean Privatmodelviz: make the LinexComparator more robust by getti...
2015-10-22 Jean Privatmodel_viz: handle groups without filepaths.
2015-10-22 Jean Privatmodel: hint the semantize phases that `exit` does not...
2015-10-22 Jean Privatniti: protect some NPE errors
2015-10-22 Jean Privatglobal_compiler: remove a useless local variable
2015-10-22 Jean Privatsrc: remove some `call on nullable` warning with a...
2015-10-21 Jean PrivatMerge: Fix `-e` and `-n` on nit
2015-10-21 Jean Privatmodel_visitor: skip fictive entities by default
2015-10-21 Jean Privatmodelize: special lazy attribute is tagged fictive
2015-10-21 Jean Privatmodel: move-up `is_fictive` from MModule to MEntity
2015-10-21 Jean Privatsrc/nituml: fix `Model::tpl_*` since it is now a MEntity
2015-10-21 Jean Privatsrc: add test_model_visitor
2015-10-21 Jean Privatmodel_visitor: can filter on visibility
next