ni_nitdoc: moved JS quick search to Nitdoc.QuickSearch module
[nit.git] / src /
2013-09-17 Alexandre Terrasani_nitdoc: moved JS quick search to Nitdoc.QuickSearch...
2013-09-17 Alexandre Terrasani_nitdoc: moved JS facilities to Nitdoc.UI module
2013-09-12 Alexandre Terrasani_nitdoc: moved QuickSearch js to it's own file
2013-09-11 Alexandre Terrasani_nitdoc: full screen display and better scrolling
2013-09-10 Alexandre Terrasani_nitdoc: removed top levels properties from property...
2013-09-09 Jean PrivatMerge remote-tracking branch 'alexandre/NIT_DIR'
2013-09-09 Alexandre Terrasanitg: fixed conflicting module error when env var NIT_D...
2013-09-09 Jean PrivatMerge remote-tracking branch 'lucas/variadic_fix'
2013-09-05 Lucas Bajoletnitg: Fixes for variadic functions, splitted the call...
2013-09-04 Jean PrivatMerge branch 'mixinmodule'
2013-09-04 Jean PrivatMerge branch 'chdir'
2013-09-04 Jean Privatnitg: add option -m for mix-in modules
2013-09-04 Jean Privatniti: add option -m for mix-in modules
2013-09-04 Jean Privatniti: implements file_chdir and file_getcwd
2013-09-04 Jean Privatlexer: distinguish keywords 'package' and 'module'
2013-09-04 Lucas Bajoletniti: Fix for variadic functions
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Jean Privatnitx: do not crash if nmodule.n_moduledecl is null
2013-09-03 Jean Privatnitx: nitx_phase is private, because NitxPhase is private
2013-09-03 Jean PrivatMerge remote-tracking branch 'alexandre/nitx'
2013-08-30 Jean PrivatMerge branch 'mmnitdoc' v0.6.1
2013-08-30 Alexandre Terrasanitx: rethinked architecture for further developments
2013-08-30 Jean Privatnitx: do not crash if nmodule.n_moduledecl is null
2013-08-30 Alexandre Terrasanitx: no more refinement of to_s methods
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-30 Alexandre Terrasanitx: added lookup for instance creation.
2013-08-30 Alexandre Terrasanitx: is now able to look for generic types
2013-08-29 Lucas Bajoletnitc: Removed use of String::with_native in nitc toolchain
2013-08-29 Lucas Bajoletnitg: Modified compilation routine to avoid use of...
2013-08-29 Alexandre Terrasanitx: no more refinement of to_s methods
2013-08-29 Alexandre Terrasani_nitdoc: new workflow for comment modification
2013-08-28 Alexandre Terrasani_nitdoc: fixed module hierarchy display
2013-08-27 Alexandre Terrasani_nitdoc: removed refined properties and inherited...
2013-08-27 Alexandre Terrasani_nitdoc: removed empty refinements from module page
2013-08-27 Alexandre Terrasani_nitdoc: Fixed quicksearch query with special characters
2013-08-27 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2013-08-27 Alexandre Terrasani_nitdoc: Rewritting of Github plugin for nitdoc
2013-08-23 Jean Privatdoc: use operator `implies` in documentation
2013-08-23 Jean Privatnitg&i: handle new `implies` operator
2013-08-23 Jean Privatnitc: handle the new `implies` operator
2013-08-23 Jean Privatparser: add boolean operator `implies`
2013-08-23 Jean Privatmarkdown: use hightlight to colorize nit code
2013-08-23 Jean Privatmarkdown: add a toolcontext attribute
2013-08-23 Jean Privathighlight: remove the modelbuilder attribute
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-23 Jean Privatparser: update generated files
2013-08-23 Jean Privatparser: accepts qualified identifiers
2013-08-23 Jean Privatparser: accepts more optional \n
2013-08-22 Jean Privatmerge branch 'nitlight'
2013-08-22 Jean Privatmake: add bin/nitlight
2013-08-22 Jean Privatnitlight: new tool nitlight (and new module highlight)
2013-08-22 Jean Privattest_parser: display node type and quoted contents
2013-08-22 Jean Privatparser: fix and simplify ComputeProdLocationVisitor
2013-08-22 Jean Privatlexer: chain tokens together when we peek then
2013-08-22 Jean Privatlexer: implements next with peek
2013-08-22 Jean Privatlocation: add pstart and pend
2013-08-22 Jean Privatmodelbuilder: annotate more AST nodes with model inform...
2013-08-22 Jean Privatlib: add String#to_cmangle and String#escape_to_c
2013-08-21 Jean Privatparser: `TEndString` isa a `TokenLiteral`
2013-08-19 Alexandre Terrasanitdoc: fixed shared files with ni_nitdoc.
2013-08-17 Jean Privatmake: add nitunit to makefiles
2013-08-17 Jean Privattool: new program nitunit.nit
2013-08-17 Jean Privatmarkdown: add hook to allow additional processing of...
2013-08-16 Jean Privatsrc: fix example for String::unescape_nit
2013-08-16 Jean Privatsrc: add new program test_markdown.nit
2013-08-16 Jean Privatni_nitdoc: display doc in <div>, not in <pre>
2013-08-16 Jean Privatni_nitdoc: use the module markdown
2013-08-16 Jean Privatsrc: new module markdown.nit to convert ADoc to HTML
2013-08-15 Jean PrivatMerge branch 'betterdoc'
2013-08-15 Jean PrivatMerge branch 'libhtml'
2013-08-15 Jean Privatnit tools: fix typo and style in documentation
2013-08-15 Jean Privatparser: fix typo and style in documentation
2013-08-15 Jean Privatmodel: fix typo and style in documentation
2013-08-15 Jean Privatparser: add ToolContext#parse_something
2013-08-15 Jean Privatlexer: `get_token` is now protected
2013-08-14 Jean PrivatMerge branch 'mmnitdoc' of https://github.com/Morriar/nit
2013-08-14 Jean Privatni_nitdoc: add in bin as bin/nitdocx
2013-08-14 Alexandre Terrasani_nitdoc: rethinked mmodule page.
2013-08-14 Alexandre Terrasani_nitdoc: fixed duplicates in properties columns
2013-08-14 Alexandre Terrasani_nitdoc: renamed Full Index page into "Search"
2013-08-14 Alexandre Terrasani_nitdoc: added fast copy past utility to signatures.
2013-08-14 Jean PrivatMerge branch 'transform_ast'
2013-08-14 Jean Privatniti: implements extern method native_int_to_s
2013-08-13 Jean Privatniti: --help and no arguments exits the program
2013-08-13 Jean PrivatMerge remote-tracking branch 'lucas/netdbg_wip'
2013-08-13 Jean Privatnew modules astbuilder, astvalidation, astprinter,...
2013-08-13 Jean Privattyping: the static type of a blockexpr is the one of...
2013-08-13 Jean Privatparser: no public setter for parent
2013-08-13 Jean Privatcache: assigning parent is no more required
2013-08-13 Jean Privatparser: add setters for non-list attributes
2013-08-13 Jean Privatparser: use ANodes instead of List
2013-08-12 Jean Privatnitg: compile AIntExpr and ACharExpr from the value
2013-08-12 Jean Privattyping: marks ADebugTypeExpr as typed
2013-08-12 Jean Privatnitg/i: extends frontend to avoid some nitc linex issues
2013-08-10 Jean Privatmodelbuilder: error when using `intrude' on classes...
2013-08-09 Lucas Bajoletnitdbg : Added remote debugger to nit standard make...
2013-08-09 Jean Privatnitg/i: implement the `if` as an expression
2013-08-09 Jean Privatnitg/i: implements var assignment as an expression
2013-08-09 Jean Privattyping: toggle ASuperExpr::is_typed
2013-08-09 Jean Privatparser: do not lose location in case of replacement
next