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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #17658; add cert dir for ssl ctx (#19920)
ringabout
2022-08-28
2
-1
/
+11
*
Fix auto links to subheader when TOC is present (#20279)
Andrey Makarov
2022-08-27
2
-91
/
+97
*
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
11
-164
/
+184
*
fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#2...
ringabout
2022-08-24
1
-0
/
+2
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
4
-40
/
+59
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
2
-11
/
+21
*
Add OpenSSL 3 support (#19814)
Federico Ceratto
2022-08-23
2
-115
/
+84
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
3
-15
/
+7
*
Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)
Andrey Makarov
2022-08-23
1
-1
/
+1
*
remove some deprecated pre-1.0 stdlib modules (#20202)
metagn
2022-08-23
9
-879
/
+12
*
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 comments back (#20256)
ringabout
2022-08-21
1
-0
/
+3
*
remove the merge pragma and obsolete comments (#20254)
ringabout
2022-08-21
1
-7
/
+4
*
Remove string == nil/nil == string error (#20222)
metagn
2022-08-20
1
-23
/
+0
*
Add use of Windows Wide CRT API for env. vars (#20084)
havardjohn
2022-08-20
3
-38
/
+53
*
make implicit cstring conversions explicit (#19488)
ee7
2022-08-19
11
-50
/
+50
*
Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)
jgirvin-venturi
2022-08-19
1
-0
/
+4
*
Don't require blank line before Markdown code (#20215)
Andrey Makarov
2022-08-15
1
-5
/
+11
*
Pass check condition directly to if (#20217)
Dan Rose
2022-08-15
1
-2
/
+6
*
improve deprecation error messages (#20197)
ringabout
2022-08-11
1
-4
/
+2
*
fix broken runnableExamples for getWeeksInIsoYear (#20193)
metagn
2022-08-11
1
-2
/
+2
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
11
-0
/
+42
*
update the docs of arc following up #19749 (#19752)
ringabout
2022-08-08
1
-2
/
+2
*
fixes #20153; do not escape `_` for mysql [backport] (#20164)
ringabout
2022-08-05
1
-2
/
+1
*
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
*
replace the broken link for ORC implementation with a working one (#20105)
ringabout
2022-07-31
1
-1
/
+1
*
Highlight Nim default in Markdown code in .nim (#20110)
Andrey Makarov
2022-07-31
2
-11
/
+16
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
3
-20
/
+34
*
fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...
ringabout
2022-07-26
1
-2
/
+8
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
1
-0
/
+9
*
Markdown code blocks part 2; migrate Nim Manual (#20080)
Andrey Makarov
2022-07-25
1
-24
/
+30
*
fix #20067, fix #18976 [backport] (#20069)
metagn
2022-07-22
1
-1
/
+3
*
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
*
epoll: correct mapping [backport] (#20058)
Jacek Sieka
2022-07-18
1
-5
/
+14
*
Fixed typo in std/os doc (#20054)
LetThereBeLemons
2022-07-18
1
-1
/
+1
*
fix `pthread_mutex_t` size (#20055)
Jacek Sieka
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
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
2
-36
/
+119
[next]