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
...
*
|
|
|
much better error message if an exe cannot be found
Araq
2015-06-29
2
-3
/
+6
*
|
|
|
added /*INCLUDESECTION*/ section for .emit pragma
Araq
2015-06-29
1
-2
/
+4
*
|
|
|
disable vcc specific code which doesn't work
Araq
2015-06-29
1
-39
/
+39
*
|
|
|
Merge pull request #3013 from avsej/fix-doc-typo
reactormonk
2015-06-28
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix doc typo
Sergey Avseyev
2015-06-28
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #2997 from apense/patch-3
Dominik Picheta
2015-06-26
1
-3
/
+38
|
\
\
\
|
*
|
|
Slight documentation addition
apense
2015-06-25
1
-3
/
+38
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2995 from avsej/fix-tls-dlopen-issue
Andreas Rumpf
2015-06-26
3
-60
/
+53
|
\
\
\
|
*
|
|
Fix #2672. Do not define globalsSlot for native TLS
Sergey Avseyev
2015-06-26
1
-16
/
+11
|
*
|
|
Trim trailling spaces
Sergey Avseyev
2015-06-26
3
-45
/
+43
|
|
/
/
*
|
|
Merge pull request #3000 from apense/patch-6
Andreas Rumpf
2015-06-26
1
-2
/
+3
|
\
\
\
|
*
|
|
Clarified nnkFloat64Lit
apense
2015-06-26
1
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #2999 from apense/patch-5
Andreas Rumpf
2015-06-26
1
-1
/
+29
|
\
\
\
|
*
|
|
Updated nnkRange docs
apense
2015-06-26
1
-1
/
+29
|
|
/
/
*
|
|
Merge pull request #2998 from apense/patch-4
Andreas Rumpf
2015-06-26
1
-0
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added `$` documentation to the manual
apense
2015-06-25
1
-0
/
+28
|
/
/
*
|
fixes #2731
Araq
2015-06-26
1
-1
/
+1
*
|
trimmed the contributing guide
Simon Hafner
2015-06-25
1
-4
/
+0
*
|
moved contributing guide back to root
Simon Hafner
2015-06-25
2
-167
/
+166
*
|
Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996.
Dominik Picheta
2015-06-25
3
-47
/
+59
*
|
symlinked contributing guide to root for github
Simon Hafner
2015-06-25
1
-0
/
+1
*
|
Merge pull request #2976 from ayourtch/ipv6-devel
Dominik Picheta
2015-06-25
4
-22
/
+54
|
\
\
|
*
|
Match the AF of the socket in connect().
Andrew Yourtchenko
2015-06-24
1
-2
/
+3
|
*
|
Allow to connect to IPv4-mapped addresses for IPv6 sockets - thus full IPv4 c...
Andrew Yourtchenko
2015-06-24
1
-0
/
+1
|
*
|
Return address in pure IPv4 notation by getAddrString if IPv6 address is IPv4...
Andrew Yourtchenko
2015-06-24
1
-0
/
+2
|
*
|
Make asyncdispatch.connectAddr IPv6-aware.
Andrew Yourtchenko
2015-06-24
1
-2
/
+2
|
*
|
Export Sockaddr_in6, Sockaddr_storage.
Andrew Yourtchenko
2015-06-24
1
-0
/
+1
|
*
|
Add getAddrString which returns string representing the address within SockAddr.
Andrew Yourtchenko
2015-06-24
1
-0
/
+12
|
*
|
Expose INET6_ADDRSTRLEN.
Andrew Yourtchenko
2015-06-24
1
-0
/
+2
|
*
|
Update posix.Sockaddr_in6 and posix.Sockaddr_storage, deprecate old T* types.
Andrew Yourtchenko
2015-06-24
1
-2
/
+3
|
*
|
Make newAsyncSocket AF_INET6 the default domain.
Andrew Yourtchenko
2015-06-23
1
-1
/
+1
|
*
|
Make asyncnet.bindAddr IPv4+IPv6 compatible.
Andrew Yourtchenko
2015-06-23
1
-15
/
+12
|
*
|
Add getSockDomain to return AF_INET or AF_INET6 of a SocketHandle.
Andrew Yourtchenko
2015-06-23
1
-0
/
+15
*
|
|
Merge pull request #2977 from apense/patch-5
Andreas Rumpf
2015-06-25
1
-0
/
+13
|
\
\
\
|
*
|
|
Specific float32/float64 procs
apense
2015-06-24
1
-8
/
+4
|
*
|
|
Conversion between radians and degrees.Fixes #2881
apense
2015-06-24
1
-0
/
+17
|
|
/
/
*
|
|
fixes #2992
Araq
2015-06-25
1
-4
/
+4
*
|
|
fixes #2974
Araq
2015-06-25
2
-0
/
+2
*
|
|
sorted contributing differently: most important stuff comes first; corrected ...
Araq
2015-06-25
1
-86
/
+72
*
|
|
VM: use stricter notion of equality for NimNode
Araq
2015-06-25
1
-1
/
+2
*
|
|
fixes #2985
Araq
2015-06-25
2
-4
/
+11
*
|
|
Merge pull request #2990 from apense/patch-3
Andreas Rumpf
2015-06-25
1
-0
/
+2
|
\
\
\
|
*
|
|
Minor object documentation additions
apense
2015-06-25
1
-0
/
+2
*
|
|
|
Merge pull request #2989 from apense/patch-11
reactormonk
2015-06-25
1
-0
/
+15
|
\
\
\
\
|
*
|
|
|
Added example for var overloading
apense
2015-06-24
1
-0
/
+15
|
|
/
/
/
*
|
|
|
Merge pull request #2988 from apense/patch-10
reactormonk
2015-06-25
1
-5
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added example for associativity
apense
2015-06-24
1
-5
/
+12
|
/
/
/
*
|
|
updated news.txt
Araq
2015-06-25
2
-1
/
+3
*
|
|
fixes #2979
Araq
2015-06-25
1
-1
/
+2
*
|
|
protect against new stupid setlen that doesn't accept -1 anymore
Araq
2015-06-25
1
-1
/
+2
[prev]
[next]