summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* added proc annotations: macros invoked as pragmasAraq2012-06-267-7/+76
* thread var emulation should work againAraq2012-06-254-9/+20
* bite the bullet and make 'initStackBottom' a compilerprocAraq2012-06-243-16/+18
* bugfix: cycle analysis needs to take inheritance into accountAraq2012-06-241-3/+5
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-2/+0
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-0/+42
* tests/gc/gcleak4.nimAraq2012-06-243-4/+13
* doc2 improvementsAraq2012-06-2410-22/+27
* system.nim: documentation fixesAraq2012-06-232-6/+7
* docgen2 improvementsAraq2012-06-237-14/+28
* docgen2 improvementsAraq2012-06-232-3/+1
* docgen2 improvementsAraq2012-06-233-11/+34
* first implementation of docgen2Araq2012-06-236-15/+80
* deprecated the pretty printer commandAraq2012-06-222-1/+5
* todo.txt updatesAraq2012-06-221-1/+1
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-225-4/+35
* documented 'immediate' templatesAraq2012-06-222-16/+56
* closure bugfixAraq2012-06-222-15/+21
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-228-16/+50
* fixes #134Araq2012-06-212-9/+11
* fixes #145Araq2012-06-213-3/+15
* another bugfixAraq2012-06-214-5/+2
* fixes #140Araq2012-06-213-10/+16
* and another closure bugfixAraq2012-06-211-3/+5
* bugfixes for closuresAraq2012-06-217-13/+58
* fixes #142Araq2012-06-202-2/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-201-9595/+9595
|\
| * Merge pull request #135 from rafaelvasco/masterAraq2012-06-191-9595/+9595
| |\
| | * Fixed other procedures that used PPGLChar.Rafael Vasco2012-06-131-4/+4
| | * Fixed string param on glShaderSourceRafael Vasco2012-06-131-9595/+9595
* | | added another macro regressionAraq2012-06-202-1/+10
* | | made some tests green againAraq2012-06-203-11/+15
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-1954-1254/+1983
|\ \
| * | don't take into account the user config file when building sourcesZahary Karadjov2012-06-143-3/+3
| * | more uint related fixesZahary Karadjov2012-06-1412-139/+151
| |/
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-122-93/+117
| |\
| | * Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.Dominik Picheta2012-06-092-93/+117
| * | proper indentation in the generated C codeZahary Karadjov2012-06-126-212/+235
| * | better support for unsigned integers.Zahary Karadjov2012-06-1122-586/+643
| |/
| * destructor pragmaZahary Karadjov2012-06-074-9/+15
| * destructors for case valuesZahary Karadjov2012-06-073-17/+65
| * fix AST debug printing when line directives are enabledZahary Karadjov2012-06-061-30/+30
| * fix bootstrapping on POSIX platformsZahary Karadjov2012-06-061-0/+4
| * generate default destructorsZahary Karadjov2012-06-064-16/+107
| * Fixed math.round, added math.ceil and fixed times.format.Dominik Picheta2012-06-043-3/+5
| * fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-046-25/+41
| * Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-036-122/+479
| * codegen for C++ exceptionsZahary Karadjov2012-06-033-65/+80
| * bugfix: finally blocks were not executed when the except block is exited by r...Zahary Karadjov2012-06-033-13/+87
* | somewhat working closuresAraq2012-06-198-33/+95