Commit message (Collapse) | Author | Age | Files | Lines | ||||||
---|---|---|---|---|---|---|---|---|---|---|
* | fixes #283 | Araq | 2013-04-11 | 1 | -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
|
|||||||||
* | | improvements for destructors | Araq | 2013-04-08 | 3 | -28/+39 | |||||
| | | ||||||||||
* | | bugfix: lambdalifting needs to deep copy parameters | Araq | 2013-04-08 | 1 | -6/+11 | |||||
|/ | ||||||||||
* | bugfix evals.nim | Araq | 2013-04-07 | 1 | -2/+3 | |||||
| | ||||||||||
* | optimized evals.nim a bit | Araq | 2013-04-07 | 1 | -8/+8 | |||||
| | ||||||||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 4 | -18/+289 | |||||
| | ||||||||||
* | fixes memory leaks concerning closures | Araq | 2013-03-29 | 1 | -3/+2 | |||||
| | ||||||||||
* | better treatment of var/let/const/type sections in the templating system | Araq | 2013-03-29 | 1 | -1/+7 | |||||
| | ||||||||||
* | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 6 | -22/+42 | |||||
| | ||||||||||
* | fixes #376 | Araq | 2013-03-24 | 1 | -12/+14 | |||||
| | ||||||||||
* | fixes #335 | Araq | 2013-03-23 | 1 | -1/+2 | |||||
| | ||||||||||
* | added system.locals | Araq | 2013-03-21 | 3 | -16/+45 | |||||
| | ||||||||||
* | bugfix: case exhaustiveness checking | Araq | 2013-03-21 | 3 | -5/+9 | |||||
| | ||||||||||
* | better error message when C compilation fails | Araq | 2013-03-19 | 1 | -2/+7 | |||||
| | ||||||||||
* | fixes #257 | Araq | 2013-03-18 | 1 | -27/+28 | |||||
| | ||||||||||
* | fixes #304 | Araq | 2013-03-18 | 1 | -25/+34 | |||||
| | ||||||||||
* | fixes #332 | Araq | 2013-03-17 | 1 | -2/+2 | |||||
| | ||||||||||
* | bugfix: subtle bug about 'var' parameters in templates | Araq | 2013-03-17 | 1 | -4/+7 | |||||
| | ||||||||||
* | fixes #366 | Araq | 2013-03-17 | 1 | -1/+4 | |||||
| | ||||||||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-17 | 86 | -0/+0 | |||||
|\ | ||||||||||
| * | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 86 | -0/+0 | |||||
| | | ||||||||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-16 | 7 | -24/+41 | |||||
|\| | ||||||||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-16 | 1 | -13/+0 | |||||
| |\ | ||||||||||
| | * | Merge pull request #359 from Tass/master | Araq | 2013-03-16 | 1 | -13/+0 | |||||
| | |\ | | | | | | | | | JS unwinding | |||||||||
| | | * | nestedTryStmts removed | Simon Hafner | 2013-03-10 | 1 | -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 #323 | Araq | 2013-03-16 | 2 | -2/+23 | |||||
| |/ / | ||||||||||
| * | | fixes #358 | Araq | 2013-03-16 | 1 | -2/+1 | |||||
| | | | ||||||||||
| * | | debugger improvements | Araq | 2013-03-16 | 1 | -0/+8 | |||||
| | | | ||||||||||
| * | | bugfix: 'indexOf' for tuple fields works | Araq | 2013-03-11 | 2 | -7/+9 | |||||
| |/ | ||||||||||
* / | small bugfix for lambda lifting | Araq | 2013-03-16 | 1 | -1/+1 | |||||
|/ | ||||||||||
* | documented object constrs; endb works again | Araq | 2013-03-09 | 4 | -63/+43 | |||||
| | ||||||||||
* | object constructors work now | Araq | 2013-03-08 | 3 | -83/+118 | |||||
| | ||||||||||
* | next steps for object construction expressions | Araq | 2013-03-07 | 1 | -1/+32 | |||||
| | ||||||||||
* | next steps for object construction expressions | Araq | 2013-03-07 | 3 | -29/+49 | |||||
| | ||||||||||
* | first steps to implement object construction expressions | Araq | 2013-03-07 | 10 | -39/+125 | |||||
| | ||||||||||
* | fixed some typos | Araq | 2013-03-05 | 2 | -6/+6 | |||||
| | ||||||||||
* | bugfix: tvtable works again | Araq | 2013-03-05 | 1 | -3/+4 | |||||
| | ||||||||||
* | made some tests green | Araq | 2013-03-04 | 1 | -3/+3 | |||||
| | ||||||||||
* | fixes for the new overloading resolution | Araq | 2013-03-03 | 4 | -21/+14 | |||||
| |