summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-241-17/+11
|\
| * removed compiler internal list implementation (#5371)Arne Döring2017-02-221-17/+11
| |
* | nimsuggest: added --refresh command line option; added 'known' command; ↵Andreas Rumpf2017-02-221-1/+3
|/ | | | fixes 'chck' command for EPC
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-1/+12
|
* Correct the spelling of the word 'overridden'. (#5212)mfxmfx2017-01-111-1/+1
|
* compiler API: introduce options.disableNmiblePathAraq2017-01-061-0/+6
|
* fixes the regressions introduced by fix for #5076Araq2016-11-301-1/+10
|
* Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-301-11/+0
|
* fixes #5076Araq2016-11-301-2/+1
|
* make tests green againAndreas Rumpf2016-11-241-2/+2
|
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-1/+2
|
* some attempts to make symbolfiles work againAraq2016-08-131-0/+6
|
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-6/+6
|
* get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-191-3/+3
|
* fixes #4485; package handling works better; docgen works with --project on ↵Andreas Rumpf2016-07-191-48/+2
| | | | Nimble package level
* findExe() now by default follows symlinks.Hans Raaf2016-07-171-3/+1
|
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-091-0/+10
|
* adds --excessiveStackTrace:on|off flag for nimParashurama2016-06-111-0/+2
| | | | display absolute file path in error messages.
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-0/+15
|
* beginnings of --gc:stackAndreas Rumpf2016-03-121-1/+2
|
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+1
|
* first version of an PHP codegenAndreas Rumpf2016-02-061-1/+3
|
* nimrod -> nimErik Johansson Andersson2016-02-051-2/+2
|
* Modified setDefaultLibpath to search using findExe"nim".Dominik Picheta2015-11-071-0/+11
| | | | | This is so that Nimble (and other tools) which use the compiler modules for nimscript support or other purposes can find $lib.
* nimsuggest: added 'chk', 'outline' and 'highlight' featuresAraq2015-11-011-1/+10
|
* doc\advopt.txtAraq2015-10-221-1/+1
| | | | added --reportConceptFailures switch
* added getOrDefault; bootstrapping works againAraq2015-10-131-1/+1
|
* nimsuggest: added 'dus' command that combines 'def' and 'use'Araq2015-10-121-1/+3
|
* improvements for NimScript supportAraq2015-09-031-0/+11
|
* first implementation of write tracking and escape analysis; still disabledAraq2015-08-311-0/+1
|
* implements experimental new config system based on NimScriptAraq2015-08-161-3/+3
|
* Added absolute path support to options.findFileAnatoly Galiulin2015-07-211-5/+8
|
* Turn optPrintSurroundingSrc into hintSourceAdam Strzelecki2015-07-031-3/+0
| | | | | So surrounding source printing can be enabled for lower verbosity levels explicitly.
* fixed indentationAraq2015-06-211-1/+1
|
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-1/+1
|
* Merge branch 'devel' into gogcStefan Talpalaru2015-06-151-2/+9
|\
| * Introduce gPrefixDir for nimsuggest.Dominik Picheta2015-06-141-2/+8
| |
| * Colors!Ryan Gonzalez2015-06-021-0/+1
| |
* | the Go GC - initial implementationStefan Talpalaru2015-05-311-1/+1
|/
* Use gProjectIsStdin insteaddef2015-05-171-0/+1
|
* merged devel into epcSimon Hafner2015-05-081-1/+1
|\
| * fixes 'echo nil' codegen bugAraq2015-05-031-1/+1
| |
* | removed a few consts and rewired to IdeCmdSimon Hafner2015-04-261-2/+17
|/
* doc updates; fixes 'inc' for 'char'Araq2015-03-291-35/+35
|
* don't use stdout for nimsuggest server modeAraq2015-02-271-4/+4
|
* nimsuggest: sane dirty buffer handlingAraq2015-01-291-6/+0
|
* nimsuggest: first versionAraq2015-01-271-5/+8
|
* implemented 'experimental' switchAraq2014-12-051-0/+1
|
* fixes a recently introduced regressionAraq2014-09-161-3/+2
|
* fixes documentation generatorAraq2014-09-141-2/+3
|