Ruslan Mustakov
|
91d3661522
Removed the use of .gensym pragma inside stdlib templates
|
8 years ago |
Andreas Rumpf
|
a8edf67a28
make nim bootstrap again for older versions
|
8 years ago |
Andreas Rumpf
|
60b187513e
stdlib and compiler don't use .immediate anymore
|
8 years ago |
Andreas Rumpf
|
95bb19a579
moved random procs from math to its own module (breaking change)
|
8 years ago |
Hans Raaf
|
cddabcfc63
Fixes foldl() and foldr() + foldl() with start parameter.
|
8 years ago |
def
|
7540cdd169
Update comment about `map` being in system module
|
9 years ago |
rbmz
|
4548c1aa9b
added all/any/allIt/anyIt with tests and inline documentation
|
9 years ago |
Peter Mora
|
6318f77821
restore {.immediate.} to toSeq
|
9 years ago |
Peter Mora
|
75097e2981
sequtils related changes
|
9 years ago |
Alexander Mitchell-Robinson
|
564c9f4013
Fixed my name.
|
9 years ago |
Araq
|
d230b75e0a
removed sequtils.reversed again since it's already in algorithm.nim
|
9 years ago |
Araq
|
cf4879bc48
added sequtils.reversed; refs #3148
|
9 years ago |
Araq
|
a2b8b8b0dd
'sequtils doesn't take confusing default args anymore
|
9 years ago |
Oleh Prypin
|
22db40e5e4
Turn some test outputs into actual tests
|
9 years ago |
Oleh Prypin
|
32109a7867
Don't run non-test code when defined(testing)
|
9 years ago |
Araq
|
a541be8935
prepare for upcoming parsing change of unary operators
|
9 years ago |
Hans Raaf
|
51034d7e3a
Changed cast to type conversion and added XXX.
|
10 years ago |
Hans Raaf
|
9e2f79251c
Do we want we to use the typesystem like this?
|
10 years ago |
Hans Raaf
|
534fe46b82
Added repeat(seq, n) to sequtils.
|
10 years ago |
Federico Ceratto
|
657dca5c3b
Fix typos
|
10 years ago |
Federico Ceratto
|
c95f6f117a
Fix typos
|
10 years ago |
dumndummer
|
07f42fa612
Changed name 'pred' to 'op' in mapIt template
|
10 years ago |
dumndummer
|
c19fb7b366
Update sequtils.nim
|
10 years ago |
Araq
|
f7dca91344
fixes #619
|
10 years ago |
Araq
|
595cc93762
recursive tuple types are now invalid (breaking change)
|
10 years ago |
Araq
|
11b6958755
big rename
|
10 years ago |
def
|
61a6ecfd94
Move newSeqWith to sequtils
|
10 years ago |
Andreas Rumpf
|
188df67677
Merge pull request #1377 from sjakobi/patch-1
|
10 years ago |
Simon Jakobi
|
78b56bf7dc
sequtils: Complete mapIt documentation example
|
10 years ago |
Simon Jakobi
|
4c4ebc93d7
sequtils: Correct documentation for keepIf proc
|
10 years ago |