Makefile: use `--no-stacktrace` on c_src/nitg to deal with the -lunwind issue on...
[nit.git] / src /
2014-06-20 Jean PrivatMakefile: use `--no-stacktrace` on c_src/nitg to deal...
2014-06-20 Jean Privatglobal: compiler remove a useless `const` that cause...
2014-06-20 Jean Privatabstract_compiler: remove -lunwind if target is Darwin...
2014-06-20 Jean Privatabstract_compiler: add -Qunused-argument if clang
2014-06-20 Jean Privatabstract_compiler: add some flags to teach clang to...
2014-06-18 Jean PrivatMerge: Use more intern methods and add intern factories...
2014-06-18 Jean PrivatMerge: SharedPreferences: Nit API wrapping android...
2014-06-17 Jean PrivatMerge: Include extra Java files in a project
2014-06-17 Alexis LaferrièreJava FFI: javac is always called on local files
2014-06-17 Alexis LaferrièreJava FFI: enable inserting additionnal Java files to...
2014-06-17 Jean PrivatMerge: Compilation to JavaScript using the Emscripten SDK
2014-06-17 Jean Privatemscipten_platform: do not use `append` on String
2014-06-17 Jean PrivatMerge: Give top-level methods some rules
2014-06-16 Jean PrivatMerge: Subtyping test with perfect hashing in the Nit vm
2014-06-16 Jean PrivatMerge: No duplicated mclassdefs
2014-06-16 Alexis Laferrièreemscripten: intro the emscripten platform to generate...
2014-06-16 Alexis Laferrièrenitg: extracts default_outname from default toolchain
2014-06-16 Alexis Laferrièrenitg: extracts makefile_name from default toolchain
2014-06-16 Alexis Laferrièrenitg: use libgc only if platform supports it
2014-06-16 Jean Privattyping: check correct usage of top-level methods
2014-06-13 Frédéric Vachonjava-ffi: Ignore '\n' in extern types
2014-06-13 Alexis Laferrièregrammar: support spaces and doc with the `in "Java...
2014-06-13 Julien PagèsFirst files for the Nit virtual machine
2014-06-12 Jean PrivatMerge: Search `README.md` to document groups
2014-06-12 Jean PrivatMerge: PNaCl : Added threading to pnacl.nit
2014-06-12 Jean Privatmodelbuilder: `check_redef_keyword` and `build_property...
2014-06-12 DjomanixSuppression of the '-Werror' flag to avoid failing...
2014-06-12 Jean Privatmodelbuilder: `build_properties` process `all_defs...
2014-06-12 Jean Privatmodelbuilder: add `AClassdef::all_defs` to retrieve...
2014-06-12 Jean Privatmodelbuilder: modeling of top-level methods use `parent`
2014-06-12 Jean Privatmodelbuilder: `build_a_mclassdef` reuse existing mclassdefs
2014-06-12 Jean Privatmodelbuilder: mclass2nclassdef registers the first...
2014-06-12 Jean Privatmodelbuilder: simplify the call of `add_in_hierarchy`
2014-06-12 Jean Privatmodelbuilder: document group in the base directory...
2014-06-12 Jean Privatniti: implements intern `init` for NativeString and...
2014-06-12 Jean Privatcompiler: implement intern `init` on NativeString
2014-06-12 Jean Privatcompiler: Accepts `new` constructor on non pointer...
2014-06-12 Alexis Laferrièrejava FFI: display a clean error when java module is...
2014-06-12 Jean Privatcompiler: accept intern `new` constructors (factories)
2014-06-12 Jean Privatcompiler: special handling of `new NativeArray`
2014-06-12 Jean Privatparser: regenerate file for improved intern methods
2014-06-12 Jean Privatparser: introduce intern `new` constructors (factories)
2014-06-12 Jean Privatparser: accept intern methods at top-level
2014-06-12 Jean Privaterasure_compiler: remove redefinition of `array_instance`
2014-06-12 Jean Privatabstract_compiler: generalize `native_array_instance`
2014-06-11 Jean Privattyping: `interator` in for is correclty set on self
2014-06-10 Jean Privatmodelize_property: top_level methods can only redefine...
2014-06-10 Jean Privatmodel: add `MMethod::is_toplevel`
2014-06-10 Jean Privatmodelize_property: improve error message for property...
2014-06-10 Jean Privatmodelize_property: remove double check of duplicate...
2014-06-10 Jean Privatmodelize_property: always check `redef`
2014-06-10 Jean PrivatMerge: nitg: add support for unary - as an extern method
2014-06-10 Alexis Laferrièrenitg: add support for unary - as an extern method
2014-06-06 Jean PrivatMerge: Nitdoc bootstrap
2014-06-06 Alexandre Terrasanitdoc: nitdoc imports doc group
2014-06-06 Alexandre Terrasanitdoc: introduce group doc
2014-06-06 Alexandre Terrasanitdoc: generate pages with bootstrap
2014-06-06 Alexandre Terrasanitdoc: generate templates from model
2014-06-06 Alexandre Terrasanitdoc: migrate templates to bootstrap
2014-06-06 Jean Privatnitlight: fix style.css
2014-06-05 Alexandre Terrasamodel_utils: extract mclass mproperties
2014-06-05 Alexandre Terrasamodel_utils: extract classes in mmodule nesting
2014-06-04 Lucas Bajoletdebugger: Less noise when printing all available variab...
2014-06-04 Lucas Bajoletdebugger: Use a JSON-like notation for printing a varia...
2014-06-03 Jean PrivatMerge: Improve mdoc & markdown
2014-06-03 Jean Privatmodelbuilder: considers that mentities outside the...
2014-06-03 Jean Privattyping: TypeVisitor need mmodule and mpropdef, not...
2014-06-03 Jean Privatmodelize_property: remove usage of `nclassdef`
2014-06-03 Jean Privatmodelbuilder: `resolve_mtype` require a MClassDef inste...
2014-06-03 Jean Privattyping: promote `TV::mmodule` and `TV::anchor` to attri...
2014-06-03 Jean Privattest_markdown: refine href in MEntities to match the...
2014-06-03 Jean Privattest_markdown: --full also document projects and groups
2014-06-03 Jean Privattest_markdown: rewrite core method
2014-06-03 Jean Privattest_markdown: use more css and js from highlight
2014-06-03 Jean Privathighlight: do not add html classes to unresolved local...
2014-06-03 Jean Privathighlight: factorizes css and js requirements
2014-06-03 Jean Privathighlight: "display: block" and "line" only make sense...
2014-06-03 Jean Privatmarkdown: code-block is detected with 3 spaces
2014-06-03 Jean Privatmarkdown: trim indenting spaces from code-blocks in...
2014-06-03 Jean Privatmodelbuilder: build MDoc of MGroup from README files
2014-06-03 Jean Privatmodel: add optional MDoc::original_mentity
2014-06-02 Jean PrivatMerge: Check class kind
2014-06-02 Jean Privatmodel: check if specialization is allowed between class...
2014-06-02 Jean Privatmodel: `extern_kind` is "extern class", not just "extern"
2014-05-31 Jean Privatparser_util: parse_somethig behave correclty when the...
2014-05-31 Jean Privatastutil: do not crash if the AST is just a token
2014-05-31 Jean Privatparser_util: drop injected tokens
2014-05-31 Jean Privatparser: do not crash on tokens without location
2014-05-30 Jean Privatnitlight: enable boostrap in generated pages
2014-05-30 Jean Privathighlight: rewrite using astutil and with infoboxes
2014-05-30 Jean Privatnitlight: add a title on the html document
2014-05-30 Jean PrivatMerge: more feature for the AST
2014-05-30 Jean Privatsrc: new module astutil.nit
2014-05-30 Jean Privatparser: dot dotdot and dotdotdot are not operators
2014-05-30 Jean Privatparser: add `Token::blank_before`
2014-05-30 Jean Privatparser: `ANode::debug` outputs on stderr instead of...
2014-05-30 Jean Privatparser: add some basic tree services in ANode
2014-05-30 Jean Privatparser: add `SourceFile::first_token` and `SourceFile...
2014-05-30 Jean Privatparser: move stable content of `lexer.nit` into `lexer_...
2014-05-29 Jean Privatparser: move stable content of `parser.nit` into `parse...
next