Merge: Introduces JoinTask, joinabale tasks
[nit.git] / src /
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
2015-10-21 Jean Privatmodel: introduce `model_visitor` as a basic model visit...
2015-10-21 Jean Privatnitdoc: cleanup and synchronize nitdoc options from...
2015-10-21 Jean Privatnitx: rename option `--query` to `--command`
2015-10-21 Jean Privatnitpick: hide `--vim-autocomplete` from the help
2015-10-21 Jean Privatother tools: cleanup and synchronize options with the...
2015-10-21 Jean Privatnitc: cleanup and synchronize options with the manpage
2015-10-21 Jean Privatnitls: rename `--path` to `--path-only` to avoid confli...
2015-10-21 Jean PrivatMerge: loader: print error if bad files given to `scan_...
2015-10-21 Jean PrivatMerge: nitdoc: opts --no-render and --test
2015-10-20 Jean Privatloader: add result of `load_rt_module` in the list...
2015-10-20 Jean Privatloader: do not crash in `search_mmodule_by_name` if...
2015-10-20 Jean Privatmodel: make `Model` a `MEntity` to enable the semi...
2015-10-20 Jean Privatloader: print error if bad files given to `scan_full...
2015-10-19 Alexandre Terrasasrc/doc: move the testing option to its own doc_phase.
2015-10-19 Alexandre Terrasasrc/doc: introduce option --no-render in HTML phase.
2015-10-19 Jean Privatparser: do not allocate a reduction table for each...
2015-10-19 Jean PrivatMerge: Improve highlight
2015-10-19 Jean PrivatMerge: Kill pseudo toplevel methods
2015-10-19 Jean PrivatMerge: Loader refactor
2015-10-17 Jean Privatsrc: new program `test_highlight`
2015-10-17 Jean Privatloader: sort files in scanning to force determinism
2015-10-17 Jean Privatmodel/model_viz: use OrderedTree[MConcern]
2015-10-17 Jean Privatnitls: use alpha_comparator
2015-10-17 Jean Privatnitls: use OrderedTree[MConcern]
2015-10-17 Jean Privatnitls: adapt to new loader API
2015-10-17 Jean Privatnitcatalog: use MConcen to generalize MGroup and MModule
2015-10-17 Jean Privatnitcatalog: adapt to new loader API
2015-10-17 Jean Privatloader: improve documentation
2015-10-17 Jean Privatloader: conditional_importations have only MModule now
2015-10-17 Jean Privatloader: `MModule::load` cause build_module_importation
2015-10-17 Jean Privatloader: introduce `scan_full`
2015-10-17 Jean Privatnitlight: include whole lines and loose tookens
2015-10-17 Jean Privathighlight: add flag `include_whole_lines`
next