nit.git
2012-04-26 Jean Privatlib: move symbol outside standard
2012-04-26 Jean Privatlib: move "environ" from Symbol to String
2012-04-26 Jean Privatlib: improve shortdoc of modules
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-20 Jean Privattests: add base_stdout.nit
2012-04-20 Jean Privattests: add base_range.nit
2012-04-20 Jean Privattests: add base_abstract_fun
2012-04-20 Jean Privattests: add base_string.nit
2012-04-20 Jean Privattests: base_output_class_name imports kernel
2012-04-19 Jean PrivatMerge remote-tracking branch 'alexandre/pu/newmodel...
2012-04-19 Jean PrivatMerge remote-tracking branch 'alexandre/master' into wip
2012-04-19 Jean Privattests: add nit.nit
2012-04-19 Jean Privattests: generate nitc stuff in out/
2012-04-19 Alexandre TerrasaDoc review on newmodel.
2012-04-19 Alexandre TerrasaAdd .metadata/ to git ignore list
2012-04-17 Jean Privatmodel: new metamodel
2012-04-17 Jean Privatversion: v0.5.1-git
2012-04-17 Jean Privatversion: v0.5 v0.5
2012-04-17 Jean PrivatMerge branch 'alexandre/nitdoc-quicksearch'
2012-04-17 Alexandre Terrasanitdoc: Add quick search results preview.
2012-04-17 Jean Privatprepare changelog for v0.5
2012-04-17 Jean Privatadd ccache and dot to README
2012-04-17 Jean Privatc_src: update
2012-04-17 Jean Privattools: better handling of native interfaces in mkcsrc
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-04-16 Jean Privattests: use /dev/null as stdin if no inputs
2012-04-16 Jean Privattests: compare all error output with the expected result
2012-04-16 Jean Privattests: [soso] to filter out warnings and errors
2012-04-16 Jean Privattests: add some base tests
2012-04-16 Jean Privattest: test_attr_easy warns that the isa are useless.
2012-04-16 Jean Privattests: simplify nitdoc test
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièrelib: adds String::to_f
2012-04-12 Alexis Laferrièremmbuilder: detect type of some attributes
2012-04-12 Alexis Laferrièrelib: intro module to generate md5 hash from a string
2012-04-12 Alexis Laferrièrelib: intro module to manage C signals
2012-04-12 Alexis Laferrièrelib: adds function to list files within a directory
2012-04-12 Alexis Laferrièrelib: adds poll function to stream module
2012-04-12 Alexis Laferrièrelib: updates module stream to new attributes styles
2012-04-12 Alexis Laferrièrelib: updates module exec to new attributes style
2012-04-12 Alexis Laferrièrec_src: updates for latest fixes
2012-04-12 Alexis Laferrièreexample: adds a basic extern method example
2012-04-12 Alexis Laferrièretests: adds test for separate_options module
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èregccx: fix for linking with C libs for native interface
2012-04-12 Alexis Laferrièrenitc: allows other modules to append to native interfac...
2012-04-12 Alexis Laferrièretests: adds global reference tests
2012-04-12 Alexis Laferrièreni: adds global references to Nit objects from C code
2012-04-10 Jean Privattests: generate files in out/ instead of tests/
2012-04-10 Jean Privattests: do not fail test_attr
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 Privatlib: add 'module' keyword to environ
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-04-10 Jean Privatadd src/doc in gitignore
2012-03-30 Alexis Laferrièretests: adds local reference tests
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èrec_src: fix last update, _nitni.h s were referring to...
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 Jean Privattools: protect ccache detection to avoid pollution...
2012-02-27 Jean Privatlib: remove NativeFileCapable
2012-02-27 Alexis Laferrièreicode: do not visit non-existant instanciation iroutine...
2012-02-27 Jean Privattests: update nits.sav because of the merge
2012-02-27 Jean PrivatMerge branch 'global' into wip
2012-02-27 Jean Privattests: update Makefile to test nits
2012-02-27 Jean PrivatMerge branch 'warn' into wip
2012-02-27 Alexis Laferrièrec_src: fix last update, _nitni.h s were referring to...
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 Privatlib: remove obsolete sdl and game library
2012-02-24 Jean Privattests: change test_parser arguments to be more stable
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...
next