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
*
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
|
*
Many fixes for asynchronous sockets. Asyncio should now work well with buffer...
Dominik Picheta
2012-07-22
8
-135
/
+490
|
*
Both the re and pegs module's `=~` templates can now be used simultaneously f...
Dominik Picheta
2012-07-21
2
-2
/
+2
*
|
DLLs should work again; fixes #169
Araq
2012-07-24
12
-410
/
+29
|
/
*
better test for 'system.compiles'
Araq
2012-07-20
1
-3
/
+22
*
optimizations for system.compiles
Araq
2012-07-20
3
-16
/
+25
*
added system.compiles
Araq
2012-07-20
8
-5
/
+65
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
7
-31
/
+25
*
tester compiles under taint mode again
Araq
2012-07-20
1
-3
/
+3
*
fixed the rodfiles tests
Zahary Karadjov
2012-07-20
5
-36
/
+39
*
removed nimdat in favor of per-module dat init procs
Zahary Karadjov
2012-07-19
6
-75
/
+73
*
fixes #168
Araq
2012-07-19
1
-1
/
+2
*
bugfix: name mangling of field names
Araq
2012-07-19
1
-2
/
+23
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
5
-21
/
+58
*
implemented #133
Araq
2012-07-19
3
-5
/
+40
*
bugfix: constraint matching for tyGenericInst; implements #130
Araq
2012-07-19
3
-2
/
+32
*
made ttempl3 green again
Araq
2012-07-19
1
-2
/
+3
*
don't put DLL loading into nimdat
Araq
2012-07-19
1
-34
/
+27
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-19
1
-27
/
+34
|
\
|
*
dynamic library symbols are not loaded in nimdat
Zahary Karadjov
2012-07-18
1
-27
/
+34
*
|
improvements for 'bind', fixes #166
Araq
2012-07-18
6
-32
/
+61
|
/
*
attempt to fix DLL generation
Araq
2012-07-18
6
-22
/
+21
*
equality and hashing for closures
Araq
2012-07-17
7
-11
/
+31
*
made some tests green
Araq
2012-07-17
6
-9
/
+8
*
tutorial improvements
Araq
2012-07-17
1
-16
/
+23
*
make tests green again
Araq
2012-07-17
19
-149
/
+166
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-16
1
-0
/
+1541
|
\
|
*
Merge pull request #165 from Schala/master
Araq
2012-07-15
1
-0
/
+1541
|
|
\
|
|
*
PDCurses wrapper (incomplete, see desc)
Schala Zeal
2012-07-15
1
-0
/
+1541
*
|
|
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
36
-102
/
+117
*
|
|
closures shouldn't leak anymore
Araq
2012-07-16
3
-4
/
+4
*
|
|
x11 example compiles again; updated python wrapper; compiler supports variabl...
Araq
2012-07-16
7
-21
/
+51
|
/
/
*
|
x11 wrapper uses system's types
Araq
2012-07-15
3
-7
/
+4
*
|
c2nim and system.nim now agree on a C type mapping
Araq
2012-07-15
4
-8
/
+34
*
|
made a test green again
Araq
2012-07-15
3
-6
/
+4
|
/
*
added system.@ for openarrays
Araq
2012-07-14
3
-8
/
+11
*
improved unsigned support
Araq
2012-07-14
9
-98
/
+121
*
proper enum constraints for system.nim
Araq
2012-07-13
2
-4
/
+4
*
work on closures continues; fixed #116
Araq
2012-07-13
3
-4
/
+23
*
fixes cast[int8] bug
Araq
2012-07-12
1
-6
/
+0
[next]