summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
...
* | implement passL and passC for the compilation cacheAndreas Rumpf2018-06-101-5/+1
* | fixex merge conflictsAraq2018-06-081-1/+2
|\|
| * Merge pull request #7770 from yglukhov/yield-in-tryAndreas Rumpf2018-06-051-1/+2
| |\
| | * Merge branch 'devel' into yield-in-tryYuriy Glukhov2018-05-151-169/+234
| | |\
| | * | Closure iter transformationYuriy Glukhov2018-05-091-1/+2
* | | | incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-0/+13
* | | | document how the incremental compilation scheme could workAndreas Rumpf2018-06-011-10/+13
* | | | baby steps for incremental compilationAndreas Rumpf2018-05-301-2/+2
* | | | vm.nim: evalMacroCounter is not a global variable anymoreAndreas Rumpf2018-05-281-0/+1
* | | | refactoring: make projectMainIdx typesafeAndreas Rumpf2018-05-271-2/+2
* | | | more refactoringAndreas Rumpf2018-05-271-0/+1
* | | | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-2/+34
* | | | fixes merge conflictAndreas Rumpf2018-05-261-15/+2
|\| | |
| * | | Use new binarySearch everywhere (#7876)Dmitry Atamanov2018-05-251-14/+0
| * | | fixes #7696, add ConfigRef.arguments initialization (#7858)andri lim2018-05-221-1/+2
| | |/ | |/|
* | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-20/+22
* | | extccomp: no globals anymoreAraq2018-05-161-1/+42
|/ /
* | make tests green on UnixAndreas Rumpf2018-05-151-1/+6
* | options.nim: no global variables anymoreAndreas Rumpf2018-05-131-1/+1
* | move more globals into the config objectAndreas Rumpf2018-05-131-41/+50
* | move more global variables into ConfigRefAndreas Rumpf2018-05-111-56/+64
* | avoid more global variablesAndreas Rumpf2018-05-111-17/+16
* | guards.nim does compileAndreas Rumpf2018-05-111-2/+10
* | big refactoring: magicsys compiles againAndreas Rumpf2018-05-101-0/+6
* | big refactoring: parser compiles againAndreas Rumpf2018-05-101-41/+96
* | remove hardly used TimeMachine featureAndreas Rumpf2018-05-061-25/+0
|/
* compiler refactoring, pass config around explicitlyAndreas Rumpf2018-05-051-0/+1
* make 'not nil' experimentalAndreas Rumpf2018-05-021-1/+2
* introduce --laxstrings switch for backwards compatibilityAraq2018-04-301-1/+2
* refactoring: move 'argument' global into config objectAndreas Rumpf2018-04-241-0/+2
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-3/+11
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+2
* Remove PHP backend. (#7606)treeform2018-04-181-1/+0
* Nim namespace for cpp (#7453)AdrianV2018-04-151-0/+1
* the new feature's name is hotCodeReloadingAndreas Rumpf2018-04-131-1/+1
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-1/+2
* further steps in implementing sink parameters; refs #7041Araq2018-03-301-3/+4
* fixes #7129Andreas Rumpf2018-01-301-0/+1
* fixes #7089Andreas Rumpf2018-01-241-0/+1
* introduce --symbolFiles:v2 as the next attempt to bring symbol files to NimAraq2018-01-111-1/+1
* symbol files: introduce more switches for debuggingAndreas Rumpf2018-01-071-2/+8
* add dynlibOverrideAll switch (#6873)Charlie Barto2017-12-061-1/+2
* WIP: Add a advanced compiler command 'ctags' (#6654)Dmitry Atamanov2017-11-151-0/+1
* Merge branch 'devel' into araqAndreas Rumpf2017-11-021-0/+1
|\
| * introduce --newruntime switch for the upcoming destructors and move semanticsAndreas Rumpf2017-10-131-1/+1
| * code cleanups for the upcoming reworked destructorsAndreas Rumpf2017-10-121-1/+1
| * initial version of the new untested destructor passAndreas Rumpf2017-10-121-0/+1
* | Merge branch 'devel' into araqAndreas Rumpf2017-10-021-1/+2
|\|
| * added 'nim jsonscript' featureAndreas Rumpf2017-09-231-1/+2
* | Merge branch 'devel' into araqAndreas Rumpf2017-09-151-3/+3
|\|