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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: overloading resolution for typeof
Araq
2011-09-27
1
-0
/
+7
*
bugfix: $ escaping in interpolatedFragments
Araq
2011-09-26
1
-6
/
+10
*
bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...
Araq
2011-09-26
1
-10
/
+7
*
renamed optional to discardable
Araq
2011-09-24
1
-3
/
+3
*
implemented optional pragma for implicit discard
Araq
2011-09-24
1
-0
/
+13
*
more fixes to get rid of tyPureObject
Araq
2011-09-24
1
-4
/
+4
*
fixed some newly introduced bugs
Araq
2011-09-21
2
-22
/
+59
*
using statement (ala C#) implemented as macro (added as test).
Zahary Karadjov
2011-09-20
2
-18
/
+109
*
Moved the parseAST magics to evals.nim
Zahary Karadjov
2011-09-20
1
-0
/
+82
*
Initial implementation of the parseExpr, parseStmt, getAst macro routines:
Zahary Karadjov
2011-09-20
1
-2
/
+16
*
Added AST introspection routines as a part of the standard library
Zahary Karadjov
2011-09-20
1
-20
/
+3
*
attempt to fix tester.nim file handle leak
Araq
2011-08-29
1
-0
/
+1
*
more occurences of 'pure' proc pragma fixed
Araq
2011-08-20
1
-1
/
+1
*
locks now in their own core module
Araq
2011-08-20
3
-8
/
+2
*
small bugfix for eval
Araq
2011-08-19
1
-0
/
+27
*
inlining of 'var openarray' iterators now work
Araq
2011-08-18
1
-1
/
+1
*
added xmltree.innerText; fixes #49
Araq
2011-08-15
1
-0
/
+66
*
further tests for var T result type; ttables test now fails :-(
Araq
2011-08-10
1
-0
/
+3
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-0
/
+6
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-7
/
+10
*
fixes #35, fixes #43
Araq
2011-08-08
1
-3
/
+5
*
json code generation works again
Araq
2011-08-07
2
-5
/
+7
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-0
/
+4
*
fixes #42
Araq
2011-08-04
1
-0
/
+35
*
anonymous procs implemented; however no closure support yet
Araq
2011-08-01
1
-0
/
+12
*
documentation for 'var T' as return type
Araq
2011-08-01
1
-4
/
+6
*
'var T' for iterators
Araq
2011-07-31
1
-0
/
+29
*
void type improvements; documentation improvements
Araq
2011-07-31
2
-8
/
+25
*
void type for generics
Araq
2011-07-31
1
-0
/
+13
*
'is' operator for generic code
Araq
2011-07-31
1
-0
/
+13
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
2
-3
/
+3
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-07-30
1
-28
/
+28
|
\
|
*
tests/tester.nim: HTML-encode the expected results and actual results before ...
Keita Haga
2011-07-30
1
-28
/
+28
*
|
bugfix: forwarding of generic procs now works
Araq
2011-07-30
1
-0
/
+11
|
/
*
bugfix: 'final' not passed to generic
Araq
2011-07-29
3
-17
/
+18
*
Merge pull request #41 from Amrykid/master
Araq
2011-07-27
1
-3
/
+3
|
\
|
*
Renamed new* to init*.
Amrykid
2011-07-27
1
-2
/
+2
|
*
Updated events.nim to use TEventEmitter instead of PEventEmitter.
Amrykid
2011-07-27
1
-1
/
+1
*
|
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
5
-0
/
+91
|
/
*
bugfixes; added events module, sequtils module
Araq
2011-07-26
2
-0
/
+103
*
old pointer deref operator completely removed
Araq
2011-07-23
2
-0
/
+68
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
4
-5
/
+5
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-0
/
+19
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-5
/
+3
*
preparations for 0.8.12
Araq
2011-07-10
43
-3
/
+64
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-1
/
+1
*
tests are green again
Araq
2011-06-28
5
-41
/
+8
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...
Araq
2011-06-27
1
-17
/
+48
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
7
-1
/
+465
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
1
-0
/
+65
[next]