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
*
c2nim: bugfix: parsing of typedef'ed function pointers
Araq
2011-09-28
2
-11
/
+8
*
bugfix: overloading resolution for typeof
Araq
2011-09-27
5
-20
/
+16
*
bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...
Araq
2011-09-26
1
-12
/
+16
*
renamed optional to discardable
Araq
2011-09-24
4
-9
/
+9
*
implemented optional pragma for implicit discard
Araq
2011-09-24
7
-15
/
+21
*
l-values are preserved modulo type distinction
Araq
2011-09-24
4
-7
/
+14
*
more fixes to get rid of tyPureObject
Araq
2011-09-24
1
-1
/
+1
*
got rid of akPureObject
Araq
2011-09-24
1
-1
/
+2
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
1
-1
/
+5
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
3
-5
/
+11
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-09-24
1
-38
/
+70
|
\
|
*
Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...
dom96
2011-09-23
1
-38
/
+70
*
|
beginning of a taint mode; type system enhancements
Araq
2011-09-24
8
-182
/
+99
|
/
*
fixed some newly introduced bugs
Araq
2011-09-21
1
-4
/
+3
*
Merge pull request #54 from zah/pretty-print-ast
Araq
2011-09-20
6
-29
/
+114
|
\
|
*
using statement (ala C#) implemented as macro (added as test).
Zahary Karadjov
2011-09-20
2
-2
/
+3
|
*
Moved the parseAST magics to evals.nim
Zahary Karadjov
2011-09-20
3
-37
/
+35
|
*
Quick Fix:
Zahary Karadjov
2011-09-20
2
-2
/
+2
|
*
Initial implementation of the parseExpr, parseStmt, getAst macro routines:
Zahary Karadjov
2011-09-20
4
-33
/
+112
|
*
Added AST introspection routines as a part of the standard library
Zahary Karadjov
2011-09-20
2
-1
/
+8
*
|
Multiple C lines corresponding to a single nimrod line are joined together
Zahary Karadjov
2011-09-20
6
-61
/
+81
*
|
Nimrod can now compile itself with --lineDir enabled
Zahary Karadjov
2011-09-20
6
-11
/
+23
|
/
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
12
-84
/
+187
*
locks now in their own core module
Araq
2011-08-20
1
-8
/
+4
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
2
-7
/
+9
*
small bugfix for eval
Araq
2011-08-19
1
-1
/
+1
*
documentation for --nimcache option
Araq
2011-08-19
1
-0
/
+1
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
5
-185
/
+153
*
inlining of 'var openarray' iterators now work
Araq
2011-08-18
2
-25
/
+48
*
bugfix topenarrayrepr works again
Araq
2011-08-16
1
-1
/
+2
*
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
11
-71
/
+49
*
added xmltree.innerText; fixes #49
Araq
2011-08-15
3
-29
/
+32
*
added system.running for threads
Araq
2011-08-11
1
-10
/
+5
*
bugfix: #line generation for windows
Araq
2011-08-11
1
-2
/
+2
*
further tests for var T result type; ttables test now fails :-(
Araq
2011-08-10
1
-2
/
+1
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
4
-21
/
+28
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
2
-10
/
+14
*
fixes #35, fixes #43
Araq
2011-08-08
2
-2
/
+4
*
json code generation works again
Araq
2011-08-07
2
-4
/
+4
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
20
-171
/
+247
*
fixes #42
Araq
2011-08-04
3
-117
/
+91
*
anonymous procs implemented; however no closure support yet
Araq
2011-08-01
3
-5
/
+14
*
documentation for 'var T' as return type
Araq
2011-08-01
1
-14
/
+11
*
'var T' for iterators
Araq
2011-07-31
4
-5
/
+41
*
void type improvements; documentation improvements
Araq
2011-07-31
1
-0
/
+1
*
void type for generics
Araq
2011-07-31
2
-12
/
+6
*
'is' operator for generic code
Araq
2011-07-31
2
-21
/
+12
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
9
-21
/
+44
*
attempt to improve 'suggest' feature
Araq
2011-07-30
2
-8
/
+11
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-07-30
2
-13
/
+13
|
\
[next]