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
*
better overloading resolution for generics
Araq
2013-02-28
4
-19
/
+65
*
small improvements
Araq
2013-02-27
2
-2
/
+6
*
don't eval wrong code
Araq
2013-02-24
1
-1
/
+7
*
some bugfixes; no system.$ for object as it breaks code
Araq
2013-02-24
4
-10
/
+11
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-24
3
-151
/
+236
|
\
|
*
Fixed timeouts for sockets, implemented timeouts in httpclient and fixed
Dominik Picheta
2013-02-23
3
-151
/
+236
*
|
codegen produces better code for complex assignments
Araq
2013-02-24
4
-10
/
+68
|
/
*
applies #322 without FReadDir effect
Araq
2013-02-22
2
-1
/
+9
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-22
3
-5
/
+25
|
\
|
*
Merge pull request #280 from keitahaga/better-error-message
Araq
2013-02-21
1
-3
/
+8
|
|
\
|
|
*
Better CLI error message when options are invalid
Keita Haga
2012-12-16
1
-3
/
+8
|
*
|
Merge pull request #341 from Tass/master
Araq
2013-02-21
2
-2
/
+17
|
|
\
\
|
|
*
|
removed `$` for refs upon request
Simon Hafner
2013-02-21
2
-17
/
+5
|
|
*
|
added $ for refs and removed == for ref test
Simon Hafner
2013-02-21
2
-8
/
+14
|
|
*
|
added tests, actually implemented $ and ==
Simon Hafner
2013-02-21
2
-3
/
+4
|
|
*
|
added tests for == and $
Simon Hafner
2013-02-21
1
-0
/
+20
|
|
/
/
*
/
/
added gradha's improvements for the times module (issue #231)
Araq
2013-02-22
1
-1
/
+9
|
/
/
*
|
better typeToString; fixes #340
Araq
2013-02-20
2
-15
/
+16
*
|
small cleanups
Araq
2013-02-19
2
-5
/
+3
*
|
mark and sweep GC without bitvectors works
Araq
2013-02-19
3
-5
/
+8
*
|
mark and sweep without bitvectors
Araq
2013-02-19
2
-29
/
+77
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-19
2
-20
/
+30
|
\
\
|
*
|
fixes #286
Araq
2013-02-19
1
-1
/
+1
|
*
|
fixes #331, fixes #314
Araq
2013-02-18
1
-19
/
+29
*
|
|
todo.txt changes
Araq
2013-02-19
1
-8
/
+16
|
/
/
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-18
1
-1
/
+1
|
\
\
|
*
|
enable 'cast' in interactive mode (beware)
Araq
2013-02-17
1
-1
/
+1
*
|
|
typo in news.txt
Araq
2013-02-18
1
-1
/
+1
*
|
|
system.fields|fieldPairs for objects
Araq
2013-02-18
5
-37
/
+170
|
/
/
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-16
27
-141
/
+163
|
\
\
|
*
\
Merge pull request #336 from Tass/unittest
Araq
2013-02-16
4
-15
/
+36
|
|
\
\
|
|
*
|
WA for #329, caused by #335
Simon Hafner
2013-02-15
2
-1
/
+6
|
|
*
|
on the path to get unittest running from JS
Simon Hafner
2013-02-15
2
-13
/
+28
|
|
*
|
elif on JS instead of generic else
Simon Hafner
2013-02-15
1
-1
/
+1
|
|
*
|
UTC weekday in JS
Simon Hafner
2013-02-15
1
-1
/
+2
|
*
|
|
Merge pull request #333 from Tass/master
Araq
2013-02-15
25
-126
/
+127
|
|
\
|
|
|
|
*
|
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
25
-126
/
+127
|
|
/
/
*
|
|
preparations for a generational GC
Araq
2013-02-16
6
-6
/
+13
*
|
|
micro optimizations for the evaluation engine
Araq
2013-02-14
4
-43
/
+64
|
/
/
*
|
added GC_addCycleRoot
Araq
2013-02-12
3
-4
/
+16
*
|
GC: incRef needs to add cycleroots
Araq
2013-02-12
2
-6
/
+5
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-11
24
-201
/
+832
|
\
\
|
*
|
updated news.txt
Araq
2013-02-10
1
-2
/
+8
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-10
3
-16
/
+28
|
|
\
\
|
|
*
\
Merge pull request #327 from Tass/master
Araq
2013-02-09
3
-16
/
+28
|
|
|
\
\
|
|
|
*
|
hack for long string literals in C bugs in JS. Fixed.
Simon Hafner
2013-02-09
1
-14
/
+16
|
|
|
*
|
fix for exit code of compiler (JS bug?)
Simon Hafner
2013-02-09
1
-1
/
+1
|
|
|
*
|
rawEcho hack for kwin target
Simon Hafner
2013-02-08
1
-1
/
+11
|
|
|
/
/
|
*
|
|
open arrays documented in the manual
Araq
2013-02-10
5
-6
/
+38
|
*
|
|
working cycle collector for old GC
Araq
2013-02-10
1
-253
/
+133
|
|
/
/
[next]