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
*
bugfix: allow tuple constructors in generic code
Zahary Karadjov
2012-10-03
1
-0
/
+3
*
implemented return type inference
Zahary Karadjov
2012-10-03
6
-18
/
+41
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-29
2
-6
/
+13
|
\
|
*
fixes ttypeselectors
Zahary Karadjov
2012-09-28
2
-6
/
+13
*
|
opengl wrapper compiles under windows
Araq
2012-09-29
1
-5
/
+2
|
/
*
website improvements; better opengl wrapper (still broken)
Araq
2012-09-28
2
-8
/
+33
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-26
11
-79
/
+90
|
\
|
*
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
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-23
4
-22
/
+22
|
\
|
*
fixes #186 and the ttypedesc1 test case
Zahary Karadjov
2012-09-23
4
-22
/
+22
*
|
preparations for 0.9.0
Araq
2012-09-23
2
-11
/
+6
|
/
*
bugfix: proc bodies as expr
Araq
2012-09-23
1
-1
/
+4
*
fixes #73
Araq
2012-09-23
2
-5
/
+9
*
bugfix: 'result' cannot be captured in a closure
Araq
2012-09-23
2
-5
/
+7
*
implements/fixes #195
Araq
2012-09-22
2
-3
/
+3
*
proc bodies can be expressions with a type
Araq
2012-09-22
8
-9
/
+59
*
'mixin' and 'interface' are now keywords
Araq
2012-09-22
2
-9
/
+13
*
bugfix: code generator can deal with ftpclient.nim
Araq
2012-09-21
1
-0
/
+4
*
bugfix: typeinfo generation (2)
Araq
2012-09-21
1
-3
/
+4
*
bugfix: typeinfo generation
Araq
2012-09-21
2
-25
/
+23
*
fixes #194
Araq
2012-09-20
5
-4
/
+34
*
bugfix: 'nimrod i' works again
Araq
2012-09-18
2
-5
/
+6
*
bugfix: 'defined/compiles' open an implicit mixin scope in generics
Araq
2012-09-18
1
-3
/
+6
*
made tests green again
Araq
2012-09-18
2
-6
/
+13
*
some support for passing blocks to overloaded templates/macros
Araq
2012-09-17
2
-6
/
+29
*
bugfix: import of pure enums
Araq
2012-09-17
1
-1
/
+1
*
stricter symbol lookup in generics
Araq
2012-09-17
1
-8
/
+10
*
implemented a stack trace profiler
Araq
2012-09-15
5
-17
/
+12
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-13
1
-13
/
+12
|
\
|
*
fixed incorrect implicit conversion between arrays of different sizes; see #202
Zahary Karadjov
2012-09-13
1
-13
/
+12
*
|
bugfix: echo vs debugEcho
Araq
2012-09-13
2
-5
/
+25
*
|
splitted echo into echo/debugEcho
Araq
2012-09-13
1
-1
/
+2
*
|
semExpr/semStmt merged
Araq
2012-09-13
6
-166
/
+187
|
/
*
type trais used to work only on user-defined types. see #202
Zahary Karadjov
2012-09-13
1
-2
/
+1
*
made more tests green; fixes #201
Araq
2012-09-12
2
-16
/
+20
*
made some tests green
Araq
2012-09-12
1
-1
/
+1
*
small bugfixes; reactivated tests/compile
Araq
2012-09-11
2
-3
/
+10
*
first steps for overloading support of passing blocks; bugfix: test results o...
Araq
2012-09-11
6
-27
/
+60
*
tr macros now documented
Araq
2012-09-10
2
-2
/
+2
*
first steps to deprecate 'nil' statement
Araq
2012-09-09
7
-32
/
+29
*
implemented 'pure' enums
Araq
2012-09-08
1
-5
/
+6
*
tmatrix.nim works now
Araq
2012-09-08
3
-21
/
+38
*
term rewriting improvements
Araq
2012-09-08
9
-136
/
+238
*
activated tests for tr macros
Araq
2012-09-06
3
-22
/
+28
*
bugfixes and improvements for term rewriting macros
Araq
2012-09-04
3
-13
/
+24
*
further improvements for term rewriting macros
Araq
2012-09-04
2
-22
/
+13
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
17
-118
/
+658
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
11
-53
/
+73
*
first steps towards term rewriting macros
Araq
2012-08-30
15
-54
/
+260
[next]