Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vm.nim: evalMacroCounter is not a global variable anymore | Andreas Rumpf | 2018-05-28 | 1 | -0/+1 |
| | |||||
* | refactoring: make projectMainIdx typesafe | Andreas Rumpf | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | more refactoring | Andreas Rumpf | 2018-05-27 | 1 | -0/+1 |
| | |||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -2/+34 |
| | |||||
* | fixes merge conflict | Andreas Rumpf | 2018-05-26 | 1 | -15/+2 |
|\ | |||||
| * | Use new binarySearch everywhere (#7876) | Dmitry Atamanov | 2018-05-25 | 1 | -14/+0 |
| | | |||||
| * | fixes #7696, add ConfigRef.arguments initialization (#7858) | andri lim | 2018-05-22 | 1 | -1/+2 |
| | | |||||
* | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals | Andreas Rumpf | 2018-05-18 | 1 | -20/+22 |
| | | |||||
* | | extccomp: no globals anymore | Araq | 2018-05-16 | 1 | -1/+42 |
|/ | |||||
* | make tests green on Unix | Andreas Rumpf | 2018-05-15 | 1 | -1/+6 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -1/+1 |
| | |||||
* | move more globals into the config object | Andreas Rumpf | 2018-05-13 | 1 | -41/+50 |
| | |||||
* | move more global variables into ConfigRef | Andreas Rumpf | 2018-05-11 | 1 | -56/+64 |
| | |||||
* | avoid more global variables | Andreas Rumpf | 2018-05-11 | 1 | -17/+16 |
| | |||||
* | guards.nim does compile | Andreas Rumpf | 2018-05-11 | 1 | -2/+10 |
| | |||||
* | big refactoring: magicsys compiles again | Andreas Rumpf | 2018-05-10 | 1 | -0/+6 |
| | |||||
* | big refactoring: parser compiles again | Andreas Rumpf | 2018-05-10 | 1 | -41/+96 |
| | |||||
* | remove hardly used TimeMachine feature | Andreas Rumpf | 2018-05-06 | 1 | -25/+0 |
| | |||||
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -0/+1 |
| | |||||
* | make 'not nil' experimental | Andreas Rumpf | 2018-05-02 | 1 | -1/+2 |
| | |||||
* | introduce --laxstrings switch for backwards compatibility | Araq | 2018-04-30 | 1 | -1/+2 |
| | |||||
* | refactoring: move 'argument' global into config object | Andreas Rumpf | 2018-04-24 | 1 | -0/+2 |
| | |||||
* | .experimental can now be used to enable specific features | Andreas Rumpf | 2018-04-24 | 1 | -3/+11 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+2 |
| | |||||
* | Remove PHP backend. (#7606) | treeform | 2018-04-18 | 1 | -1/+0 |
| | | | | | | | | | | * remove php * fix * keep nimphpext * remove targetJS enum | ||||
* | Nim namespace for cpp (#7453) | AdrianV | 2018-04-15 | 1 | -0/+1 |
| | | | | | - new option --usenamespace to generate nim cpp code in its own namespace Nim - minor changes for compatibility with the new Embarcadero = Borland C++-Builder (bcc) | ||||
* | the new feature's name is hotCodeReloading | Andreas Rumpf | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave | ||||
* | further steps in implementing sink parameters; refs #7041 | Araq | 2018-03-30 | 1 | -3/+4 |
| | |||||
* | fixes #7129 | Andreas Rumpf | 2018-01-30 | 1 | -0/+1 |
| | |||||
* | fixes #7089 | Andreas Rumpf | 2018-01-24 | 1 | -0/+1 |
| | |||||
* | introduce --symbolFiles:v2 as the next attempt to bring symbol files to Nim | Araq | 2018-01-11 | 1 | -1/+1 |
| | |||||
* | symbol files: introduce more switches for debugging | Andreas Rumpf | 2018-01-07 | 1 | -2/+8 |
| | |||||
* | add dynlibOverrideAll switch (#6873) | Charlie Barto | 2017-12-06 | 1 | -1/+2 |
| | |||||
* | WIP: Add a advanced compiler command 'ctags' (#6654) | Dmitry Atamanov | 2017-11-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 1 | -0/+1 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-10-02 | 1 | -1/+2 |
|\| | |||||
| * | added 'nim jsonscript' feature | Andreas Rumpf | 2017-09-23 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 1 | -3/+3 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-07-13 | 1 | -0/+3 |
|\| | |||||
| * | 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. | ||||
* | | precise stack scanning for Nim's GCs; work in progress | Andreas Rumpf | 2017-04-19 | 1 | -1/+2 |
|/ | |||||
* | 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 |
| |