summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #4417, update newsmiere432016-07-301-0/+9
|
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-1/+1
|
* make tests green againAndreas Rumpf2016-07-101-0/+3
|
* Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-081-1/+1
|
* Fix typo. Remove unnecessary procJeff Ciesielski2016-07-051-8/+1
|
* Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-041-1/+12
| | | | | | | This allows the end user to use the {.magic: "IntDefine"/"StrDefine"} pragmas to pass values into code at compile time. This has a nice side effect of also allowing/requiring a default value to be assigned in the code (see osalloc.nim/StandaloneHeapSize for an example)
* Fix disabling hintProcessingEduardo Bart2016-06-201-0/+1
|
* adds --excessiveStackTrace:on|off flag for nimParashurama2016-06-111-0/+1
| | | | display absolute file path in error messages.
* hotfix: --noNimblePath wasn't working when in a config fileAndreas Rumpf2016-05-311-0/+3
|
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-9/+1
|
* fixes #786Andreas Rumpf2016-05-311-0/+2
|
* allow to check verbosity level via compileOptionAndreas Rumpf2016-05-241-0/+1
|
* fixes #3763Andreas Rumpf2016-05-121-17/+21
|
* beginnings of --gc:stackAndreas Rumpf2016-03-121-0/+4
|
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+4
|
* Fixes #3871Yuriy Glukhov2016-02-161-1/+1
|
* make Nim always show the current yearAndreas Rumpf2016-01-191-1/+1
|
* compiler/commands: Always write usage to stdoutAdam Strzelecki2015-10-221-3/+4
| | | | | Usage is compiler command output, not diagnostics, so we shall output it to stdout. Also this makes: nim -h | less or nim -h | grep ... working.
* doc\advopt.txtAraq2015-10-221-0/+2
| | | | added --reportConceptFailures switch
* gangbang support for NimScriptAraq2015-09-081-2/+9
|
* Merge branch 'devel' into coroutinesrku2015-08-201-1/+1
|\
| * implements experimental new config system based on NimScriptAraq2015-08-161-1/+1
| |
* | Added fasm (external assembler) support.rku2015-07-311-0/+4
|/
* List warnings & hints via --(hints|warnings):listAdam Strzelecki2015-07-031-2/+16
| | | | | Hints and warnings can be now listed using --warnings:list and --hints:list printing names and checkboxes indicating which of these are enabled.
* Introduce NotesVerbosity defining verbosity levelsAdam Strzelecki2015-07-031-2/+13
| | | | | | | | | | | | | | This solves two issues: 1. Some notes were enabled explicitly for some verbosity levels, so --hintName:on has no effect if verbosity level was too low. 2. Verbosity level for notes is not longer scattered across the source code, instead if now lives in msgs.nim NotesVerbosity array 3. Individual note settings have stronger effect than verbosity setting, so --hintName:off will disable hint regardless of high verbosity setting, and vice-versa --hintName:on will enable hint even on low verbosity setting.
* Change --useColors to --colors:on|off and add helpAdam Strzelecki2015-06-241-3/+1
| | | | | | | | Since we introduced automatic colors on terminals (via isatty) there is no way to turn it off, since (undocumented) --useColors just turns them on. This replaces --useColors with --colors:on|off, so anyone who prefers non-colored compiler messages may now turn it off now.
* use linenoise instead of GNU readlineAraq2015-06-211-1/+1
|
* Merge branch 'devel' into gogcStefan Talpalaru2015-06-151-0/+3
|\
| * Colors!Ryan Gonzalez2015-06-021-0/+3
| |
* | the Go GC - initial implementationStefan Talpalaru2015-05-311-1/+6
|/
* Add path directive to allow inclusion of config file's path itselftransfuturist2015-05-141-2/+4
|
* fixes #2569Araq2015-04-231-3/+1
|
* re-enable git hash compiler infoAraq2015-04-111-3/+3
|
* preparations for better gcsafety messagesAraq2015-04-041-89/+89
|
* don't use stdout for nimsuggest server modeAraq2015-02-271-1/+1
|
* improved --debugger switch; updated release planAraq2015-02-271-5/+15
|
* fixes #2102Araq2015-02-131-9/+9
|
* configuration system supports %= to access environment variablesAraq2015-02-071-1/+1
|
* nimsuggest: sane dirty buffer handlingAraq2015-01-291-4/+5
|
* nimsuggest: first versionAraq2015-01-271-11/+9
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* implemented 'experimental' switchAraq2014-12-051-0/+4
|
* Merge branch 'devel' into bigbreakAraq2014-10-201-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * default to warnGcUnsafe for threads:onAraq2014-10-191-1/+3
| |
* | nimfix now in its own directory; single file mode now the defaultAraq2014-10-051-1/+3
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-2/+2
|\| | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim
| * Disable git hashing in the version commandVarriount2014-09-281-2/+2
| |
* | nimfix handles helloworldAraq2014-09-061-2/+1
| |
* | fixes #903, fixes #1513Araq2014-09-031-2/+32
| |
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-6/+7
| |