summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...ringabout2024-09-272-7/+16
* fixes symbolName for range enums (#24052)ringabout2024-09-031-1/+7
* fixes JS semicolon omissions (#23896)ringabout2024-07-261-3/+3
* fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876)Ward2024-07-221-1/+1
* Fix out-of-bounds slicing in std/varints (#23868)Buldram2024-07-221-6/+6
* fix noreturn/implicit discard check logic (#23681)metagn2024-06-051-1/+1
* fixes #23663; Add hash() for Path (#23664)ringabout2024-05-311-1/+8
* fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)ringabout2024-05-271-4/+20
* Handle arbitrarily long symlink target in `expandSymlinks()` (#23650)Alexander Kernozhitsky2024-05-271-8/+10
* doc(format): ospaths2,strutils: followup #23560 (#23629)lit2024-05-201-3/+3
* provides a `$` function for `Path` (#23617)ringabout2024-05-171-0/+3
* fixes deprecation messages and adds missing commas (#23609)ringabout2024-05-141-3/+3
* allow Nix builds by not calling git in isGitRepo for Nimble (#23515)Jakub2024-04-181-10/+3
* Better documentation for typedthreads module (#23483)Antoine Delègue2024-04-111-27/+67
* Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456)lit2024-04-031-1/+4
* fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380)ringabout2024-03-091-2/+2
* fix `isAbsolute` broken when `nodejs` on Windows (#23365)litlighilit2024-03-041-3/+3
* fixes #23304; uses `snprintf` instead of `sprintf` (#23322)ringabout2024-02-201-3/+3
* fixes refc with non-var destructor; cancel warnings (#23156)ringabout2024-02-132-2/+4
* follow up #22380; fixes incorrect usages of `newWideCString` (#23278)ringabout2024-02-053-3/+4
* Update cmdline.nim, fix broken (dragged) doc-reference for getAppFile… (#23...litlighilit2024-01-281-4/+4
* Deprecate asm stmt for js target (#23149)ASVIEST2024-01-022-10/+10
* 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