summary refs log tree commit diff stats
path: root/doc/manual.txt
Commit message (Expand)AuthorAgeFilesLines
...
* made a test green againAraq2012-07-151-4/+2
* ';' as statement separatorAraq2012-07-121-3/+3
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-21/+61
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-12/+18
* fixes #150; next steps for proper unsigned supportAraq2012-07-031-8/+25
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-13/+38
* added proc annotations: macros invoked as pragmasAraq2012-06-261-1/+22
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-2/+14
* documented 'immediate' templatesAraq2012-06-221-16/+55
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-4/+6
* stand-alone except and finally blocksZahary Karadjov2012-05-231-22/+31
* @ is a sigil-like operatorAraq2012-04-151-7/+26
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-101-4/+4
|\
| * added new OpenGL wrapperAraq2012-04-041-4/+4
* | proper order of initialization for .global. variablesZahary Karadjov2012-04-101-1/+17
|/
* first steps for cleaner static/const distinctionAraq2012-03-131-0/+24
* documentation improvementsAraq2012-02-131-2/+5
* added 'system.shallow'Araq2012-02-091-1/+3
* version 0.8.14Araq2012-02-091-1/+1
* further steps to closure supportAraq2012-02-061-6/+31
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-5/+25
* niminst: bugfixes; documentation changesAraq2012-01-151-31/+4
* implicit invokation of items/pairs iteratorsAraq2012-01-081-1/+20
* codegen uses alias analysis to generate better codeAraq2011-12-101-0/+6
* implemented 'let' statementAraq2011-11-291-1/+13
* manual: cstring finally properly documentedAraq2011-11-251-0/+52
* new pragma: 'noinit'Araq2011-11-251-0/+9
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-6/+19
* 'bind' as a declarative statementAraq2011-10-101-12/+21
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-4/+7
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-40/+30
* bugfix: overloading resolution for typeofAraq2011-09-271-61/+75
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-4/+3
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-0/+22
* renamed optional to discardableAraq2011-09-241-2/+2
* implemented optional pragma for implicit discardAraq2011-09-241-5/+17
* beginning of a taint mode; type system enhancementsAraq2011-09-241-19/+65
* fixed some newly introduced bugsAraq2011-09-211-0/+5
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-9/+18
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-7/+12
* bugfix: #line generation for windowsAraq2011-08-111-1/+1
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-158/+162
* documentation for 'var T' as return typeAraq2011-08-011-1/+32
* void type improvements; documentation improvementsAraq2011-07-311-3/+136
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-16/+16
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-1/+1
* version 0.8.12Araq2011-07-101-1/+1
* preparations for 0.8.12Araq2011-07-101-36/+148
* case branches support constant sets for convenienceAraq2011-06-191-0/+21
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-47/+65