summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fix logic for `dcEqIgnoreDistinct` in `sameType` (#24197)metagn2024-09-291-13/+14
* fix cyclic node flag getting added to sink call [backport:2.0] (#24194)metagn2024-09-291-9/+10
* fix trivial segfault in sigmatch for static types (#24196)metagn2024-09-291-1/+1
* Revert "make default values typed in proc AST same as param sym AST" (#24191)metagn2024-09-271-2/+0
* use cbuilder for tuple/object generation (#24145)metagn2024-09-273-103/+153
* consider calling convention and iterator in getType for procs (#24181)metagn2024-09-271-3/+10
* evaluate all hidden conversions in case branches (#24187)metagn2024-09-271-5/+10
* fixes #24175; Sink parameters not copied at compile time (#24178)ringabout2024-09-271-1/+11
* treat resolved symbols on RHS of module qualification as identifiers (#24180)metagn2024-09-271-3/+5
* make default values typed in proc AST same as param sym AST (#24184)metagn2024-09-271-0/+2
* fix nimsuggest crash with arrow type sugar (#24185)metagn2024-09-271-0/+3
* render float128 literals (#24182)metagn2024-09-271-0/+5
* only merge valid implicit pragmas to routine AST, include templates (#24171)metagn2024-09-262-6/+13
* fixes requiresInit for var statements without initialization (#24177)ringabout2024-09-262-4/+8
* fixes #24167; {.push deprecated.} for templates (#24170)ringabout2024-09-251-2/+5
* fix `nil` literal giving itself type `untyped`/`typed` [backport] (#24165)metagn2024-09-231-1/+1
* Fix line info used for `UnunsedImport` from subdirectories (#24158)Jake Leahy2024-09-231-1/+2
* fix custom pragma with backticks not working [backport] (#24151)metagn2024-09-221-3/+4
* fixes #24147; Copy hook causes an incompatible-pointer-types (#24149)ringabout2024-09-221-4/+10
* fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0...metagn2024-09-222-3/+3
* Fix incorrect inheritance penalty for some objects (#24144)Ryan McConnell2024-09-201-1/+1
* fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC (#24142)ringabout2024-09-191-1/+6
* fix inverted order of resolved `tyFromExpr` match (#24138)metagn2024-09-191-3/+3
* fix segfault in generic param mismatch error, skip typedesc (#24140)metagn2024-09-191-18/+19
* fix typed case range not counting for exhaustiveness (#24136)metagn2024-09-181-0/+2
* require `not nil` to be on the same line after a type (#24134)metagn2024-09-181-1/+1
* make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...metagn2024-09-185-15/+23
* make `var`/pointer types not match if base type has to be converted (#24130)metagn2024-09-181-2/+14
* fix segfault in effect tracking for sym node with nil type (#24114)metagn2024-09-171-1/+1
* remove nimfrs and varslot (#24126)ringabout2024-09-171-8/+4
* make distinct conversions addressable in VM (#24124)metagn2024-09-171-10/+16
* don't match arguments with typeclass type in generics (#24123)metagn2024-09-172-0/+7
* Fixes #23624 "nim check crash" (#23625)Juan M Gómez2024-09-163-38/+54
* minor improvement (#24113)ringabout2024-09-161-2/+1
* disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...metagn2024-09-163-33/+147
* minor: export dllOverrides (#24106)ringabout2024-09-141-1/+1
* fix regression with uint constant losing abstract type (#24105)metagn2024-09-141-1/+0
* fix calls to untyped arbitrary expressions in generics (#24100)metagn2024-09-133-5/+3
* treat generic body type as atomic in iterOverType (#24096)metagn2024-09-111-1/+5
* make sigmatch use prepareNode for tyFromExpr (#24095)metagn2024-09-114-5/+41
* implement template default values using other params (#24073)metagn2024-09-114-1/+30
* don't instantiate generic body type symbols in generic expressions (#24092)metagn2024-09-101-0/+5
* enable closures tests for JS & implement `finished` for JS (#23521)ringabout2024-09-091-10/+12
* + show the effectsOf pragma (if present) of procs in nimsuggest hints… (#23...Nikolay Nikolov2024-09-091-0/+10
* open new scope for const values (#24084)metagn2024-09-091-0/+2
* fixes #21353; fixes default closure in the VM (#24070)ringabout2024-09-092-23/+23
* fix regression with generic params in static type (#24075)metagn2024-09-091-0/+1
* show symchoices as ambiguous in overload type mismatches (#24077)metagn2024-09-092-9/+27
* fix CI, sem whole `when` stmts as generic stmt (#24072)metagn2024-09-081-3/+2
* fix subscript in generics, typeof, `lent` with bracket (#24067)metagn2024-09-082-0/+21