summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixes #22210; transform return future in try/finally properly (#22249)ringabout2023-07-211-9/+48
* fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294)ringabout2023-07-191-2/+3
* fixes #22268; fixes `move` codegen (#22288)ringabout2023-07-191-20/+8
* fixes idx properly (#22280)ringabout2023-07-142-10/+13
* Fix #22273 (#22275)Juan Carlos2023-07-141-1/+1
* fixes #22256; fixes GC_disableOrc overflow (#22257)ringabout2023-07-111-1/+1
* Rename `seq.add` parameter to be consistent with `refc` (#22244)Solitude2023-07-101-2/+2
* Fix #21401 (#22232)Juan Carlos2023-07-071-0/+8
* clean up the documentation (#22196)ringabout2023-07-021-13/+13
* Don't throw errors on RST tables in Markdown and RstMarkdown modes (#22165)Andrey Makarov2023-06-281-10/+34
* Revert "fix struct stat" (#22171)Andreas Rumpf2023-06-271-1/+0
* adds =destroy T support for strings and seqs (#22167)ringabout2023-06-271-1/+7
* fix Sigaction struct definition (#22160)Jacek Sieka2023-06-271-2/+8
* uint arithmetic for pointers (#22159)Jacek Sieka2023-06-272-2/+2
* fix struct stat (#22161)Jacek Sieka2023-06-271-0/+1
* fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...ringabout2023-06-272-6/+10
* adds T destructor for refs (#22147)ringabout2023-06-261-0/+4
* Fix regression in `std/times` (#22155)Jake Leahy2023-06-261-2/+2
* rm zero-extension and uint conversions deprecated since 0.19.9 (#22151)tersec2023-06-251-56/+0
* fixes :idx: index in in modules (2.0 regression) and in markdown files (pers...ringabout2023-06-222-6/+15
* fix #20023 hash for generic tables (#20346)Bung2023-06-211-0/+15
* `strutils.split/rsplit` now return src on an empty sep (#22136)Zoom2023-06-211-23/+37
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-213-16/+38
* Amend divmod (#22131)Ryan McConnell2023-06-201-1/+6
* fixes #22123; Compiler bug with default initializer values and arrays (#22128)ringabout2023-06-201-2/+5
* Add divmod (#22102)Ryan McConnell2023-06-171-0/+38
* added new experimental API isUniqueRef (#21812)Andreas Rumpf2023-06-161-0/+12
* bump NimVersion to 1.9.5 (#22112)Miran2023-06-161-1/+1
* Revert the .inline semantics change (#22104)Juan Carlos2023-06-151-20/+11
* use TimeInterval instead of Duration for calculating ISO week date (#22091)metagn2023-06-141-17/+30
* fix timezone in initDateTime for ISO week date (#22090)metagn2023-06-131-1/+1
* avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)Etan Kissling2023-06-101-10/+11
* `BackwardsIndex` overload for `CacheSeq.[]` (#22043)Jake Leahy2023-06-101-0/+13
* Remove Deprecated Nimfix (#22062)Juan Carlos2023-06-101-7/+4
* add const RLIMIT_STACK (#21772)Qinsi (James) ZHU2023-06-092-0/+2
* Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)litlighilit2023-06-091-5/+10
* make `move` use `=wasMoved` internally (#22032)ringabout2023-06-091-5/+20
* Remove debug echo from with (#22047)Antonis Geralis2023-06-081-1/+0
* Nested `with` blocks (#22042)awr12023-06-082-6/+24
* fixes overriden typo (#22044)ringabout2023-06-081-1/+1
* small fixes for atomicArc (#22017)ringabout2023-06-067-12/+12
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-062-3/+3
* lift the `=dup` hook (#21903)ringabout2023-06-022-6/+2
* fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...ringabout2023-06-014-6/+6
* handle out of range value for `COLUMNS` / `LINES` (#21968)Etan Kissling2023-05-311-2/+2
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-302-4/+4
* make `proc` not implicitly convert to `pointer` with a preview define (#21953)metagn2023-05-302-2/+2
* alternative to #21914; split, rsplit now forbid an empty separator (#21961)ringabout2023-05-301-4/+22
* fixes #21734; backport (#21957)Andreas Rumpf2023-05-292-3/+3
* Suggest files and paths modules (#21950)Federico Ceratto2023-05-293-0/+7