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
*
Fixed recvLine deprecation warnings.
Dominik Picheta
2013-04-14
6
-81
/
+73
*
Fixed incorrect drawing of rectangles by graphics.drawRect.
Dominik Picheta
2013-04-14
1
-3
/
+8
*
Merge pull request #384 from Tass/master
Araq
2013-04-13
1
-66
/
+100
|
\
|
*
added toSeconds and fromSeconds to times. fixes #334
Simon Hafner
2013-04-13
1
-66
/
+100
*
|
added manyloc test suite; --path now relative to project dir if not absolute
Araq
2013-04-13
51
-5
/
+9286
*
|
fixes #244
Araq
2013-04-13
1
-0
/
+4
*
|
implements #258; activate via --verbosity:2
Araq
2013-04-13
1
-0
/
+2
*
|
fixes #310
Araq
2013-04-13
4
-22
/
+45
*
|
fixes #287; bugfix: subrange checking is performed again
Araq
2013-04-12
14
-32
/
+147
*
|
improved error message for #291
Araq
2013-04-11
1
-1
/
+4
|
/
*
cleanup of tests; use 'koch install' instead of 'install.sh' for a bootstrapp...
Araq
2013-04-11
7
-1198
/
+9
*
fixes #283
Araq
2013-04-11
2
-1
/
+2
*
bugfix: new(TTable[string, int]) compiles
Araq
2013-04-10
1
-4
/
+9
*
experimental support for outputting code snippets in error messages; implemen...
Zahary Karadjov
2013-04-09
2
-0
/
+21
*
bugfix: fix linking when symbol files are used
Zahary Karadjov
2013-04-08
5
-13
/
+12
*
bugfix: varargs min/max procs; fixes #373
Araq
2013-04-08
1
-6
/
+8
*
fixes #378
Araq
2013-04-08
1
-0
/
+2
*
fixes #321
Araq
2013-04-08
2
-1
/
+11
*
fixes #368
Araq
2013-04-08
2
-2
/
+63
*
implemented --dynlibOverride option for static linking of 'dynlib'
Araq
2013-04-08
6
-3
/
+34
*
documented restricted destructors
Araq
2013-04-08
2
-1
/
+34
*
next steps to make symbol files work again
Araq
2013-04-08
2
-3
/
+10
*
rodfile viewer works again
Araq
2013-04-08
1
-2
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-04-08
3
-13
/
+17
|
\
|
*
use file IDs consistently instead of file paths in the rod files handling
Zahary Karadjov
2013-04-07
2
-12
/
+13
|
*
A file stream now makes sure to only close its file descriptor once.
Dominik Picheta
2013-04-07
1
-1
/
+4
*
|
improvements for destructors
Araq
2013-04-08
6
-35
/
+91
*
|
bugfix: lambdalifting needs to deep copy parameters
Araq
2013-04-08
1
-6
/
+11
|
/
*
bugfix evals.nim
Araq
2013-04-07
2
-4
/
+7
*
optimized evals.nim a bit
Araq
2013-04-07
1
-8
/
+8
*
rod file viewer for easier debugging of rod files
Araq
2013-04-04
8
-21
/
+303
*
fixes memory leaks concerning closures
Araq
2013-03-29
1
-3
/
+2
*
bugfix: mark&sweep GC
Araq
2013-03-29
1
-14
/
+16
*
better treatment of var/let/const/type sections in the templating system
Araq
2013-03-29
1
-1
/
+7
*
Fixed some recvLine deprecation warnings in httpserver module.
Dominik Picheta
2013-03-27
1
-32
/
+32
*
Fixed issue with rst parser failing to parse a specific character.
Dominik Picheta
2013-03-27
1
-1
/
+2
*
added immediate versions of macros.dumpLisp and dumpTree
Araq
2013-03-25
1
-0
/
+6
*
fixes a long-standing bug about procvar checking
Araq
2013-03-25
8
-22
/
+45
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-03-24
9
-695
/
+130
|
\
|
*
Deprecated recvLine and added an improved version named readLine to the
Dominik Picheta
2013-03-23
3
-5
/
+127
|
*
Fixed bug with xmltree.attrs when attributes have not been initialised
Dominik Picheta
2013-03-23
6
-690
/
+3
*
|
fixes #376
Araq
2013-03-24
5
-12
/
+72
|
/
*
fixes #335
Araq
2013-03-23
1
-1
/
+2
*
added system.locals
Araq
2013-03-21
7
-18
/
+64
*
bugfix: case exhaustiveness checking
Araq
2013-03-21
5
-6
/
+27
*
better error message when C compilation fails
Araq
2013-03-19
3
-2
/
+10
*
tester supports large tests
Araq
2013-03-18
7
-1
/
+715
*
fixes #257
Araq
2013-03-18
2
-28
/
+29
*
added broken 'range' types to todo
Araq
2013-03-18
1
-0
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-03-18
3
-5
/
+18
|
\
[next]