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
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
12
-19
/
+135
*
refs #13797 (#13812)
Timothee Cour
2020-03-31
1
-1
/
+1
*
Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)
Huy Doan
2020-03-31
1
-1
/
+1
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
14
-21
/
+171
*
faster CIs (#13803)
Miran
2020-03-30
72
-1085
/
+535
*
'.push raises: []' now also affects proc types (#13776)
Andreas Rumpf
2020-03-29
5
-5
/
+32
*
fix #13794 HashSet leak (#13800)
Timothee Cour
2020-03-29
1
-1
/
+2
*
Fix #13631 (#13789)
Juan Carlos
2020-03-29
1
-2
/
+2
*
fix #13730 (#13787)
Timothee Cour
2020-03-28
2
-2
/
+10
*
[CI] fix recent freebsd systematic failure (#13788)
Timothee Cour
2020-03-28
1
-9
/
+14
*
fixes #13763 (#13777)
Andreas Rumpf
2020-03-27
2
-1
/
+10
*
More fixes for Haiku (#13774)
alaviss
2020-03-27
2
-47
/
+50
*
fix typos and deprecation warnings for tconvariancerules.nim (#13772)
Arne Döring
2020-03-27
1
-21
/
+20
*
make nim_temp compile with --gc:arc --sinkInference:off (#13769)
cooldome
2020-03-26
1
-1
/
+1
*
Fix vm.nim for --gc:arc (#13741)
Clyybber
2020-03-26
3
-41
/
+30
*
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
*
Fix typeSym.getImpl for ref types (#13752)
zah
2020-03-26
4
-8
/
+88
*
`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
2
-1
/
+8
*
Continue bool conversion fixing (#13751)
cooldome
2020-03-25
3
-2
/
+20
*
bump copyright year to 2020 (#13753)
Miran
2020-03-25
1
-1
/
+1
*
[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
[next]