summary refs log tree commit diff stats
path: root/compiler/nim.nim
Commit message (Expand)AuthorAgeFilesLines
* compiler compiles again; simple programs do workAndreas Rumpf2018-05-131-41/+42
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-1/+1
* refactoring: move 'argument' global into config objectAndreas Rumpf2018-04-241-3/+3
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-2/+2
* Remove PHP backend. (#7606)treeform2018-04-181-8/+0
* GC v2 works sometimesAndreas Rumpf2017-09-281-0/+2
* 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
* 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
|\
| * added suggested fixesSimon Hafner2015-01-271-1/+1
| * find the nodejs binarySimon Hafner2015-01-271-2/+3
* | nimsuggest: first versionAraq2015-01-271-1/+1
|/
* fixes #903, fixes #1513Araq2014-09-031-3/+3
* koch now uses nim.exeAraq2014-08-291-0/+92