summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* fixes #283Araq2013-04-111-1/+1
|
REM Some debug info
echo "Running on %CI_RUNNER_ID% (%CI_RUNNER_DESCRIPTION%) with tags %CI_RUNNER_TAGS%."
gcc -v

git clone --depth 1 https://github.com/nim-lang/csources.git
cd csources
call build64.bat
cd ..
set PATH=%CD%\bin;%PATH%
nim -v
nim c koch
koch.exe boot
copy bin/nim bin/nimd
koch.exe boot -d:release
aph'>| |
* | improvements for destructorsAraq2013-04-083-28/+39
| |
* | bugfix: lambdalifting needs to deep copy parametersAraq2013-04-081-6/+11
|/
* bugfix evals.nimAraq2013-04-071-2/+3
|
* optimized evals.nim a bitAraq2013-04-071-8/+8
|
* rod file viewer for easier debugging of rod filesAraq2013-04-044-18/+289
|
* fixes memory leaks concerning closuresAraq2013-03-291-3/+2
|
* better treatment of var/let/const/type sections in the templating systemAraq2013-03-291-1/+7
|
* fixes a long-standing bug about procvar checkingAraq2013-03-256-22/+42
|
* fixes #376Araq2013-03-241-12/+14
|
* fixes #335Araq2013-03-231-1/+2
|
* added system.localsAraq2013-03-213-16/+45
|
* bugfix: case exhaustiveness checkingAraq2013-03-213-5/+9
|
* better error message when C compilation failsAraq2013-03-191-2/+7
|
* fixes #257Araq2013-03-181-27/+28
|
* fixes #304Araq2013-03-181-25/+34
|
* fixes #332Araq2013-03-171-2/+2
|
* bugfix: subtle bug about 'var' parameters in templatesAraq2013-03-171-4/+7
|
* fixes #366Araq2013-03-171-1/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-1786-0/+0
|\
| * Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1686-0/+0
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-167-24/+41
|\|
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-161-13/+0
| |\
| | * Merge pull request #359 from Tass/masterAraq2013-03-161-13/+0
| | |\ | | | | | | | | JS unwinding
| | | * nestedTryStmts removedSimon Hafner2013-03-101-13/+0
| | | | | | | | | | | | | | | | | | | | It makes tests fail and they work fine without. Given my ignorance of the exact workings, I can only rely on the tests.
| * | | fixes #323Araq2013-03-162-2/+23
| |/ /
| * | fixes #358Araq2013-03-161-2/+1
| | |
| * | debugger improvementsAraq2013-03-161-0/+8
| | |
| * | bugfix: 'indexOf' for tuple fields worksAraq2013-03-112-7/+9
| |/
* / small bugfix for lambda liftingAraq2013-03-161-1/+1
|/
* documented object constrs; endb works againAraq2013-03-094-63/+43
|
* object constructors work nowAraq2013-03-083-83/+118
|
* next steps for object construction expressionsAraq2013-03-071-1/+32
|
* next steps for object construction expressionsAraq2013-03-073-29/+49
|
* first steps to implement object construction expressionsAraq2013-03-0710-39/+125
|
* fixed some typosAraq2013-03-052-6/+6
|
* bugfix: tvtable works againAraq2013-03-051-3/+4
|
* made some tests greenAraq2013-03-041-3/+3
|
* fixes for the new overloading resolutionAraq2013-03-034-21/+14
|