Merge: Named arguments
[nit.git] / src /
2015-04-25 Jean PrivatMerge: Named arguments
2015-04-25 Jean PrivatMerge: Parallelization phase improvement
2015-04-25 Jean Privatengines: process named arguments
2015-04-25 Jean Privattyping: process named arguments
2015-04-25 Jean Privatparser: regenerate
2015-04-25 Jean Privatgrammar: add expr.namedargs
2015-04-25 Jean Privatgrammar: extract `vararg` in a specific arg production
2015-04-25 Jean Privatmodel: add `MSignature::mparameter_by_name`
2015-04-24 Jean PrivatMerge: More binary operators
2015-04-24 Jean Privatsrc: handle new bitwise operators
2015-04-24 Jean PrivatMerge: nitdoc: prepare the migration of nitdoc componen...
2015-04-24 Jean PrivatMerge: Hint vararg
2015-04-24 Jean PrivatMerge: Some metrics improvement and cleaning
2015-04-24 Jean PrivatMerge: Model: add mclassdef2node
2015-04-24 Jean Privattyping: special message when a single vararg is refused...
2015-04-24 Alexandre Terrasasrc/doc: introduce DocComposite HTML rendering services
2015-04-23 Alexandre Terrasametrics/mendel: add missing comments
2015-04-23 Alexandre Terrasametrics/mendel: use new constructors
2015-04-23 Alexandre Terrasametrics/mendel: sort results in console display
2015-04-23 Alexandre Terrasametrics: fixe missing documentation warnings
2015-04-23 Alexandre Terrasametrics: remove useless return types in redefs
2015-04-23 Alexandre Terrasametrics: move `sum` up to interface `Metric`
2015-04-23 Alexandre Terrasametrics: allow Metric sorting
2015-04-23 Alexandre Terrasasrc/doc: introduce `html_comment` and `html_short_comme...
2015-04-23 Alexandre Terrasasrc/doc: move components generation from `doc_model...
2015-04-23 Jean Privatparser: regenerate
2015-04-23 Jean Privatgrammar: add bitwise operators `|`, `^`, `&`, and `~`
2015-04-23 Jean Privatsrc: use AUnaryopExpr
2015-04-23 Jean Privatparser: new class AUnaryopExpr to factorize unary opera...
2015-04-23 Jean Privatparser: new class AOperatorMethid to factorize operator...
2015-04-22 Jean PrivatMerge: share/man: Update man for `nitpretty`
2015-04-21 Alexandre Terrasanitpretty: fixes typo in option comment
2015-04-21 Alexandre Terrasamodel: add missing service to retrieve a AClassDef...
2015-04-21 Alexandre Terrasamodel: avoid running phase on fictive module
2015-04-21 Alexandre Terrasasrc/doc: clean signature HTML output with `html_signatu...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_namespace` in `html_namespace...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_declaration` in `html_declaration...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_anchor` into `html_link_to_anchor...
2015-04-21 Alexandre Terrasasrc/doc: rename `tpl_link` into `html_link` and use...
2015-04-18 Jean Privatneo: save MParameter::is_default
2015-04-18 Jean Privattyping&engines: implement default arguments
2015-04-18 Jean Privatmodel&modelize: introduce default parameters
2015-04-18 Jean PrivatMerge: Snake phase names
2015-04-18 Jean PrivatMerge: Autocast and literal arrays
2015-04-18 Jean PrivatMerge: Option --keep-going
2015-04-18 Jean PrivatMerge: Check operator
2015-04-18 Jean Privatmodelize_property: implement special validity rules...
2015-04-17 Jean Privatinterpreter: use SignatureMap to make varargize more...
2015-04-17 Jean Privatcompiler: use SignatureMap to make varargize more robust
2015-04-17 Jean Privatphases: default names is the snake_cased version of...
2015-04-16 Jean Privattransform: do not lose autocast information
2015-04-16 Jean Privatrta: visit implicit methods of literal arrays
2015-04-16 Jean Privatmetrics/detect_covariance: update check_subtype
2015-04-16 Jean Privattyping: do not autocast on arrays or combined assignment
2015-04-16 Jean Privattoolcontext: add --keep-going to keep going
2015-04-16 Jean Privattyping: introduce SignatureMap to factorize parameters...
2015-04-15 Jean Privatnitpretty: handle AUplusExpr and simplify binary operations
2015-04-15 Jean Privattyping: use new `operator` and `n_op` from ABinopExpr...
2015-04-15 Jean Privatsrc: implement unary plus
2015-04-15 Jean Privatparser: regenerate
2015-04-15 Jean Privatgrammar: add more combined assignment operator
2015-04-15 Jean Privatgrammar: introduce n_op and operator in AAssignOp
2015-04-15 Jean Privatparser: add ABinopExpr::operator to avoid refining...
2015-04-15 Jean Privatgrammar: keep operators in the AST for better messages
2015-04-15 Jean Privatgrammar: as unary plus operation (only for thr sake...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-15 Jean Privatmodel: add `MClass::signature_to_s` to use in messages.
2015-04-15 Jean Privattyping: identify the node associated to method name
2015-04-14 Jean PrivatMerge: Fix type adaptation when there is loops
2015-04-14 Jean PrivatMerge: Intern new
2015-04-14 Jean PrivatMerge: Improved parallelization phase
2015-04-14 Jean Privattoolcontext: avoid duplicated messages
2015-04-14 Jean Privatcompiler: consider untyped expressions and statement...
2015-04-14 Jean Privattyping: handle `a == null` when `a` is null
2015-04-14 Jean Privattyping: shortcut `get_variable` on never-adapted variables
2015-04-14 BlackMinouparallelization phase adding methods with return value
2015-04-11 Jean Privattyping: ensure monotony on literal arrays
2015-04-11 Jean Privattyping: revisit on type-adaptation, until there is...
2015-04-11 Jean Privattyping: mark variable dirty on type_adaptation
2015-04-11 Jean Privattyping: compute FlowContext::collect_types without...
2015-04-11 Jean Privattyping: remove cache in FlowContext
2015-04-11 Jean Privatflow: improve dot-rendering for debugging
2015-04-11 Jean Privatflow: fix loop links on continue
2015-04-11 Alexis Laferrièrenitc/ios: use a camel case version of app namespace...
2015-04-10 Alexis Laferrièrenitc/ios: remove all testing related entities from...
2015-04-10 Jean PrivatMerge: Sys is top
2015-04-10 Jean PrivatMerge: Robust IO
2015-04-10 Jean Privattyping: remove most top-level things
2015-04-10 Jean Privatmixin: look for top-level methods in `Sys`.
2015-04-10 Jean Privatmodelize_classes: top-level methods are defined in...
2015-04-10 Jean Privatengines: implement special fall-back to sys
2015-04-10 Jean Privattyping: look for method in `sys` when they are not...
2015-04-10 Jean Privatmodelize classes: process AStdClassdef before
2015-04-10 Jean Privatniti: implements native `chdir` and `mkdir` with a...
2015-04-10 Jean Privattyping: `intern` is used to refer to the plain vanilla...
2015-04-10 Jean Privatengines: ANewExpr just return the plain instance if...
2015-04-09 Jean PrivatMerge: Misc AST
2015-04-09 Jean PrivatMerge: new `with` statement
2015-04-08 Jean Privathightlight: remove two asserts that make #1247 crashes
2015-04-08 Jean Privattest_parser: add option `-x` to output XML
next