summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* some bugfixes for symbolfilesAraq2012-03-233-19/+14
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-224-28/+74
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-213-19/+17
|\
| * untyped proc/template/macro params default to exprZahary Karadjov2012-03-202-17/+15
| * making tests green againZahary Karadjov2012-03-201-2/+2
* | implemented marker procs for the GC resulting in huge speedupsAraq2012-03-212-4/+138
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-03-1915-155/+238
|\|
| * missed file from the previous commitZahary Karadjov2012-03-191-0/+7
| * merged branch overloading-for-macrosZahary Karadjov2012-03-1915-155/+231
| |\
| | * the test suite is mostly green againZahary Karadjov2012-03-163-32/+15
| | * fix for template redefinition. test cases added.Zahary Karadjov2012-03-153-9/+17
| | * allowing definitions of procs and templates to be overridden in local scopesZahary Karadjov2012-03-143-7/+20
| | * allowing multiple definitions of templatesZahary Karadjov2012-03-142-12/+13
| | * bootstraps fine with overloadable templatesZahary Karadjov2012-03-1412-132/+219
* | | preparations for marker procs generationAraq2012-03-191-15/+18
|/ /
* | clean separation of PNimrodNode and tyExprAraq2012-03-164-16/+27
* | implemented 'static'; macros do not work anymoreAraq2012-03-156-6/+59
* | first steps for cleaner static/const distinctionAraq2012-03-1310-47/+135
|/
* vars can be 'compileTime'; shallow introduced weird string aliasing bugAraq2012-03-112-3/+3
* attempt to make tests green againAraq2012-03-114-21/+32
* fixes #100Araq2012-03-102-1/+3
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-043-4/+12
* c2nim, pas2nim compile againAraq2012-02-292-4/+4
* ERecoverableError exception contains the error messageAraq2012-02-254-18/+16
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-211-0/+54
* bugfix: semfold supports merging of '&'Araq2012-02-191-0/+10
* fixes #99Araq2012-02-171-6/+7
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-171-0/+6
|\
| * niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-161-0/+6
* | bugfix: optimization of complex constant string concatenationsAraq2012-02-172-4/+10
|/
* bugfix: no need for arrows to be new token kindsAraq2012-02-123-8/+10
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-1011-32/+72
* added 'system.shallow'Araq2012-02-092-1/+4
* version 0.8.14Araq2012-02-094-3/+7
* bugfix: lambdalifting: addHiddenParamAraq2012-02-081-7/+1
* further steps for closure support; added 'system.rawProc', 'system.rawEnv'Araq2012-02-083-13/+54
* further steps for closure supportAraq2012-02-086-55/+99
* further steps for closure supportAraq2012-02-065-13/+36
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-061-0/+4
|\
| * ecmas fixesdom962012-02-051-0/+4
* | further steps to closure supportAraq2012-02-0615-126/+303
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-042-4/+5
|\|
| * fixes #87Zahary Karadjov2012-02-032-4/+5
* | closure implementation: first stepsAraq2012-02-044-86/+229
|/
* small fixes for tests on windowsAraq2012-01-311-1/+1
* fixes #98Araq2012-01-291-1/+1
* bugfix tests/tzeroarrayAraq2012-01-291-0/+3
* fixes #89Araq2012-01-291-1/+4
* fixes #93Araq2012-01-291-1/+0
* pragma on/off improvements; endb rewrittenAraq2012-01-289-37/+55