summary refs log tree commit diff stats
path: root/web/news.txt
Commit message (Collapse)AuthorAgeFilesLines
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+6
|
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-0/+3
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-0/+1
|
* added proc annotations: macros invoked as pragmasAraq2012-06-261-0/+1
|
* doc2 improvementsAraq2012-06-241-1/+3
|
* first implementation of docgen2Araq2012-06-231-1/+2
|
* deprecated the pretty printer commandAraq2012-06-221-0/+5
|
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-4/+5
|
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-2/+6
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-021-0/+5
|\
| * made tsequtils green againAraq2012-05-281-0/+3
| |
| * added system.||; lacks runtime supportAraq2012-05-231-0/+2
| |
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-0/+2
| |
* | stand-alone except and finally blocksZahary Karadjov2012-05-231-0/+1
|/ | | | This is equivalent to the on-error and at-scope-exit operators in other languages
* fixes #113Araq2012-05-201-0/+2
|
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-1/+2
|
* The httpserver now gathers the headers for the user. Fixed ambiguity in ↵dom962012-05-031-1/+2
| | | | recvLine in the sockets module.
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-0/+1
|
* added db_*.getRowAraq2012-04-241-0/+1
|
* documentation improvements; GC_step improvedAraq2012-04-211-1/+5
|
* resolved conflict for news.txtAraq2012-04-211-0/+7
|\
| * Finally rebuilt the sources to take advantage of the new type system ↵Zahary Karadjov2012-04-211-0/+4
| | | | | | | | capabilities
| * implicit generics types as return types. removed the error message for ↵Zahary Karadjov2012-04-211-0/+3
| | | | | | | | capturing incorrect uses of ``proc``
* | GC with realtime supportAraq2012-04-211-0/+2
|/
* @ is a sigil-like operatorAraq2012-04-151-1/+5
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-101-1/+15
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+3
| |
| * added terminal.isatty; nimgrep version 0.9Araq2012-04-061-0/+1
| |
| * fixed another docgen bug; initial mongodb wrapperAraq2012-04-061-0/+1
| |
| * better opengl wrapper; oids and endians modules documentedAraq2012-04-041-0/+2
| |
| * added libsvm wrapperAraq2012-04-041-0/+1
| |
| * added new OpenGL wrapperAraq2012-04-041-0/+1
| |
| * added strutils.parseEnum; fixes #95Araq2012-04-011-1/+6
| |
* | when expressions, proper rendering for nkDo and nkLambda and parser support ↵Zahary Karadjov2012-04-051-1/+2
| | | | | | | | for x.type and x.addr
* | Added ``global`` pragma that can be used to introduce new global variables ↵Zahary Karadjov2012-04-051-0/+2
|/ | | | from within procs
* added htmlgen to docsAraq2012-03-231-0/+1
|
* implemented marker procs for the GC resulting in huge speedupsAraq2012-03-211-0/+7
|
* implemented 'static'; macros do not work anymoreAraq2012-03-151-0/+1
|
* first steps for cleaner static/const distinctionAraq2012-03-131-3/+12
|
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-041-0/+14
| | | | wide char versions of the WinAPI
* ERecoverableError exception contains the error messageAraq2012-02-251-6/+4
|
* helper templates static, eval and emit for easier compile-time code evaluationZahary Karadjov2012-02-241-0/+8
|
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-0/+3
|
* added 'system.shallow'Araq2012-02-091-1/+17
|
* little fixes for 0.8.14 releaseAraq2012-02-091-0/+1
|
* version 0.8.14Araq2012-02-091-2/+4
|
* further steps to closure supportAraq2012-02-061-1/+3
|
* closure implementation: first stepsAraq2012-02-041-0/+1
|
* implemented/fixed #92Araq2012-01-291-0/+1
|
* pragma on/off improvements; endb rewrittenAraq2012-01-281-0/+5
|