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
*
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
|
*
|
merge for CountTable, see #1680
Simon Hafner
2015-03-26
1
-0
/
+58
|
|
/
*
|
Remove unneeded import os from intsets
Oleh Prypin
2015-04-09
1
-1
/
+1
*
|
Use more Natural and Positive numbers in proc parameters
def
2015-04-06
3
-34
/
+34
*
|
Fix warning about sets.testModule() not used.
ReneSac
2015-04-04
1
-174
/
+175
|
/
*
prepare for upcoming parsing change of unary operators
Araq
2015-03-22
2
-18
/
+18
*
Making tuples anonymous (so far... not finished).
Hans Raaf
2015-03-17
1
-23
/
+22
*
Changed cast to type conversion and added XXX.
Hans Raaf
2015-03-07
1
-1
/
+1
*
Do we want we to use the typesystem like this?
Hans Raaf
2015-03-06
1
-2
/
+3
*
Added repeat(seq, n) to sequtils.
Hans Raaf
2015-03-06
1
-0
/
+28
*
Fixed table getter not compiling when table value type had not '$' proc overr...
krolik
2015-03-05
1
-1
/
+5
*
Fix unknown symbol in tables mpairs iterator.
Hans Raaf
2015-02-21
1
-1
/
+1
*
Merge pull request #2139 from c-blake/devel
Andreas Rumpf
2015-02-18
1
-21
/
+59
|
\
|
*
Merge ../Nim into devel
Charles Blake
2015-02-16
4
-13
/
+13
|
|
\
|
*
|
Add comments explaining odd looking i<0..data[i].
Charles Blake
2015-02-16
1
-3
/
+3
|
*
|
Just do wide interface of hasKeyOrPut & mgetOrPut.
Charles Blake
2015-02-16
1
-36
/
+55
|
*
|
Add TableRef version of mgetOrPut.
Charles Blake
2015-02-16
1
-0
/
+5
[next]