nit.git
2014-06-04 Lucas Bajoletlib/standard/ropes: Added basic structure for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Nodes for Ropes.
2014-06-04 Lucas Bajoletlib/standard: Removal of all of ropes.nit content for...
2014-06-03 Jean PrivatMerge: Improve mdoc & markdown
2014-06-03 Jean PrivatMerge: Typing gets its context from the model, not...
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 Privattests: update test_markdown
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 PrivatMerge: Nitlightrapbox: nitlight + infobox + bootstrap...
2014-06-02 Jean Privattests: add base_error_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-06-02 Jean Privattests: update test_parser ; no more column numbered 0
2014-05-31 Jean Privatparser_util: parse_somethig behave correclty when the...
2014-05-31 Jean Privattests: update test_markdown because the new highligther
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 Privattests: update nitlight
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 Privatlib/html: `HTMLTag::add` returs self for fluent programming
2014-05-30 Jean Privatlib/html: add `HTMLTag::open`
2014-05-30 Jean PrivatMerge: more feature for the AST
2014-05-30 Jean Privattests: update highlight and cie because `.` is no more...
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-29 Alexis Laferrièretests: fix savs for nitg-g to reorder output on stderr
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 Alexis Laferrièretests: fix sav for error_annot_c_compiler
2014-05-28 Jean PrivatMerge: Geometry module
2014-05-28 Alexis Laferrièretests: fix nitg-e fixme files with changes to kernel
2014-05-28 Alexis Laferrièrelib: intro the geometry module
2014-05-28 Alexis Laferrièrelib: add nitunits to Numeric::value_of
2014-05-28 Jean PrivatMerge: nitunit: fix verbose display
2014-05-28 Jean PrivatMerge: Funnier dino
2014-05-28 Alexandre Terrasanitunit: fix verbose display
2014-05-27 Alexis Laferrièredino: update to use app.nit
2014-05-23 Alexis Laferrièredino: add a more precise hit box to the dino
2014-05-23 Alexis Laferrièredino: add a shadow to dino
2014-05-23 Alexis Laferrièredino: make code base more redefable
2014-05-23 Alexis Laferrièredino: use project annotations in dino
2014-05-23 Jean PrivatMerge: Clean some inits
2014-05-23 Jean Privatparser: drop useless named constructor `empty_init`
2014-05-23 Jean Privatlib/ropes: use `redef` for inherited named constructors
2014-05-23 Jean Privatlib/privileges: drop class `OptionDropPrivileges`
2014-05-23 Jean Privatlib/opts: clean constructors and prepare for new constr...
2014-05-23 Jean Privatlib/exec: rationalize constructors
2014-05-23 Jean Privatlib/strings: Buffers are allocated without capacity.
2014-05-22 Jean PrivatMerge: nitg: Added PNaCl support for Nit
2014-05-21 Jean PrivatMerge: Intro of app.nit and extract features from mnit_...
2014-05-21 Jean PrivatMerge: Improve doc and intro Process::kill as asked...
2014-05-21 Alexis Laferrièrelib: add log features from mnit_app::android_app to...
2014-05-21 Alexis Laferrièrelib/android: move platform declaration to a submodule
2014-05-21 Alexis Laferrièreandroid: imports app.nit
2014-05-21 Alexis Laferrièrelib: move android.nit to a project ::android
2014-05-21 Alexis Laferrièrelib: mnit_app use app.nit
2014-05-21 Alexis Laferrièrelib: intro app.nit with logging methods
2014-05-21 Alexis Laferrièrelib/signals: fix for nitg-g
2014-05-20 DjomanixModified the generated Makefile for some options,
2014-05-20 Alexis Laferrièretests: add example converter to tests (and not pnacl)
2014-05-20 Alexis Laferrièreexamples/pnacl: add server option to Makefile
2014-05-20 Alexis Laferrièreexample/pnacl: remove copiler args that are no more...
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 Jean Privattests: update error_needed_method_alt1.reserror_needed_...
2014-05-15 Jean PrivatMerge: Java FFI: support inner classes and use of JavaO...
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 Alexis Laferrièrelib/signals: use `do end` in empty methods of signals
2014-05-15 Alexis Laferrièrelib/posix: add doc to posix (fix #174)
2014-05-15 Alexis Laferrièrelib/signals: improve doc and add nitunits (fix #175)
next