Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added getOrDefault; bootstrapping works again | Araq | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | split os into os and ospaths parts; ospaths is available for NimScript; ↵ | Araq | 2015-09-04 | 1 | -1/+3 |
| | | | | better NimScript support | ||||
* | simplify nimscript.nim | Araq | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | cleanup destructor building for arrays; still doesn't work | Araq | 2015-08-18 | 1 | -2/+1 |
| | |||||
* | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 1 | -1/+2 |
| | |||||
* | Reset terminal colors before running compiled program | def | 2015-07-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3020 from flaviut/rename-crc-to-hash | Andreas Rumpf | 2015-07-05 | 1 | -1/+1 |
|\ | | | | | CRC -> Hash | ||||
| * | CRC -> Hash | Flaviu Tamas | 2015-07-03 | 1 | -1/+1 |
| | | |||||
* | | Introduce NotesVerbosity defining verbosity levels | Adam Strzelecki | 2015-07-03 | 1 | -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 #2633 | Araq | 2015-07-03 | 1 | -1/+1 |
|/ | |||||
* | Clean up stdin file reading of compiler. | def | 2015-05-16 | 1 | -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 ... | def | 2015-03-28 | 1 | -0/+1 |
| | | | | | | ... so that symbols such as "cpp" are defined Fixes #1460 | ||||
* | fixes #1868 | Araq | 2015-03-12 | 1 | -2/+4 |
| | |||||
* | When compiling from stdin write binary to stdinfile | def | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | fixes #1601 | Araq | 2015-02-05 | 1 | -1/+0 |
| | |||||
* | nimsuggest: sane dirty buffer handling | Araq | 2015-01-29 | 1 | -3/+3 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -12/+4 |
| | |||||
* | Merge pull request #1889 from ramnes/devel | Andreas Rumpf | 2015-01-07 | 1 | -1/+1 |
|\ | | | | | Happy new year! | ||||
| * | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | | |||||
* | | minor cleanups | Araq | 2015-01-07 | 1 | -20/+0 |
|/ | |||||
* | implemented mixed mode codegen | Araq | 2014-10-03 | 1 | -2/+0 |
| | |||||
* | Fix 'doc' command. | Dominik Picheta | 2014-09-13 | 1 | -0/+2 |
| | |||||
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -9/+1 |
| | |||||
* | some improvements for nimfix | Araq | 2014-09-09 | 1 | -3/+0 |
| | |||||
* | nimfix handles helloworld | Araq | 2014-09-06 | 1 | -36/+1 |
| | |||||
* | fixes #903, fixes #1513 | Araq | 2014-09-03 | 1 | -6/+0 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | gpp -> gcc | EXetoC | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | fixed constant typo (SimulateCaasMemReset) | Simon Hafner | 2014-05-02 | 1 | -3/+3 |
| | |||||
* | compiler prepared for the new comment handling | Araq | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | case consistency for evalffi | Araq | 2014-02-01 | 1 | -3/+4 |
| | |||||
* | it's the year 2014 | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -7/+7 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -52/+52 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -16/+16 |
| | |||||
* | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -26/+32 |
|\ | | | | | | | | | Conflicts: web/news.txt | ||||
| * | Added jsondoc compiler switch | Erik O'Leary | 2013-12-12 | 1 | -26/+32 |
| | | | | | | | | Outputs top-level exported information in JSON | ||||
* | | Merge branch 'master' into vm2 | Araq | 2013-12-13 | 1 | -1/+3 |
|\| | |||||
| * | in successful compilations with verbosity:0, all output is suppressed ↵ | Zahary Karadjov | 2013-12-10 | 1 | -1/+3 |
| | | | | | | | | (useful for combing with --run) | ||||
* | | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -1/+1 |
|/ | |||||
* | Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14 | Zahary Karadjov | 2013-08-07 | 1 | -1/+5 |
| | |||||
* | 'nimrod pretty': next steps, doesn't work yet | Araq | 2013-07-29 | 1 | -0/+1 |
| | |||||
* | 'nimrod pretty' command: next steps | Araq | 2013-07-29 | 1 | -2/+9 |
| | |||||
* | 'modules' module from 'main'; minor bugfixes | Araq | 2013-07-20 | 1 | -210/+7 |
| | |||||
* | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -0/+12 |
| | |||||
* | fix compiling after suggest | Zahary Karadjov | 2013-05-05 | 1 | -23/+17 |
| | |||||
* | support suggest after compile in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -1/+6 |
| | |||||
* | bugfix: compiling after idetools usage is now possible in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -0/+10 |
| | |||||
* | experimental support for answering idetools --def requests from | Zahary Karadjov | 2013-05-04 | 1 | -8/+12 |
| | | | | an in-memory index built during compilation in caas mode |