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
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #172
Araq
2012-07-25
1
-1
/
+1
*
small bugfix: code generation for nil closures
Araq
2012-07-25
1
-17
/
+28
*
closure is now default calling convention for proc types
Araq
2012-07-24
1
-1
/
+1
*
bugfix: bind context for generics
Araq
2012-07-24
1
-3
/
+3
*
DLLs should work again; fixes #169
Araq
2012-07-24
1
-0
/
+2
*
optimizations for system.compiles
Araq
2012-07-20
3
-16
/
+25
*
added system.compiles
Araq
2012-07-20
4
-5
/
+39
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
4
-22
/
+12
*
fixed the rodfiles tests
Zahary Karadjov
2012-07-20
2
-2
/
+2
*
removed nimdat in favor of per-module dat init procs
Zahary Karadjov
2012-07-19
6
-75
/
+73
*
bugfix: name mangling of field names
Araq
2012-07-19
1
-2
/
+23
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
3
-12
/
+37
*
implemented #133
Araq
2012-07-19
1
-1
/
+25
*
bugfix: constraint matching for tyGenericInst; implements #130
Araq
2012-07-19
2
-2
/
+9
*
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
2
-29
/
+32
|
/
*
attempt to fix DLL generation
Araq
2012-07-18
2
-12
/
+7
*
equality and hashing for closures
Araq
2012-07-17
4
-10
/
+23
*
made some tests green
Araq
2012-07-17
1
-2
/
+1
*
make tests green again
Araq
2012-07-17
3
-3
/
+16
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
11
-32
/
+32
*
closures shouldn't leak anymore
Araq
2012-07-16
1
-2
/
+4
*
x11 example compiles again; updated python wrapper; compiler supports variabl...
Araq
2012-07-16
1
-0
/
+27
*
c2nim and system.nim now agree on a C type mapping
Araq
2012-07-15
2
-8
/
+17
*
improved unsigned support
Araq
2012-07-14
3
-37
/
+42
*
work on closures continues; fixed #116
Araq
2012-07-13
1
-3
/
+1
*
fixes cast[int8] bug
Araq
2012-07-12
1
-6
/
+0
*
';' as statement separator
Araq
2012-07-12
1
-6
/
+7
*
fixes #112
Araq
2012-07-11
1
-0
/
+2
*
';' now valid for parameter lists
Araq
2012-07-11
2
-7
/
+12
*
overloading resolution finally takes inheritance depth into account
Araq
2012-07-11
1
-62
/
+75
*
fixes #147
Araq
2012-07-10
1
-1
/
+2
*
some more bugfixes for the integer promotion rules
Araq
2012-07-10
2
-5
/
+6
*
improved cross-compilation support
Araq
2012-07-09
1
-2
/
+6
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...
Araq
2012-07-09
4
-7
/
+14
*
'addSon' for types deprecated for 'int literal type' analysis (3)
Araq
2012-07-09
3
-33
/
+32
*
'addSon' for types deprecated for 'int literal type' analysis (2)
Araq
2012-07-09
2
-11
/
+11
*
'addSon' for types deprecated for 'int literal type' analysis
Araq
2012-07-09
13
-33
/
+49
*
made tests green again
Araq
2012-07-09
2
-8
/
+14
*
cross-compilation improvements
Araq
2012-07-08
2
-19
/
+32
*
bugfix: ha.echo should be accepted
Araq
2012-07-08
2
-6
/
+9
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-08
1
-1
/
+1
|
\
|
*
Added support for ARM.
Dominik Picheta
2012-07-07
1
-1
/
+1
*
|
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
14
-70
/
+397
|
/
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
7
-10
/
+23
*
fixes #150; next steps for proper unsigned support
Araq
2012-07-03
2
-7
/
+9
*
' is optional in type suffixes for numerical literals
Araq
2012-07-02
1
-3
/
+6
[next]