remove wrongly committed binary file `lib/core/collection/range`
[nit.git] / src /
2016-08-15 Jean PrivatMerge: Native Windows bootstrap
2016-08-15 Jean PrivatMerge: json::serialization: fallback to the static...
2016-08-15 Alexis Laferrièrenitc: don't use /dev/null on windows
2016-08-15 Alexis Laferrièrenitc: gen precompiler ifs to avoid features incompatibl...
2016-08-14 Alexandre Terrasanitweb: add API user login/logout end points
2016-08-14 Alexandre Terrasanitweb: init session
2016-08-12 Alexis Laferrièrefrontend/serialization: a bit more details to the doc
2016-08-12 Alexis Laferrièrefrontent/serialization: use static types to deserialize...
2016-08-12 Alexis Laferrièrefrontend/serialization: pass the static type to the...
2016-08-12 Alexis Laferrièrefrontend/serialization: use types from model at deseria...
2016-08-12 Alexis Laferrièrefrontent/serialization: fix warnings
2016-08-10 Alexandre Terrasanitweb: use config file
2016-08-10 Alexandre Terrasanitweb: factorize catalog building
2016-08-10 Alexandre Terrasanitweb: factorize APIRouter
2016-08-10 Alexandre Terrasanitweb: fix typo in help message
2016-08-09 Jean PrivatMerge: new class MErrorType to handle buggy types
2016-08-09 Jean PrivatMerge: Text API
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 Lucas Bajoletlib/core: Remove RopeBuffer from lib
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
next