summary refs log tree commit diff stats
path: root/compiler/nim.nim
Commit message (Collapse)AuthorAgeFilesLines
* Nimscript: the compiler supports a directory wide config.nims fileAraq2015-09-291-0/+3
|
* NimScript: setCommand takes an optional project filenameAraq2015-09-291-1/+1
|
* implements experimental new config system based on NimScriptAraq2015-08-161-2/+7
|
* Give a nice error when no command is givenRyan Gonzalez2015-08-151-0/+2
|
* Turn GC_getStatistics into hintGCStatsAdam Strzelecki2015-07-031-1/+1
|
* Use gProjectIsStdin insteaddef2015-05-171-0/+1
|
* Clean up stdin file reading of compiler.def2015-05-161-3/+5
| | | | | Uses "stdinfile" as the module identifier now, which prevents problems with - colliding with the minus operator. This fixes #2422 and #2702.
* When compiling from stdin write binary to stdinfiledef2015-02-281-0/+2
|
* nimrod -> nim in some filenamesdef2015-02-141-2/+2
|
* Merge pull request #2017 from reactormonk/nodejs-binaryAndreas Rumpf2015-01-281-2/+3
|\ | | | | Algorithm to find the nodejs binary
| * added suggested fixesSimon Hafner2015-01-271-1/+1
| |
| * find the nodejs binarySimon Hafner2015-01-271-2/+3
| | | | | | | | | | upstream calls it node, debian calls it nodejs. We gotta look for both of them.
* | nimsuggest: first versionAraq2015-01-271-1/+1
|/
* fixes #903, fixes #1513Araq2014-09-031-3/+3
|
* koch now uses nim.exeAraq2014-08-291-0/+92