summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix `nil` literal giving itself type `untyped`/`typed` [backport] (#24165)metagn2024-09-232-1/+7
* Fix line info used for `UnunsedImport` from subdirectories (#24158)Jake Leahy2024-09-233-8/+14
* fix tmarshalsegfault depending on execution time (#24153)metagn2024-09-221-3/+2
* fix custom pragma with backticks not working [backport] (#24151)metagn2024-09-222-3/+11
* fixes #24147; Copy hook causes an incompatible-pointer-types (#24149)ringabout2024-09-222-4/+23
* fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0...metagn2024-09-223-3/+10
* Implement `removeHandler` in std/logging module (fixes #23757) (#24143)tocariimaa2024-09-201-0/+11
* 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-192-1/+20
* fix inverted order of resolved `tyFromExpr` match (#24138)metagn2024-09-192-3/+19
* Create `IPPROTO_NONE` alias & Add test for Unix socket (#24139)tocariimaa2024-09-194-1/+64
* fix segfault in generic param mismatch error, skip typedesc (#24140)metagn2024-09-195-20/+44
* fix system for nimscript config files on js backend (#24135)metagn2024-09-193-2/+6
* fix typed case range not counting for exhaustiveness (#24136)metagn2024-09-182-0/+9
* require `not nil` to be on the same line after a type (#24134)metagn2024-09-183-1/+14
* make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...metagn2024-09-1811-28/+125
* workaround for `strunicode` package no longer needed (#24132)Miran2024-09-181-1/+1
* make `var`/pointer types not match if base type has to be converted (#24130)metagn2024-09-187-5/+394
* fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)ringabout2024-09-182-1/+13
* revert second argument of `inc` not being generic (#24129)metagn2024-09-173-5/+11
* fix segfault in effect tracking for sym node with nil type (#24114)metagn2024-09-172-1/+20
* remove nimfrs and varslot (#24126)ringabout2024-09-172-18/+4
* make distinct conversions addressable in VM (#24124)metagn2024-09-172-10/+65
* don't match arguments with typeclass type in generics (#24123)metagn2024-09-173-0/+25
* test case haul before 2.2 (#24119)metagn2024-09-1716-0/+281
* 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-165-36/+150
* fixes #24109; gdb.SYMBOL_FUNCTION_DOMAIN (#24110)ringabout2024-09-161-5/+5
* bumps nimble to `0.16.1` (#24102)Juan M Gómez2024-09-151-1/+1
* minor: export dllOverrides (#24106)ringabout2024-09-141-1/+1
* fix regression with uint constant losing abstract type (#24105)metagn2024-09-142-1/+7
* fix calls to untyped arbitrary expressions in generics (#24100)metagn2024-09-134-5/+50
* treat generic body type as atomic in iterOverType (#24096)metagn2024-09-112-1/+15
* make sigmatch use prepareNode for tyFromExpr (#24095)metagn2024-09-115-5/+47
* implement template default values using other params (#24073)metagn2024-09-115-1/+45
* don't instantiate generic body type symbols in generic expressions (#24092)metagn2024-09-102-0/+31
* add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)metagn2024-09-094-4/+27
* enable closures tests for JS & implement `finished` for JS (#23521)ringabout2024-09-0913-29/+80
* Adds an example of using ident to name procedures to the macros tutorial (#22...CharlesEnding2024-09-091-0/+30
* fix: InotifyEvent.name should be UncheckedArray[char] (#23413)Tobias Dély2024-09-091-1/+1
* + 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-095-0/+31
* fixes #21353; fixes default closure in the VM (#24070)ringabout2024-09-093-23/+27
* fix regression with generic params in static type (#24075)metagn2024-09-092-0/+13
* show symchoices as ambiguous in overload type mismatches (#24077)metagn2024-09-099-13/+97
* fix int32's that should be uint32 on BSD & OSX (#24078)metagn2024-09-093-10/+18
* Fix CSS for `number-lines` code blocks (#24081)Jake Leahy2024-09-093-8/+14
* fix CI, sem whole `when` stmts as generic stmt (#24072)metagn2024-09-082-3/+17
* Fix ioselectors_kqueue raising wrong exceptions (#24079)bptato2024-09-082-3/+26