summary refs log tree commit diff stats
path: root/compiler/nim.nim
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-6/+6
|
* fixes 'nim c file_without_nim_ext' regression; refs #5183Andreas Rumpf2017-01-061-1/+2
|
* disallow recursive module dependenciesAraq2016-11-231-3/+3
|
* new dependency tracking for nimsuggestAraq2016-11-051-4/+4
|
* refactoring complete: explicit ident cacheAraq2016-10-311-6/+6
|
* Added icons support for Visual Studio compilerFredrik Høisæther Rasch2016-09-301-0/+5
|
* Nimscript knows about the command line definesAndreas Rumpf2016-05-241-2/+2
|
* first version of an PHP codegenAndreas Rumpf2016-02-061-0/+8
|
* 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