Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more arc features (#13098) | Andreas Rumpf | 2020-01-10 | 1 | -1/+5 |
| | | | | | * config update * ARC now supports 'repr' and 'new' with finalizers is supported | ||||
* | fix enumtostr crash for enum-range (#13035) | Jasper Jenkins | 2020-01-05 | 1 | -1/+1 |
| | |||||
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -2/+5 |
| | | | | | This implements "deterministic" exception handling for Nim based on goto instead of setjmp. This means raising an exception is much cheaper than in C++'s table based implementations. Supports hard realtime systems. Default for --gc:arc and the C target because it's generally a good idea and arc is all about deterministic behavior. Note: This implies that fatal runtime traps are not catchable anymore! This needs to be documented. | ||||
* | fixes another regression | Araq | 2019-12-24 | 1 | -4/+11 |
| | |||||
* | fixes a silly regression | Araq | 2019-12-24 | 1 | -1/+3 |
| | |||||
* | a better bugfix | Araq | 2019-12-24 | 1 | -30/+33 |
| | |||||
* | fixes a regression | Araq | 2019-12-24 | 1 | -4/+4 |
| | |||||
* | fixes #12826 | Araq | 2019-12-24 | 1 | -18/+33 |
| | |||||
* | fixes #12899 (#12921) | Andreas Rumpf | 2019-12-18 | 1 | -2/+4 |
| | | | | | | * fixes #12899 * fixes regression: destroy global variables in reverse declaration order, closureleak test relies on it | ||||
* | ARC: cycle detector (#12823) | Andreas Rumpf | 2019-12-17 | 1 | -16/+26 |
| | | | | | | | | | | | | | * first implementation of the =trace and =dispose hooks for the cycle collector * a cycle collector for ARC: progress * manual: the .acyclic pragma is a thing once again * gcbench: adaptations for --gc:arc * enable valgrind tests for the strutils tests * testament: better valgrind support * ARC refactoring: growable jumpstacks * ARC cycle detector: non-recursive algorithm * moved and renamed core/ files back to system/ * refactoring: --gc:arc vs --gc:orc since 'orc' is even more experimental and we want to ship --gc:arc soonish | ||||
* | better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799) | Andreas Rumpf | 2019-12-05 | 1 | -36/+40 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -300/+298 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | conversions to unsigned numbers are not checked anymore; implements /… ↵ | Andreas Rumpf | 2019-11-20 | 1 | -1/+2 |
| | | | | | | | | (#12688) [backport] * conversions to unsigned numbers are not checked anymore; implements / fixes https://github.com/nim-lang/RFCs/issues/175 * change the spec yet again to be less consistent but to make more sense; updated the changelog | ||||
* | --gc:destructors: simple closures work | Andreas Rumpf | 2019-11-02 | 1 | -2/+0 |
| | |||||
* | --gc:destructors now means Nim uses pure refcounting (#12557) | Andreas Rumpf | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | refactoring: use the new strings and seqs when optSeqDestructors is active | Araq | 2019-10-20 | 1 | -20/+20 |
| | |||||
* | refactoring: --newruntime consists of 3 different switches | Araq | 2019-10-20 | 1 | -5/+5 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -11/+11 |
| | | | | | * Remove sonsLen * Use Indexable | ||||
* | fixes a critical --gc:boehm regression | Andreas Rumpf | 2019-09-06 | 1 | -1/+3 |
| | |||||
* | allows access to .compileTime vars at runtime (#12128) | Andreas Rumpf | 2019-09-05 | 1 | -0/+3 |
| | |||||
* | fix min/max for float numbers (#12068) | Arne Döring | 2019-09-02 | 1 | -6/+1 |
| | |||||
* | gc:destructors progress | Araq | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | fixes #12042 (#12083) | Andreas Rumpf | 2019-08-29 | 1 | -1/+1 |
| | | | | | | * fixes #12042 * make tests green again | ||||
* | Fix to int to biggest int (#12066) | Arne Döring | 2019-08-27 | 1 | -9/+1 |
| | | | | | * fix to(Biggest)Int * kill toFloat magics as well | ||||
* | fixes #10053 (#11951) | Timothee Cour | 2019-08-15 | 1 | -1/+2 |
| | |||||
* | fixes #11891 | Andreas Rumpf | 2019-08-10 | 1 | -0/+4 |
| | |||||
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -1/+4 |
| | | | | * fixes #11847 | ||||
* | fixes #11745 | Araq | 2019-07-19 | 1 | -1/+6 |
| | |||||
* | make 'koch temp' work again | Araq | 2019-07-14 | 1 | -2/+5 |
| | |||||
* | [refactoring] moves transformation for 'spawn' into its own spawn.nim ↵ | Araq | 2019-07-14 | 1 | -1/+1 |
| | | | | implementation | ||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -9/+9 |
| | | | | --styleCheck:error | ||||
* | Offsetof fixes (#11690) | Arne Döring | 2019-07-09 | 1 | -0/+16 |
| | | | | | | | | * first fixes * more tests and fixes * code normalization | ||||
* | fixes #11671 | Andreas Rumpf | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | fix #11651 exportc symbol not exported, leading to link error (#11658) | Timothee Cour | 2019-07-05 | 1 | -3/+2 |
| | |||||
* | fixes #11636 | Araq | 2019-07-03 | 1 | -2/+5 |
| | |||||
* | fixes #11098 | Andreas Rumpf | 2019-06-26 | 1 | -5/+11 |
| | |||||
* | fixes #11563 (#11594) | Andreas Rumpf | 2019-06-26 | 1 | -2/+4 |
| | |||||
* | [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) | Arne Döring | 2019-06-24 | 1 | -41/+0 |
| | | | | | * remove zeroExtend and friends from the compiler builtins. * fix jssys | ||||
* | [bugfix] proper destruction for strings/seqs for --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -5/+6 |
| | |||||
* | [bugfix] owned closures (#11544) | Andreas Rumpf | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 1 | -10/+14 |
| | |||||
* | hotfix for 32bit unsigned 'range' checking; incomplete, unknown why some ↵ | Araq | 2019-05-27 | 1 | -1/+2 |
| | | | | operations produce range checks | ||||
* | C codegen: preparations for better code generation | Andreas Rumpf | 2019-05-25 | 1 | -3/+6 |
| | |||||
* | Enable range checking for unsigned integers (#11313) | Oscar Nihlgård | 2019-05-25 | 1 | -3/+1 |
| | | | | | | * Enable range checking for unsigned integers * Make the tests green | ||||
* | ccgexprs.nim: fewer newlines | Araq | 2019-05-13 | 1 | -4/+0 |
| | |||||
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -2/+2 |
| | |||||
* | Small cleanup (#11185) | Andreas Rumpf | 2019-05-08 | 1 | -14/+14 |
|\ | | | | | | | | | | | | | | | * Remove mStaticTy and mTypeTy * Replace countup(x, y-1) with x ..< y * Replace countup(x, y) with x .. y | ||||
| * | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -4/+4 |
| | | |||||
| * | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -10/+10 |
| | |