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
...
|
*
UDP sockets should now work with asyncio.
Dominik Picheta
2012-08-03
1
-3
/
+8
*
|
idetools improvements (2)
Araq
2012-08-03
3
-1
/
+3
*
|
idetools improvements
Araq
2012-08-03
10
-35
/
+53
|
/
*
fixes 182
Araq
2012-08-02
1
-1
/
+1
*
keep initStackBottom calls please
Araq
2012-08-02
2
-0
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-08-02
5
-53
/
+123
|
\
|
*
Merge pull request #181 from exhu/logging
Araq
2012-08-02
1
-42
/
+107
|
|
\
|
|
*
Added default format for logging.
Yury Benesh
2012-08-01
1
-29
/
+64
|
|
*
Rolling file logger changes. WIP.
Yury Benesh
2012-07-29
1
-3
/
+26
|
|
*
Comments to logging
Yury Benesh
2012-07-26
1
-5
/
+6
|
|
*
Fixed template code with binding
Yury Benesh
2012-07-19
1
-0
/
+3
|
|
*
Made logging.nim compile.
Yury Benesh
2012-07-10
1
-17
/
+20
|
*
|
DLL fixes for windows; fixes #175
Zahary Karadjov
2012-07-31
4
-11
/
+16
*
|
|
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
12
-36
/
+95
*
|
|
fixed some typos in the documentation
Araq
2012-07-31
2
-8
/
+9
|
/
/
*
|
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
11
-47
/
+96
*
|
made compiler more robust for idetools support
Araq
2012-07-30
11
-53
/
+94
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-30
1
-0
/
+16
|
\
\
|
*
|
g_timeout_add_full and g_idle_add_full added.
Dominik Picheta
2012-07-30
1
-0
/
+16
*
|
|
more improvements for idetools
Araq
2012-07-30
4
-9
/
+17
|
/
/
*
|
Addition of setTabReorderable to gtk2.nim
Dominik Picheta
2012-07-29
1
-0
/
+4
*
|
better error handling for better idetools support
Araq
2012-07-29
13
-268
/
+378
*
|
better overloading capabilities for 'shallowCopy'; little bugfix for 'system....
Araq
2012-07-29
1
-1
/
+0
*
|
better overloading capabilities for 'shallowCopy'; little bugfix for 'system....
Araq
2012-07-29
2
-12
/
+15
*
|
improvements for idetools; system.compiles improved
Araq
2012-07-29
7
-32
/
+101
*
|
added some support for Haiku
Araq
2012-07-29
4
-20
/
+33
*
|
attempt to getAppFilename to work on NetBSD
Araq
2012-07-28
1
-1
/
+1
*
|
more reliable NI/NU definitions
Araq
2012-07-28
2
-14
/
+21
*
|
fixes #178
Araq
2012-07-28
5
-13
/
+20
*
|
implements #173
Araq
2012-07-28
11
-34
/
+109
*
|
added warning for confusing var declarations
Araq
2012-07-26
5
-7
/
+19
*
|
made more tests green
Araq
2012-07-26
4
-21
/
+25
*
|
fixes #171
Araq
2012-07-25
1
-0
/
+41
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-25
1
-1
/
+2
|
\
\
|
*
|
Fixed compilation of smtp module.
Dominik Picheta
2012-07-25
1
-1
/
+2
*
|
|
bugfix: collection/sets only worked by chance ...
Araq
2012-07-25
1
-4
/
+4
|
/
/
*
|
no range checks for conversion to unsigned (but I may reconsider this)
Araq
2012-07-25
1
-1
/
+2
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-25
3
-16
/
+23
|
\
\
|
*
|
Some improvements to the sockets module.
Dominik Picheta
2012-07-25
3
-16
/
+23
*
|
|
next steps for closure consistency; fixes #176
Araq
2012-07-25
9
-9
/
+495
|
/
/
*
|
fixes #172
Araq
2012-07-25
2
-7
/
+7
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-25
3
-3
/
+35
|
\
\
|
*
|
Added mycert.pem for the asynciossl test.
Dominik Picheta
2012-07-24
2
-1
/
+33
|
*
|
Fixed the tasynciossl ImplicitClosure warning.
Dominik Picheta
2012-07-24
1
-2
/
+2
*
|
|
small bugfix: code generation for nil closures
Araq
2012-07-25
2
-20
/
+31
*
|
|
closure is now default calling convention for proc types
Araq
2012-07-24
2
-2
/
+1
*
|
|
bugfix: bind context for generics
Araq
2012-07-24
1
-3
/
+3
|
/
/
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-24
11
-143
/
+505
|
\
\
|
*
|
More deprecation warnings fixed.
Dominik Picheta
2012-07-23
2
-4
/
+10
|
*
|
Fixes deprecation warning, fixes documentation error.
Dominik Picheta
2012-07-23
2
-3
/
+4
[prev]
[next]