summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fix #21727 (#21729)metagn2023-04-262-12/+17
* Pragma to force the exportc of a type. #21645 (#21648)Juan M Gómez2023-04-241-3/+12
* fixes #21703; moveOrCopy should consider when vm (#21721)ringabout2023-04-241-1/+2
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-2444-201/+215
* fix iterator equality + add test for proc equality + fix sameType (#21707)metagn2023-04-232-2/+6
* fixes booting warnings (#21711)ringabout2023-04-231-1/+1
* alias syntax fixes, improvements and tests (#21671)metagn2023-04-226-112/+118
* implements #21620: allowing to import multiple modules with shared names (#21...Juan M Gómez2023-04-213-8/+20
* tweak spellsuggest; three counts for equal distances candidates by default (#...ringabout2023-04-211-6/+3
* fixes #21540; deref block at transf phase to make injectdestructors function ...ringabout2023-04-192-15/+16
* import brackets support `as` and prefixes [backport] (#21636)metagn2023-04-181-12/+14
* actually fix #19015 (#21680)metagn2023-04-171-1/+3
* revert #21227 (#21681)metagn2023-04-171-6/+2
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-179-20/+31
* compiler/docgen: pass --path:… to runnableExamples (#21669)Emery Hemingway2023-04-171-2/+5
* fixes #21674; `lent` can be used in the fields or the cast type as a paramete...ringabout2023-04-182-2/+4
* fixes #20155; repr range with distinct types is broken in ORC (#21682)ringabout2023-04-171-0/+5
* fix small mistake from #21629 (#21672)metagn2023-04-171-2/+2
* change compile pragma to use mangled compile objects (#21678)Jaremy Creechley2023-04-171-2/+7
* minor codegen bugfix (#21670)Andreas Rumpf2023-04-151-1/+1
* fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...ringabout2023-04-141-1/+0
* runnableExamples imports std/assertions by default (#21658)metagn2023-04-141-1/+3
* make grammar a bit more honest (#21655)metagn2023-04-141-9/+10
* custom pragmas: correct error condition, remove outdated symkind whitelist (#...metagn2023-04-131-10/+18
* fixes #20900; Calling template through from generic function across module fa...ringabout2023-04-131-0/+1
* set module symbol type to None instead of nil for discard check (#21657)metagn2023-04-132-12/+19
* fixes #21632; enforce deref for `wasMoved` in ORC (#21647)ringabout2023-04-122-5/+5
* int64/uint64 as bigint in JS (#21613)metagn2023-04-113-27/+189
* fix #15691 (#21623)metagn2023-04-111-2/+0
* `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...metagn2023-04-115-23/+37
* fixes booting warnings (#21583)ringabout2023-04-104-6/+3
* remove useVersion (#21626)metagn2023-04-085-33/+6
* `for` loop expression can now have generated `iterator`'s called (#21627)Jason Beetham2023-04-081-1/+2
* fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...ringabout2023-04-074-12/+20
* fix #19430 (#21603)metagn2023-04-061-2/+3
* warn against `a, b = val` in routine arguments (#21604)metagn2023-04-062-0/+12
* Fix nim doc crash with group referencing & include (#21600)Andrey Makarov2023-04-021-6/+11
* fixes #21592; create type bound operations for calls in the method dispatcher...ringabout2023-04-013-6/+10
* hopefully easier to understand error message (#21585)Andreas Rumpf2023-03-301-2/+2
* document general use of `_`, error message, fixes (#21584)metagn2023-03-302-16/+24
* remove `seq[T]` `setLen` undefined behavior (#21582)tersec2023-03-291-1/+1
* Fix segfault caused by ensuring valueless statics are not evaluated (#21577)Jason Beetham2023-03-291-1/+1
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-284-90/+123
* fixes #20993 [backport:1.6] (#21574)Andreas Rumpf2023-03-281-16/+33
* fixes #21505 (overload resolution of explicit constructors for imported C++ t...heterodoxic2023-03-272-5/+24
* fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)ringabout2023-03-231-1/+1
* fixes #3770; templates with untyped parameters resolve private fields wrongly...ringabout2023-03-216-11/+33
* mitigates #21272; but it's not the final fix because the first round … (#21...Andreas Rumpf2023-03-201-2/+2
* Use `analyseIfAddressTaken` logic for checking if address is taken in convert...Jake Leahy2023-03-202-11/+16
* Made generic type classes work with types using static parameters (#21528)Jason Beetham2023-03-171-4/+23