Merge: Contract implementation
[nit.git] / src / semantize / scope.nit
2019-09-27 Jean PrivatMerge: Contract implementation
2019-08-28 Florian Deljarryscope: Adding variable verification
2019-08-19 Jean Privatsyntax: add lambda construction with the fun keyword
2019-08-13 Jean Privatscope: refuse `&x` where x is a local variable
2016-04-14 Jean PrivatMerge: Introducing the do ... catch ... end structure
2016-04-12 BlackMinouScope & Typing: visits the catch part of a do ... catch...
2016-04-08 Jean Privatnitc/scope: attach AReturnExpr to an escape mark of...
2015-10-07 Jean PrivatMerge: Multi iterators
2015-10-07 Jean Privatfrontend: handle multi-iterators
2015-10-06 Jean Privatsemantize: set and use `ANode::is_broken`
2015-08-07 Jean Privatsrc: update AST client to handle qualified identifiers...
2015-06-10 Jean PrivatMerge: nitvm: Basic blocks generation and SSA-algorithm
2015-05-31 Julien Pagèsnitvm: Allow to set some attributes in Variable class
2015-05-31 Jean Privatscope: the `else` of the assert is a scoped block
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-03-30 Jean Privatsemantize: handle the with statement
2014-12-20 Jean Privatsrc: finish documenting some module
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-15 Jean Privatscope: create two escapemaks in loops
2014-10-11 Jean Privatast: add new node AEscapeExpr to generalizes ABreakExpr...
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
2014-09-22 Jean Privatscope: advice for unread local variables
2014-09-03 Jean Privatsrc: create groups for related things