summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes #15360 [backport:1.2] (#15378)Andreas Rumpf2020-09-211-1/+1
* arc: =deepcopy fixesAraq2020-09-201-1/+0
* ORC/ARC async progress (#15370)Andreas Rumpf2020-09-201-1/+1
* fix infinite recursion in typeRel (#15241)jcosborn2020-09-181-56/+59
* Revert "Introduce explicit copy (#15330)" (#15346)Andreas Rumpf2020-09-161-1/+1
* fix #15326 (#15341)cooldome2020-09-161-59/+67
* proc params as syms (#15332)cooldome2020-09-162-1/+2
* Introduce explicit copy (#15330)cooldome2020-09-161-1/+1
* fixes #15325 (#15340)Andreas Rumpf2020-09-164-4/+18
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-169-107/+172
* fixes #15076 (#15329)Andreas Rumpf2020-09-153-4/+5
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-141-1/+1
* fixes #15147 (#15315)Andreas Rumpf2020-09-121-1/+1
* Fix #15305 (#15311)Clyybber2020-09-121-2/+1
* fixes #15122 (#15301)Andreas Rumpf2020-09-111-2/+15
* fix warnings for deprecated `low` and `high` (#15291)Miran2020-09-113-13/+13
* Fix #15286 (#15292)cooldome2020-09-101-0/+3
* fixes #15280 [backport:1.2] (#15281)Andreas Rumpf2020-09-091-1/+1
* borrow checking refinements (#15290)Andreas Rumpf2020-09-092-5/+21
* Better semiStmtList parsing (#15123)Clyybber2020-09-091-78/+44
* borrow checking (#15282)Andreas Rumpf2020-09-0916-311/+475
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-082-4/+3
* nimeval errorHook support (#15255)Scott Wadden2020-09-071-3/+8
* don't raise index defects on malformed ast (#15278)Andy Davidoff2020-09-072-6/+14
* strict funcs: use control flow information for a more precise analysis (#15271)Andreas Rumpf2020-09-061-20/+79
* Expand hoisted default params in sem (#15270)Clyybber2020-09-0511-123/+103
* fix #15238 (#15262)cooldome2020-09-041-0/+1
* fixes system.add for strict funcs (#15259)Andreas Rumpf2020-09-031-1/+1
* Fix sets for architectures with default integers smaller than 32 bits (#15258...PMunch2020-09-021-3/+3
* fixes #15210 [backport:1.2] (#15237)Andreas Rumpf2020-08-311-20/+23
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-312-3/+12
* Big compiler Cleanup (#14777)Clyybber2020-08-2850-773/+472
* fix #15035 (#15236)cooldome2020-08-281-2/+3
* Fix #5691 (#15158)Clyybber2020-08-279-49/+65
* fix some issues overloading with generics and inheritance (#15211)jcosborn2020-08-271-11/+34
* deleted dead code, writetracking.nim was replaced by varpartitions.nimAraq2020-08-261-275/+0
* avoid #8231, bitwise move to mul,div (#15070)Bung2020-08-251-2/+10
* better strict funcs, WIP (#15199)Andreas Rumpf2020-08-182-6/+22
* fix overloading issue with generic invocation (#15135)jcosborn2020-08-181-14/+1
* Allow pragmas on parameters (#15178)Clyybber2020-08-111-2/+2
* Fix #8473 (#15169)Andreas Rumpf2020-08-1112-24/+30
|\
| * Use typeflag insteadClyybber2020-08-1010-18/+19
| * Remove little lies :)Clyybber2020-08-081-5/+6
| * Fix bootstrappingClyybber2020-08-081-3/+4
| * Make explicit {.nimcall.} a seperate calling conventionClyybber2020-08-0810-16/+19
* | fixes #15101 [backport] (#15171)Andreas Rumpf2020-08-081-3/+2
|/
* implement (#15153)cooldome2020-08-041-1/+1
* fixes a collect() bug reported on the forum (#15156) [backport:1.2]Andreas Rumpf2020-08-042-2/+2
* fixes #15129 [backport:1.2] (#15144)Andreas Rumpf2020-08-011-1/+1
* fixes #15130 (#15141)Andreas Rumpf2020-08-012-2/+6