summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* support for multiple modules of the same name; niminst supports 'platforms'; ↵Araq2013-09-2414-48/+132
| | | | minor bugfixes
* implemented 'import a as b'Araq2013-09-244-25/+84
|
* support for --cs:partialAraq2013-09-243-2/+14
|
* bugfix: typos in os.nimAraq2013-09-241-3/+3
|
* changed parentDir to return the empty string on errorAraq2013-09-242-16/+21
|
* fixes #576Araq2013-09-183-3/+6
|
* should fix newly introduced bugs wrt TR macrosAraq2013-09-181-3/+7
|
* improvements for TR macrosAraq2013-09-176-21/+53
|
* Merge pull request #561 from fenekku/masterAraq2013-09-111-0/+23
|\ | | | | glColor*v now accept vector (array) as input (as in original lib)
| * Color vectors (second line endings fix attempt)fenekku2013-09-021-0/+15
| |
| * Color vectors (first line endings fix attempt)fenekku2013-09-021-1653/+1653
| |
| * glColor*v now accept vector as input (as in original lib)fenekku2013-08-041-1668/+1676
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-09-112-0/+1895
|\ \
| * \ Merge pull request #548 from ventor3000/masterAraq2013-09-102-0/+1895
| |\ \ | | | | | | | | Added basic2d module
| | * | Forgot publicity star on symbolventor30002013-07-311-1/+1
| | | |
| | * | Some minor fixesventor30002013-07-302-40/+59
| | | | | | | | | | | | | | | | | | | | | | | | Fixed som wrong spellings in cooments, reordering some arguments to be mor uniform, and fixed a small bug in isUniform for 3d matrix.
| | * | Some doc. fixesventor30002013-07-282-11/+13
| | | |
| | * | basic3d module and some fixes in basic2dventor30002013-07-272-67/+1094
| | | | | | | | | | | | | | | | | | | | Added the basic3d module. Standard 3d maths but still reimplemented evrywhere.
| | * | 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
| | | | | | | | | | | | | | | | Module for basic 2d computation
* | | | 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
| | | | | | | | | | | | | | | | | | | | the markAndSweep GC was not responsible for the regressions so this commit restores its use
* | | | 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 typetrait
| | * | | Add arity typetraitMark Flamer2013-09-022-0/+6
| |/ / /
| * | | switching the compiler to the markAndSweep collectorZahary Karadjov2013-09-031-0/+2
| | | | | | | | | | | | | | | | | | | | This produces faster bootstrapping, works properly for the caas mode and fixes the Aporia build on a mac
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding nil checks on the exit paths for semCompiles errors. This was probably not needed before, because semIndirectOp had a special detection for semCompiles contexts. We could try to restore these, but wouldn't this just postpone the crashes until someone tries the same expressions in nimrod check? One of the previous commits also used errorNode to avoid returning nil. This may be an alaternative approach.
| | * | | fix tcompilesZahary Karadjov2013-08-273-22/+17
| | | | |
| | * | | proper discrimination between csEmpty and csNoMatchZahary Karadjov2013-08-272-6/+9
| | | | | | | | | | | | | | | | | | | | fixes twrongtupleaccess and topaque
| | * | | fix tnoopZahary Karadjov2013-08-264-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit requires further investigation. Fixing semExpr(nkCall) once and for all to work with sym-choices and to allow overloading with immediate templates and macros will probably set this straight too.
| | * | | 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 ↵Zahary Karadjov2013-08-254-42/+40
| | | | | | | | | | | | | | | | | | | | evalConstExpr
| | * | | 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
| | | | |