summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* allow non var deinit for locks and conds: alternative way (#23099)ringabout2023-12-191-14/+14
* fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)ringabout2023-12-131-1/+1
* Silence several Hint[Performance] warnings (#23003)c-blake2023-11-291-1/+1
* reserve `sysFatal` for `Defect` (#22158)Jacek Sieka2023-11-061-9/+6
* complete std prefixes for stdlib (#22887)ringabout2023-10-3035-52/+52
* explicitly import using `std/` in `tempfiles.nim` (#22851)Vindaar2023-10-201-1/+1
* fixes #22844; uses arrays to store holeyenums for iterations; much more effic...ringabout2023-10-201-1/+1
* NIR: Nim intermediate representation (#22777)Andreas Rumpf2023-10-111-15/+16
* document `atomicInc` and `atomicDec` (#22789)ringabout2023-10-041-0/+2
* copyFile with POSIX_FADV_SEQUENTIAL (#22776)Juan Carlos2023-10-011-0/+8
* copyFile with bufferSize instead of hardcoded value (#22769)Juan Carlos2023-09-301-9/+10
* make parseEnum skip type aliases for enum type sym (#22727)metagn2023-09-191-1/+2
* Update osfiles.nim, make `moveFile` consider permission on *nix (#22719)litlighilit2023-09-181-1/+1
* fixes incorrect cint overflow in system (#22718)ringabout2023-09-181-1/+1
* allow tuples and procs in 'toTask' + minor things (#22530)Andreas Rumpf2023-08-221-1/+1
* Add staticFileExists and staticDirExists (#22278)Tomohiro2023-08-181-0/+13
* fixes syncio document (#22498)Nan Xiao2023-08-171-2/+2
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-155-52/+57
* fixes CI (#22471)ringabout2023-08-142-3/+3
* fixes syncio document (#22467)Nan Xiao2023-08-141-2/+2
* fixes bareExcept warnings; catch specific exceptions (#21119)ringabout2023-08-132-3/+3
* replace `doAssert false` with `raiseAssert` in lib, which works better with s...ringabout2023-08-118-14/+14
* clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)ringabout2023-08-081-2/+2
* use strictdefs for compiler (#22365)ringabout2023-08-061-0/+1
* 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-063-11/+11
* Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)Tomohiro2023-08-041-4/+17
* Remove declared and not used variable in packedsets.bitincl (#22334)Eric N. Vander Weele2023-07-271-1/+0
* fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...ringabout2023-06-271-2/+2
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-212-12/+28
* avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)Etan Kissling2023-06-101-10/+11
* Remove debug echo from with (#22047)Antonis Geralis2023-06-081-1/+0
* Nested `with` blocks (#22042)awr12023-06-082-6/+24
* fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...ringabout2023-06-014-6/+6
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-302-4/+4
* Suggest files and paths modules (#21950)Federico Ceratto2023-05-292-0/+6
* js -r defines nodejs & program result undeclared if unavailable (#21849)metagn2023-05-241-7/+3
* tasks that support return values (#21859)Andreas Rumpf2023-05-171-25/+35
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-141-3/+3
* add getDataDir to std/appdirs.nim (#21754)Ecorous2023-05-121-0/+17
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-116-13/+15
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-101-6/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+4
* refact: Remove assertion effect hiding workaround (#21472)quantimnot2023-04-211-6/+1
* static link pthread correctly (#21693)ringabout2023-04-201-2/+0
* fixes nightlies regression (#21689)ringabout2023-04-191-2/+1
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-2/+2
* fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...ringabout2023-04-141-0/+4
* int64/uint64 as bigint in JS (#21613)metagn2023-04-113-4/+19
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-111-11/+16