summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* implements #397Araq2013-05-261-0/+3
* preparations for version 0.9.4Araq2013-05-251-0/+26
* added FAQ about 'proc'Araq2013-05-251-7/+11
* Adds link to irc logs.Grzegorz Adam Hankiewicz2013-05-221-1/+2
* removed unsupported compilers from the FAQSimon Hafner2013-05-211-4/+0
* better editor support FAQSimon Hafner2013-05-211-2/+7
* removed GCC FAQ - not an issue anymoreSimon Hafner2013-05-211-17/+0
* add FAQ about editor supportSimon Hafner2013-05-211-0/+4
* added gamera edition to the websiteAraq2013-05-211-0/+2
* updated download.txtAraq2013-05-201-2/+2
* don't deprecate macros.! breaks too much codeAraq2013-05-201-2/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-203-3/+65
|\
| * Added information on how to help the project in the community tab.Dominik Picheta2013-05-203-2/+49
| * Updated news.Dominik Picheta2013-05-201-1/+16
* | updated news.txtAraq2013-05-201-0/+3
* | GC'ed wide strings for windowsAraq2013-05-201-1/+3
|/
* 'from' statement documentedAraq2013-05-192-2/+12
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-191-7/+24
|\
| * Added news about the new website.Dominik Picheta2013-05-191-4/+14
| * Improved the performance of the SCGI module when dealing with multipleDominik Picheta2013-05-191-4/+11
* | made some tests green; implemented 'from module import nil'Araq2013-05-192-5/+4
|/
* updated docsAraq2013-05-192-6/+1
* fixes #432, fixes #427Araq2013-05-191-0/+3
* Website adjustments; added table style and span.pre style.Dominik Picheta2013-05-182-2/+30
* Implemented new Nimrod website designed by @PhilipWitte.Dominik Picheta2013-05-1815-36/+235
* documented the ``noforward`` pragmaZahary Karadjov2013-05-121-0/+2
* pegs/re =~ warns about scope rule change; improved docsAraq2013-05-081-1/+9
* Merge branch 'master' into newparserAraq2013-05-041-0/+2
|\
| * test-runner for caas multi-step testsZahary Karadjov2013-05-041-0/+2
* | more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-041-7/+2
|/
* Fixed recvLine deprecation warnings.Dominik Picheta2013-04-141-0/+2
* added system.localsAraq2013-03-211-0/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1610-0/+0
* documented object constrs; endb works againAraq2013-03-091-3/+4
* typo in news.txtAraq2013-02-181-1/+1
* system.fields|fieldPairs for objectsAraq2013-02-181-0/+2
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* updated news.txtAraq2013-02-101-2/+8
* made some tests greenAraq2013-02-081-0/+2
* Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-1/+1
* implemented generic multi methodsAraq2013-01-161-0/+1
* Copyright 2012 -> 2013Araq2013-01-081-1/+1
* documented AST overloading and some TR optimizationsAraq2012-12-092-1/+1
* implemented generic convertersAraq2012-12-051-0/+1
* dont use unsafeNew in ropes.nim for nowAraq2012-12-021-0/+1
* implements 'export' featureAraq2012-12-011-0/+3
* first steps for 'not nil' annotationAraq2012-11-251-0/+4
* made 'shared' a keywordAraq2012-11-221-0/+1
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-202-2/+3
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-203-23/+25