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
/
pure
/
collections
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
5
-0
/
+0
|
/
*
Renames each proc to map, each is left deprecated.
Grzegorz Adam Hankiewicz
2013-01-22
1
-2
/
+2
*
fixes sequtils.filterIt
Araq
2013-01-19
1
-5
/
+4
*
'sort' for ordered tables
Araq
2013-01-12
1
-1
/
+47
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-01-11
1
-10
/
+154
|
\
|
*
Adds note about distnct being misspelled on purpose.
Grzegorz Adam Hankiewicz
2013-01-09
1
-1
/
+5
|
*
Adds documentation examples to sequtils.
Grzegorz Adam Hankiewicz
2013-01-09
1
-8
/
+145
|
*
Hyperlinks each proc and explains it is like map.
Grzegorz Adam Hankiewicz
2013-01-09
1
-2
/
+5
*
|
'importcpp' for the JS target to generate an infix call
Araq
2013-01-11
1
-1
/
+1
|
/
*
Merge pull request #296 from gradha/pr_makes_toseq_public
Araq
2013-01-08
1
-0
/
+6
|
\
|
*
Moves toSeq template to public sequtils module.
Grzegorz Adam Hankiewicz
2013-01-03
1
-0
/
+6
*
|
fixes #293
Araq
2013-01-08
1
-1
/
+1
|
/
*
implements 'export' feature
Araq
2012-12-01
1
-0
/
+5
*
made more tests green; fixes #201
Araq
2012-09-12
2
-2
/
+2
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
4
-20
/
+31
*
made tests green again
Araq
2012-08-16
1
-1
/
+1
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-11
/
+11
*
bugfix: collection/sets only worked by chance ...
Araq
2012-07-25
1
-4
/
+4
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-2
/
+2
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...
Araq
2012-07-09
1
-1
/
+1
*
the test suite is mostly green again
Zahary Karadjov
2012-03-16
1
-1
/
+1
*
year 2012 for most copyright headers
Araq
2012-01-02
6
-6
/
+6
*
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
1
-0
/
+302
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-1
/
+28
*
tester: threading tests added
Araq
2011-11-19
1
-10
/
+12
*
memfiles now uses winlean; changed the interface to raise EOS
Araq
2011-11-05
1
-0
/
+3
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-1
/
+17
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
2
-14
/
+59
*
bugfixes; added events module, sequtils module
Araq
2011-07-26
1
-0
/
+59
*
preparations for 0.8.12
Araq
2011-07-10
4
-9
/
+9
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-0
/
+89
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-0
/
+177
*
implemented tables.add
Araq
2011-06-11
2
-2
/
+24
*
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
1
-1
/
+1
*
basic generic collections implemented and tested
Araq
2011-06-07
3
-80
/
+287
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
2
-199
/
+356
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
1
-1
/
+8
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-22
/
+131
*
c2nim compiles again
Araq
2011-04-23
2
-3
/
+11
*
got rid of some arcane module names
Araq
2011-04-21
2
-3
/
+263
*
hashtables: 2nd version
Araq
2011-04-19
1
-29
/
+31
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
1
-0
/
+146