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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: $ escaping in interpolatedFragments
Araq
2011-09-26
2
-12
/
+22
*
bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...
Araq
2011-09-26
10
-127
/
+120
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
14
-74
/
+112
*
renamed optional to discardable
Araq
2011-09-24
15
-63
/
+72
*
implemented optional pragma for implicit discard
Araq
2011-09-24
11
-21
/
+53
*
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
4
-8
/
+8
*
got rid of akPureObject
Araq
2011-09-24
3
-8
/
+8
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
2
-3
/
+19
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
7
-14
/
+19
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-09-24
9
-44
/
+117
|
\
|
*
Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...
dom96
2011-09-23
9
-44
/
+117
*
|
beginning of a taint mode; type system enhancements
Araq
2011-09-24
18
-284
/
+266
|
/
*
fixed some newly introduced bugs
Araq
2011-09-21
9
-45
/
+91
*
Merge pull request #54 from zah/pretty-print-ast
Araq
2011-09-20
13
-53
/
+492
|
\
|
*
using statement (ala C#) implemented as macro (added as test).
Zahary Karadjov
2011-09-20
5
-49
/
+152
|
*
Moved the parseAST magics to evals.nim
Zahary Karadjov
2011-09-20
6
-39
/
+215
|
*
Quick Fix:
Zahary Karadjov
2011-09-20
2
-2
/
+2
|
*
Some very small steps towards an uuid generation module.
Zahary Karadjov
2011-09-20
1
-0
/
+30
|
*
Initial implementation of the parseExpr, parseStmt, getAst macro routines:
Zahary Karadjov
2011-09-20
6
-37
/
+144
|
*
Added AST introspection routines as a part of the standard library
Zahary Karadjov
2011-09-20
4
-21
/
+44
*
|
Merge pull request #57 from zah/codegen-fixes
Araq
2011-09-20
9
-69
/
+102
|
\
\
|
|
/
|
/
|
|
*
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
7
-12
/
+25
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-09-20
5
-65
/
+324
|
\
|
*
Merge pull request #56 from keitahaga/doc-fixes
Araq
2011-09-10
1
-63
/
+63
|
|
\
|
|
*
lib/wrappers/sphinx.nim: fix typo, use 'shpinx' instead of 'sphinx'
Keita Haga
2011-09-09
1
-63
/
+63
|
|
/
|
*
Some improvements relating to the IRC module.
dom96
2011-09-04
4
-16
/
+21
|
*
Added IRC module.
dom96
2011-09-04
1
-0
/
+254
*
|
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
19
-124
/
+258
|
/
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-08-29
1
-53
/
+53
|
\
|
*
Merge pull request #53 from keitahaga/doc-fixes
Araq
2011-08-28
1
-53
/
+53
|
|
\
|
|
*
lib/pure/strutils.nim: fix doc comment for splitLines
Keita Haga
2011-08-25
1
-53
/
+53
|
|
/
*
|
added actors.nim file; compiler not up for this task
Araq
2011-08-29
1
-0
/
+184
*
|
new actors implementation for nimrod; compiler's generics still not up for th...
Araq
2011-08-29
8
-176
/
+93
*
|
attempt to fix tester.nim file handle leak
Araq
2011-08-29
2
-0
/
+1
|
/
*
bugfix: fixed built-in 'reset'
Araq
2011-08-20
2
-4
/
+6
*
more occurences of 'pure' proc pragma fixed
Araq
2011-08-20
4
-29
/
+30
*
locks now in their own core module
Araq
2011-08-20
10
-138
/
+177
*
'pure' is now 'noStackFrame' for procs
Araq
2011-08-19
6
-21
/
+28
*
small bugfix for eval
Araq
2011-08-19
2
-1
/
+28
*
documentation for --nimcache option
Araq
2011-08-19
3
-0
/
+4
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
8
-187
/
+170
*
inlining of 'var openarray' iterators now work
Araq
2011-08-18
3
-26
/
+49
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-08-16
1
-46
/
+46
|
\
|
*
Merge pull request #51 from keitahaga/fix-typo
Araq
2011-08-16
1
-46
/
+46
|
|
\
|
|
*
lib/pure/cgi.nim: fix typo 'passwort' instead of 'password'
Keita Haga
2011-08-17
1
-46
/
+46
*
|
|
bugfix topenarrayrepr works again
Araq
2011-08-16
1
-1
/
+2
|
/
/
*
/
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
12
-72
/
+50
|
/
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-08-15
1
-37
/
+37
|
\
[next]