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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] docs: make the syntax for generics easy to look up (#13754)
Rory O’Kane
2020-03-25
1
-1
/
+2
*
[skip ci] docs: reword Part 3 link to communicate that it exists (#13755)
Rory O’Kane
2020-03-25
1
-1
/
+1
*
docs: say that `nil` can be used as a value (#13756)
Rory O’Kane
2020-03-25
1
-5
/
+8
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
22
-66
/
+63
*
fixes #13744 (#13749)
cooldome
2020-03-25
4
-1
/
+44
*
fix #13737 (#13738)
Timothee Cour
2020-03-24
1
-1
/
+2
*
use nimEmulateOverflowChecks for ARM/ARM64
Araq
2020-03-24
1
-0
/
+4
*
__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
3
-12
/
+27
*
hotfix: make 'nim doc nimhcr' work on all platforms
Araq
2020-03-23
1
-33
/
+33
*
trees.nim: compare floating points by their bitpatterns because NaN comparisi...
Araq
2020-03-23
1
-1
/
+1
*
disable even more of scope based destruction handling; fixes #13709
Araq
2020-03-23
1
-7
/
+98
*
trees.nim: compare floating points by their bitpatterns because NaN comparisi...
Araq
2020-03-23
1
-1
/
+1
*
new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)
Timothee Cour
2020-03-23
4
-1
/
+139
*
add error for missing commandLineParams (#13719)
Andy Davidoff
2020-03-23
1
-0
/
+4
*
Revert "fix #13417 (#13712)" (#13728)
Andreas Rumpf
2020-03-23
2
-31
/
+11
*
introduce getPeerCertificates, fixes #13299 (#13650)
Christian Ulrich
2020-03-22
4
-22
/
+82
*
better error messages for Nim's effect system
Araq
2020-03-22
4
-21
/
+46
*
Windows API callbacks cannot raise exceptions
Araq
2020-03-22
1
-3
/
+3
*
fix #13417 (#13712)
Arne Döring
2020-03-22
2
-11
/
+31
*
fixes #13715 (#13716)
Arne Döring
2020-03-22
3
-2
/
+11
*
typo
Araq
2020-03-22
1
-1
/
+1
*
fix #13720 (#13721)
Arne Döring
2020-03-22
2
-2
/
+4
*
Add EPOLLEXCLUSIVE (#13718)
Hiroki Noda
2020-03-21
1
-0
/
+1
*
fixes #13708 (#13711)
cooldome
2020-03-21
2
-10
/
+20
*
[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
13
-12
/
+872
*
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...
Timothee Cour
2020-03-20
6
-31
/
+56
*
threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...
Araq
2020-03-20
1
-3
/
+3
*
Revert #13658 for nim-gdb.bat. Fixes #13705 (#13707)
Joey
2020-03-20
1
-1
/
+3
*
fixes #13698 (#13706)
Andreas Rumpf
2020-03-20
2
-2
/
+9
*
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
*
make 'nim check' more robust for illdefined constants
Araq
2020-03-20
1
-1
/
+1
*
Add Base64 safe (#13672)
Juan Carlos
2020-03-20
3
-9
/
+45
*
fix #13538 sigmatch errors are now sorted (#13701)
Timothee Cour
2020-03-20
6
-47
/
+54
*
Remove 2 old deprecated files (#13702)
Juan Carlos
2020-03-20
3
-23
/
+1
*
fix nimsuggest warning (#13699)
Jasper Jenkins
2020-03-20
3
-7
/
+4
*
fix nimpretty warning (#13700)
Jasper Jenkins
2020-03-20
1
-2
/
+1
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
10
-41
/
+298
*
Clean 1 old deprecated empty file (#13696)
Juan Carlos
2020-03-19
1
-6
/
+0
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
12
-74
/
+233
*
fixes #13691 (#13694)
Andreas Rumpf
2020-03-19
2
-2
/
+34
*
fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...
Timothee Cour
2020-03-19
2
-1
/
+11
*
fix #11458 oswalkdir (#13689)
Timothee Cour
2020-03-19
2
-27
/
+5
*
added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...
Andreas Rumpf
2020-03-19
4
-5
/
+13
*
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
2
-1
/
+11
*
gc.rst that doesn't lie (#13686)
Andreas Rumpf
2020-03-19
1
-54
/
+34
[next]