summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #160 from Schala/masterAraq2012-07-112-43/+114
|\ | | | | added JIT support for PCRE
| * Oops..Schala Zeal2012-07-091-1/+1
| |
| * PCRE wrapper update to 8.31Schala Zeal2012-07-092-44/+115
| | | | | | | | PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
* | overloading resolution finally takes inheritance depth into accountAraq2012-07-113-66/+78
| |
* | fixes #147Araq2012-07-103-3/+21
| |
* | fixes #162Araq2012-07-101-1/+1
|/
* dialogs.nim and osinfo_win.nim compile againAraq2012-07-102-12/+18
|
* some more bugfixes for the integer promotion rulesAraq2012-07-104-8/+9
|
* sockets compile again with SSL supportAraq2012-07-102-6/+5
|
* improved cross-compilation supportAraq2012-07-093-14/+18
|
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵Araq2012-07-098-20/+27
| | | | #156; fixes #155
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-097-56/+55
|
* 'addSon' for types deprecated for 'int literal type' analysis (2)Araq2012-07-092-11/+11
|
* 'addSon' for types deprecated for 'int literal type' analysisAraq2012-07-0913-33/+49
|
* made tests green againAraq2012-07-0915-30/+38
|
* cross-compilation improvementsAraq2012-07-085-20/+54
|
* bugfix: ha.echo should be acceptedAraq2012-07-082-6/+9
|
* rebuilt C sourcesAraq2012-07-084-9/+55
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-082-1/+3
|\
| * Added support for ARM.Dominik Picheta2012-07-072-1/+3
| |
* | changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-0842-260/+642
|/
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-0514-25/+243
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-037-34/+44
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-026-17/+52
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-022-8/+10
|\
| * fixes for the Intel C compiler on WindowsZahary Karadjov2012-06-272-8/+10
| |
* | JS codegen improvements; barely usable nowAraq2012-07-024-25/+71
| |
* | JS codegen enhancements; still unusableAraq2012-07-019-59/+223
| |
* | dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-307-104/+213
| |
* | changed integer promotion rules; added math.fmodAraq2012-06-2813-71/+83
|/
* 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
|