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 (
Collapse
)
Author
Age
Files
Lines
*
Merge pull request #160 from Schala/master
Araq
2012-07-11
2
-43
/
+114
|
\
|
|
|
|
added JIT support for PCRE
|
*
Oops..
Schala Zeal
2012-07-09
1
-1
/
+1
|
|
|
*
PCRE wrapper update to 8.31
Schala Zeal
2012-07-09
2
-44
/
+115
|
|
|
|
|
|
|
|
PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL
*
|
overloading resolution finally takes inheritance depth into account
Araq
2012-07-11
3
-66
/
+78
|
|
*
|
fixes #147
Araq
2012-07-10
3
-3
/
+21
|
|
*
|
fixes #162
Araq
2012-07-10
1
-1
/
+1
|
/
*
dialogs.nim and osinfo_win.nim compile again
Araq
2012-07-10
2
-12
/
+18
|
*
some more bugfixes for the integer promotion rules
Araq
2012-07-10
4
-8
/
+9
|
*
sockets compile again with SSL support
Araq
2012-07-10
2
-6
/
+5
|
*
improved cross-compilation support
Araq
2012-07-09
3
-14
/
+18
|
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵
Araq
2012-07-09
8
-20
/
+27
|
|
|
|
#156; fixes #155
*
'addSon' for types deprecated for 'int literal type' analysis (3)
Araq
2012-07-09
7
-56
/
+55
|
*
'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
15
-30
/
+38
|
*
cross-compilation improvements
Araq
2012-07-08
5
-20
/
+54
|
*
bugfix: ha.echo should be accepted
Araq
2012-07-08
2
-6
/
+9
|
*
rebuilt C sources
Araq
2012-07-08
4
-9
/
+55
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-08
2
-1
/
+3
|
\
|
*
Added support for ARM.
Dominik Picheta
2012-07-07
2
-1
/
+3
|
|
*
|
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
42
-260
/
+642
|
/
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
14
-25
/
+243
|
*
fixes #150; next steps for proper unsigned support
Araq
2012-07-03
7
-34
/
+44
|
*
' is optional in type suffixes for numerical literals
Araq
2012-07-02
6
-17
/
+52
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-02
2
-8
/
+10
|
\
|
*
fixes for the Intel C compiler on Windows
Zahary Karadjov
2012-06-27
2
-8
/
+10
|
|
*
|
JS codegen improvements; barely usable now
Araq
2012-07-02
4
-25
/
+71
|
|
*
|
JS codegen enhancements; still unusable
Araq
2012-07-01
9
-59
/
+223
|
|
*
|
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
7
-104
/
+213
|
|
*
|
changed integer promotion rules; added math.fmod
Araq
2012-06-28
13
-71
/
+83
|
/
*
added proc annotations: macros invoked as pragmas
Araq
2012-06-26
7
-7
/
+76
|
*
thread var emulation should work again
Araq
2012-06-25
4
-9
/
+20
|
*
bite the bullet and make 'initStackBottom' a compilerproc
Araq
2012-06-24
3
-16
/
+18
|
*
bugfix: cycle analysis needs to take inheritance into account
Araq
2012-06-24
1
-3
/
+5
|
*
added gcleak4.nim test; fails in debug mode
Araq
2012-06-24
1
-2
/
+0
|
*
added gcleak4.nim test; fails in debug mode
Araq
2012-06-24
1
-0
/
+42
|
*
tests/gc/gcleak4.nim
Araq
2012-06-24
3
-4
/
+13
|
*
doc2 improvements
Araq
2012-06-24
10
-22
/
+27
|
*
system.nim: documentation fixes
Araq
2012-06-23
2
-6
/
+7
|
*
docgen2 improvements
Araq
2012-06-23
7
-14
/
+28
|
*
docgen2 improvements
Araq
2012-06-23
2
-3
/
+1
|
*
docgen2 improvements
Araq
2012-06-23
3
-11
/
+34
|
*
first implementation of docgen2
Araq
2012-06-23
6
-15
/
+80
|
*
deprecated the pretty printer command
Araq
2012-06-22
2
-1
/
+5
|
*
todo.txt updates
Araq
2012-06-22
1
-1
/
+1
|
*
documented optional indentation for 'case' statements/'case' objects
Araq
2012-06-22
5
-4
/
+35
|
*
documented 'immediate' templates
Araq
2012-06-22
2
-16
/
+56
|
*
closure bugfix
Araq
2012-06-22
2
-15
/
+21
|
*
documentation improvements; added system.gorge (for Araq's fun)
Araq
2012-06-22
8
-16
/
+50
|
*
fixes #134
Araq
2012-06-21
2
-9
/
+11
|
[next]