summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | fixed definition of culong on win64Araq2013-10-151-10/+14
|/ / /
* | | fixes #616Araq2013-10-101-1/+1
* | | cooler quote for c2nimAraq2013-10-103-24/+16
* | | some fixes for win64Araq2013-10-102-4/+9
|/ /
* | Merge branch 'master' of https://github.com/Araq/NimrodAraq2013-10-071-1/+1
|\ \
| * | Fixes problems parsing XML docs with multiple PIs.Dominik Picheta2013-10-071-1/+1
* | | bugfix: package names should not contain '.'Araq2013-10-072-5/+17
* | | implemented top level asm statementsAraq2013-10-071-1/+5
* | | niminst: yet another bugfixAraq2013-10-071-2/+2
|/ /
* | niminst: slashify was a stupid ideaAraq2013-10-066-34/+34
* | Merge branch 'master' of https://github.com/Araq/NimrodAraq2013-10-063-3/+13
|\ \
| * \ Merge pull request #613 from ventor3000/basic_geomAndreas Rumpf2013-10-051-1/+1
| |\ \
| | * | Fixed small typobug in basic 3dRobert Persson2013-10-021-1/+1
| * | | Merge pull request #604 from reactormonk/masterAndreas Rumpf2013-10-052-2/+12
| |\ \ \
| | * | | don't mess with semfold, use vars insteadSimon Hafner2013-09-262-3/+2
| | * | | moved eqproc to the correct magic positionSimon Hafner2013-09-263-2/+13
* | | | | 'noStackFrame' implies 'naked' in the generated C codeAraq2013-10-067-14/+25
|/ / / /
* | / / fixed another semicolon related parsing bugAraq2013-10-022-4/+21
| |/ / |/| |
* | | fixes #609Araq2013-10-011-2/+8
* | | debug GC works nowAraq2013-10-011-2/+2
* | | first version of the debug GC; doesn't work yetAraq2013-10-015-39/+136
* | | Merge branch 'master' of https://github.com/Araq/NimrodAraq2013-09-280-0/+0
|\| |
| * | Revert "deleted EqProc so the magic aligns again" - wrong remote.Simon Hafner2013-09-261-0/+2
| * | deleted EqProc so the magic aligns againSimon Hafner2013-09-261-2/+0
* | | fixes for niminstAraq2013-09-282-8/+5
* | | examples from the talk part of test suiteAraq2013-09-279-3/+153
|/ /
* | the compiler can now deal with multiple modules of the same nameAraq2013-09-2613-18/+74
* | documentation improvementsAraq2013-09-251-0/+37
* | JS codegen: supports more builtinsAraq2013-09-243-11/+32
* | fixes #593Araq2013-09-242-5/+4
* | support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-2414-48/+132
* | 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
|\ \
| * | 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
| |\ \ \
| | * | | 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