summary refs log tree commit diff stats
path: root/web/news.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-7/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| * forgotten modification to the news filesZahary Karadjov2013-12-271-6/+8
| |
* | templates can access hidden fieldsAraq2013-12-251-0/+5
| |
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-241-3/+7
|\ \
| * \ Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-1/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: web/news.txt
| * | | compiler bootstraps with new VMAraq2013-10-151-1/+4
| | | |
* | | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-2/+2
| |/ / |/| |
* | | add info about CGI error reporing changes to web/news.txtMichał Zieliński2013-12-181-2/+2
| | |
* | | Reverts "Make quoteIfContainsWhite quote…". Refs #702.Grzegorz Adam Hankiewicz2013-12-101-2/+0
| |/ |/| | | | | | | This reverts commit e7e8c7706240c4bef17533da63df988d228ba127 to avoid tool breakage. A different approach is being worked on #730.
* | Make quoteIfContainsWhite quote argument, so it can be safely passed to shell.Michał Zieliński2013-12-071-0/+2
|/ | | | | | | | On Windows put it in double quotes and escape double quotes using backslash. On Posix put it in single quotes and escape single quotes using '"'"'. This commit changes what quoteIfContainsWhite does, but before that change it was used incorrectly all over standard library, which caused security issues.
* changed parentDir to return the empty string on errorAraq2013-09-241-0/+1
|
* cn2im: basic C++ supportAraq2013-09-101-0/+8
|
* partially documented the new featuresZahary Karadjov2013-09-031-0/+5
|
* fixed and documented computedGoto pragmaAraq2013-08-221-0/+2
|
* added macros.genSymAraq2013-07-241-0/+2
|
* implements the 'codegenDecl' pragmaAraq2013-06-271-0/+2
|
* Fixed OSError deprecation warnings.Dominik Picheta2013-06-261-1/+4
|
* improvements for 'not nil' checkingAraq2013-06-131-0/+1
|
* resolved conflict; added missing filesAraq2013-06-091-0/+2
|\
| * Update news.txtBillingsly Wetherfordshire2013-06-041-1/+1
| |
* | implemented large parts of the 'not nil' checkingAraq2013-06-091-1/+1
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-041-0/+4
|
* new scoping rules for 'if' now activeAraq2013-06-041-0/+4
|
* implements #397Araq2013-05-261-0/+3
|
* preparations for version 0.9.4Araq2013-05-251-0/+26
|
* don't deprecate macros.! breaks too much codeAraq2013-05-201-2/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-201-2/+17
|\
| * Added information on how to help the project in the community tab.Dominik Picheta2013-05-201-1/+1
| |
| * 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-191-2/+7
|
* 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
| | | | concurrent requests.
* fixes #432, fixes #427Araq2013-05-191-0/+3
|
* documented the ``noforward`` pragmaZahary Karadjov2013-05-121-0/+2
|
* pegs/re =~ warns about scope rule change; improved docsAraq2013-05-081-1/+9
|
* test-runner for caas multi-step testsZahary Karadjov2013-05-041-0/+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-161-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
|
* updated news.txtAraq2013-02-101-2/+8
|
* made some tests greenAraq2013-02-081-0/+2
|
* implemented generic multi methodsAraq2013-01-161-0/+1
|
* Copyright 2012 -> 2013Araq2013-01-081-1/+1
|
* documented AST overloading and some TR optimizationsAraq2012-12-091-0/+1
|
* implemented generic convertersAraq2012-12-051-0/+1
|