summary refs log tree commit diff stats
path: root/lib/std/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve jsutils docs (#17421)Timothee Cour2021-03-211-10/+42
* follow up #17276 (#17355)flywind2021-03-191-2/+10
* fix #17275 (#17276)flywind2021-03-091-0/+4
* follow up #17165 (#17262)flywind2021-03-041-0/+1
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-1/+3
* document `since` (#17048)Timothee Cour2021-02-161-1/+15
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-151-0/+8
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+6
* JS: make hash float support IE/Safari (#16872)flywind2021-02-011-0/+4
* refactor hash in JS backend (#16863)flywind2021-01-301-0/+8
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-291-0/+40
* make oids module better (#16704)flywind2021-01-251-0/+7
* perpare for more compact bit operations in JS (#16728)flywind2021-01-191-0/+12
* refactor cmpNimIdentifier (#16611)flywind2021-01-131-0/+4
* make cstrutils work in VM (#16590)flywind2021-01-051-5/+24
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-311-0/+53
* move asciitables to std/private/ (#16498)flywind2020-12-291-0/+83
* use hexchar in stdlib (#16290)flywind2020-12-171-6/+19
* styleCheck: Fix error for `sugar` and `std/with` (#16176)ee72020-12-021-1/+1
* move decode_helpers to std/private (#16209)flywind2020-12-021-0/+22
* std/with support field assign (#14484)slangmgh2020-08-151-13/+12
* CI: Install the pkg we cloned (#14770)Clyybber2020-06-241-32/+0
* fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ...Timothee Cour2020-06-021-0/+32
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-0/+54
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-051-0/+15
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+19
* fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ...Araq2020-03-171-9/+20
* added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13...Andreas Rumpf2020-02-261-0/+38