summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* `--embedsrc` for JavaScript (#21467)quantimnot2023-03-041-0/+2
* fixes #21461 (#21463)Arnaud Moura2023-03-037-5/+1044
* test DLL generation with ORC (#21445)ringabout2023-03-031-9/+15
* replaces implicit passes array registed at runtime with explicit function cal...ringabout2023-03-0317-317/+535
* Allow `futureLogging` in release builds (#21448)Jake Leahy2023-03-022-1/+7
* fixes #20139; hash types based on its path relative to its package path (#212...ringabout2023-03-0213-74/+143
* fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21...Andreas Rumpf2023-03-023-2/+19
* remove decades-deprecated Win32 API *A function support (#21315)tersec2023-03-0213-420/+179
* Define the version of nim package without using system module (#21415)Ivan Yonchovski2023-03-021-1/+2
* fixes #19291; implements `wasMoved` hook (#21303)ringabout2023-03-0212-39/+131
* fixes #21326; fixes #7375; fixes #11986; fixes #9607; rework quote do; `getAs...ringabout2023-03-024-8/+150
* tests/errmsgs/tcall_with_default_arg.nim: sync (#21237)Anna2023-03-011-1/+1
* tests: explicitly enable stack traces where needed (#21236)Anna2023-03-014-18/+21
* tests/stylecheck: make sure necessary hints are enabled (#21240)Anna2023-03-013-8/+6
* fixes #10938; fixes #13312; fixes #13918; fixes #20985; always initializes gl...ringabout2023-03-012-2/+56
* suggestion for a simple fix for #21279 (#21378)heterodoxic2023-03-011-3/+9
* Fix #21452; enable Norm in important packages. (#21455)Constantine Molchanov2023-03-011-1/+1
* asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)Century Systems2023-02-282-1/+13
* Use a cast to suppress KeyError raises (#21451)Antonis Geralis2023-02-281-4/+5
* Overrides `=copy` for `PackedSets` (#21417)ringabout2023-02-271-15/+14
* Fix typo in sourcemap.nim (#21438)Ikko Eltociear Ashimine2023-02-271-1/+1
* fixes #21439; Add tyOpenArray to genTypeInfo. (#21440)Constantine Molchanov2023-02-272-1/+15
* Add mention of breaking change about `[_]` in generics to changelog (#21437)PhilippMDoerner2023-02-261-0/+7
* Fix: nintendoswitch compilation (#21368)Dmitry Arkhipenko2023-02-254-5/+11
* closes #17864; add a test case (#21434)ringabout2023-02-251-0/+12
* Disable threads for os:any (#21425)Francis Thérien2023-02-242-0/+7
* fixes #20695; fixes object with distinct defaults and tables (#21428)ringabout2023-02-242-2/+41
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-2411-61/+70
* Mitigate issues related to compiler options when cross-compiling (#21330)Francis Thérien2023-02-222-4/+8
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-2231-72/+227
* Fix the TODO portion of recently added `posix_fallocate` on OS X. (#21387)c-blake2023-02-221-2/+17
* ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)Century Systems2023-02-222-1/+9
* Fix a couple of small keyword issues. (#21416)Benji York2023-02-221-2/+2
* saves one unnecessary compare which is also a small regression (#21413)ringabout2023-02-211-1/+1
* Specify that address is taken when converter takes a var parameter (#21391)Jake Leahy2023-02-212-0/+16
* Add `getDataDir` proc (#21408)Ecorous2023-02-211-0/+27
* Make `Time` work with `std/strformat` (#21409)Jake Leahy2023-02-212-5/+6
* Support tuples in nim-gdb (#21410)Jake Leahy2023-02-213-5/+28
* improve invalid module names errors (#21412)ringabout2023-02-211-1/+2
* csources_v2 can build the ORC-booted compiler; building now uses strict mode ...ringabout2023-02-211-2/+4
* corrects the linkerexe of riscv64 in config (#21292)ringabout2023-02-211-1/+1
* NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...Century Systems2023-02-213-9/+0
* Support new runtime with nim-gdb (#21400)Jake Leahy2023-02-205-308/+161
* closes #1072; add a test case (#21396)ringabout2023-02-191-0/+10
* Fix long link commands on macOS (v2) (#21382)Matt Haggard2023-02-171-2/+14
* `std/xmltree` Add the type of the node when the assertion fails (#21383)Jake Leahy2023-02-171-22/+30
* add .replace() with callback to jsre (#21371)Qinsi (James) ZHU2023-02-161-0/+5
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-1614-17/+52
* add deprecated warnings for `{.deadcodeelim: on.}` (#21277)ringabout2023-02-161-1/+2
* fixes #21360; discarding empty seqs/arrays now raises errors (#21374)ringabout2023-02-163-9/+25