summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* remove bench action to save resources, which is barely useful (#23753)ringabout2024-06-241-115/+0
* Run tests with `nimPreviewHashFarm` on the 3 main back ends. (#23739)c-blake2024-06-221-1/+1
* fixes #23742; setLen(0) no longer allocates memory for uninitialized strs/seq...ringabout2024-06-211-2/+8
* [backport] fixes #23711; C code contains backtick`gensym (#23716)ringabout2024-06-196-7/+40
* Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)c-blake2024-06-193-25/+199
* adds a define nimHasJsNoLambdaLifting so we can use it in the config for comp...ringabout2024-06-191-0/+1
* IC: use tables instead of huge seqs because the compiler can create l… (#23...Andreas Rumpf2024-06-185-49/+67
* fixes #23732, os.sleep(-1) now returns immediately (#23734)lit2024-06-181-0/+3
* disable dnsclient because it is fragile (#23728)ringabout2024-06-181-1/+1
* ignore uninstantiated static on match to base type [backport:2.0] (#23731)metagn2024-06-182-2/+10
* Fix NIM_STATIC_ASSERT_AUX being redefined on different lines (#23729)fakuivan2024-06-181-4/+8
* implement `legacy:jsNoLambdaLifting` for compatibility (#23727)ringabout2024-06-176-19/+76
* fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...ringabout2024-06-153-1/+24
* Fix example code in Nim manual that cannot be compiled without error (#23722)Tomohiro2024-06-151-1/+1
* ref #20653; fixes chronos empty case branches (#23706)ringabout2024-06-141-7/+11
* fixes a long standing bug with varargs type inference [backport] (#23720)Andreas Rumpf2024-06-141-1/+1
* Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix v...c-blake2024-06-141-36/+30
* nrvo for embedded importc'ed types (#23708)ringabout2024-06-121-3/+6
* fixes #22927; no test case extractable [backport] (#23707)Andreas Rumpf2024-06-121-11/+23
* fixes #23513, parseutils.nim: parseInt's doc example. (#23561)lit2024-06-121-8/+12
* [backport] fixes #23690; SIGSEGV with object variants and RTTI (#23703)ringabout2024-06-112-3/+32
* fixes #22398; [backport] (#23704)Andreas Rumpf2024-06-102-9/+32
* Fixes #23695: On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin ...Juan M Gómez2024-06-101-16/+2
* fixes #23445; fixes #23418 [backport] (#23699)Andreas Rumpf2024-06-093-1/+40
* nimsuggest v3+ handles unknownFile (#23696)Juan M Gómez2024-06-081-5/+2
* remove pkg "pylib" (#23691)ringabout2024-06-071-1/+0
* fixes #23354; [backport] (#23685)Andreas Rumpf2024-06-072-0/+20
* fixes #22672; Destructor not called for result when exception is thrown (#23267)ringabout2024-06-065-5/+51
* fixes #22510 (#23100)Andreas Rumpf2024-06-064-27/+187
* make `std/options` compatible with strictdefs (#23675)ringabout2024-06-051-6/+6
* fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)ringabout2024-06-052-2/+8
* fix noreturn/implicit discard check logic (#23681)metagn2024-06-056-74/+195
* Add linux/loongarch64 support in 'compiler/installer.ini' (#23672)qiangxuhui2024-06-041-1/+1
* fixes openarray hoist with gcc 14 (#23647)ringabout2024-06-042-2/+18
* [backport] test more packages (#23671)Miran2024-06-031-0/+13
* rework ctypes with gcc 14 (#23636)ringabout2024-06-021-0/+5
* improve view types for jsgen; eliminate unnecessary copies of view types (#23...ringabout2024-06-022-2/+21
* #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23...Juan M Gómez2024-06-025-24/+103
* 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