rta: drop local `is_valid_type` and use `is_legal_in` from `model`
[nit.git] / src /
2016-08-09 Jean Privatrta: drop local `is_valid_type` and use `is_legal_in...
2016-08-09 Jean Privatmodel: add `MType::is_legal_in` to check the legality...
2016-08-09 Jean Privatmodel: returns more MErrorType instead of aborting
2016-08-09 Jean Privatmodel: add MType::is_ok to check MErrorType in depth
2016-08-09 Jean Privatmodel: new class MErrorType as using MBottomType was...
2016-08-09 Jean PrivatMerge: Faster lookup
2016-08-09 Jean Privatrta: fast fix to avoid resolving illegal types.
2016-08-08 Jean PrivatMerge: Serialization fixes and hardening
2016-08-08 Jean PrivatMerge: `mendel_metrics`: Fix documentation
2016-08-08 Jean Privatmodel: MVirtualType fast resolution for the special...
2016-08-08 Jean Privatmodel: lookup_definitions gains an *iterate the classde...
2016-08-08 Jean Privatmodel: MClassDef register property definitions by its...
2016-08-08 Jean PrivatMerge: modelize_class: Force `Object` to be an interface
2016-08-08 Jean PrivatMerge: modelize_class: Remove an unnecessary pre-condition
2016-08-08 Jean PrivatMerge: modelize_class: Remove a dead check
2016-08-04 Jean-Christophe... modelize_class: Do not crash if `Pointer` is not defined
2016-08-04 Jean-Christophe... modelize_class: Force `Object` to be an interface
2016-08-04 Alexis Laferrièrenitserial: silence property-conflict warning in generat...
2016-08-04 Alexis Laferrièrefrontend: use a prettier "Unknown type" when the type...
2016-08-04 Alexis Laferrièreserialization: AttributeTypeError doesn't need the...
2016-08-04 Alexis Laferrièrefrontend: don't type check values for attributes typed...
2016-08-03 Jean PrivatMerge: app.nit: Intro the `app_files` annotation, and...
2016-08-03 Jean PrivatMerge: Android: import the R class
2016-08-03 Jean-Christophe... modelize_class: Remove a dead check
2016-08-02 Jean-Christophe... mendel_metrics: Fix the bibliographical reference
2016-08-02 Jean-Christophe... mendel_metrics: Fix a spelling mistake
2016-08-02 Jean-Christophe... modelize_class: Remove an unnecessary pre-condition
2016-07-22 Alexis LaferrièreiOS: use `app_files`
2016-07-22 Alexis LaferrièreAndroid: use `app_files` to find android specific files
2016-07-22 Alexis LaferrièreAndroid: move up assets and resources logic
2016-07-22 Alexis LaferrièreAndroid & iOS: collect the arguments from the `app_file...
2016-07-22 Alexis LaferrièreAndroid support: import the R class at the top of all...
2016-07-21 Alexis LaferrièreJava FFI: make `MModule::java_file` public
2016-07-20 Alexandre Terrasanitweb: introduce metrics API
2016-07-20 Alexandre Terrasamodel_collect: collect accessible methods and VTs
2016-07-20 Alexandre Terrasametrics: add metric about abstract class inheritance
2016-07-20 Alexandre Terrasametrics: add Number of Accessible Definition metric...
2016-07-20 Alexandre Terrasametrics: add metrics about class content kind
2016-07-20 Alexandre Terrasametrics: factorize `mainmodule` and `model_view` for...
2016-07-20 Alexandre Terrasametrics: factorize `mainmodule` and `model_view` attrib...
2016-07-11 Jean PrivatMerge: global_compiler: Write errors to stderr
2016-07-08 Jean-Christophe... global_compiler: Write errors to stderr
2016-07-08 Jean-Christophe... separate_compiler: Write errors to stderr
2016-07-04 Jean PrivatMerge: model: Fix a spelling mistake
2016-07-04 Jean PrivatMerge: model: Write errors to stderr
2016-07-04 Jean PrivatMerge: nitweb: stars rating system
2016-07-04 Jean PrivatMerge: nitwebcrawl: add a simple crawler for nitweb
2016-07-04 Jean PrivatMerge: model: Fix a minor documentation mistake
2016-07-04 Jean PrivatMerge: model_collect: Fix a spelling mistake
2016-07-04 Jean Privatnitwebcrawl: add a simple crawler for nitweb
2016-07-04 Jean-Christophe... model: Fix a spelling mistake
2016-07-04 Jean-Christophe... model: Write errors to stderr
2016-07-04 Jean-Christophe... model: Fix an error message
2016-06-30 Jean-Christophe... model: Fix a minor documentation mistake
2016-06-30 Jean-Christophe... model_collect: Fix a spelling mistake
2016-06-30 Jean PrivatMerge: modelize_class: Fix a verb tense
2016-06-30 Jean-Christophe... modelize_class: Fix a verb tense
2016-06-30 Jean-Christophe... model: Fix minor documentation mistakes
2016-06-30 Alexandre Terrasanitweb: introduce feedback API for star rating system
2016-06-30 Alexandre Terrasaweb: rename `model_api` into `api_model`
2016-06-25 Jean Privattyping: `isa` do not adapt to a supertype.
2016-06-24 Jean PrivatMerge: Basic Memory Profiler
2016-06-24 Jean PrivatMerge: loader accept qualified names
2016-06-24 Jean Privatnitc: add memory_logger.nit
2016-06-24 Jean Privatcompiler: add hooks for before and at the begin of...
2016-06-24 Jean Privatcompiler: do not call C `nit_alloc` directly but a...
2016-06-24 Jean Privatcompiler: remove services for deprecated calloc_array
2016-06-24 Jean Privatengines: remove useless native method `calloc_string`
2016-06-23 Jean PrivatMerge: nitlight as a service with embedded editor and...
2016-06-23 Jean Privathighlight: avoid some NPE and fix warnings
2016-06-23 Jean Privatnitlight_aas: inject a tailing `\n` to avoid parsing...
2016-06-23 Jean Privatnitlight_aas: ajax update the content
2016-06-23 Jean Privatnitlight_aas: register and clean line widgets.
2016-06-23 Jean Privatnitlight_aas: use linewidgets for error messages
2016-06-23 Jean Privatnitlight_aas: move up hightlightcode
2016-06-23 Jean Privatnitlight_aas: use codemirror as editor
2016-06-23 Jean Privatnitlight_aas: HLCode for standalone highlighted piece...
2016-06-23 Jean Privatnitlight_aas: use templates
2016-06-23 Alexandre Terrasanitweb: add /docdown route
2016-06-23 Alexandre Terrasasrc/doc: add doc command DocGraph
2016-06-23 Alexandre Terrasasrc/doc: remove doc_commands dependency to doc_base
2016-06-22 Alexandre Terrasanitweb: api return the unified web_url
2016-06-22 Alexandre Terrasasrc: move model_html module from web/ to doc/
2016-06-22 Alexandre Terrasanitweb: remove useless modules since Angular app introd...
2016-06-21 Jean PrivatMerge: nitweb: add graphs stubs
2016-06-21 Jean PrivatMerge: model: Fix spelling mistake
2016-06-21 jcbrinfomodel: Fix spelling mistake
2016-06-21 Alexandre Terrasanitweb: add /api/graph/:entity
2016-06-21 Alexandre Terrasanitweb: add /api/inheritance/:id service
2016-06-21 Alexandre Terrasamodel_collect: generalize hierarchy_poset service
2016-06-20 Alexandre Terrasanitweb: add signatures to refs
2016-06-17 Jean Privatsrc: add examples/test_loader.nit
2016-06-17 Jean Privatidentify_module: give hint for qualified modules
2016-06-17 Jean Privatloader: accept qualified notation `foo::bar` and handle...
2016-06-17 Jean Privatloader: simplify special cases of identify_module
2016-06-17 Jean Privatloader: add `last_loader_error` to handle the potential...
2016-06-17 Jean Privatloader: `identify_group` ignore local files that are...
2016-06-15 Jean Privathighlight: remove default links. Clients have to provid...
2016-06-15 Jean Privattest_highlight: use only local links
2016-06-15 Jean Privatnitlight: use contextual links
next