summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Nimrod renamed to NimAraq2014-08-281-2/+2
| |
* | renamefestAraq2014-08-231-1/+1
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-0/+3
|
* Update commands.nimVarriount2014-08-021-2/+0
|
* Clean up moreClay Sweetser2014-07-291-2/+2
|
* Clean up a bit.Clay Sweetser2014-07-291-5/+5
|
* Fix #813Clay Sweetser2014-07-291-3/+9
| | | | Also add a notice that the linked list stuff in the compiler should be (one day) removed.
* fixed build configuration detectionAraq2014-07-011-19/+24
|
* Adds git hash to compiler's version switch. Refs #1119.Grzegorz Adam Hankiewicz2014-04-221-0/+5
|
* Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-201-0/+22
|
* merged better html links #850Araq2014-04-081-0/+3
|
* it's the year 2014Araq2014-01-191-1/+1
|
* resolved conflicts with masterAraq2014-01-181-3/+6
|\
| * Added --noBabelPath override.Dominik Picheta2013-12-251-1/+4
| |
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-9/+9
| |
* | case consistency: next stepsAraq2013-12-291-8/+8
| |
* | case consistency part 4Araq2013-12-271-46/+46
| |
* | case consistency part 1Araq2013-12-271-41/+41
| |
* | next steps for FFI supportAraq2013-11-251-3/+3
|/