| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes tests for quit (#20813) | ringabout | 2022-11-11 | 1 | -1/+1 |
* | [sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680) | Vindaar | 2022-11-10 | 1 | -0/+60 |
* | remove compiler/strutils2.nim (#20748) | Bung | 2022-11-05 | 1 | -39/+0 |
* | fix posix.mq_receive compilation with cpp backend (#20710) | n5m | 2022-11-05 | 1 | -1/+44 |
* | allow deferred close of nil stream (#20706) | n5m | 2022-10-31 | 1 | -0/+6 |
* | put std/threads under the umbrella of nimPreviewSlimSystem (#20711) | ringabout | 2022-10-31 | 4 | -4/+11 |
* | Fix #20628 for Windows (#20667) | Andrey Makarov | 2022-10-28 | 2 | -11/+11 |
* | Implement Unix file regularity check (#20448) (#20628) | Andrey Makarov | 2022-10-25 | 2 | -3/+45 |
* | Added 'openArray[char]' overloads to 'std/parseutils' (#20527) | Jason Beetham | 2022-10-24 | 1 | -50/+56 |
* | fixes #19278; make `privateAccess` work with generic ref object (#20640) | ringabout | 2022-10-24 | 2 | -1/+16 |
* | Fix tuple size check in `std/jsonutils` (#20637) | Jake Leahy | 2022-10-24 | 1 | -1/+7 |
* | Pass json options to hooks (#20638) | Jake Leahy | 2022-10-24 | 1 | -0/+22 |
* | add `std/appdirs` (#20618) | ringabout | 2022-10-22 | 1 | -1/+14 |
* | add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582) | ringabout | 2022-10-21 | 2 | -0/+253 |
* | refactor envvars, oserrors; register vmops (#20592) | ringabout | 2022-10-18 | 1 | -1/+2 |
* | fixes #19162; enable `strictEffects` for v2 (#19380) | ringabout | 2022-10-15 | 1 | -3/+3 |
* | oids sticks to 24 length strings; fixes breaking changes (#20546) | ringabout | 2022-10-12 | 1 | -1/+1 |
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -2/+2 |
* | Make rstgen work with gcsafe (#20534) | ringabout | 2022-10-10 | 1 | -0/+5 |
* | fixes #20516; system.create doesn't work with bitfield objects (#20518) | ringabout | 2022-10-08 | 1 | -0/+7 |
* | follow up #20109; remove `shallow` seqs/strings for ORC (#20502) | ringabout | 2022-10-06 | 1 | -1/+2 |
* | Markdown indented code blocks (#20473) | Andrey Makarov | 2022-10-05 | 2 | -6/+59 |
* | strutils, rstgen: avoid deprecated `strutils.delete` (#20488) | ee7 | 2022-10-05 | 1 | -0/+3 |
* | add default field support for object in ARC/ORC (#20480) | ringabout | 2022-10-04 | 1 | -0/+1 |
* | move widestrs out of system (#20462) | metagn | 2022-10-01 | 4 | -1/+6 |
* | Undeprecate isvalidfilename (#19643) | Juan Carlos | 2022-09-29 | 1 | -26/+47 |
* | refactor dbFormat (#19746) | ringabout | 2022-09-29 | 2 | -0/+26 |
* | fixed tstrimpl (#20452) | Andreas Rumpf | 2022-09-29 | 1 | -0/+2 |
* | fix #19500; remove find optimization [backport: 1.6] (#19714) | ringabout | 2022-09-28 | 2 | -0/+11 |
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 2 | -4/+5 |
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 154 | -53/+185 |
* | use almostEqual in tstats.nim (#20431) | n5m | 2022-09-26 | 1 | -8/+9 |
* | fix #18128 rfind on empty needle returns rightmost index (#20430) | n5m | 2022-09-26 | 1 | -13/+17 |
* | defaults to ORC (#19972) | ringabout | 2022-09-23 | 8 | -4/+16 |
* | fixes #20285; prevent oid time overflow at year 2038 (#20338) | ringabout | 2022-09-22 | 1 | -1/+10 |
* | follow up #19968; add more tests (#20396) | ringabout | 2022-09-20 | 1 | -0/+60 |
* | add testcase for #19020 (#20363) | ringabout | 2022-09-15 | 1 | -0/+12 |
* | fixes #19104; peg Incorrect captures [backport:1.6] (#20352) | ringabout | 2022-09-15 | 1 | -0/+4 |
* | partial revert and redesign of #19814, changelog (#20341) | metagn | 2022-09-14 | 1 | -21/+23 |
* | Fix cannot create Windows directory in root (#20311) | havardjohn | 2022-09-11 | 1 | -1/+18 |
* | Implement Markdown definition lists (+ migration) (#20333) | Andrey Makarov | 2022-09-11 | 1 | -28/+108 |
* | Markdown links migration part 1 (#20319) | Andrey Makarov | 2022-09-09 | 1 | -0/+16 |
* | Implement Pandoc Markdown concise link extension (#20304) | Andrey Makarov | 2022-09-04 | 3 | -74/+129 |
* | Add improved Windows UNC path support in std/os (#20281) | havardjohn | 2022-09-03 | 3 | -1/+151 |
* | remove deprecated type pragma syntax, fix bugs that required it (#20199) | metagn | 2022-09-03 | 1 | -1/+1 |
* | [Testament] Extend and document message testing aids (#19996) | quantimnot | 2022-09-01 | 1 | -1/+1 |
* | Fix auto links to subheader when TOC is present (#20279) | Andrey Makarov | 2022-08-27 | 2 | -1/+58 |
* | fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229) | ringabout | 2022-08-24 | 1 | -0/+17 |
* | test removing dollar for objects out of system (#20242) | metagn | 2022-08-24 | 3 | -0/+20 |
* | top-down type inference, implements rfc 149 (#20091) | metagn | 2022-08-24 | 1 | -1/+1 |