| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes quoted variables with typedesc types (#21493) | ringabout | 2023-03-09 | 1 | -0/+8 |
* | closes #20704; add a test case (#21480) | ringabout | 2023-03-06 | 1 | -1/+12 |
* | fixes #21326; fixes #7375; fixes #11986; fixes #9607; rework quote do; `getAs... | ringabout | 2023-03-02 | 1 | -0/+136 |
* | Make `Time` work with `std/strformat` (#21409) | Jake Leahy | 2023-02-21 | 1 | -0/+5 |
* | Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375) | c-blake | 2023-02-15 | 1 | -2/+3 |
* | This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349) | c-blake | 2023-02-14 | 1 | -0/+41 |
* | fixes #18134; registers `formatBiggestFloat` in VM (#21299) | ringabout | 2023-01-26 | 1 | -8/+11 |
* | fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276) | ringabout | 2023-01-25 | 1 | -0/+18 |
* | fixes #21290; deindent if the last same level is a text node (#21293) | ringabout | 2023-01-24 | 1 | -1/+17 |
* | fixes #21278; `deques.shrink` off by one bug (#21284) | ringabout | 2023-01-20 | 1 | -0/+6 |
* | Fix getting custom pragma from generic object (#20481) | Jake Leahy | 2023-01-11 | 1 | -0/+18 |
* | fixes #21232; highlite.getNextToken() returns gtOperator for '/' in C (#21234) | ringabout | 2023-01-08 | 1 | -0/+10 |
* | docgen: implement cross-document links (#20990) | Andrey Makarov | 2023-01-04 | 2 | -1/+17 |
* | build the documentation of official packages (#20986) | ringabout | 2022-12-06 | 4 | -315/+0 |
* | [unittest] remove unnecessay export for testing (#20868) | ringabout | 2022-12-01 | 1 | -0/+1 |
* | Update tssl.nim (#20973) | Chavdar Ivanov | 2022-11-30 | 1 | -0/+1 |
* | Allow some tests to run without network (#20955) | Anna | 2022-11-29 | 2 | -3/+8 |
* | fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2... | ringabout | 2022-11-24 | 1 | -1/+2 |
* | render post expr blocks better (#20871) | metagn | 2022-11-22 | 1 | -0/+51 |
* | fixes #20026; marks system procs which can raise defects (#20864) | ringabout | 2022-11-22 | 1 | -1/+0 |
* | rename `std/threads` to `std/typedthreads` (#20850) | ringabout | 2022-11-16 | 4 | -4/+4 |
* | fixes ptr to cstring warnings[backport] (#20848) | ringabout | 2022-11-16 | 1 | -2/+2 |
* | fixes tests and add notes (#20830) | ringabout | 2022-11-13 | 1 | -1/+4 |
* | 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 |