summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Collapse)AuthorAgeFilesLines
* Uses XDG_CACHE_HOME if available (#8585)alaviss2018-08-091-1/+1
| | | | | | * compiler/options: use XDG_CACHE_HOME if set * doc/nimc: update documentation
* fixes the new nimcache handlingAraq2018-08-081-1/+2
|
* 'nimcache' defaults to ~/.cache on Posix; cleaned up documentationAndreas Rumpf2018-08-081-2/+12
|
* introduce the --define 'osx' as an alias for 'macosx'Andreas Rumpf2018-08-081-0/+1
|
* fixes #7827, bindSym enhancement (#8499)andri lim2018-08-021-1/+2
| | | | | | | | | | | | | | | | * bindSym power up, working prototype * update bindSym doc * add bindSym test * fix some typo * fix bindSym doc * get rid of specialops field from vm * add experimental: dynamicBindSym
* fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 ↵Timothee Cour2018-07-301-2/+2
| | | | | (#8423) add --git.devel option to override doc generated "edit" links; add --nimCompiler option to nimweb
* Fix path resolution of submodules in the std namespace (#8453)Oscar Nihlgård2018-07-301-1/+16
|
* code cleanup: remove newScopeForIf switchAndreas Rumpf2018-07-041-2/+0
|
* Nintendo switch support (#8069)Joey2018-06-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add config section for Nintendo Switch * Add compiler configuration for Nintendo Switch and it's CPU * Add specific lib code for Nintendo Switch * Add GC support for Nintendo Switch * Update changelog for Nintendo Switch * Update changelog with more info about fixed paths * Cleaned up GC memory management a bit * Relocate docs for Switch * Rename aarch64NoneElfGcc to nintendoSwitchGCC * Remove armv8a57 * Fix installer.ini * Reuse code in linux and amd64 * Add posix defs for nintendo switch * Add more defined sections for nintendo switch * Remove old comment * Add what's not supported for Nintendo Switch docs * Make nintendoswitch == posix * Remove DEVKITPRO references from nim.cfg * Make PR extccomp changes * Remove Result type alias * Add separate switch consts file * Update docs for nintendo switch * Fix travis errors with undefined consts and add correct wait.h procs
* implements pkg/ prefix to enforce searching for the module ignore the stdlib ↵Araq2018-06-141-18/+14
| | | | paths; refs #7250
* implements a --nep1:on switch to make the compiler enforce the naming ↵Andreas Rumpf2018-06-131-2/+1
| | | | conventions outlined in NEP-1
* fixes yet another merge conflictAraq2018-06-111-2/+1
|\
| * Removed oldIterTranf featureYuriy Glukhov2018-06-101-2/+1
| |
* | record cppdefine for incremental compilationAndreas Rumpf2018-06-101-3/+0
| |
* | 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
| |\ | | | | | | Yield in try
| | * 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
| | | | | | | | | | * remove php * fix * keep nimphpext * remove targetJS enum
* Nim namespace for cpp (#7453)AdrianV2018-04-151-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 hotCodeReloadingAndreas Rumpf2018-04-131-1/+1
|
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-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