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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix evals.nim
Araq
2013-04-07
1
-2
/
+4
*
rod file viewer for easier debugging of rod files
Araq
2013-04-04
1
-0
/
+12
*
bugfix: mark&sweep GC
Araq
2013-03-29
1
-14
/
+16
*
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
*
Deprecated recvLine and added an improved version named readLine to the
Dominik Picheta
2013-03-23
2
-4
/
+126
*
Fixed bug with xmltree.attrs when attributes have not been initialised
Dominik Picheta
2013-03-23
1
-0
/
+3
*
added system.locals
Araq
2013-03-21
1
-0
/
+7
*
Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_proc
Araq
2013-03-17
1
-6
/
+15
|
\
|
*
Mentions nextPowerOfTwo proc for table initialization.
Grzegorz Adam Hankiewicz
2013-03-17
1
-6
/
+15
*
|
Fixes the dirtyness of the filterIt template. Refs #351.
Grzegorz Adam Hankiewicz
2013-03-17
1
-2
/
+7
|
/
*
Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtils
Araq
2013-03-16
1
-57
/
+154
|
\
|
*
Adds foldl and foldr templates to sequtils.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+98
|
*
Indents documentation tests with blocks for hygiene.
Grzegorz Adam Hankiewicz
2013-03-16
1
-57
/
+56
*
|
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
187
-0
/
+0
*
|
Adds example to instantiationInfo docstring.
Grzegorz Adam Hankiewicz
2013-03-16
1
-3
/
+28
|
/
*
Merge pull request #354 from gradha/pr_adds_stringyfication_of_runes
Araq
2013-03-16
1
-0
/
+12
|
\
|
*
Implements `$` proc for a sequence of TRunes.
Grzegorz Adam Hankiewicz
2013-03-11
1
-0
/
+12
*
|
Merge pull request #356 from gradha/pr_adds_left_alignment_example_to_strutils
Araq
2013-03-16
1
-2
/
+11
|
\
\
|
*
|
Adds left alignment example to strutils.
Grzegorz Adam Hankiewicz
2013-03-12
1
-2
/
+11
|
|
/
*
|
Merge pull request #357 from gradha/pr_adds_newseq_documentation_example
Araq
2013-03-16
1
-0
/
+25
|
\
\
|
*
|
Adds newSeq documentation example.
Grzegorz Adam Hankiewicz
2013-03-13
1
-0
/
+25
|
|
/
*
|
Merge pull request #359 from Tass/master
Araq
2013-03-16
1
-0
/
+1
|
\
\
|
*
|
hack to include hti correctly
Simon Hafner
2013-03-16
1
-0
/
+1
|
|
/
*
|
fixes #358
Araq
2013-03-16
1
-0
/
+538
*
|
debugger improvements
Araq
2013-03-16
3
-586
/
+122
|
/
*
use a bloom filter to speed up the debugger
Araq
2013-03-09
1
-11
/
+8
*
documented object constrs; endb works again
Araq
2013-03-09
2
-8
/
+9
*
first steps to implement object construction expressions
Araq
2013-03-07
1
-1
/
+2
*
made some tests green
Araq
2013-03-04
1
-0
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-28
4
-0
/
+3159
|
\
|
*
Moved packages to lib directory.
Dominik Picheta
2013-02-25
4
-0
/
+3159
*
|
better overloading resolution for generics
Araq
2013-02-28
1
-2
/
+2
|
/
*
some bugfixes; no system.$ for object as it breaks code
Araq
2013-02-24
2
-8
/
+9
*
Fixed timeouts for sockets, implemented timeouts in httpclient and fixed
Dominik Picheta
2013-02-23
3
-151
/
+236
*
applies #322 without FReadDir effect
Araq
2013-02-22
1
-1
/
+8
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-22
1
-2
/
+2
|
\
|
*
removed `$` for refs upon request
Simon Hafner
2013-02-21
1
-2
/
+0
|
*
added $ for refs and removed == for ref test
Simon Hafner
2013-02-21
1
-0
/
+2
|
*
added tests, actually implemented $ and ==
Simon Hafner
2013-02-21
1
-2
/
+2
*
|
added gradha's improvements for the times module (issue #231)
Araq
2013-02-22
1
-1
/
+9
|
/
*
small cleanups
Araq
2013-02-19
2
-5
/
+3
*
mark and sweep GC without bitvectors works
Araq
2013-02-19
2
-2
/
+5
*
mark and sweep without bitvectors
Araq
2013-02-19
2
-29
/
+77
*
system.fields|fieldPairs for objects
Araq
2013-02-18
1
-4
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-16
7
-51
/
+67
|
\
|
*
WA for #329, caused by #335
Simon Hafner
2013-02-15
1
-1
/
+1
|
*
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
[next]