summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Arc global (#20768)Bung2022-11-063-2/+48
* closes #12589; add testcase (#20769)ringabout2022-11-061-2/+14
* codegen: optimized generation of proc headers (#20770)Andreas Rumpf2022-11-061-7/+6
* Fix typo in nimsuggest.nim (#20767)Ikko Ashimine2022-11-051-1/+1
* Revert "fix arc global variable issues" (#20764)ringabout2022-11-053-6/+4
* remove compiler/strutils2.nim (#20748)Bung2022-11-053-103/+7
* fix arc global variable issues (#20759)Bung2022-11-052-3/+6
* add effectsOf to map in the std/sets module (#20760)ringabout2022-11-051-1/+4
* Update testament docs demo, command output, and gotchas (#20756)Lee Matos2022-11-051-20/+29
* ref #20694; quit value gets saturated to ranges (#20753)ringabout2022-11-0516-64/+95
* fix posix.mq_receive compilation with cpp backend (#20710)n5m2022-11-053-25/+85
* Support doc comments in new-styled concepts (#20752)konsumlamm2022-11-042-0/+5
* Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)Bung2022-11-044-9/+38
* revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)ringabout2022-11-045-28/+27
* add `effectsOf` to `std/tables` (#20751)ringabout2022-11-041-2/+6
* add a testcase for laxeffects (#20750)ringabout2022-11-041-0/+11
* Uri.isIpv6 exported (#20736)Juan Carlos2022-11-032-1/+2
* Improve dollar IpAddress (#20729)Juan Carlos2022-11-032-10/+17
* Improve dollar int (#20737)Juan Carlos2022-11-031-1/+3
* fixes #15688; handle `strongSpace` overflow issues (#20724)ringabout2022-11-036-20/+24
* fixes #20740; fixes pre-existing field visibility issues and removes `efSkipF...ringabout2022-11-035-11/+28
* nim-gdb: remove unnecessary quotes and fix uname (#20739)Xiao-Yong2022-11-031-1/+1
* closes #13618; add testcase (#20734)ringabout2022-11-021-0/+6
* Export FileMode (#20726)Antonis Geralis2022-11-021-0/+1
* closes #14216; add testcase (#20733)ringabout2022-11-021-0/+39
* closes #16331; add testcase (#20730)ringabout2022-11-021-0/+12
* fix sighashes for generic ref (#20723)Jacek Sieka2022-11-011-1/+2
* fixes ssl static link regression (#20722)ringabout2022-11-011-1/+5
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-0116-5/+39
* change `include genode/env` to an import (#20721)ringabout2022-11-012-2/+2
* fix semcase on tySequence and tyObject #20283 #19682 (#20339)Bung2022-11-014-8/+41
* refactor os imports into corresponding small modules (#20720)ringabout2022-11-018-8/+11
* make `system/fatal` importable (#20719)ringabout2022-11-013-16/+15
* fix #20272 range of uint64 shows signed upper bound (#20702)Bung2022-11-012-1/+8
* Improve dollar (#20672)Juan Carlos2022-10-312-31/+52
* Improve getDataUri (#20670)Juan Carlos2022-10-311-4/+12
* Genode: add scheduleCallbacks to asyncdispatch (#20708)ehmry2022-10-315-3/+188
* fixes #20715; range[a..b] inside object variant fails (#20716)ringabout2022-10-312-5/+36
* fix closure iter state table init type [backport] (#20717)Jacek Sieka2022-10-311-1/+1
* allow deferred close of nil stream (#20706)n5m2022-10-312-4/+20
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-317-18/+9
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-3113-19/+33
* follow up #20668; fixes nightlies (#20701)ringabout2022-10-311-4/+5
* fix dispatcher call type [backport] (#20696)Jacek Sieka2022-10-291-0/+1
* move threads out of system (#20674)ringabout2022-10-2915-391/+425
* fix #20148 implicit compile time conversion int to ranged float causeā€¦ (#20...Bung2022-10-292-1/+12
* fix #16264 low(Time) OverflowDefect (#20552)Bung2022-10-292-1/+3
* enable weave (#20692)ringabout2022-10-291-1/+1
* alternate fix + test for #12094, refs #13804 (#20686)metagn2022-10-293-3/+13
* add back discard as a way to do multiline comments, see #12352 (#20688)Pietro Peterlongo2022-10-281-0/+12