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
*
further steps for incremental C code generation
Araq
2011-10-21
3
-41
/
+74
*
first steps to C file merge operation for incremental compilation
Araq
2011-10-21
8
-118
/
+441
*
bugfixes for ROD file generation; nimcache dir is now flat
Araq
2011-10-20
12
-75
/
+104
*
much more efficient rod file generation
Araq
2011-10-18
1
-0
/
+1
*
much more efficient rod file generation
Araq
2011-10-18
18
-559
/
+613
*
test commit ;-)
Araq
2011-10-13
1
-0
/
+2
*
libuv working on windows too
Zahary Karadjov
2011-10-12
7
-34
/
+40
*
Added wrappers for joyent's libuv and http_parser librarier
Zahary Karadjov
2011-10-12
3
-0
/
+783
*
'bind' as a declarative statement
Araq
2011-10-10
18
-76
/
+187
*
new syntactic construct: a{i}
Araq
2011-10-08
10
-15
/
+43
*
slurp uses path; unidecode is improved and threadsafe
Araq
2011-10-08
9
-48
/
+76
*
Merge pull request #58 from zah/getast-unittests
Araq
2011-10-07
14
-101
/
+446
|
\
|
*
*Pimped up* the test runner with colorful output
Zahary Karadjov
2011-10-07
2
-7
/
+39
|
*
Cleaned up the circular dependecies and remaining issues
Zahary Karadjov
2011-10-07
11
-100
/
+105
|
*
Basic unit testing facilities (suites, fixtures, cases)
Zahary Karadjov
2011-10-07
8
-16
/
+258
|
*
getAst works correctly with existing AST values as template/macro arguments
Zahary Karadjov
2011-10-07
5
-59
/
+125
|
/
*
C sources rebuilt; bootstrapping should work again
Araq
2011-10-07
0
-0
/
+0
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
18
-137
/
+180
*
c2nim: bugfix: parsing of typedef'ed function pointers
Araq
2011-09-28
2
-11
/
+8
*
bugfix: overloading resolution for typeof
Araq
2011-09-27
7
-81
/
+98
*
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
|
/
[next]