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: 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
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
8
-30
/
+54
*
implemented generic templates
Araq
2012-08-27
5
-24
/
+36
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
12
-42
/
+66
*
bindSym suffices; no 'bind' for macros anymore
Araq
2012-08-25
5
-58
/
+40
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
4
-4
/
+12
*
implemented 'bind' for macros
Araq
2012-08-24
3
-0
/
+55
*
implemented backslash for continuation comments
Araq
2012-08-23
1
-6
/
+16
*
bugfix for methods (comment in #185)
Araq
2012-08-22
2
-4
/
+10
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
1
-5
/
+14
*
breaking change: hygienic templates (undocumented)
Araq
2012-08-20
1
-1
/
+3
*
next steps to hygienic templates
Araq
2012-08-20
15
-74
/
+91
*
first steps to make templates hygienic
Araq
2012-08-20
18
-177
/
+464
*
bycopy/byref for object/tuple types
Araq
2012-08-16
3
-15
/
+27
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
6
-42
/
+45
*
bugfix: typo in actors.nim
Araq
2012-08-15
3
-0
/
+15
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
13
-31
/
+44
*
more bugfixes for closures
Araq
2012-08-14
2
-5
/
+6
*
made tests green again
Araq
2012-08-14
5
-5
/
+16
[next]