summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix #20997 (#21165)Bung2023-04-191-4/+2
* docuement case statement breaking changes in the changelog (#21686)ringabout2023-04-191-0/+3
* Fix RST/Markdown false heading detection (#21685)Andrey Makarov2023-04-183-14/+57
* import brackets support `as` and prefixes [backport] (#21636)metagn2023-04-182-15/+22
* actually fix #19015 (#21680)metagn2023-04-172-1/+31
* revert #21227 (#21681)metagn2023-04-173-10/+17
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-1715-32/+59
* compiler/docgen: pass --path:… to runnableExamples (#21669)Emery Hemingway2023-04-171-2/+5
* fixes #21674; `lent` can be used in the fields or the cast type as a paramete...ringabout2023-04-183-2/+20
* fixes #20155; repr range with distinct types is broken in ORC (#21682)ringabout2023-04-173-3/+16
* fix small mistake from #21629 (#21672)metagn2023-04-171-2/+2
* change compile pragma to use mangled compile objects (#21678)Jaremy Creechley2023-04-171-2/+7
* LTO improvements - fix #15578 (#21679)Mamy Ratsimbazafy2023-04-171-10/+16
* Update nim 2.0 documentation for docgen & nimgrep (#21665)Andrey Makarov2023-04-173-31/+102
* minor codegen bugfix (#21670)Andreas Rumpf2023-04-151-1/+1
* fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...ringabout2023-04-145-6/+5
* runnableExamples imports std/assertions by default (#21658)metagn2023-04-142-1/+7
* make grammar a bit more honest (#21655)metagn2023-04-142-18/+20
* custom pragmas: correct error condition, remove outdated symkind whitelist (#...metagn2023-04-135-16/+73
* fixes #20900; Calling template through from generic function across module fa...ringabout2023-04-133-2/+12
* set module symbol type to None instead of nil for discard check (#21657)metagn2023-04-134-13/+38
* stops building nimsuggest twice and nim_dbg in tests; saves 3 * 5 minutes CI ...ringabout2023-04-131-1/+9
* fixes #21632; enforce deref for `wasMoved` in ORC (#21647)ringabout2023-04-123-6/+15
* int64/uint64 as bigint in JS (#21613)metagn2023-04-1126-111/+329
* fix #15691 (#21623)metagn2023-04-112-2/+22
* `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...metagn2023-04-1112-57/+222
* Fix option lists with additional indentation in Markdown (#21633)Andrey Makarov2023-04-112-1/+29
* disable i386 tests for now; help wanted (#21642)ringabout2023-04-111-5/+5
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-112-11/+21
* terminal size env-vars have precendence in POSIX (#21643)Etan Kissling2023-04-111-10/+39
* fixes booting warnings (#21583)ringabout2023-04-104-6/+3
* remove useVersion (#21626)metagn2023-04-089-37/+9
* `for` loop expression can now have generated `iterator`'s called (#21627)Jason Beetham2023-04-082-1/+56
* fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...ringabout2023-04-075-12/+26
* fix #19430 (#21603)metagn2023-04-062-2/+6
* warn against `a, b = val` in routine arguments (#21604)metagn2023-04-064-19/+18
* switch to the official regex URL (#21616)ringabout2023-04-061-1/+1
* fixes #21392; document `nimble develop` breaking changes (#21614)ringabout2023-04-041-1/+1
* 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