summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nimIoselector option (#22395)Bung2023-08-071-1/+12
* use strictdefs for compiler (#22365)ringabout2023-08-067-10/+14
* Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-fr...norrath-hero-cn2023-08-051-1/+1
* Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...konsumlamm2023-08-064-16/+16
* Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)Tomohiro2023-08-041-4/+17
* fixes AddressSanitizer: global-buffer-overflow in getAppFilename on windows 1...norrath-hero-cn2023-08-041-2/+2
* Make `repr(HSlice)` always available (#22332)konsumlamm2023-08-042-10/+10
* fixes #22360; compare with the half of randMax (#22361)ringabout2023-08-021-4/+1
* Fix the position of "Grey" in colors.nim (#22358)Michal Maršálek2023-08-011-2/+2
* bump the devel version to 211 (#22356)ringabout2023-08-011-3/+3
* fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...ringabout2023-08-011-1/+1
* remove thread duplicated code (#22348)Bung2023-07-311-5/+0
* implement `ensureMove` (#22339)ringabout2023-07-291-0/+10
* Remove declared and not used variable in packedsets.bitincl (#22334)Eric N. Vander Weele2023-07-271-1/+0
* fixes docs (#22331)ringabout2023-07-261-1/+1
* 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