summary refs log tree commit diff stats
path: root/compiler/main.nim
Commit message (Collapse)AuthorAgeFilesLines
* Reset terminal colors before running compiled programdef2015-07-101-0/+1
|
* Merge pull request #3020 from flaviut/rename-crc-to-hashAndreas Rumpf2015-07-051-1/+1
|\ | | | | CRC -> Hash
| * CRC -> HashFlaviu Tamas2015-07-031-1/+1
| |
* | Introduce NotesVerbosity defining verbosity levelsAdam Strzelecki2015-07-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | fixes #2633Araq2015-07-031-1/+1
|/
* Clean up stdin file reading of compiler.def2015-05-161-1/+1
| | | | | Uses "stdinfile" as the module identifier now, which prevents problems with - colliding with the minus operator. This fixes #2422 and #2702.
* Initialize c compiler variables later ...def2015-03-281-0/+1
| | | | | | ... so that symbols such as "cpp" are defined Fixes #1460
* fixes #1868Araq2015-03-121-2/+4
|
* When compiling from stdin write binary to stdinfiledef2015-02-281-1/+1
|
* fixes #1601Araq2015-02-051-1/+0
|
* nimsuggest: sane dirty buffer handlingAraq2015-01-291-3/+3
|
* nimsuggest: first versionAraq2015-01-271-12/+4
|
* Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-071-1/+1
|\ | | | | Happy new year!
| * Happy new year!Guillaume Gelin2015-01-061-1/+1
| |
* | minor cleanupsAraq2015-01-071-20/+0
|/
* implemented mixed mode codegenAraq2014-10-031-2/+0
|
* Fix 'doc' command.Dominik Picheta2014-09-131-0/+2
|
* 'pretty' command does not exist anymore; improvements for nimfixAraq2014-09-101-9/+1
|
* some improvements for nimfixAraq2014-09-091-3/+0
|
* nimfix handles helloworldAraq2014-09-061-36/+1
|
* fixes #903, fixes #1513Araq2014-09-031-6/+0
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* gpp -> gccEXetoC2014-05-091-1/+1
|
* fixed constant typo (SimulateCaasMemReset)Simon Hafner2014-05-021-3/+3
|
* compiler prepared for the new comment handlingAraq2014-04-301-0/+1
|
* case consistency for evalffiAraq2014-02-011-3/+4
|
* it's the year 2014Araq2014-01-191-1/+1
|
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
|
* case consistency: next stepsAraq2013-12-291-7/+7
|
* case consistency part 4Araq2013-12-271-52/+52
|
* case consistency part 1Araq2013-12-271-16/+16
|
* Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-26/+32
|\ | | | | | | | | Conflicts: web/news.txt
| * Added jsondoc compiler switchErik O'Leary2013-12-121-26/+32
| | | | | | | | Outputs top-level exported information in JSON
* | Merge branch 'master' into vm2Araq2013-12-131-1/+3
|\|
| * in successful compilations with verbosity:0, all output is suppressed ↵Zahary Karadjov2013-12-101-1/+3
| | | | | | | | (useful for combing with --run)
* | compiler bootstraps with new VMAraq2013-10-151-1/+1
|/
* Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-071-1/+5
|
* 'nimrod pretty': next steps, doesn't work yetAraq2013-07-291-0/+1
|
* 'nimrod pretty' command: next stepsAraq2013-07-291-2/+9
|
* 'modules' module from 'main'; minor bugfixesAraq2013-07-201-210/+7
|
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-0/+12
|
* fix compiling after suggestZahary Karadjov2013-05-051-23/+17
|
* support suggest after compile in caas modeZahary Karadjov2013-05-051-1/+6
|
* bugfix: compiling after idetools usage is now possible in caas modeZahary Karadjov2013-05-051-0/+10
|
* experimental support for answering idetools --def requests fromZahary Karadjov2013-05-041-8/+12
| | | | an in-memory index built during compilation in caas mode
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-5/+35
| | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
* bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-081-2/+2
|
* next steps to make symbol files work againAraq2013-04-081-1/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-281-0/+1
|\