summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* DFA and injectdestructors cleanup (#14824)Clyybber2020-06-282-157/+118
* Fix #14647 (#14776)Clyybber2020-06-282-8/+5
* expr => untyped; stmt => typed (#14804)Timothee Cour2020-06-251-2/+2
* fix #14802 (#14803)Timothee Cour2020-06-251-1/+2
* Reject casts to builtin typeclasses (#14788)Danil Yarantsev2020-06-241-0/+2
* [backport] fix #14748, move gdb files to other section of installer.ini (#14772)Miran2020-06-231-2/+2
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-235-7/+1
* Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)Juan Carlos2020-06-232-16/+1
* minor bugfixes for 'func' and .borrowAraq2020-06-232-2/+3
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-2327-193/+210
* fix bug in semgnrc: runnableExamples should not semcheck, even with > 1 arg (...Timothee Cour2020-06-231-1/+1
* fixes #14240 [backport:1.2] (#14757)Andreas Rumpf2020-06-223-9/+12
* fixes #14458 [backport:1.2] (#14756)Andreas Rumpf2020-06-222-4/+7
* sizeof for empty objects/tuples should be 1; fixes #14690 (#14751)Andreas Rumpf2020-06-211-2/+2
* improve the parser's error messageAraq2020-06-191-1/+1
* added a spaceAraq2020-06-191-1/+1
* fix #14691 docgen works again for methods (#14701)Timothee Cour2020-06-181-14/+5
* [cleanups] doassert => doAssert; mark deadcode (#14711)Timothee Cour2020-06-171-10/+12
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-161-6/+4
* `hintMsgOrigin` now works in VM code (#14678)Timothee Cour2020-06-162-13/+11
* misc cleanups in compiler msgs: use toHumanStr, etc (#14677)Timothee Cour2020-06-154-12/+9
* fix codegen bug due to changing existing symbol declaration in template (#14666)jcosborn2020-06-151-1/+1
* compiler/commands: make gitHash settable at compile-time. (#14654)alaviss2020-06-141-1/+1
* reorder.nim: fixed typosAraq2020-06-121-3/+3
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-128-21/+18
* fix #14545 windows CI docs (#14590)Timothee Cour2020-06-102-3/+72
* fixes #14279 (#14618)Andreas Rumpf2020-06-091-2/+6
* fixes #14578 (#14615)Andreas Rumpf2020-06-091-7/+6
* [OpenBSD] Add arm support (#14608)lbartoletti2020-06-081-1/+1
* fixes #14557 (#14607)Andreas Rumpf2020-06-081-1/+1
* Fix #14568 (#14583)Clyybber2020-06-071-23/+23
* fixes #14315 (#14594)Andreas Rumpf2020-06-071-2/+1
* fixes #14118 (#14595)Andreas Rumpf2020-06-071-1/+4
* implement the 'bind' statement for generics, it was an oversight that this wa...Andreas Rumpf2020-06-071-4/+11
* more precise analysis about 'observable stores' [backport:1.2] (#14582)Andreas Rumpf2020-06-063-4/+15
* fix #14576 addr of param (including for lent) now works with nim js (#14577)Timothee Cour2020-06-062-2/+10
* reorder.nim: fixes the indentationAraq2020-06-061-41/+40
* Fix #14570 (#14571)Danil Yarantsev2020-06-061-1/+1
* refs #14545 fix snippet errors: avoid showing confusing errors when they are ...Timothee Cour2020-06-051-3/+4
* fixes #14562Araq2020-06-051-1/+4
* bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc...Timothee Cour2020-06-047-24/+69
* [cleanup] docgen: remove docOutdir now that outDir is always set (#14554)Timothee Cour2020-06-031-17/+7
* * honor --errorMax even for tools (eg drnim, nim doc) (#14546)Timothee Cour2020-06-025-7/+15
* Implement rendering of `[]=`, `{}`, `{}=` braces (#14539)cooldome2020-06-011-16/+54
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-012-11/+28
* parser.nim: minor refactorings (#14540)Andreas Rumpf2020-06-011-9/+6
* Change severity of template instantiation message [backport] (#14526)Danil Yarantsev2020-06-011-1/+1
* runnableExamples: correctly handle multiline string litterals (#14492)Timothee Cour2020-06-011-5/+78
* fixes --warningAsError implementation (#14538)Andreas Rumpf2020-06-011-1/+5
* Fix `compiles` for nimsuggest [backport] (#14527)Danil Yarantsev2020-06-011-0/+7