summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660)ringabout2024-06-023-3/+16
* fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292)ringabout2024-06-022-2/+2
* fixes #23663; Add hash() for Path (#23664)ringabout2024-05-312-6/+17
* remove winim from important packages; since CI doesn't check windows platform...ringabout2024-05-301-1/+1
* Treat CJK Ideographs as letters in `isAlpha()` (#23651)Alexander Kernozhitsky2024-05-293-1982/+1995
* revert #23436; remove workaround (#23653)ringabout2024-05-281-2/+0
* fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)ringabout2024-05-272-4/+56
* fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or seq[...ringabout2024-05-272-5/+10
* Handle arbitrarily long symlink target in `expandSymlinks()` (#23650)Alexander Kernozhitsky2024-05-271-8/+10
* Prevent font flashing in the docs (#23622)Nils Lindemann2024-05-2713-39/+52
* closes #13426; adds a test case (#23642)ringabout2024-05-241-0/+87
* Updates nimble (#23601)Juan M Gómez2024-05-231-1/+3
* Skip tyAlias inside semTypeTraits in case a concept accidently emits one (#23...Jason Beetham2024-05-232-1/+12
* Minor refactoring (#23637)Andreas Rumpf2024-05-231-17/+15
* fixes `reifiedOpenArray`; `nkHiddenStdConv` is PathKinds1 not PathKinds0 (#23...ringabout2024-05-221-2/+8
* fixes #23627; Simple destructor code gives invalid C (#23631)ringabout2024-05-212-8/+36
* doc(format): ospaths2,strutils: followup #23560 (#23629)lit2024-05-202-9/+9
* doc(format): system.nim: doc of hostCPU for `loongarch64` (#23621)lit2024-05-171-1/+1
* provides a `$` function for `Path` (#23617)ringabout2024-05-172-0/+4
* fixes #16671; openarray conversion for object construction (#23618)ringabout2024-05-162-3/+29
* Support NetBSD/aarch64 (#23616)PHO2024-05-164-3/+6
* fixes lifting subtype calling parent's hooks (#23612)ringabout2024-05-152-2/+28
* closes #15778; adds a test case (#23613)ringabout2024-05-151-7/+29
* fixes deprecation messages and adds missing commas (#23609)ringabout2024-05-141-3/+3
* fixes openarray views default values in JS (#23607)ringabout2024-05-142-2/+17
* fixes testament matrix doesn't work with other backends which left many JS te...ringabout2024-05-146-11/+34
* ignore modules when looking up symbol with expected type (#23597)metagn2024-05-143-1/+20
* re-enable tests (#23591)ringabout2024-05-101-4/+2
* Allow to `exportc` params. (#23396)Juan M Gómez2024-05-101-1/+1
* Add directory input support to nimpretty (#23590)Mads Hougesen2024-05-101-1/+7
* unordered enum for better interoperability with C (#23585)ringabout2024-05-104-5/+109
* remove bad type inference behavior for enum identifiers (#23588)metagn2024-05-102-7/+22
* adds Nim-related mimetypes back (#23589)ringabout2024-05-102-0/+9
* Improve strutils.rsplit doc, proc and iterator have oppose result order. (#23...lit2024-05-101-6/+6
* fixes #23552; Invalid codegen when trying to mannualy delete distinct seq (#2...ringabout2024-05-082-6/+16
* Add a note about the sideeffect pragma (#23543)Antonis Geralis2024-05-081-0/+2
* Add Complex version of almostEqual function (#23549)Angel Ezquerra2024-05-082-3/+21
* fix semFinishOperands for bracket expressions [backport:2.0] (#23571)metagn2024-05-082-7/+32
* fixes 12381, HttpClient socket handle leak (#23575)Marius Andra2024-05-081-0/+2
* rework `wasMoved`, `move` on the JS backend (#23577)ringabout2024-05-089-69/+35
* fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)ringabout2024-05-083-6/+7
* fixes #23442, fix for FileId under Windows (#23444)lit2024-05-081-4/+4
* Skips generic owner when mangling instances (#23563)Juan M Gómez2024-05-072-5/+6
* bring `telebot` back (#23578)ringabout2024-05-071-1/+1
* fixes CI failure (#23566)ringabout2024-05-041-1/+1
* fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)ringabout2024-05-033-2/+28
* Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560)lit2024-05-021-6/+6
* fixes #23419; internal error with void in generic array instantiation (#23550)ringabout2024-05-012-3/+11
* fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548)ringabout2024-04-292-1/+39
* fix typo: "As can been seen" to "As can be seen" (#23544)yojiyama72024-04-281-1/+1