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
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
5
-18
/
+82
*
fix #13794 HashSet leak (#13800)
Timothee Cour
2020-03-29
1
-1
/
+2
*
Fix #13631 (#13789)
Juan Carlos
2020-03-29
1
-2
/
+2
*
More fixes for Haiku (#13774)
alaviss
2020-03-27
2
-47
/
+50
*
ssl_certs: add Haiku support (#13761)
alaviss
2020-03-26
1
-7
/
+32
*
asyncdispatch: fix erroneous set construction (#13765)
alaviss
2020-03-26
1
-1
/
+3
*
`import macros` rather than `import std/macros`. (#13762)
Euan
2020-03-26
1
-1
/
+2
*
distinctBase overload for values (#13746)
Timothee Cour
2020-03-25
1
-0
/
+7
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
4
-12
/
+10
*
__stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)
Euan
2020-03-23
2
-2
/
+2
*
fix #13731, ambiguous repr of pointers (#13732)
Miran
2020-03-23
1
-6
/
+2
*
fixes #13722 (#13729)
Andreas Rumpf
2020-03-23
1
-8
/
+20
*
hotfix: make 'nim doc nimhcr' work on all platforms
Araq
2020-03-23
1
-33
/
+33
*
new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)
Timothee Cour
2020-03-23
1
-0
/
+19
*
add error for missing commandLineParams (#13719)
Andy Davidoff
2020-03-23
1
-0
/
+4
*
introduce getPeerCertificates, fixes #13299 (#13650)
Christian Ulrich
2020-03-22
3
-22
/
+79
*
Windows API callbacks cannot raise exceptions
Araq
2020-03-22
1
-3
/
+3
*
Add EPOLLEXCLUSIVE (#13718)
Hiroki Noda
2020-03-21
1
-0
/
+1
*
[ci skip] add back unintentionally removed line
narimiran
2020-03-20
1
-0
/
+1
*
SSL certificate verify GitHub action (#13697)
Federico Ceratto
2020-03-20
4
-12
/
+253
*
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...
Timothee Cour
2020-03-20
2
-14
/
+28
*
threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...
Araq
2020-03-20
1
-3
/
+3
*
Detect Ubuntu by checking release() and uname() (#13704)
Hayden
2020-03-20
1
-1
/
+3
*
fight the code bloat in base64.nim
Araq
2020-03-20
1
-7
/
+16
*
Add Base64 safe (#13672)
Juan Carlos
2020-03-20
1
-9
/
+28
*
Remove 2 old deprecated files (#13702)
Juan Carlos
2020-03-20
2
-20
/
+0
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
4
-12
/
+244
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
2
-32
/
+6
*
fix #11458 oswalkdir (#13689)
Timothee Cour
2020-03-19
1
-27
/
+4
*
added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...
Andreas Rumpf
2020-03-19
2
-2
/
+2
*
add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13...
Miran
2020-03-19
1
-4
/
+4
*
httpcore: deprecate `==`(string, HttpCode) (#13682)
alaviss
2020-03-19
1
-1
/
+8
*
enable --tlsEmulation:on for --gc:arc (#13685)
Andreas Rumpf
2020-03-18
3
-7
/
+4
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
1
-8
/
+1
*
fixes hash(HashSet) which was wrong as it didn't respect tombstones; refs #13649
Araq
2020-03-18
1
-1
/
+2
*
add nnkMacroDef to RoutineNodes (#13676)
Jasper Jenkins
2020-03-17
1
-1
/
+1
*
rewritten goto based exception handling; much cleaner implementation;… (#13...
Andreas Rumpf
2020-03-17
1
-3
/
+3
*
fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ...
Araq
2020-03-17
3
-25
/
+22
*
fixes #13654
Andreas Rumpf
2020-03-16
1
-1
/
+1
*
fixes #13645
Araq
2020-03-16
1
-16
/
+18
*
fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...
Timothee Cour
2020-03-13
7
-9
/
+7
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
13
-33
/
+204
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
2
-6
/
+6
*
Fix #12676 (#13634)
genotrance
2020-03-12
1
-7
/
+15
*
unicode.split: Fix the splitting when a Rune separator is used [backport] (#1...
Kaushal Modi
2020-03-12
1
-14
/
+11
*
Add more JS stuff to dom.nim (#13483)
treeform
2020-03-11
1
-26
/
+45
*
fix #13310, Deque misbehaves on VM (#13625)
Miran
2020-03-11
1
-2
/
+15
*
fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...
Timothee Cour
2020-03-11
1
-13
/
+3
*
fixes async regression
Araq
2020-03-11
1
-1
/
+1
*
fixes #13519
Araq
2020-03-11
3
-3
/
+3
[next]