summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Install stdlib.nimble in libVictor Korkin2015-11-021-0/+1
* nimsuggest: added 'chk', 'outline' and 'highlight' featuresAraq2015-11-018-71/+167
* development version is 0.12.1, not 0.12.0Araq2015-10-291-0/+496
* fixes #3476Araq2015-10-271-2/+2
* fixes #3431, fixes #3370, fixes #3468Araq2015-10-251-3/+4
* fixes #1799 properlyAraq2015-10-251-8/+15
* fixes #1799Araq2015-10-252-3/+4
* compiler/commands: Always write usage to stdoutAdam Strzelecki2015-10-221-3/+4
* msgs: One msgWriteln with optional flagsAdam Strzelecki2015-10-223-24/+19
* fixes #3452Araq2015-10-222-2/+12
* doc\advopt.txtAraq2015-10-223-4/+8
* fixes #3338Araq2015-10-223-4/+16
* mitigates unclear nimsuggest problemAraq2015-10-221-0/+1
* fixes installation problems on unix by hardcoding the dlls.zip nameAraq2015-10-161-1/+1
* compiler/vm: Use stdout too in VM time echoAdam Strzelecki2015-10-162-2/+11
* compiler/msgs: Default to stderr for diagnosticsAdam Strzelecki2015-10-161-17/+21
* Gen temp name instead of nimVarUnpackYuriy Glukhov2015-10-151-10/+11
* Fixed ret by var in jsYuriy Glukhov2015-10-153-12/+33
* fixes #3299Araq2015-10-152-1/+26
* Added DLL download to installerClay Sweetser2015-10-151-0/+1
* fixes regression: tactiontableAraq2015-10-141-0/+3
* fixes regression: tobjconstr2 test works againAraq2015-10-141-1/+1
* fixes tunittest crashAraq2015-10-131-1/+3
* udpated the compiler and tester to use getOrDefaultAraq2015-10-132-4/+4
* added getOrDefault; bootstrapping works againAraq2015-10-135-6/+6
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-2/+2
|\
| * Don't use deprecated intsets.emptydef2015-03-311-2/+2
* | nimsuggest: added 'dus' command that combines 'def' and 'use'Araq2015-10-122-2/+8
* | added setResult that simply takes a nodeAraq2015-10-121-0/+8
* | fixes #635Araq2015-10-071-8/+20
* | fixes #2637Araq2015-10-061-38/+30
* | added undocumented exportNims pragma for Nimscript supportAraq2015-10-035-25/+68
* | Merge pull request #3389 from nanoant/patch/separate-deprecated-modulesDominik Picheta2015-10-031-0/+3
|\ \
| * | Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-0/+3
* | | Merge pull request #3402 from tmm1/exec-processes-after-cbAndreas Rumpf2015-10-021-12/+13
|\ \ \
| * | | remove echo() from compilerAman Gupta2015-10-011-2/+2
| * | | remove "rerun with --parallelBuild:1" message and show error inlineAman Gupta2015-09-301-12/+13
* | | | Merge pull request #3384 from tmm1/bitsize-pragmaAndreas Rumpf2015-10-014-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'origin/devel' into bitsize-pragmaAman Gupta2015-09-301-1/+4
| |\| |
| * | | Merge remote-tracking branch 'origin/devel' into bitsize-pragmaAman Gupta2015-09-293-2/+11
| |\ \ \
| * | | | switch to bitsize:intAman Gupta2015-09-291-1/+1
| * | | | implement bitsize pragma for bitfieldsAman Gupta2015-09-284-1/+11
* | | | | fixes #2473; cleanup of some testsAraq2015-09-301-6/+9
* | | | | Merge pull request #3385 from nanoant/patch/dont-fail-on-unknown-enum-value-t...Andreas Rumpf2015-09-301-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | vm: Don't fail on unknown enum position to stringAdam Strzelecki2015-09-281-1/+1
| |/ / /
* | / / NimScript: --define works as expectedAraq2015-09-301-1/+4
| |/ / |/| |
* | | Nimscript: the compiler supports a directory wide config.nims fileAraq2015-09-291-0/+3
* | | NimScript: setCommand takes an optional project filenameAraq2015-09-292-1/+8
* | | fixes #3387Araq2015-09-291-1/+0
|/ /
* | Improved "Execution of an external program failed" message.Dominik Picheta2015-09-272-5/+7