summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-09-112-0/+1895
|\ \
| * \ Merge pull request #548 from ventor3000/masterAraq2013-09-102-0/+1895
| |\ \
| | * | Forgot publicity star on symbolventor30002013-07-311-1/+1
| | * | Some minor fixesventor30002013-07-302-40/+59
| | * | Some doc. fixesventor30002013-07-282-11/+13
| | * | basic3d module and some fixes in basic2dventor30002013-07-272-67/+1094
| | * | Fixed stupid mistake when clamping acosventor30002013-07-261-3/+3
| | * | Some minor changesventor30002013-07-261-34/+31
| | * | Added file headerventor30002013-07-251-1/+10
| | * | Added basic2d moduleventor30002013-07-251-0/+841
* | | | c2nim: added some scope operator parsingAraq2013-09-113-18/+44
* | | | fixes #566Araq2013-09-111-2/+2
* | | | fixes #588Araq2013-09-102-12/+14
|/ / /
* | | fixes #575Araq2013-09-105-10/+46
* | | disabled M&S GC againAraq2013-09-102-1/+2
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-09-103-3/+5
|\ \ \
| * | | fix regressions affecting the echo magic and the creating of rod filesZahary Karadjov2013-09-073-3/+5
* | | | cn2im: basic C++ supportAraq2013-09-108-55/+720
* | | | added 'newLit'Araq2013-09-101-1/+21
|/ / /
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-09-061-1/+1
|\ \ \
| * | | reverting the GC changeZahary Karadjov2013-09-051-1/+1
* | | | bugfix: --gc:none -d:useMalloc works againAraq2013-09-062-54/+55
|/ / /
* | | resolved the conflictAraq2013-09-0329-250/+601
|\ \ \
| * \ \ Merge pull request #586 from mflamer/masterzah2013-09-032-0/+6
| |\ \ \
| | * | | Add arity typetraitMark Flamer2013-09-022-0/+6
| |/ / /
| * | | switching the compiler to the markAndSweep collectorZahary Karadjov2013-09-031-0/+2
| * | | Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-0327-250/+595
| |\ \ \
| | * | | partially documented the new featuresZahary Karadjov2013-09-032-4/+131
| | * | | implemented the using statementZahary Karadjov2013-08-319-11/+53
| | * | | minor improvement towards tgenericshardcasesZahary Karadjov2013-08-284-24/+42
| | * | | fix tisopZahary Karadjov2013-08-271-2/+2
| | * | | fix tcompilesZahary Karadjov2013-08-273-22/+17
| | * | | proper discrimination between csEmpty and csNoMatchZahary Karadjov2013-08-272-6/+9
| | * | | fix tnoopZahary Karadjov2013-08-264-14/+17
| | * | | implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-2613-94/+131
| | * | | prevent eval crashes due to PContext-dependent ops not being available in eva...Zahary Karadjov2013-08-254-42/+40
| | * | | working code for simple cases of user-defined type classesZahary Karadjov2013-08-257-41/+135
| | * | | fix parsing of ``proc foo(x: distinct Type)``Zahary Karadjov2013-08-241-6/+1
| | * | | parsing of user defined type classesZahary Karadjov2013-08-233-2/+35
* | | | | better support for GNU's assemblerAraq2013-09-036-13/+58
|/ / / /
* | | | use realpath in a posix compliant wayAraq2013-09-011-11/+6
* | | | bugfix: line information for commentsAraq2013-09-011-1/+0
* | | | some fixes for HaikuAraq2013-09-012-46/+51
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-09-011-0/+6
|\ \ \ \
| * \ \ \ Merge pull request #580 from gradha/pr_adds_equality_for_arraysAraq2013-09-011-0/+6
| |\ \ \ \
| | * | | | Adds equality comparison for arrays.Grzegorz Adam Hankiewicz2013-08-221-0/+6
* | | | | | -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)Araq2013-09-014-22/+37
* | | | | | fixes #582Araq2013-09-018-30/+48
|/ / / / /
* | | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-311-1/+5
|\ \ \ \ \
| * \ \ \ \ Merge pull request #579 from gradha/pr_fixes_xmltree_macro_docstringAraq2013-08-311-1/+5
| |\ \ \ \ \