index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor initOptParser (#19656)
Nan Xiao
2022-09-27
1
-22
/
+5
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
27
-1
/
+77
*
fix #18128 rfind on empty needle returns rightmost index (#20430)
n5m
2022-09-26
1
-1
/
+2
*
Optimize `base64.encodeMime` (#20409)
Amjad Ben Hedhili
2022-09-25
1
-6
/
+20
*
fixes #20285; prevent oid time overflow at year 2038 (#20338)
ringabout
2022-09-22
1
-25
/
+14
*
contentLength default to -1 if not present (#19835)
Bung
2022-09-21
1
-2
/
+2
*
Recommend `mapIt` in some cases (#20347)
Amjad Ben Hedhili
2022-09-19
1
-6
/
+4
*
fixes #19104; peg Incorrect captures [backport:1.6] (#20352)
ringabout
2022-09-15
1
-1
/
+4
*
partial revert and redesign of #19814, changelog (#20341)
metagn
2022-09-14
1
-0
/
+6
*
Revert "add `fromChar`" (#20336)
ringabout
2022-09-12
1
-9
/
+0
*
Fix cannot create Windows directory in root (#20311)
havardjohn
2022-09-11
1
-19
/
+8
*
Implement Markdown definition lists (+ migration) (#20333)
Andrey Makarov
2022-09-11
2
-7
/
+7
*
add `fromChar` (#20332)
Hamid Bluri
2022-09-11
1
-0
/
+9
*
give a deprecate warning when using `newPar` to construct tuple expressions (...
ringabout
2022-09-06
1
-2
/
+2
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
1
-1
/
+1
*
Add improved Windows UNC path support in std/os (#20281)
havardjohn
2022-09-03
2
-47
/
+75
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
2
-2
/
+2
*
Simpler complex division implementation (#20088)
Dan Rose
2022-09-01
1
-12
/
+1
*
Implement complex sgn (#20087)
Dan Rose
2022-08-28
1
-0
/
+7
*
fixes #17658; add cert dir for ssl ctx (#19920)
ringabout
2022-08-28
2
-1
/
+11
*
Add missing rand(var Rand, Ordinal) overload (#20124)
Antonis Geralis
2022-08-26
1
-14
/
+32
*
remove `var` for ref parameters in `std/tables` (#20175)
ringabout
2022-08-25
1
-2
/
+2
*
std/options enables stricteffects (#19441)
ringabout
2022-08-25
1
-4
/
+8
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
1
-0
/
+3
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
1
-4
/
+4
*
Add OpenSSL 3 support (#19814)
Federico Ceratto
2022-08-23
1
-35
/
+30
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
2
-13
/
+3
*
remove some deprecated pre-1.0 stdlib modules (#20202)
metagn
2022-08-23
3
-6
/
+2
*
fixes #19973; switch to poll on posix (#20212)
ringabout
2022-08-23
1
-11
/
+28
*
remove `shallow` usages for ORC (#20109)
ringabout
2022-08-23
1
-1
/
+2
*
Add use of Windows Wide CRT API for env. vars (#20084)
havardjohn
2022-08-20
1
-5
/
+9
*
make implicit cstring conversions explicit (#19488)
ee7
2022-08-19
6
-22
/
+22
*
Pass check condition directly to if (#20217)
Dan Rose
2022-08-15
1
-2
/
+6
*
fix broken runnableExamples for getWeeksInIsoYear (#20193)
metagn
2022-08-11
1
-2
/
+2
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
4
-0
/
+14
*
Improve error message for `strutils.addf` (#20157)
konsumlamm
2022-08-05
1
-8
/
+8
*
Add client.close() in httpclient examples. (#20118)
gecko
2022-08-04
1
-9
/
+25
*
prevent cache thrashing (#20129)
ringabout
2022-08-02
1
-1
/
+3
*
Fix "Add Wider Ascii Chars sets and func for string formatting" (#20120)
Clay Sweetser
2022-07-31
1
-3
/
+3
*
Add Wider Ascii Chars sets and func for string formatting (#19994)
Sultan Al Isaiee
2022-07-31
1
-12
/
+25
*
[ORC] replace threadpool with createThread in the runnableExamples (#20106)
ringabout
2022-07-31
1
-9
/
+16
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
2
-6
/
+15
*
fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...
ringabout
2022-07-26
1
-2
/
+8
*
replace shallowcopy with move in ARC/ORC (#20061)
flywind
2022-07-18
1
-6
/
+6
*
Improve rand(bool) (#20045)
Antonis Geralis
2022-07-18
1
-2
/
+4
*
Fixed typo in std/os doc (#20054)
LetThereBeLemons
2022-07-18
1
-1
/
+1
*
Display protocol name in exceptions raised by getProtoByName() (#19808)
kraptor
2022-07-16
1
-1
/
+1
*
Make `random.rand` work with `Ordinal` (#20043)
Amjad Ben Hedhili
2022-07-16
1
-6
/
+9
*
make AsyncSocket.getPeerAddr work ; fix #15022 (#20038)
David Krause
2022-07-16
1
-0
/
+2
[next]