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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Araq
2012-09-11
6
-27
/
+60
|
|
|
|
of 'compile' are not overwritten
*
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 ↵
Araq
2012-08-28
8
-30
/
+54
|
|
|
|
magic to access the invokation AST
*
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
|
*
first steps for varargs support
Araq
2012-08-13
2
-2
/
+15
|
*
top level closures should work; transf is not a pass anymore; next steps for ↵
Araq
2012-08-13
13
-222
/
+287
|
|
|
|
first class iterator support
*
borrow works with generics
Araq
2012-08-06
3
-41
/
+57
|
*
make idetools output full paths
Araq
2012-08-05
2
-1
/
+8
|
*
bugfix: dynlib for variables
Araq
2012-08-05
1
-2
/
+3
|
*
idetools: '--def' now works in 'x.f'
Araq
2012-08-05
3
-9
/
+9
|
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
12
-108
/
+171
|
*
idetools: don't suggest module names or not visible object fields
Araq
2012-08-03
2
-18
/
+21
|
*
idetools improvements (2)
Araq
2012-08-03
3
-1
/
+3
|
*
idetools improvements
Araq
2012-08-03
10
-35
/
+53
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-08-02
2
-9
/
+16
|
\
|
*
DLL fixes for windows; fixes #175
Zahary Karadjov
2012-07-31
2
-9
/
+16
|
|
*
|
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
12
-36
/
+95
|
/
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
10
-46
/
+94
|
[next]