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
*
Enchanced random access support for queues
ReneSac
2016-06-12
1
-24
/
+126
*
Implements tables.clear.
Dominik Picheta
2016-06-02
2
-5
/
+34
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
1
-1
/
+1
*
Introduce template withValue() for tables.nim too.
cheatfate
2016-05-27
1
-0
/
+45
*
Introduce template withValue()
cheatfate
2016-05-26
1
-0
/
+53
*
Fix 2 compile errors in LockFreeHash.nim
Lompiktab
2016-05-14
1
-3
/
+3
*
Fix missing `]`
Stephane Fontaine
2016-05-13
1
-1
/
+1
*
Added heapqueue collection. Fixed timers in asyncdispatch.
Yuriy Glukhov
2016-04-28
1
-0
/
+107
*
Added del for OrderedTable and OrderedTableRef
Yuriy Glukhov
2016-04-13
1
-0
/
+41
*
added missing file for --gc:stack
Andreas Rumpf
2016-03-31
1
-0
/
+44
*
added missing file
Andreas Rumpf
2016-03-28
1
-0
/
+95
*
Fixed Table::del in JS
Yuriy Glukhov
2016-03-21
1
-1
/
+4
*
Fixes foldl() and foldr() + foldl() with start parameter.
Hans Raaf
2016-03-06
1
-10
/
+37
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-03-04
1
-1
/
+1
|
\
|
*
Removed unused import of 'os' module from module 'sets'
Rostyslav Dzinko
2016-03-04
1
-1
/
+1
*
|
added intsets.clear proc
Andreas Rumpf
2016-03-04
1
-0
/
+7
|
/
*
Don't expect all keys in hashsets to have $ defined
Samantha Doran
2016-03-01
1
-1
/
+5
*
Consistently use Channel instead of TChannel
def
2016-02-25
1
-1
/
+1
*
Merge pull request #3831 from ephja/nimrod-to-nim
Andreas Rumpf
2016-02-06
1
-1
/
+1
|
\
|
*
nimrod -> nim
Erik Johansson Andersson
2016-02-05
1
-1
/
+1
*
|
Fix a few deprecation warnings
def
2016-01-25
1
-1
/
+1
|
/
*
Fix CountTableRef#getOrDefault
Sloane Simmons
2016-01-09
1
-1
/
+13
*
Update comment about `map` being in system module
def
2015-11-23
1
-6
/
+3
*
added prefix matching to critbits.nim
Araq
2015-11-10
1
-16
/
+24
*
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
Araq
2015-10-13
1
-0
/
+93
|
\
|
*
added all/any/allIt/anyIt with tests and inline documentation
rbmz
2015-10-13
1
-0
/
+93
*
|
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
3
-12
/
+17
*
|
added getOrDefault; bootstrapping works again
Araq
2015-10-13
2
-33
/
+40
*
|
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
3
-43
/
+101
|
\
\
|
|
/
|
/
|
|
*
Rename mget to `[]`
def
2015-03-31
3
-75
/
+120
*
|
Merge pull request #3423 from petermora/breakSequtils
Andreas Rumpf
2015-10-12
1
-35
/
+168
|
\
\
|
*
|
restore {.immediate.} to toSeq
Peter Mora
2015-10-06
1
-1
/
+1
|
*
|
sequtils related changes
Peter Mora
2015-10-05
1
-36
/
+169
*
|
|
added critbits.inc proc
Araq
2015-10-06
1
-0
/
+8
|
/
/
*
|
Fixed my name.
Alexander Mitchell-Robinson
2015-09-07
1
-2
/
+2
*
|
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
4
-239
/
+239
*
|
removed sequtils.reversed again since it's already in algorithm.nim
Araq
2015-08-10
1
-23
/
+0
*
|
added sequtils.reversed; refs #3148
Araq
2015-08-09
1
-0
/
+23
*
|
breaking change: symbol lookups in generics follows spec more closely; fixes ...
Araq
2015-08-07
1
-4
/
+4
*
|
'sequtils doesn't take confusing default args anymore
Araq
2015-07-08
1
-1
/
+1
*
|
prepared selectors module for multi threading
Araq
2015-06-30
1
-3
/
+3
*
|
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
4
-168
/
+440
|
\
\
|
*
|
some progress on making async multithreaded
Araq
2015-05-28
4
-168
/
+440
*
|
|
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
4
-98
/
+100
*
|
|
Add contains proc for tables to allow usage of `in`
Jonathan
2015-05-05
1
-0
/
+24
|
/
/
*
|
fixes #2625
Araq
2015-05-03
1
-4
/
+7
*
|
Turn some test outputs into actual tests
Oleh Prypin
2015-04-21
3
-15
/
+18
*
|
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
5
-11
/
+17
*
|
Merge pull request #2411 from reactormonk/merge-counttables
Andreas Rumpf
2015-04-21
1
-0
/
+61
|
\
\
|
*
|
doc comments for merge
Simon Hafner
2015-03-26
1
-0
/
+3
[next]