summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Tables, use sink val arguments more actively (#15625)cooldome2020-10-191-19/+20
* Fix #15599 (#15601)Clyybber2020-10-161-1/+1
* renamed '=' to '=copy' [backport:1.2] (#15585)Andreas Rumpf2020-10-154-6/+7
* ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ea...Andreas Rumpf2020-10-141-1/+1
* suggest: try to find the implementation of a symbol when def is used (#15555)alaviss2020-10-142-7/+16
* Make useVersion:1.0 disable the proc arg sym change (#15570)Clyybber2020-10-143-1/+9
* fixes a C code generator regression, no need to backport, only the 1.4 line i...Andreas Rumpf2020-10-141-1/+1
* Update the list of GC options when raising an error (closes #15547) (#15553)Benjamin Lee2020-10-141-1/+1
* sigmatch: hotfix [backport] (#15565)Andreas Rumpf2020-10-141-2/+2
* Fix 15543 (#15544)cooldome2020-10-121-1/+1
* refactoring: moved setOutFile to where it belongsAndreas Rumpf2020-10-112-14/+15
* refactoring: removed cmdlinehelper.mainCommand callbackAndreas Rumpf2020-10-112-17/+15
* nimpretty: do not produce 'line too long' messages (#15541)Andreas Rumpf2020-10-101-2/+3
* fixes #15532 (#15534)Andreas Rumpf2020-10-091-0/+2
* fix gitignore for testament cruft (#15530)Timothee Cour2020-10-091-1/+1
* fix gc:arc in nimscript (#15525)cooldome2020-10-091-2/+5
* fixes #15511 (#15524)Andreas Rumpf2020-10-082-1/+10
* fixes #15510 (#15523)Andreas Rumpf2020-10-081-1/+4
* fixes #15512 (#15521)Andreas Rumpf2020-10-081-1/+13
* fixes a regressionAraq2020-10-082-10/+19
* fix #15516 (#15518)cooldome2020-10-081-4/+6
* docgen: improve alignment of comments (still not perfect) (#15506)Andreas Rumpf2020-10-071-1/+1
* fixes #15508 (#15509)Andreas Rumpf2020-10-071-6/+13
* disable 'observable stores' warning message for 1.4 (#15507)Andreas Rumpf2020-10-071-1/+1
* implements https://github.com/nim-lang/RFCs/issues/260 (#15505)Andreas Rumpf2020-10-074-12/+28
* effects: exclude swap() from "indirect calls" assumption (#15504)Paul Tan2020-10-061-1/+1
* New hint for unused exceptions in .raises (#15492)IDF2020-10-062-4/+8
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-0610-46/+147
* minor reformatingAraq2020-10-061-1/+1
* const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...Andreas Rumpf2020-10-056-47/+68
* group procs of the same name in TOC (#15487)Miran2020-10-053-8/+33
* renderer: use the biggest integer type for masking literals (#15482)alaviss2020-10-041-1/+1
* fixes https://github.com/nim-lang/RFCs/issues/257 [backport:1.2] (#15479)Andreas Rumpf2020-10-031-2/+2
* implements https://github.com/nim-lang/RFCs/issues/257 (#15466)Andreas Rumpf2020-10-023-7/+9
* remove nim.cfg file change lefover [backport:1.2] (#15469)Andreas Rumpf2020-10-021-6/+0
* parser hotfix: don't run into endless loops; regression (#15468)Andreas Rumpf2020-10-021-4/+16
* Added std/effecttraits.nim (#15462)Andreas Rumpf2020-10-021-0/+9
* closureiters: fixes #15243 (#15454) [backport:1.2]Andreas Rumpf2020-10-023-4/+126
* fixes #15430, pop pragma takes invalid input (#15449)shirleyquirk2020-10-011-1/+3
* fix #15405. deepcopy arc (#15410)cooldome2020-10-014-3/+12
* Clean out (#15448)Juan Carlos2020-10-011-11/+0
* views: yet another bugfix (#15447)Andreas Rumpf2020-10-013-9/+27
* refactoring, fixes yet another strictFuncs regression (#15446)Andreas Rumpf2020-10-012-8/+17
* added missing .noalias support for object fields (#15445)Andreas Rumpf2020-10-011-3/+5
* better support for view types (#15436)Andreas Rumpf2020-09-303-11/+51
* spec for view types (#15424)Andreas Rumpf2020-09-295-49/+235
* .noalias annotation; frontend support (#15419)Andreas Rumpf2020-09-286-10/+22
* produce runtime type information for reified openArrays (#15415)Andreas Rumpf2020-09-273-19/+34
* better support for slices as views (#15414)Andreas Rumpf2020-09-273-44/+63
* cursor inference: makes combparser work; refactorings (#15411)Andreas Rumpf2020-09-261-68/+71