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
*
Add `safe` parameter to `base64.encodeMime` (#20559)
Amjad Ben Hedhili
2022-10-21
1
-3
/
+11
*
move procs in os to `appdirs` (#20605)
ringabout
2022-10-20
1
-141
/
+3
*
[std/os] split and re-export (#20593)
ringabout
2022-10-20
1
-2044
/
+17
*
refactor envvars, oserrors; register vmops (#20592)
ringabout
2022-10-18
3
-339
/
+5
*
[`std/os` clean up] import and export `osseps` (#20580)
ringabout
2022-10-17
3
-113
/
+3
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-1
/
+1
*
follow up #19714; add `memmem` optimizations for `find` on Linux, Macos and B...
ringabout
2022-10-13
1
-1
/
+26
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
7
-90
/
+95
*
oids sticks to 24 length strings; fixes breaking changes (#20546)
ringabout
2022-10-12
1
-7
/
+7
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
3
-6
/
+6
*
Remove unused `base64.encode` overload (#20369)
Amjad Ben Hedhili
2022-10-09
1
-27
/
+10
*
parseutils: skipWhile: fix parameter name in doc comment (#20523)
ee7
2022-10-09
1
-1
/
+1
*
FTP client is now able to connect to server over TLS by set `useTls =… (#17...
Huy Doan
2022-10-09
1
-10
/
+75
*
out parameters: enforce that 'out' is only used as a parameter (#20510)
Andreas Rumpf
2022-10-07
2
-2
/
+3
*
Markdown indented code blocks (#20473)
Andrey Makarov
2022-10-05
6
-19
/
+20
*
strutils, rstgen: avoid deprecated `strutils.delete` (#20488)
ee7
2022-10-05
1
-4
/
+5
*
Add proxy basic auth documentation (#20498)
TerrorTrace
2022-10-05
1
-0
/
+8
*
move widestrs out of system (#20462)
metagn
2022-10-01
7
-0
/
+15
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
1
-2
/
+1
*
Undeprecate isvalidfilename (#19643)
Juan Carlos
2022-09-29
1
-7
/
+12
*
fix #19500; remove find optimization [backport: 1.6] (#19714)
ringabout
2022-09-28
1
-20
/
+1
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
5
-14
/
+14
*
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
[next]