src: add nitstats to the Makefile
[nit.git] / src /
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 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 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
2012-02-27 Jean Privatsyntax: warn for superfluous parentheses in signatures
2012-02-27 Jean Privatparser: include obra and cbra in signatures
2012-02-24 Jean Privatnitc: activate warnings by default
2012-02-24 Jean Privattyping: error on foo() when foo is a variable
2012-02-24 Jean Privatsrc: remove detected warnings about ()
2012-02-24 Alexis Laferrièreni: minor code correction in ni_metamodel.nit
2012-02-24 Alexis Laferrièreni: use special mangled name in ni generated code to...
2012-02-24 Jean Privatsyntax: warn on superfluous empty parentheses on calls
2012-02-24 Jean Privatparser: include obra, cbra, opar and cpar in arguments
2012-02-24 Jean Privatparser: include obra and cbra in range nodes
2012-02-24 Jean Privatlib&src: remove detected warnings
2012-02-24 Jean Privatnitc: do not crash on --output-format icode
2012-02-24 Jean Privatglobal: move options from nitc.nit to global.nit
2012-02-24 Jean Privattyping: some warning cleanup
2012-02-24 Jean Privattools: kill showerr
2012-02-24 Jean Privattyping: warn for superfluous parentheses
2012-02-24 Jean Privatparser: include parentheses in parexpr and as_*expr
2012-02-24 Jean Privattyping: proxyexpr delegate more services
2012-02-23 Jean Privatglobal: create a new module global to gather (and nest...
2012-02-17 Jean Privattools: clean Makefiles
2012-02-17 Jean Privatnitc: use simplify_path to manipulate sane filenames
2012-02-17 Jean Privatparser: detect bad string and char literals
2012-02-17 Jean Privatparser: allow comments without eol (for eof)
2012-02-17 Jean Privattools: handle end of file errors
2012-02-17 Jean Privatparser: improve Token.to_s and syntax error messages
2012-02-17 Jean Privatparser: integrate the token 'end' in the AST
2012-02-17 Jean Privatparser: add a hot location for closure definitions
2012-02-17 Jean Privatassert: use id.text.to_s instead of id.to_s for runtime...
2012-02-15 Jean PrivatMerge branch 'ni' into wip
2012-02-15 Jean PrivatMerge branch 'nitdoc2' into wip
2012-02-15 Jean Privatmm: force inheritance when selectioning local property
2012-02-15 Jean PrivatMerge branch 'lib' into wip
2012-02-15 Jean Privatni: native_interface/frontier and its clients use synta...
2012-02-15 Jean Privatni: move default_extern_name and friendly_extern_name...
2012-02-15 Jean Privatni: use MMMethod#global.is_init instead of MMMethod...
2012-02-15 Alexis Laferrièreanalysis: mark all extern methods as reachable and...
2012-02-15 Alexis Laferrièreanalysis: fix analysis with native interface for global...
2012-02-15 Alexis Laferrièreicode: implements icode for explicit imports
2012-02-15 Jean Privatnitdoc: useless # in show_source
2012-02-15 Alexandre Terrasanitdoc: fix missing spaces between modules names and...
2012-02-15 Morriarnitdoc: add --overview-text et --footer-text options
2012-02-14 Jean Privatnitdoc: include the help in the menubar
2012-02-14 Alexis Laferrièrenitdoc: changes class name used within dot graphs
2012-02-14 Alexis Laferrièrenitdoc: sets destination of Overview link to "index...
2012-02-14 Jean Privatlib: promote replace, html_escape and simplify_path...
2012-02-14 Jean Privatnitdoc: handle vararg in signature
2012-02-14 Jean Privatnitdoc: use resource file from share/nitdoc
2012-02-13 Alexis Laferrièreni: fix isa checks with new module names and updates...
2012-02-13 Jean Privatlib: remove some depreciated methods in Map
next