Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce --newruntime switch for the upcoming destructors and move semantics | Andreas Rumpf | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | code cleanups for the upcoming reworked destructors | Andreas Rumpf | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | initial version of the new untested destructor pass | Andreas Rumpf | 2017-10-12 | 1 | -0/+1 |
| | |||||
* | added 'nim jsonscript' feature | Andreas Rumpf | 2017-09-23 | 1 | -1/+2 |
| | |||||
* | only replace the tilde when followed by a slash; refs #6176 | Araq | 2017-09-03 | 1 | -2/+2 |
| | |||||
* | WIP: --gc:regions instead of --gc:stack | Araq | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | review and merge zahary's work (#5849) | zah | 2017-06-03 | 1 | -0/+3 |
| | | | | | | | | | * proper indentation for the generated JS code * improved dead-code elimination for JavaScript * test the JS dead-code elimination A new test spec has been added - "maxcodesize". It specifies the maximum size of the generated code in bytes. | ||||
* | restore compilation and make all concepts tests green | Zahary Karadjov | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | kill the reportConceptFailures options as it will be replaced by the ↵ | Zahary Karadjov | 2017-03-24 | 1 | -1/+0 |
| | | | | .explain. pragma | ||||
* | nimsuggest: when invoked with a directory, detect the main nim file on its own | Andreas Rumpf | 2017-03-14 | 1 | -0/+17 |
| | |||||
* | new debugging helper to replace and friends | Zahary Karadjov | 2017-03-10 | 1 | -5/+0 |
| | |||||
* | nimsuggest: structured error reporting; EPC mode still fails | Andreas Rumpf | 2017-03-03 | 1 | -2/+4 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-24 | 1 | -17/+11 |
|\ | |||||
| * | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -17/+11 |
| | | |||||
* | | nimsuggest: added --refresh command line option; added 'known' command; ↵ | Andreas Rumpf | 2017-02-22 | 1 | -1/+3 |
|/ | | | | fixes 'chck' command for EPC | ||||
* | refactoring: explict config state instead of globals | Andreas Rumpf | 2017-02-01 | 1 | -1/+12 |
| | |||||
* | Correct the spelling of the word 'overridden'. (#5212) | mfxmfx | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | compiler API: introduce options.disableNmiblePath | Araq | 2017-01-06 | 1 | -0/+6 |
| | |||||
* | fixes the regressions introduced by fix for #5076 | Araq | 2016-11-30 | 1 | -1/+10 |
| | |||||
* | Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. | Yuriy Glukhov | 2016-11-30 | 1 | -11/+0 |
| | |||||
* | fixes #5076 | Araq | 2016-11-30 | 1 | -2/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-11-24 | 1 | -2/+2 |
| | |||||
* | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 1 | -1/+2 |
| | |||||
* | some attempts to make symbolfiles work again | Araq | 2016-08-13 | 1 | -0/+6 |
| | |||||
* | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 1 | -6/+6 |
| | |||||
* | get rid of deprecated toLower/toUpper | Andreas Rumpf | 2016-07-19 | 1 | -3/+3 |
| | |||||
* | fixes #4485; package handling works better; docgen works with --project on ↵ | Andreas Rumpf | 2016-07-19 | 1 | -48/+2 |
| | | | | Nimble package level | ||||
* | findExe() now by default follows symlinks. | Hans Raaf | 2016-07-17 | 1 | -3/+1 |
| | |||||
* | Nimscript: added support for 'patchFile' | Andreas Rumpf | 2016-07-09 | 1 | -0/+10 |
| | |||||
* | adds --excessiveStackTrace:on|off flag for nim | Parashurama | 2016-06-11 | 1 | -0/+2 |
| | | | | display absolute file path in error messages. | ||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 1 | -0/+15 |
| | |||||
* | beginnings of --gc:stack | Andreas Rumpf | 2016-03-12 | 1 | -1/+2 |
| | |||||
* | Added --noCppExceptions switch | Ruslan Mustakov | 2016-02-18 | 1 | -0/+1 |
| | |||||
* | first version of an PHP codegen | Andreas Rumpf | 2016-02-06 | 1 | -1/+3 |
| | |||||
* | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | Modified setDefaultLibpath to search using findExe"nim". | Dominik Picheta | 2015-11-07 | 1 | -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' features | Araq | 2015-11-01 | 1 | -1/+10 |
| | |||||
* | doc\advopt.txt | Araq | 2015-10-22 | 1 | -1/+1 |
| | | | | added --reportConceptFailures switch | ||||
* | added getOrDefault; bootstrapping works again | Araq | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | nimsuggest: added 'dus' command that combines 'def' and 'use' | Araq | 2015-10-12 | 1 | -1/+3 |
| | |||||
* | improvements for NimScript support | Araq | 2015-09-03 | 1 | -0/+11 |
| | |||||
* | first implementation of write tracking and escape analysis; still disabled | Araq | 2015-08-31 | 1 | -0/+1 |
| | |||||
* | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 1 | -3/+3 |
| | |||||
* | Added absolute path support to options.findFile | Anatoly Galiulin | 2015-07-21 | 1 | -5/+8 |
| | |||||
* | Turn optPrintSurroundingSrc into hintSource | Adam Strzelecki | 2015-07-03 | 1 | -3/+0 |
| | | | | | So surrounding source printing can be enabled for lower verbosity levels explicitly. | ||||
* | fixed indentation | Araq | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | renamed writeln to writeLine in compiler | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into gogc | Stefan Talpalaru | 2015-06-15 | 1 | -2/+9 |
|\ | |||||
| * | Introduce gPrefixDir for nimsuggest. | Dominik Picheta | 2015-06-14 | 1 | -2/+8 |
| | | |||||
| * | Colors! | Ryan Gonzalez | 2015-06-02 | 1 | -0/+1 |
| | |