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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Araq
2012-07-16
1
-0
/
+27
|
|
|
|
variables in DLLs
*
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 ↵
Araq
2012-07-09
4
-7
/
+14
|
|
|
|
#156; fixes #155
*
'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
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-02
1
-6
/
+6
|
\
|
*
fixes for the Intel C compiler on Windows
Zahary Karadjov
2012-06-27
1
-6
/
+6
|
|
*
|
JS codegen improvements; barely usable now
Araq
2012-07-02
1
-23
/
+46
|
|
*
|
JS codegen enhancements; still unusable
Araq
2012-07-01
3
-31
/
+80
|
|
*
|
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
3
-69
/
+126
|
|
*
|
changed integer promotion rules; added math.fmod
Araq
2012-06-28
7
-59
/
+65
|
/
*
added proc annotations: macros invoked as pragmas
Araq
2012-06-26
4
-6
/
+52
|
*
thread var emulation should work again
Araq
2012-06-25
1
-4
/
+7
|
[next]