tools: new ToolContext::check_errors
[nit.git] / src /
2009-07-14 Jean-Sebastien Gelinastools: new ToolContext::check_errors
2009-07-14 Jean-Sebastien Gelinastools: cleanup after insertion of 'Location' class
2009-07-14 Jean-Sebastien Gelinasparser: use printf instead of echo -n
2009-07-14 Jean-Sebastien Gelinasparser: better compatibility with 'sed' script
2009-07-10 Jean-Sebastien Gelinastools: add 'Location' class to use in AST and errors
2009-07-08 Jean Privatsyntax: promote some properties and classes from typing...
2009-07-08 Jean Privatcompile: fatal error on unknown intern method
2009-07-08 Jean Privatcompile: move init_table management from AST classes...
2009-07-07 Jean Privatsyntax: if absent, create classes Object and Bool in...
2009-07-07 Jean Privatcompile: work on MM classes instead of MMSrc classes
2009-07-07 Jean Privatmetamodel: add MMLocalClass::_local_local_properties
2009-07-07 Jean Privatsyntax: do not compute ancestors if syntax failed
2009-07-06 Jean Privattools: git-gen-version fallback to VERSION file if...
2009-07-06 Jean Privattools: remove --tags from git-describe in git-gen-versi...
2009-07-06 Jean Privattools: do not regenerate nit_version.nit if not needed
2009-07-06 Jean Privatcompile: spell "failed" correctly
2009-07-04 Jean Privatsyntax: do not process erroneous formal types
2009-07-04 Jean Privatsyntax: do not processes erroneous signatures
2009-07-04 Jean Privatsyntax: better error message for generic class arity...
2009-07-04 Jean Privatsyntax: add PType::is_typed
2009-07-04 Jean Privatsyntax: add some missing PExpr::is_typed.
2009-07-04 Jean Privatsyntax: move varctx initialization to the PClassdef
2009-06-26 Jean-Sebastien Gelinastools: more verbose information
2009-06-26 Jean-Sebastien Gelinastools: add 'verbose' options
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privattools: generate version number and give it to tools
2009-06-26 Jean Privattools: programs know their names
2009-06-26 Jean Privatnullable: enforce static and dynamic rules.
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-25 Jean Privatmetamodel: fix MMType::is_valid for indirect types
2009-06-24 Jean Privatcompile: no default value for notnull primitive attributes.
2009-06-24 Jean Privatnullable: type, compile and test 'isset _attr'
2009-06-24 Jean Privatcompile: implicit isset for attribute read access
2009-06-24 Jean Privatcompile: differentiate attribute read and write
2009-06-24 Jean Privatsyntax: no isa/as warning for double nullable formal...
2009-06-24 Jean Privatcompile: Check correct object construction
2009-06-24 Jean Privatsyntax: extends 'as' and 'isa' warning to nullable
2009-06-24 Jean Privatcompile: casts ('isa' and 'as') with nullable info
2009-06-24 Jean Privatsyntax: "!= null" works like a "isa"
2009-06-24 Jean Privattyping: warn when comparing null and not nullable
2009-06-24 Jean Privattyping: 'for' iterates on Collection[nullable Object]
2009-06-24 Jean Privatnullable: type, compile and test 'as(not null)'
2009-06-24 Jean Privatsyntax: Update check_conform_multiexpr with nullables
2009-06-24 Jean Privatmetamodel: add nullable static types
2009-06-24 Jean Privatparser: add nullables
2009-06-24 Jean Privattools: two -W promote warnings to errors
2009-06-24 Jean Privatsrc: add nc0 and nc1 to test bootstrap from c_src
2009-06-24 Jean Privatcompile: stop writing location of each node
2009-06-24 Jean Privatcompile: clean compiling_global.nit
2009-06-24 Jean Privatcompile: new class GlobalCompilerVisitor
2009-06-24 Jean Privatsyntax: fix OR if_false_var_ctx passing.
2009-06-24 Jean Privatsyntax: local variable assignment always cast
2009-06-24 Jean Privatsyntax: while condition can now cast variable
2009-06-24 Jean Privatsyntax: variable assignment can bypass cast
2009-06-24 Jean Privatsyntax: if_false_variable_ctx
2009-06-24 Jean Privatsyntax: add VariableContext::to_s
2009-06-24 Jean Privatsyntax: var assignment can bypass casted type
2009-06-24 Jean Privatsyntax: do_lvalue_typing do not do the final type check
2009-06-24 Jean Privatsyntax: better internal VariableContex stype handling
2009-06-24 Jean Privatsyntax: Move VariableContext and related to a new contr...
2009-06-24 Jean Privatsyntax: merge control_flow.nit in typing.nit
2009-06-24 Jean Privatsyntax: variable with () is not a variable
2009-06-24 Jean Privatsyntax: clean class VariableContext
2009-06-24 Jean Privatmetamodel: promote _filename to MMModule
2009-06-24 Jean Privatsyntax: warning for useless 'isa' and 'as' type checks
2009-06-24 Jean Privatmetamodel: new MMType::is_valid method
2009-06-24 Jean Privatsyntax: update PExpr class to use _is_typed and cie.
2009-06-24 Jean Privatsyntax: add PExpr:is_typed and PExpr::is_statement
2009-06-24 Jean Privatsyntax: refactor AClosureCallExpr
2009-06-24 Jean Privatsyntax: new class AAbsAbsSendExpr
2009-06-24 Jean Privatparser: inits uses Collection instead of Array
2009-06-24 Jean Privatmetamodel: MMLocalClass::init takes the MMModule
2009-06-24 Jean Privatcompile: clean class PrimitiveInfo
2009-06-24 Jean Privatcompile: clean CompilerVisitor constructor
2009-06-24 Jean Privatcompile: distinguish compile_expr_call and compile_stmt...
2009-06-24 Jean Privatcompile: new method compile_arguments_in
2009-06-24 Jean Privatcompile: compile_stmt is a noop on null PExpr
2009-06-24 Jean Privatsyntax: new method use_if_true_variable_ctx
2009-06-24 Jean Privatsyntax: Split SubVariableContext and CastVariableContext
2009-06-24 Jean Privatsyntax: new method check_conform_multiexpr
2009-06-24 Jean Privatmetamodel: PartialOrder::[] fail on wrong key
2009-06-24 Jean Privatmetamodel: Check global_class existence instead of...
2009-06-24 Jean Privatmetamodel: MMLocalClass::[] aborts if no global class
2009-06-16 Jean Privatmetamodel: new MMLocalClass::has_global_property
2009-06-16 Jean Privatmetamodel: fast-fail in getters
2009-06-16 Jean Privatmetamodel: fix and comment upcast_for
2009-06-16 Jean Privatrefactor: use Hash::has_key instead of getting null
2009-06-10 Jean Privatcompile: New function is_valid_variable v0.2.1
2009-06-10 Jean Privatcompile: Superstring compilation bug
2009-06-10 Jean Privatcompile: Store cvariable indexes instead of names
2009-06-10 Jean Privatcompile: ccomments for get_var and ensure_var
2009-06-10 Jean Privatcompile: No systematic cvar for compile_constructor_call
2009-06-10 Jean PrivatSpelling: bloc -> block
2009-06-10 Jean Privatsyntax: New escape block management
2009-06-10 Jean Privatcompile: Simplify closure C structures
2009-06-10 Jean Privatcompile: C comments for each compiled stmt/expr
2009-06-10 Jean Privatcompile: Fix inlined return in closure
2009-06-10 Jean Privatcompile: Fix closure break marker resetting
2009-06-10 Jean Privatcompile: Extract closure code from ASendExpr::compile_expr
2009-06-10 Jean Privatparser: Do not crash if last_loken is unset
next