Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gogc: GCC-8.2.0 compatibility and other improvements (#9211) | Ștefan Talpalaru | 2018-10-11 | 1 | -2/+4 |
| | | | | | | | | - Go's write barriers are now plugged-in in all the relevant points - "gcGo" is correctly classified by usesWriteBarrier() - some gogc structures and functions now use golib wrappers to keep GCC version-specific conditions out of the compiler/stdlib code - we no longer allow mixing the C malloc with Go's - fix a problem with string copying | ||||
* | Removed optUseNimNamespace, removed useless nil check | Giovanni | 2018-09-16 | 1 | -1/+0 |
| | |||||
* | improve the compiler option "cppCompileToNamespace", a custom namespace can ↵ | Giovanni | 2018-09-15 | 1 | -0/+1 |
| | | | | now be set | ||||
* | Merge pull request #8875 from awr1/experimentalize-reorder | Andreas Rumpf | 2018-09-15 | 1 | -1/+2 |
|\ | | | | | Experimentalize reorder (Changes {.reorder: on.} to {.experimental: "codeReordering".}) | ||||
| * | Merge branch 'devel' into experimentalize-reorder | awr1 | 2018-09-04 | 1 | -7/+27 |
| |\ | |||||
| * | | transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests | awr | 2018-09-04 | 1 | -1/+2 |
| | | | |||||
* | | | fixes bootstrapping problems | Araq | 2018-09-07 | 1 | -1/+1 |
| | | | |||||
* | | | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -88/+95 |
| |/ |/| | | | | | between modules | ||||
* | | system.compileDate and compileTime are in UTC; fixes #7305; docgen supports ↵ | Andreas Rumpf | 2018-09-03 | 1 | -0/+19 |
| | | | | | | | | SOURCE_DATE_EPOCH, fixes #3113 | ||||
* | | make config.nims behave like nim.cfg in terms of where these scripts are ↵ | Timothee Cour | 2018-08-30 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | searched / run (#8682) * run project config.nims if exists, then inputfile.nims if exists * ~/.config/nim/config.nims can now be used * also check in getSystemConfigPath for config.nims * refactor handleCmdLine for nim and nimsuggest | ||||
* | | fixes merge conflict | Andreas Rumpf | 2018-08-19 | 1 | -17/+36 |
|\| | |||||
| * | implements 'case statement macros' in order to encourage the development of ↵ | Andreas Rumpf | 2018-08-16 | 1 | -2/+2 |
| | | | | | | | | pattern matching mechanisms that are not terrible to look at | ||||
| * | put the new for loop macros under an experimental switch named 'forLoopMacros' | Andreas Rumpf | 2018-08-15 | 1 | -2/+4 |
| | | |||||
| * | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -1/+2 |
| | | |||||
| * | fixes #8599 | Andreas Rumpf | 2018-08-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' into araq-misc | Andreas Rumpf | 2018-08-10 | 1 | -1/+1 |
| |\ | |||||
| | * | Uses XDG_CACHE_HOME if available (#8585) | alaviss | 2018-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * compiler/options: use XDG_CACHE_HOME if set * doc/nimc: update documentation | ||||
| | * | fixes the new nimcache handling | Araq | 2018-08-08 | 1 | -1/+2 |
| | | | |||||
| | * | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentation | Andreas Rumpf | 2018-08-08 | 1 | -2/+12 |
| | | | |||||
| | * | introduce the --define 'osx' as an alias for 'macosx' | Andreas Rumpf | 2018-08-08 | 1 | -0/+1 |
| | | | |||||
| * | | make nimsuggest go up in the directory tree in order to determine the main ↵ | Andreas Rumpf | 2018-08-10 | 1 | -12/+16 |
| | | | | | | | | | | | | .nim file | ||||
| * | | fixes the new nimcache handling | Araq | 2018-08-07 | 1 | -1/+2 |
| | | | |||||
| * | | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentation | Andreas Rumpf | 2018-08-06 | 1 | -2/+12 |
| | | | |||||
| * | | introduce the --define 'osx' as an alias for 'macosx' | Andreas Rumpf | 2018-08-06 | 1 | -0/+1 |
| |/ | |||||
* | | make at least bootstrapping work | Araq | 2018-08-05 | 1 | -4/+20 |
|\| | |||||
| * | fixes #7827, bindSym enhancement (#8499) | andri lim | 2018-08-02 | 1 | -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 Cour | 2018-07-30 | 1 | -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ård | 2018-07-30 | 1 | -1/+16 |
| | | |||||
* | | refactorings in preparations for the new runtime | Andreas Rumpf | 2018-07-10 | 1 | -3/+3 |
|/ | |||||
* | code cleanup: remove newScopeForIf switch | Andreas Rumpf | 2018-07-04 | 1 | -2/+0 |
| | |||||
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -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 ↵ | Araq | 2018-06-14 | 1 | -18/+14 |
| | | | | paths; refs #7250 | ||||
* | implements a --nep1:on switch to make the compiler enforce the naming ↵ | Andreas Rumpf | 2018-06-13 | 1 | -2/+1 |
| | | | | conventions outlined in NEP-1 | ||||
* | fixes yet another merge conflict | Araq | 2018-06-11 | 1 | -2/+1 |
|\ | |||||
| * | Removed oldIterTranf feature | Yuriy Glukhov | 2018-06-10 | 1 | -2/+1 |
| | | |||||
* | | record cppdefine for incremental compilation | Andreas Rumpf | 2018-06-10 | 1 | -3/+0 |
| | | |||||
* | | implement passL and passC for the compilation cache | Andreas Rumpf | 2018-06-10 | 1 | -5/+1 |
| | | |||||
* | | fixex merge conflicts | Araq | 2018-06-08 | 1 | -1/+2 |
|\| | |||||
| * | Merge pull request #7770 from yglukhov/yield-in-try | Andreas Rumpf | 2018-06-05 | 1 | -1/+2 |
| |\ | | | | | | | Yield in try | ||||
| | * | Merge branch 'devel' into yield-in-try | Yuriy Glukhov | 2018-05-15 | 1 | -169/+234 |
| | |\ | |||||
| | * | | Closure iter transformation | Yuriy Glukhov | 2018-05-09 | 1 | -1/+2 |
| | | | | |||||
* | | | | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -0/+13 |
| | | | | |||||
* | | | | document how the incremental compilation scheme could work | Andreas Rumpf | 2018-06-01 | 1 | -10/+13 |
| | | | | |||||
* | | | | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -2/+2 |
| | | | | |||||
* | | | | 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 |
| | | | |