summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes 23823; array static overload - again (#23824)Ryan McConnell2024-07-112-0/+12
* fixes #3011; handles meta fields defined in the ref object (#23818)ringabout2024-07-113-14/+33
* closes #22095; adds a test case (#23822)ringabout2024-07-111-0/+20
* fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)ringabout2024-07-104-11/+27
* fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)ringabout2024-07-093-5/+21
* conditional compilation of gcd(SomeInteger,SomeInteger) in std/math (#23773)quimt2024-07-091-34/+37
* remove nir; succeeded by nif (#23809)ringabout2024-07-0922-6984/+11
* Bumps nimble so the next Nim release includes the latest changes (#23808)Juan M Gómez2024-07-091-1/+1
* Add support for nvcc & hipcc (cuda/rocm) (#23805)Andrew Brower2024-07-083-2/+42
* Adjust the correct chunk's free space in allocator (#23795)SirOlaf2024-07-081-2/+2
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-0711-56/+75
* [backport] fixes #23796; remove extra indirection for args in importc'ed func...Alexander Kernozhitsky2024-07-062-1/+27
* Update documentation for parseEnum in strutils.nim (#23804)Leon Lysak2024-07-061-2/+2
* fixes #23790; roll back instCounter properly in case of exceptions (#23802)Alexander Kernozhitsky2024-07-063-3/+17
* Optimize closure iterator locals (#23787)Yuriy Glukhov2024-07-037-124/+174
* fixes #23784; don't allow fold paths containing `nkAddr` (#23792)ringabout2024-07-032-1/+158
* This test for issue 9739 never needed to depend upon hash order (#23791)c-blake2024-07-031-2/+1
* fixes #23775; injectdestructors now handles discardable statements (#23780)ringabout2024-07-023-2/+27
* Fixed issues when using `std/parseopt` in miscripts with cmdline = "" (#23785)Gianmarco2024-07-021-3/+15
* Fix doc: '\c' '\L' in lexbase.nim (#23781)lit2024-07-011-4/+4
* refine: strmisc.expandTabs better code structure (#23783)lit2024-07-011-9/+6
* fixes #23755; array static inference during overload resolution (#23760)Ryan McConnell2024-07-013-11/+71
* Revert "Document move limitations" (#23778)Andreas Rumpf2024-07-011-1/+0
* fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)Mark Leyva2024-07-012-0/+20
* [backport] fixes #23748; do not skip materializing temporaries for proc argum...Alexander Kernozhitsky2024-06-303-4/+48
* Comment out flaky test in tests/stdlib/thttpclient (#23772)Alexander Kernozhitsky2024-06-291-6/+6
* Document move limitations (#23763)Juan Carlos2024-06-291-0/+1
* Bumps nimble to entryPoints commit (#23766)Juan M Gómez2024-06-291-1/+1
* fixes #23759; rework move for refc (#23764)ringabout2024-06-293-3/+18
* fixes #9940; genericAssign does not take care of the importC variables in ref...ringabout2024-06-263-3/+34
* fixes #23725; Size computations work better when they are correct (#23758)Andreas Rumpf2024-06-261-6/+10
* adapt semOpAux to opt-in symchoices (#23750)metagn2024-06-252-1/+38
* Check for nil in cstringArrayToSeq (#23747)Yuriy Glukhov2024-06-241-0/+2
* 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