Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sequtils compile | Araq | 2018-08-22 | 1 | -1/+0 |
| | |||||
* | fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586) | Timothee Cour | 2018-08-16 | 1 | -14/+26 |
| | | | | | * cleanups refs #8584 * fixes #7187 | ||||
* | fixes #8577, fixes #8580, other bug fixes (#8584) | Timothee Cour | 2018-08-14 | 1 | -38/+86 |
| | |||||
* | Fix regression for mapIt (#8567) | LemonBoy | 2018-08-08 | 1 | -3/+8 |
| | | | | | | Don't try to be too smart and limit the use of `evalOnce` where strictly needed as not every value can be assigned with a `let`. Fixes #8566 | ||||
* | Make mapIt work on openArray's (#8543) | LemonBoy | 2018-08-07 | 1 | -3/+30 |
| | |||||
* | sequtils: remove some aligning spaces around == to silence warnings | skilchen | 2018-07-21 | 1 | -13/+13 |
| | |||||
* | fix issues #6986 and #7501 (#7513) | skilchen | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | fixes #7215 | Andreas Rumpf | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | fix documentation comments in sequtils.nim | Andreas Rumpf | 2017-12-05 | 1 | -2/+2 |
| | |||||
* | added a warning that the .deprecate statement is unreliable for routines | Andreas Rumpf | 2017-11-21 | 1 | -2/+0 |
| | |||||
* | cleaned up macros.nim | Andreas Rumpf | 2017-11-19 | 1 | -4/+5 |
| | |||||
* | replaced asArray with a much more powerful mapLiterals macro | Andreas Rumpf | 2017-11-18 | 1 | -16/+39 |
| | |||||
* | Use 'typedesc' instead of 'untyped' | Andreas Rumpf | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | Move asArray macro back to sequtils | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -0/+30 |
| | | | | This reverts commit 72f653c2daa5c629ed8a57a4f53dcef56432aa26. | ||||
* | Moving asArray to future module | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -29/+0 |
| | | | | As per [suggestion](https://github.com/nim-lang/Nim/pull/6640#issuecomment-341565453) made by @Araq | ||||
* | Swapping asArray parameter order | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -3/+3 |
| | | | | In reaction to https://github.com/nim-lang/Nim/pull/6640#issuecomment-341528413 | ||||
* | Changing asArray documentation | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -2/+2 |
| | | | | in reaction to https://github.com/nim-lang/Nim/pull/6640#discussion_r148367553 | ||||
* | avoid asArray macros import when using nimscript | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -25/+25 |
| | |||||
* | Implement an `asArray` macro | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -0/+29 |
| | | | | fixes #6563 | ||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -17/+17 |
| | |||||
* | Sequtils improvements (#6574) | narimiran | 2017-10-25 | 1 | -171/+267 |
| | |||||
* | update links | narimiran | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | change seq name to `list` | narimiran | 2017-10-22 | 1 | -75/+76 |
| | |||||
* | more descriptive names | narimiran | 2017-10-22 | 1 | -4/+4 |
| | |||||
* | add `count` to sequtils | narimiran | 2017-10-21 | 1 | -0/+31 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | sequtils: removed outdated note | Andreas Rumpf | 2017-03-14 | 1 | -3/+0 |
| | |||||
* | fixes #4386 | Andreas Rumpf | 2016-10-23 | 1 | -2/+2 |
| | |||||
* | Removed the use of .gensym pragma inside stdlib templates | Ruslan Mustakov | 2016-08-23 | 1 | -8/+8 |
| | |||||
* | make nim bootstrap again for older versions | Andreas Rumpf | 2016-07-30 | 1 | -1/+3 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -12/+12 |
| | |||||
* | moved random procs from math to its own module (breaking change) | Andreas Rumpf | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Fixes foldl() and foldr() + foldl() with start parameter. | Hans Raaf | 2016-03-06 | 1 | -10/+37 |
| | | | | | | | | | This fixes the (potential) multi-evaluation of the sequence parameter in foldl() and foldr(). It also adds a foldl() version which gets a start parameter. This allows for creating a result with a different type than the elements of the sequence. | ||||
* | Update comment about `map` being in system module | def | 2015-11-23 | 1 | -6/+3 |
| | |||||
* | added all/any/allIt/anyIt with tests and inline documentation | rbmz | 2015-10-13 | 1 | -0/+93 |
| | | | | Signed-off-by: rbmz <rbmz@users.noreply.github.com> | ||||
* | restore {.immediate.} to toSeq | Peter Mora | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -36/+169 |
| | |||||
* | Fixed my name. | Alexander Mitchell-Robinson | 2015-09-07 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 'sequtils doesn't take confusing default args anymore | Araq | 2015-07-08 | 1 | -1/+1 |
| | |||||
* | Turn some test outputs into actual tests | Oleh Prypin | 2015-04-21 | 1 | -4/+2 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -2/+4 |
| | |||||
* | prepare for upcoming parsing change of unary operators | Araq | 2015-03-22 | 1 | -8/+8 |
| | |||||
* | 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 |
| | | | | This adds a repeat proc for sequences. There is also an test for it at the end of file. | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -4/+4 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -10/+10 |
| | |||||
* | Changed name 'pred' to 'op' in mapIt template | dumndummer | 2015-02-02 | 1 | -2/+2 |
| |