Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #11833 (#12018) | Andreas Rumpf | 2019-08-24 | 1 | -2/+0 |
| | |||||
* | - adding _actual as a suffix only for calls to an actual proc and not ↵ | Viktor Kirilov | 2019-08-23 | 3 | -5/+10 |
| | | | | | | through a global function pointer - fixes https://github.com/nim-lang/Nim/issues/11996 (#12007) - adding forward declarations for reloadable functions within a module - fix compilation errors when 2 such functions reference each other - fixes https://github.com/nim-lang/Nim/issues/11608 - preserve permissions of copied executable binaries | ||||
* | Add build support for FreeBSD/PowerPC64 (#12011) | Andreas Rumpf | 2019-08-23 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | * Add build support for FreeBSD PowerPC64 * Add build support for FreeBSD PowerPC64 * Add build support for FreeBSD PowerPC64 | ||||
| * | Add build support for FreeBSD PowerPC64 | lenoil98 | 2019-08-23 | 1 | -1/+1 |
| | | |||||
* | | fixes #11958 (#12013) | Andreas Rumpf | 2019-08-23 | 1 | -12/+11 |
| | | |||||
* | | new gensym handling (#11985) | Andreas Rumpf | 2019-08-23 | 8 | -28/+71 |
| | | | | | | | | | | | | | | | | | | | | | | * new .gensym implementation * make astspec test green again * introduce a --useVersion switch to group compatibility switches * fixes #10180 * fixes #11494 * fixes #11483 * object constructor fields and named parameters are also not gensym'ed * disabled broken package | ||||
* | | fixes #10854 | Andreas Rumpf | 2019-08-22 | 1 | -4/+2 |
|/ | |||||
* | fix compiletimeFFI (#11991) | Timothee Cour | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Consider range type of runtime discrim [feature] (#11432) | Oscar Nihlgård | 2019-08-20 | 1 | -16/+45 |
| | |||||
* | Nimpretty: fix #11937 (#11978) | Andreas Rumpf | 2019-08-20 | 1 | -8/+8 |
|\ | | | | | | | | | | | | | | | | | * cosmetic improvements * remove unused imports * make 'openPars' and 'closedPars' more readable * nimpretty: fix #11937 (wrong indentation) | ||||
| * | nimpretty: fix #11937 (wrong indentation) | narimiran | 2019-08-19 | 1 | -0/+3 |
| | | |||||
| * | cosmetic improvements | narimiran | 2019-08-19 | 1 | -8/+5 |
| | | | | | | | | | | * remove unused imports * make 'openPars' and 'closedPars' more readable | ||||
* | | fixes #11972 | Araq | 2019-08-20 | 1 | -0/+2 |
| | | |||||
* | | nim check, fix #11927, no more empty strings (#11979) | Miran | 2019-08-19 | 1 | -1/+3 |
|/ | |||||
* | Implement isExported for symbols in macros (#11963) | nc-x | 2019-08-18 | 1 | -1/+10 |
| | | | | | | | | * Implement isExported for macros * Reimplement isExported using VM callback mechanism * VM does not support exceptions, use stacktrace() instead. | ||||
* | fixes #11872; include now gives a proper error message for all invalid infix ↵ | nc-x | 2019-08-17 | 1 | -0/+2 |
| | | | | operators (#11965) | ||||
* | Fixes #11118 (#11964) | Andreas Rumpf | 2019-08-17 | 1 | -6/+5 |
|\ | | | | | | | | | | | * fixes #11118 * Reset closure iter exception before rethrowing | ||||
| * | Reset closure iter exception before rethrowing | Yuriy Glukhov | 2019-08-16 | 1 | -6/+5 |
| | | |||||
* | | Remove duplicate line number from 'invalid forward declaration' error (#11966) | nc-x | 2019-08-17 | 2 | -6/+7 |
| | | |||||
* | | fixes 'e' command handling; now only does what advopt.txt claims it does ↵ | Andreas Rumpf | 2019-08-16 | 2 | -11/+12 |
| | | | | | | | | | | | | | | (#11961) * fixes 'e' command handling; now only does what advopt.txt claims it does * address Timothee's remark | ||||
* | | fixes #11819 | Araq | 2019-08-16 | 1 | -0/+1 |
| | | |||||
* | | fixes #1188 | Araq | 2019-08-16 | 1 | -1/+1 |
| | | |||||
* | | genSym symbols rendered as b1_416049 instead of b1416049 (#11960) | Timothee Cour | 2019-08-16 | 1 | -7/+12 |
|/ | |||||
* | fixes #10053 (#11951) | Timothee Cour | 2019-08-15 | 3 | -2/+16 |
| | |||||
* | refs #11947; FieldError fixed (#11950) | Timothee Cour | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | fixes #11942 (#11945) | Arne Döring | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | Make name mangling reversable unambiguously (#11939) [bugfix] | Clyybber | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | fixes #10689 | Araq | 2019-08-12 | 1 | -1/+5 |
| | |||||
* | fixes #11254 | Araq | 2019-08-12 | 3 | -12/+20 |
| | |||||
* | fixes #11891 | Andreas Rumpf | 2019-08-10 | 3 | -2/+10 |
| | |||||
* | fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport] | Araq | 2019-08-09 | 3 | -8/+6 |
| | |||||
* | make tests green again on 32bit systems | Araq | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | merged #11813 manually [bugfix] | Andreas Rumpf | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | [refactoring] compiler: simplified markUsed | Andreas Rumpf | 2019-08-08 | 9 | -50/+50 |
| | |||||
* | fixes #11809 | Andreas Rumpf | 2019-08-08 | 4 | -27/+49 |
| | |||||
* | removed unused imports [refactoring] | Andreas Rumpf | 2019-08-08 | 8 | -10/+8 |
| | |||||
* | Lock semchecked ast for macros (#11883) [bugfix] | Arne Döring | 2019-08-08 | 3 | -18/+36 |
| | | | | | | * reject to modify type checked AST * add flag to back out * Introduce legacy feature set. | ||||
* | fix crash on sigmatch (#11913) | Timothee Cour | 2019-08-08 | 2 | -3/+4 |
| | |||||
* | delete expensive call (#11909) [refactoring] | Arne Döring | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Incremental compilation (IC): Improvements (#11881) | Andreas Rumpf | 2019-08-08 | 7 | -77/+87 |
| | | | | | | | | | | | | | | | | | | | * IC: C codegen is aware of IC * manual: minor change to make VSCode's RST plugin render it properly * IC: minor refactoring * testament: code refactorings * rodutils: removed dead code * IC: always build the compiler with the IC feature * IC: C codegen improvements * IC: implement the undocumented -d:nimMustCache option for testing purposes * IC: added first basic tests * IC: extensive testing of the deserialization feature * testament: refactoring; better IC tests * IC: removes 'nimMustCache' flag; readonly does the same * testament: minor refactoring * update Nimble version * testament: removed dead code and imports; IC: added simple test * IC: progress | ||||
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 29 | -275/+513 |
| | | | | * fixes #11847 | ||||
* | disallow static in return type (#9686) [nobackport] | Arne Döring | 2019-08-06 | 2 | -1/+6 |
| | |||||
* | fixes #11817 (#11889) | Andreas Rumpf | 2019-08-05 | 1 | -8/+5 |
| | |||||
* | Add build support for Linux/ia64 (#11880) [feature] | John Paul Adrian Glaubitz | 2019-08-04 | 1 | -1/+1 |
| | | | | | * compiler: Add ia64 as target architecture on Linux * build.sh: Enable CPU detection for ia64 | ||||
* | fixes #9829 (#11849) | Arne Döring | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Allow typeof(nil) as generic parameter (#11869) | Oscar Nihlgård | 2019-08-03 | 1 | -2/+0 |
| | |||||
* | VM exception fixes (#11868) | Oscar Nihlgård | 2019-08-02 | 2 | -2/+14 |
| | |||||
* | Fix VM conversion to var type [bugfix] (#11866) | Oscar Nihlgård | 2019-08-01 | 1 | -2/+2 |
| | |||||
* | IR: minor refactoring | Andreas Rumpf | 2019-07-27 | 1 | -1/+4 |
| | |||||
* | IC: some progress | Andreas Rumpf | 2019-07-27 | 5 | -14/+12 |
| |