summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* NuttX: use posix_spawn for osproc (#21539)Hiroki Noda2023-03-202-9/+11
* NuttX: use accept4 (#21544)Hiroki Noda2023-03-202-2/+2
* Update LLDB debug script + Add Custom Nim formatters (#21517)Joey2023-03-192-350/+763
* Made generic type classes work with types using static parameters (#21528)Jason Beetham2023-03-172-4/+53
* add a prepass for codeReordering (#21513)ringabout2023-03-176-7/+34
* fix #18977; disallow change branch of an object variant in ORC (#21526)ringabout2023-03-166-32/+97
* fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)ringabout2023-03-162-0/+40
* Add NuttX for thread stack size doc (#21529)Hiroki Noda2023-03-161-1/+1
* Optimize `cgen.addIndent` (#21508)Amjad Ben Hedhili2023-03-131-2/+6
* Add `cursor` annotations to lists iterator variables (#21507)Amjad Ben Hedhili2023-03-131-2/+2
* fixes explicit globals in macros (#21502)ringabout2023-03-122-1/+15
* fixes #21496; Ambiguous calls compiles when module name are equal (#21500)ringabout2023-03-124-1/+13
* fixes sinkinference documentation, which has been disabled (#21470)ringabout2023-03-121-1/+1
* minor refactoring (#21499)Andreas Rumpf2023-03-101-7/+1
* fixes #21306; fixes #20485; don't transform yields in the var section when i...ringabout2023-03-102-1/+118
* fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)ringabout2023-03-103-18/+136
* fixes quoted variables with typedesc types (#21493)ringabout2023-03-092-1/+9
* a better message if graphviz's dot/nodejs is not found in PATH (#21488)ghost2023-03-082-1/+8
* closes #8295; add a test case (#21486)ringabout2023-03-071-0/+13
* closes #6231; add a test case (#21485)ringabout2023-03-071-0/+5
* Remove Defect from raises list in `std/times` (#21473)Jake Leahy2023-03-061-9/+15
* fixes #21377; fixes `@[]` and `{}` type inference as returns in generics (#21...ringabout2023-03-064-5/+51
* closes #20704; add a test case (#21480)ringabout2023-03-061-1/+12
* closes #16654; add a test case (#21478)ringabout2023-03-061-0/+12
* Add line directives for C code variables (#21466)Joey2023-03-051-2/+6
* Fix #21272: Rewrite parts of pickBestCandidate (#21465)SirOlaf2023-03-051-36/+50
* Add warning to specify timeout value in milliseconds, Fix #21449 (#21471)Sultan Al Isaiee2023-03-041-0/+4
* remove nosinks hacks from compiler (#21469)ringabout2023-03-049-13/+13
* `--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