summary refs log tree commit diff stats
path: root/lib/std/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-031-0/+61
* move formatfloat out of system (#20195)ringabout2022-08-242-0/+1757
* test removing dollar for objects out of system (#20242)metagn2022-08-241-0/+39
* Add use of Windows Wide CRT API for env. vars (#20084)havardjohn2022-08-201-29/+36
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-071-5/+10
* move assertions out of system (#19599)flywind2022-03-231-0/+4
* Fix #19038 - making the Nim compiler work again on Windows XP (#19331)rockcavera2022-01-071-20/+21
* add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...flywind2022-01-041-0/+15
* fix 19292 (#19293)rockcavera2021-12-291-6/+9
* fixes #19078 [backport] (#19090)Andreas Rumpf2021-11-021-3/+6
* fix a potential bug (#18900)flywind2021-10-141-1/+1
* strict effects (#18777)Andreas Rumpf2021-09-021-1/+6
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-192-20/+57
* fix a sqlite bug (#18669)flywind2021-08-121-0/+15
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-081-0/+0
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-291-0/+92
* fix nativeToUnixPath (#18501)Timothee Cour2021-07-171-3/+8
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-281-35/+23
* merge similar procs regarding digits (#18318)flywind2021-06-221-0/+88
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-301-1/+39
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-1/+1
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-1/+1
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
* close #11330 sets uses optimized countSetBits (#17334)flywind2021-03-221-0/+17