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
*
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
|
*
UTC weekday in JS
Simon Hafner
2013-02-15
1
-1
/
+2
|
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
6
-36
/
+36
*
|
preparations for a generational GC
Araq
2013-02-16
2
-2
/
+4
*
|
micro optimizations for the evaluation engine
Araq
2013-02-14
1
-5
/
+6
|
/
*
added GC_addCycleRoot
Araq
2013-02-12
1
-0
/
+6
*
GC: incRef needs to add cycleroots
Araq
2013-02-12
1
-6
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-10
1
-1
/
+11
|
\
|
*
rawEcho hack for kwin target
Simon Hafner
2013-02-08
1
-1
/
+11
*
|
open arrays documented in the manual
Araq
2013-02-10
1
-1
/
+3
[next]