pep8analysis: add copyright info for viz.js
[nit.git] / src /
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 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-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...
2014-05-29 Jean PrivatMerge: nitg: use a portable macro PRINT_ERROR instead...
2014-05-28 Alexis Laferrièresrc: use macro PRINT_ERROR for deferred method error
2014-05-28 Alexis LaferrièreMerge branch 'master' into portable-errors
2014-05-28 Alexandre Terrasanitunit: fix verbose display
2014-05-23 Jean PrivatMerge: Clean some inits
2014-05-23 Jean Privatparser: drop useless named constructor `empty_init`
2014-05-22 Jean PrivatMerge: nitg: Added PNaCl support for Nit
2014-05-20 DjomanixModified the generated Makefile for some options,
2014-05-20 Alexis Laferrièrepnacl: compile each compilation unit before linking
2014-05-20 Alexis Laferrièrepnacl: generate all files right in .nit_compile
2014-05-20 Alexis Laferrièrepnacl: disable clang warnings on generated code
2014-05-20 Alexis Laferrièrenitg/pnacl: automate option no_main
2014-05-16 Jean PrivatMerge: Improve the bootstrap
2014-05-16 Jean PrivatMerge: Android release compilation mode
2014-05-15 Alexis Laferrièreandroid: use the release option to set type of compilation
2014-05-15 Alexis Laferrièrenitg: intro the release option
2014-05-15 Jean Privatmkcsrc: bootstrap with `nith` instead of `nitg`
2014-05-15 Jean Privatbootstrap: add the missing step `nitg_0`
2014-05-15 Jean Privatastbuilder: `make_new` and `make_call` require a CallSite
2014-05-15 Jean Privattranform: drop ASuperstringExpr
2014-05-15 Jean Privattyping: AArrayExpr provides callsites
2014-05-14 Alexis Laferrièreffi/java: support inner classes and JNI format in exter...
next