summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* renderer.nim: more obvious debug outputAraq2020-07-101-1/+11
* Move `wasMoved` out of `=destroy`Clyybber2020-07-103-16/+8
* CosmeticsClyybber2020-07-101-52/+51
* cleanup of PR #14833 (VM profiler)Araq2020-07-091-13/+16
* VM profiler (#14833)Ico Doornekamp2020-07-097-15/+85
* fixes #14925 (#14947)Andreas Rumpf2020-07-091-0/+4
* fix #11009 (#14935)flywind2020-07-092-1/+7
* fixes #14865 (#14937)Andreas Rumpf2020-07-082-0/+2
* Make arc compile laser againClyybber2020-07-081-1/+1
* fixes #14900, this time for real, maybe (#14934)Andreas Rumpf2020-07-081-2/+8
* fixes #14805Araq2020-07-081-1/+1
* fixes #14900Araq2020-07-081-38/+42
* fixes #14899Araq2020-07-081-4/+37
* progressAraq2020-07-081-17/+33
* injectdestructors: refactoring, added more cases explicitly (#14929)Andreas Rumpf2020-07-071-7/+68
* speed up Nim's lexer by using cstring instead of string. C optimizers are fra...Araq2020-07-071-9/+15
* Fix #14911 (#14922) [backport]Clyybber2020-07-071-1/+1
* Update btrees.nim (#14916)Dean Eigenmann2020-07-061-0/+3
* Fix #14396 (#14793)Clyybber2020-07-042-45/+102
* scoped memory management (#14790)Andreas Rumpf2020-07-048-437/+367
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
* typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...Timothee Cour2020-07-021-2/+1
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-022-2/+2
* Fix #12745 (#14879)Tomohiro2020-07-022-11/+6
* allow packed union (#14868)Clyybber2020-07-011-9/+7
* fix #14401, trailing comma confuses nimpretty (#14867)Miran2020-07-011-0/+3
* Clean out oldast (#14837)Juan Carlos2020-06-304-23/+13
* New freebsd platforms (#14801)lbartoletti2020-06-291-1/+1
* fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)Timothee Cour2020-06-291-1/+2
* Make unreachable code a warning instead of an error (#14816)Clyybber2020-06-292-6/+6
* 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