summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix #20972 fixes invalid and UB codegen case object transitions for both refc...ringabout2023-04-042-3/+20
* fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)chmod2222023-04-032-3/+37
* Fix example code of proc add*[T](x: var seq[T], y: sink openArray[T]) (#21607)Tomohiro2023-04-031-4/+13
* Fix nim doc crash with group referencing & include (#21600)Andrey Makarov2023-04-026-14/+40
* macros: Extend treeTraverse intVal range to nnkUInt64Lit (#21597)chmod2222023-04-012-0/+15
* fixes #21592; create type bound operations for calls in the method dispatcher...ringabout2023-04-014-6/+21
* fixes changelog (#21590)ringabout2023-03-312-1/+1
* make --exceptions:quirky work with C++ (#21581)Andreas Rumpf2023-03-313-5/+7
* bump NimVersion to 1.9.3 (#21587)Miran2023-03-301-1/+1
* Remove the "This module" suffix and reword some entries from the stdlib overv...Yardanico2023-03-301-107/+97
* hopefully easier to understand error message (#21585)Andreas Rumpf2023-03-302-4/+4
* document general use of `_`, error message, fixes (#21584)metagn2023-03-3011-31/+100
* remove `seq[T]` `setLen` undefined behavior (#21582)tersec2023-03-291-1/+1
* Fix segfault caused by ensuring valueless statics are not evaluated (#21577)Jason Beetham2023-03-292-1/+21
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-2813-97/+269
* Docs: Mention Source Code Filters in `lib/String handling` (#21570)Zoom2023-03-281-1/+3
* fixes #20993 [backport:1.6] (#21574)Andreas Rumpf2023-03-282-16/+74
* disable google request in thttpclient (#21572)metagn2023-03-281-4/+6
* Revert "Add `cursor` to lists iterator variables" (#21571)ringabout2023-03-281-3/+3
* fixes #21505 (overload resolution of explicit constructors for imported C++ t...heterodoxic2023-03-273-5/+63
* Add `cursor` to lists iterator variables (#21527)Amjad Ben Hedhili2023-03-271-3/+3
* fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)ringabout2023-03-232-2/+5
* don't access void* out of alignment in refc GC to avoid UB (#21560)tersec2023-03-221-1/+0
* atlas tool: 'update' command (#21557)Andreas Rumpf2023-03-212-3/+36
* fixes #3770; templates with untyped parameters resolve private fields wrongly...ringabout2023-03-218-11/+48
* mitigates #21272; but it's not the final fix because the first round … (#21...Andreas Rumpf2023-03-201-2/+2
* Fix infinite recursion introduced in 7031ea6 [backport 1.6] (#21555)Peter Munch-Ellingsen2023-03-201-1/+1
* closes #21536; fixes manual (#21552)ringabout2023-03-201-2/+2
* Add URI parsing warning (#21547)Federico Ceratto2023-03-202-0/+4
* fixes #21538; expand len template parameter once in newSeqWith (#21543)Eric N. Vander Weele2023-03-202-3/+8
* Fix: #21541. Add support for xnVerbatimText (#21542)Mark Leyva2023-03-202-4/+19
* Avoid calling build_all* when nim binary is present (#21522)Ivan Yonchovski2023-03-201-2/+4
* Add check for nimMaxJeap on occupied memory + allocation size (#21521)Regis Caillaud2023-03-201-11/+20
* Use `analyseIfAddressTaken` logic for checking if address is taken in convert...Jake Leahy2023-03-203-11/+26
* 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