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
*
better html generator for the tester; fixes some VM bugs
Araq
2014-01-17
1
-1
/
+1
*
case consistency improvements
Araq
2014-01-11
1
-1
/
+2
*
case consistency part 7
Araq
2013-12-28
1
-21
/
+19
*
case consistency part 4
Araq
2013-12-27
3
-11
/
+11
*
case consistency part 1
Araq
2013-12-27
3
-44
/
+44
*
Merge pull request #631 from mflamer/master
Andreas Rumpf
2013-10-31
2
-0
/
+622
|
\
|
*
LockFree Hash Table 0.1
Mark Flamer
2013-10-22
2
-0
/
+622
*
|
Apply changes suggested by Araq
Varriount
2013-10-27
1
-2
/
+21
*
|
Added an insertion function that inserts elements of an openarray.
Clay Sweetser
2013-10-20
1
-0
/
+50
|
/
*
'inject' for 'for' loop variables
Araq
2013-05-14
1
-2
/
+1
*
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
[next]