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
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-1
/
+1
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
3
-13
/
+13
*
Allow users to set log flushing rules (#20817)
Matt Haggard
2022-11-14
1
-17
/
+35
*
fix a few "broken link" warnings (#20837)
Andrey Makarov
2022-11-14
1
-1
/
+1
*
[sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)
Vindaar
2022-11-10
1
-3
/
+13
*
fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)
ringabout
2022-11-10
1
-2
/
+2
*
add effectsOf to map in the std/sets module (#20760)
ringabout
2022-11-05
1
-1
/
+4
*
add `effectsOf` to `std/tables` (#20751)
ringabout
2022-11-04
1
-2
/
+6
*
Uri.isIpv6 exported (#20736)
Juan Carlos
2022-11-03
1
-1
/
+1
*
Improve dollar IpAddress (#20729)
Juan Carlos
2022-11-03
1
-10
/
+14
*
Export FileMode (#20726)
Antonis Geralis
2022-11-02
1
-0
/
+1
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
7
-2
/
+19
*
change `include genode/env` to an import (#20721)
ringabout
2022-11-01
1
-1
/
+1
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
5
-5
/
+7
*
Improve dollar (#20672)
Juan Carlos
2022-10-31
1
-30
/
+49
*
Improve getDataUri (#20670)
Juan Carlos
2022-10-31
1
-4
/
+12
*
Genode: add scheduleCallbacks to asyncdispatch (#20708)
ehmry
2022-10-31
1
-3
/
+29
*
allow deferred close of nil stream (#20706)
n5m
2022-10-31
1
-4
/
+14
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
2
-2
/
+0
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
2
-2
/
+2
*
move threads out of system (#20674)
ringabout
2022-10-29
1
-1
/
+1
*
fix #16264 low(Time) OverflowDefect (#20552)
Bung
2022-10-29
1
-1
/
+1
*
Fix #20628 for Windows (#20667)
Andrey Makarov
2022-10-28
1
-6
/
+9
*
openssl 3 support no longer opt in + some 1.0 support (#20668)
metagn
2022-10-27
1
-2
/
+15
*
Added openarray[char] overloads to std/unicode (#20648)
Jason Beetham
2022-10-27
1
-46
/
+417
*
clean up `std/os` related modules (#20651)
ringabout
2022-10-25
1
-65
/
+0
*
Change both code snippets to use the same test URL (#20647)
Saint
2022-10-25
1
-1
/
+1
*
Implement Unix file regularity check (#20448) (#20628)
Andrey Makarov
2022-10-25
1
-4
/
+7
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
1
-93
/
+443
*
fixes the typical (not a == b) bug in the documentation (#20643)
ringabout
2022-10-24
1
-2
/
+2
*
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
[next]