Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged #11813 manually [bugfix] | Andreas Rumpf | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | [refactoring] compiler: simplified markUsed | Andreas Rumpf | 2019-08-08 | 1 | -36/+36 |
| | |||||
* | fixes #11809 | Andreas Rumpf | 2019-08-08 | 1 | -15/+32 |
| | |||||
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -5/+5 |
| | | | | * fixes #11847 | ||||
* | revert changes | Andrii Riabushenko | 2019-07-25 | 1 | -2/+2 |
| | |||||
* | fixes #11826 | Andrii Riabushenko | 2019-07-25 | 1 | -2/+2 |
| | |||||
* | revert the bugfix for #11747 as it really was a new, poorly though-out feature | Araq | 2019-07-19 | 1 | -3/+0 |
| | |||||
* | Merge branch 'devel' into araq-detect-unused-imports | Andreas Rumpf | 2019-07-18 | 1 | -0/+3 |
|\ | |||||
| * | fixes #11747 | Andreas Rumpf | 2019-07-17 | 1 | -0/+3 |
| | | |||||
* | | warn about unused imports; fixes an 'export' regression [nobackport] | Andreas Rumpf | 2019-07-18 | 1 | -3/+3 |
| | | |||||
* | | [feature] detect unused imports | Araq | 2019-07-17 | 1 | -17/+20 |
|/ | |||||
* | make 'koch temp' work again | Araq | 2019-07-14 | 1 | -11/+15 |
| | |||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -4/+4 |
| | | | | --styleCheck:error | ||||
* | bugfix: allow type conversions between 'owned ref' types | Araq | 2019-07-09 | 1 | -1/+5 |
| | |||||
* | Offsetof fixes (#11690) | Arne Döring | 2019-07-09 | 1 | -9/+3 |
| | | | | | | | | * first fixes * more tests and fixes * code normalization | ||||
* | fixes #11515 (#11624) | Andreas Rumpf | 2019-07-01 | 1 | -2/+5 |
| | | | | | | * fixes #11515 * better fix for #11515; make tests green | ||||
* | fixes #11600 | Araq | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | [feature] cleanup PR, refs #11424 | Araq | 2019-06-19 | 1 | -5/+6 |
| | |||||
* | literal array indices (#11424) | Jasper Jenkins | 2019-06-18 | 1 | -4/+19 |
| | |||||
* | [refactoring] liftdestructors is now a module of its own | Araq | 2019-06-12 | 1 | -5/+5 |
| | |||||
* | Remove immediate pragma (#11308) | Arne Döring | 2019-05-29 | 1 | -10/+2 |
| | | | | | * remove immediate from tests * remove immediate from the compiler | ||||
* | fixes #11187 (#11315) | Andreas Rumpf | 2019-05-24 | 1 | -2/+3 |
| | |||||
* | fixes #8568 (#11303) | Andreas Rumpf | 2019-05-22 | 1 | -0/+4 |
| | | | | | | * fixes #8568 * fixes regression | ||||
* | fixes #7167 (#11300) | Andreas Rumpf | 2019-05-22 | 1 | -2/+1 |
| | | | | | | * fixes #7167 * spec: distinct types can be ordinal types * bootstrapping issue | ||||
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 1 | -1/+1 |
| | | | | | * allow void macro result * add test for void macro result type | ||||
* | More specific error message for unsupported recursion in iterators (#11283) | Ico Doornekamp | 2019-05-20 | 1 | -1/+1 |
| | |||||
* | Tuple error message (#11141); fixes #3211 | Arne Döring | 2019-05-15 | 1 | -17/+24 |
| | |||||
* | fixes #88 (#11243) | Andreas Rumpf | 2019-05-15 | 1 | -2/+2 |
| | |||||
* | Iterator fixes (#11234) | Jasper Jenkins | 2019-05-13 | 1 | -4/+10 |
| | |||||
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -3/+3 |
| | |||||
* | Make range checks in semConv (#7164) | Oscar Nihlgård | 2019-05-10 | 1 | -16/+37 |
| | | | | | | | | | | | * Remove NaN/Inf/NegInf magic * Make range checks in semConv * fix the failing line * fix `firstOrd` and `lastOrd` * fix `localError` * remove debug comment * Cleanup, fix failing test * make tests green | ||||
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -2/+2 |
| | |||||
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -23/+23 |
| | |||||
* | low/high for float ranges (#11177) | Oscar Nihlgård | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | fixes #11175 | Araq | 2019-05-05 | 1 | -1/+3 |
| | |||||
* | Fixes #11045. Assigning a proc to const and invoking. (#11076) | Aditya Siram | 2019-05-04 | 1 | -4/+8 |
| | |||||
* | decent borrow check for --newruntime | Araq | 2019-05-02 | 1 | -6/+35 |
| | |||||
* | fixes #11114 | Araq | 2019-05-02 | 1 | -1/+5 |
| | |||||
* | fixes #11073 | Araq | 2019-04-22 | 1 | -2/+4 |
| | |||||
* | revert discardable transformation (#10905) | Andreas Rumpf | 2019-04-21 | 1 | -2/+2 |
| | | | | | | | | | | * Revert "Properly wrap discarded statements (#10322)" This reverts commit 15584879b91e14565156ca140eef1dc100cf34c4. * add test for implicit discard after defer * enable t10241 again * make C++ tests green again | ||||
* | sem'check understands 'owned procs' | Araq | 2019-04-11 | 1 | -6/+16 |
| | |||||
* | makes koch.nim sem'check with --newruntime | Araq | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | fixes unowned->owned conversion rule | Andreas Rumpf | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | remove check for better error message (#10926) | Arne Döring | 2019-03-29 | 1 | -3/+0 |
| | |||||
* | newruntime: bugfixes | Andreas Rumpf | 2019-03-25 | 1 | -0/+3 |
| | |||||
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -3/+3 |
| | | | | | | | | | | | * mark user defined destructors with sfOverriden to simplify the logic * refactoring in preparation to merge liftings and generic instantiations for destructors * ast: introduce nkHiddenTryStmt for destructor generation in order to be able to optimize better the code later on * renamed 'patterns' switch to 'trmacros' as it was totally misleading before * destructors: introduce tfCheckedForDestructor flag in preparation of strict =destroy checking * test for invalid/too late destructor introductions * liftdestructors: make code robust for nimsuggest * --newruntime works for hello world again * newruntime: code generation for closures | ||||
* | fixes #10807 (#10814) | cooldome | 2019-03-12 | 1 | -2/+5 |
| | | | | | * fixes #10807 * use nkAddr instead of nkHiddenAddr | ||||
* | fixes the regression | Andreas Rumpf | 2019-03-07 | 1 | -1/+2 |
| | |||||
* | owned refs must be moved | Andreas Rumpf | 2019-03-07 | 1 | -0/+1 |
| | |||||
* | better error message for 'owned' | Andreas Rumpf | 2019-03-05 | 1 | -1/+2 |
| |