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
*
first version of a memory profiler
Araq
2012-10-10
8
-56
/
+117
*
better extension loading for the OpenGL wrapper
Araq
2012-10-09
6
-10
/
+40
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-06
3
-17
/
+3
|
\
|
*
bugfix: closures as default param values
Zahary Karadjov
2012-10-06
3
-17
/
+3
*
|
attempt to fix #183
Araq
2012-10-06
3
-3
/
+16
|
/
*
bugfix: gensym in rofiles
Araq
2012-10-05
1
-1
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-05
22
-175
/
+146
|
\
|
*
fixes #120
Zahary Karadjov
2012-10-04
2
-7
/
+4
|
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
21
-168
/
+142
*
|
code cleanup of caas
Araq
2012-10-05
2
-45
/
+8
|
/
*
added titer7 test
Araq
2012-10-04
1
-0
/
+57
*
fixes #213
Araq
2012-10-04
1
-2
/
+2
*
next steps for 'compiler as a service'
Araq
2012-10-03
4
-22
/
+24
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-10-03
25
-499
/
+829
|
\
|
*
rebuilt the C sources
Zahary Karadjov
2012-10-03
0
-0
/
+0
|
*
experimental support for querying the type of expressions within macros
Zahary Karadjov
2012-10-03
5
-346
/
+371
|
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
13
-87
/
+161
|
*
implemented case expressions
Zahary Karadjov
2012-10-03
8
-25
/
+138
|
*
table constructors now mimic more closely the syntax of case... of...
Zahary Karadjov
2012-10-03
3
-7
/
+47
|
*
always print stack traces on errors in debug builds of nimrod
Zahary Karadjov
2012-10-03
1
-7
/
+10
|
*
bugfix: allow tuple constructors in generic code
Zahary Karadjov
2012-10-03
2
-0
/
+7
|
*
implemented return type inference
Zahary Karadjov
2012-10-03
9
-36
/
+104
*
|
first steps for compiler as a service
Araq
2012-10-03
11
-40
/
+142
|
/
*
website improvements
Araq
2012-09-29
1
-12
/
+11
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-29
4
-24
/
+31
|
\
|
*
Fixes async scgi.
Dominik Picheta
2012-09-28
1
-16
/
+17
|
*
fixes ttypeselectors
Zahary Karadjov
2012-09-28
3
-8
/
+14
*
|
opengl wrapper compiles under windows
Araq
2012-09-29
3
-9
/
+8
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-28
2
-3692
/
+3901
|
\
|
*
missing documentation added to the manual
Zahary Karadjov
2012-09-27
2
-40
/
+249
|
*
normalized the line endings in the manual
Zahary Karadjov
2012-09-27
1
-3685
/
+3685
*
|
website improvements; better opengl wrapper (still broken)
Araq
2012-09-28
8
-101
/
+137
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-26
13
-81
/
+118
|
\
|
*
test cases for the new typedesc features
Zahary Karadjov
2012-09-25
2
-2
/
+28
|
*
improved support for typedesc values
Zahary Karadjov
2012-09-25
11
-79
/
+90
*
|
bugfix: c2nim and pas2nim work again
Araq
2012-09-26
3
-4
/
+8
|
/
*
version 0.9.0
Araq
2012-09-23
0
-0
/
+0
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-23
5
-28
/
+30
|
\
|
*
fixes #186 and the ttypedesc1 test case
Zahary Karadjov
2012-09-23
5
-28
/
+30
*
|
preparations for 0.9.0
Araq
2012-09-23
9
-29
/
+472
|
/
*
Added close() to async versions of scgi and httpserver.
Dominik Picheta
2012-09-23
2
-2
/
+10
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-23
1
-1
/
+2
|
\
|
*
Fixes sockets.recvFrom not setting length of data.
Dominik Picheta
2012-09-23
1
-1
/
+2
*
|
bugfix: proc bodies as expr
Araq
2012-09-23
1
-1
/
+4
|
/
*
fixes #73
Araq
2012-09-23
3
-7
/
+11
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-23
3
-164
/
+190
|
\
|
*
Ftpclient now fully works both synchronously and asynchronously.
Dominik Picheta
2012-09-22
3
-164
/
+190
*
|
bugfix: 'result' cannot be captured in a closure
Araq
2012-09-23
4
-20
/
+18
*
|
implements/fixes #195
Araq
2012-09-22
2
-3
/
+3
*
|
proc bodies can be expressions with a type
Araq
2012-09-22
12
-13
/
+75
|
/
[next]