clib: prefix runtime errors with "Runtime error"
[nit.git] / src /
2012-08-03 Jean Privatmodel, niti, nitf: unify NOT YET IMPLEMENTED
2012-08-02 Jean Privatmmbuilder: add missing "error" in an error message
2012-07-15 Jean PrivatMerge remote-tracking branch 'origin/pu/closure'
2012-07-03 Jean Privatniti: add closures
2012-07-03 Jean Privatniti: expressions are escapable
2012-07-03 Jean Privatniti: returnmark indicates a Frame
2012-07-03 Jean Privatmodel: add basic closures
2012-07-02 Jean Privatmodel: add for on maps
2012-07-02 Jean Privatnit: add native NativeString::system
2012-07-02 Jean Privatnit: add intern Int::rand
2012-06-24 Jean Privatparser: tokens are not constructed with their texts
2012-06-24 Jean Privatparser: add Location::text
2012-06-24 Jean Privatparser: guard loops in ComputeProdLocationVisitor
2012-06-24 Jean Privatparser: get the state number only once per state
2012-06-07 Alexis Laferrièrenits: execute only if module is really hybrid
2012-06-07 Alexis Laferrièrenits: cleans up the generated stub implementation funct...
2012-06-07 Alexis Laferrièrenits: corrects the #endif position to the bottom of...
2012-06-06 Alexis Laferrièreni: cleans up code repetition in native interface and...
2012-05-31 Jean Privatmodel: new class MParameter
2012-05-31 Jean Privatmodel: remove old Closure stubs
2012-05-31 Jean Privatmodelbuilder: new method ASignature::visit_signature
2012-05-30 Jean Privatcompile: do not use true and false C constants.
2012-05-30 Jean Privatcompile: no not declare static stings in the header
2012-05-10 Jean Privatparser: detect sablecc3 and print better error
2012-05-08 Jean Privatnitg: introduction of the the global compiler
2012-05-08 Jean Privatmodel: rename lookup_first_property to lookup_first_def...
2012-05-08 Jean Privatmodelbuilder: honor --only-parse
2012-05-08 Alexandre Terrasamodel: fix comments in metamodel and metamodel::MMLocal...
2012-05-03 Jean PrivatMerge branch 'newmodel' into wip
2012-05-02 Jean PrivatMerge branch 'nitdoc' into wip
2012-05-02 Jean Privatnit interpreter: hardening native string manipulations
2012-05-02 Jean Privatnit interpreter: add a trailing \0 to native string
2012-05-02 Jean Privatstats: bound the parameter of Counter to Object instead...
2012-05-02 Jean Privatstats: use AbstractSorter instead of closure to sort...
2012-05-02 Jean Privatmodelbuilder: list failed path if module is not found
2012-05-02 Jean Privatmodelbuilder: easy attribute typing
2012-05-02 Jean Privatmodel: use MPROPDEF instead of MPropDef
2012-05-02 Jean Privatmodel: use local variables for cache in collect_*
2012-05-02 Jean Privatmodel: easy path for type test
2012-05-02 Jean Privatmodel: add MType::model
2012-04-30 Alexandre Terrasanitdoc: Change refinements organization in class page.
2012-04-30 Alexandre Terrasanitdoc: Remove empty title from <a> links
2012-04-30 Alexandre Terrasanitdoc: make the menu follows the scroll.
2012-04-26 Jean PrivatMerge branch 'nitstats' into wip
2012-04-26 Jean Privatsrc: add nitstats to the Makefile
2012-04-26 Jean Privatnit interpreter: honour --help
2012-04-26 Jean Privatnitstats: add option --dir
2012-04-26 Jean Privatnitstats: honour --help
2012-04-26 Jean Privatnitstats: split into submodules
2012-04-26 Jean Privatlib: move symbol outside standard
2012-04-26 Jean Privatlib: move "environ" from Symbol to String
2012-04-26 Alexandre Terrasanitdoc: Typo in json_entry comment
2012-04-26 Alexandre Terrasanitdoc: remove attributes from quicklist
2012-04-26 Jean Privatnitstats: improve properties in the Statistics of the...
2012-04-26 Jean Privatnitstats: new class Counter (replace uses of HashMap...
2012-04-26 Jean Privatnitstats: count sends on a nullable receiver
2012-04-26 Jean Privatnitstats: count implicit vs. explicit self
2012-04-25 Jean PrivatMerge branch 'newmodel' into wip
2012-04-25 Jean Privatcompile: generate LOCATE_ strings in *.c files (not...
2012-04-25 Jean Privatmodel: add methods to get primitive stuff
2012-04-25 Jean Privatrta: rename and document runtime_type.nit
2012-04-23 Alexandre TerrasaAdd customization features to nitdoc.
2012-04-23 Jean Privatruntime_type: Superstring allocates NativeArray[String]
2012-04-20 Jean Privatmodel: add MMethod::is_new to distinguish new and init...
2012-04-20 Jean Privatruntime_type: do not crash if no entry point
2012-04-20 Jean Privatruntime_type: force Bool
2012-04-20 Jean Privatruntime_type: collect default attributes
2012-04-20 Jean Privatnitstats: type analysis lists live stuff if less than...
2012-04-20 Jean Privatscope: move selfvariable to scope from typing
2012-04-19 Alexandre TerrasaDoc review on newmodel.
2012-04-17 Jean Privatmodel: new metamodel
2012-04-17 Jean PrivatMerge branch 'alexandre/nitdoc-quicksearch'
2012-04-17 Alexandre Terrasanitdoc: Add quick search results preview.
2012-04-17 Jean Privattools: better handling of native interfaces in mkcsrc
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièremmbuilder: detect type of some attributes
2012-04-12 Alexis Laferrièreseparate_options: allows .args files with multiple...
2012-04-12 Alexis Laferrièreni: supports virtypes used in signatures of methods...
2012-04-12 Alexis Laferrièreni: fix duplication of null getters genereated in frontier
2012-04-12 Alexis Laferrièrenitc: allows other modules to append to native interfac...
2012-04-12 Alexis Laferrièreni: adds global references to Nit objects from C code
2012-04-10 Jean Privatsyntax: implements __debug__ type construct
2012-04-10 Jean Privatparser: add __debug__ type construct
2012-04-10 Jean Privatparser: add ANode::debug
2012-04-10 Jean Privatparser: simplify constroctors of nodes
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-04-10 Jean Privatparser: new class ASendReassignFormExpr
2012-04-10 Jean Privatparser: generalize n_propdefs to AClassdef
2012-04-10 Jean Privatextract new module toolcontext from mmloader
2012-04-10 Jean Privatnitc: move line coloration to Location
2012-03-30 Alexis Laferrièreni: adds system to manage native local references to...
2012-03-06 Alexis Laferrièrelib: adds a method to force invocation of garbage collector
2012-03-02 Alexis Laferrièreicode: do not visit non-existant instanciation iroutine...
2012-03-02 Alexis Laferrièreni: fix allowing to rename parameters for redef as...
2012-02-27 Jean PrivatMerge branch 'fix-ni' into wip
2012-02-27 Alexis Laferrièreni: fix allowing to rename parameters for redef as...
2012-02-27 Alexis Laferrièreicode: do not visit non-existant instanciation iroutine...
2012-02-27 Jean PrivatMerge branch 'global' into wip
2012-02-27 Jean PrivatRTA: inits are polymorphic
next