summary refs log tree commit diff stats
path: root/lib/std/private
Commit message (Expand)AuthorAgeFilesLines
* fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...ringabout2024-09-272-7/+16
* 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
* 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
* fix `isAbsolute` broken when `nodejs` on Windows (#23365)litlighilit2024-03-041-3/+3
* follow up #22380; fixes incorrect usages of `newWideCString` (#23278)ringabout2024-02-051-2/+2
* allow non var deinit for locks and conds: alternative way (#23099)ringabout2023-12-191-14/+14
* complete std prefixes for stdlib (#22887)ringabout2023-10-307-15/+15
* 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
* Update osfiles.nim, make `moveFile` consider permission on *nix (#22719)litlighilit2023-09-181-1/+1
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-152-5/+6
* fixes CI (#22471)ringabout2023-08-142-3/+3
* 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-113-4/+4
* 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
* Nested `with` blocks (#22042)awr12023-06-081-6/+14
* fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...ringabout2023-06-011-3/+3
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-302-4/+4
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-4/+8
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-2/+15
* remove useVersion (#21626)metagn2023-04-081-1/+1
* remove decades-deprecated Win32 API *A function support (#21315)tersec2023-03-025-123/+51
* Fix: nintendoswitch compilation (#21368)Dmitry Arkhipenko2023-02-251-1/+1
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-242-4/+2
* Add `getDataDir` proc (#21408)Ecorous2023-02-211-0/+27
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-047-1/+13
* remove legacy code (#21134)ringabout2022-12-261-15/+1
* fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)ringabout2022-12-201-13/+13
* fix #12122 (#21096)Bung2022-12-161-2/+2
* build the documentation of official packages (#20986)ringabout2022-12-061-15/+0
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-013-30/+30
* Move command line parameter code (#20946)IgorDeepakM2022-11-301-2/+0
* correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)metagn2022-11-221-1/+1
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-164-5/+5
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-1/+1
* move threads out of system (#20674)ringabout2022-10-292-0/+410
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-282-14/+14
* clean up `std/os` related modules (#20651)ringabout2022-10-253-27/+95
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-252-23/+36
* move procs in os to `appdirs` (#20605)ringabout2022-10-201-0/+147
* [std/os] split and re-export (#20593)ringabout2022-10-205-0/+2228
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-171-0/+111
* move widestrs out of system (#20462)metagn2022-10-011-0/+3
* make koch and tools work with `nimPreviewSlimSystem` (#20459)ringabout2022-09-301-0/+3
* fix #19500; remove find optimization [backport: 1.6] (#19714)ringabout2022-09-281-0/+37
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-111-0/+4
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-041-1/+1