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
*
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
*
fixes #145
Araq
2012-06-21
3
-3
/
+15
*
another bugfix
Araq
2012-06-21
4
-5
/
+2
*
fixes #140
Araq
2012-06-21
3
-10
/
+16
*
and another closure bugfix
Araq
2012-06-21
1
-3
/
+5
*
bugfixes for closures
Araq
2012-06-21
7
-13
/
+58
*
fixes #142
Araq
2012-06-20
2
-2
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-06-20
1
-9595
/
+9595
|
\
|
*
Merge pull request #135 from rafaelvasco/master
Araq
2012-06-19
1
-9595
/
+9595
|
|
\
|
|
*
Fixed other procedures that used PPGLChar.
Rafael Vasco
2012-06-13
1
-4
/
+4
|
|
*
Fixed string param on glShaderSource
Rafael Vasco
2012-06-13
1
-9595
/
+9595
*
|
|
added another macro regression
Araq
2012-06-20
2
-1
/
+10
*
|
|
made some tests green again
Araq
2012-06-20
3
-11
/
+15
|
/
/
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-06-19
54
-1254
/
+1983
|
\
\
|
*
|
don't take into account the user config file when building sources
Zahary Karadjov
2012-06-14
3
-3
/
+3
|
*
|
more uint related fixes
Zahary Karadjov
2012-06-14
12
-139
/
+151
|
|
/
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-06-12
2
-93
/
+117
|
|
\
|
|
*
Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.
Dominik Picheta
2012-06-09
2
-93
/
+117
|
*
|
proper indentation in the generated C code
Zahary Karadjov
2012-06-12
6
-212
/
+235
|
*
|
better support for unsigned integers.
Zahary Karadjov
2012-06-11
22
-586
/
+643
|
|
/
|
*
destructor pragma
Zahary Karadjov
2012-06-07
4
-9
/
+15
|
*
destructors for case values
Zahary Karadjov
2012-06-07
3
-17
/
+65
|
*
fix AST debug printing when line directives are enabled
Zahary Karadjov
2012-06-06
1
-30
/
+30
|
*
fix bootstrapping on POSIX platforms
Zahary Karadjov
2012-06-06
1
-0
/
+4
|
*
generate default destructors
Zahary Karadjov
2012-06-06
4
-16
/
+107
|
*
Fixed math.round, added math.ceil and fixed times.format.
Dominik Picheta
2012-06-04
3
-3
/
+5
|
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
6
-25
/
+41
|
*
Sockets are now buffered and have ssl support through openssl.
Dominik Picheta
2012-06-03
6
-122
/
+479
|
*
codegen for C++ exceptions
Zahary Karadjov
2012-06-03
3
-65
/
+80
|
*
bugfix: finally blocks were not executed when the except block is exited by r...
Zahary Karadjov
2012-06-03
3
-13
/
+87
*
|
somewhat working closures
Araq
2012-06-19
8
-33
/
+95
[next]