summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | next steps for the new parserAraq2013-04-202-32/+33
* | | next steps for the new parser/grammarAraq2013-04-205-266/+274
* | | first steps to the new parser/grammarAraq2013-04-195-250/+330
|/ /
* | fixes #244Araq2013-04-131-0/+4
* | implements #258; activate via --verbosity:2Araq2013-04-131-0/+2
* | fixes #310Araq2013-04-132-2/+5
* | fixes #287; bugfix: subrange checking is performed againAraq2013-04-128-29/+69
* | improved error message for #291Araq2013-04-111-1/+4
* | fixes #283Araq2013-04-111-1/+1
* | bugfix: new(TTable[string, int]) compilesAraq2013-04-101-4/+9
* | experimental support for outputting code snippets in error messages; implemen...Zahary Karadjov2013-04-092-0/+21
* | bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-085-13/+12
* | fixes #378Araq2013-04-081-0/+2
* | fixes #321Araq2013-04-081-1/+2
* | fixes #368Araq2013-04-081-2/+4
* | implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-084-2/+28
* | next steps to make symbol files work againAraq2013-04-082-3/+10
* | rodfile viewer works againAraq2013-04-081-2/+4
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-04-082-12/+13
|\ \
| * | use file IDs consistently instead of file paths in the rod files handlingZahary Karadjov2013-04-072-12/+13
* | | improvements for destructorsAraq2013-04-083-28/+39
* | | bugfix: lambdalifting needs to deep copy parametersAraq2013-04-081-6/+11
|/ /
* | bugfix evals.nimAraq2013-04-071-2/+3
* | optimized evals.nim a bitAraq2013-04-071-8/+8
* | rod file viewer for easier debugging of rod filesAraq2013-04-044-18/+289
* | fixes memory leaks concerning closuresAraq2013-03-291-3/+2
* | better treatment of var/let/const/type sections in the templating systemAraq2013-03-291-1/+7
* | fixes a long-standing bug about procvar checkingAraq2013-03-256-22/+42
* | fixes #376Araq2013-03-241-12/+14
* | fixes #335Araq2013-03-231-1/+2
* | added system.localsAraq2013-03-213-16/+45
* | bugfix: case exhaustiveness checkingAraq2013-03-213-5/+9
* | better error message when C compilation failsAraq2013-03-191-2/+7
* | fixes #257Araq2013-03-181-27/+28
* | fixes #304Araq2013-03-181-25/+34
* | fixes #332Araq2013-03-171-2/+2
* | bugfix: subtle bug about 'var' parameters in templatesAraq2013-03-171-4/+7
* | fixes #366Araq2013-03-171-1/+4
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-1786-0/+0
|\ \
| * | Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1686-0/+0
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-167-24/+41
|\| |
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-161-13/+0
| |\ \
| | * \ Merge pull request #359 from Tass/masterAraq2013-03-161-13/+0
| | |\ \
| | | * | nestedTryStmts removedSimon Hafner2013-03-101-13/+0
| * | | | fixes #323Araq2013-03-162-2/+23
| |/ / /
| * | | fixes #358Araq2013-03-161-2/+1
| * | | debugger improvementsAraq2013-03-161-0/+8
| * | | bugfix: 'indexOf' for tuple fields worksAraq2013-03-112-7/+9
| |/ /
* / / small bugfix for lambda liftingAraq2013-03-161-1/+1
|/ /
* | documented object constrs; endb works againAraq2013-03-094-63/+43