Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sequtils.delete bug with out of bounds indexes (#12506) | Oscar Nihlgård | 2019-11-29 | 1 | -1/+6 |
| | |||||
* | remove long-deprecated 'mapIt' | narimiran | 2019-11-13 | 1 | -7/+0 |
| | |||||
* | Make sequtils.zip return seq of anonymous tuples (#12575) | Kaushal Modi | 2019-11-04 | 1 | -40/+64 |
| | | | | | | | | | | * Make sequtils.zip return seq of anonymous tuples Earlier the tuples had named fields "a" and "b" and that made it difficult to assign the zip returned seqs to other vars which expected seqs of tuples with field names other than "a" and "b". * Make sequtils.zip backwards compatible with Nim 1.0.x | ||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | sequtils: replace deprecated 'random' call within example (#12515) [backport] | Jjp137 | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -1/+1 |
| | | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol. | ||||
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 1 | -4/+16 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -2/+2 |
| | |||||
* | styleCheck fix: type naming: s/outType/OutType/ (#11749) | Kaushal Modi | 2019-07-16 | 1 | -9/+9 |
| | |||||
* | [other] prettify collections (#11695) | Miran | 2019-07-09 | 1 | -60/+63 |
| | |||||
* | [bugfix] fix `delete` in strutils and sequtils (#11535) | Miran | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | [other] documentation: deprecation comments are now auto-generated | narimiran | 2019-06-19 | 1 | -3/+1 |
| | |||||
* | sequtils: minor typo | Araq | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | reimplement_pr_10974 (#11130) | cooldome | 2019-04-27 | 1 | -0/+16 |
| | |||||
* | fixes #10433 (#10444) | Miran | 2019-01-24 | 1 | -0/+9 |
| | |||||
* | documentation: remove author field [ci skip] | narimiran | 2019-01-17 | 1 | -2/+0 |
| | |||||
* | sequtils doc: another quickfix [ci skip] | narimiran | 2019-01-16 | 1 | -3/+3 |
| | |||||
* | quickfix for sequtils docs [ci skip] | narimiran | 2019-01-16 | 1 | -6/+3 |
| | |||||
* | better docs: sequtils | narimiran | 2019-01-16 | 1 | -303/+414 |
| | |||||
* | Add the parameter isSorted for the sequtils.deduplicate | data-man | 2018-12-07 | 1 | -3/+21 |
| | |||||
* | universal toSeq: works with UFCS; works with inline & closure iterators, and ↵ | Timothee Cour | 2018-11-22 | 1 | -30/+130 |
| | | | | | | | | | | | with iterables (#8711) * universal toSeq: works with UFCS; works with inline, closure, and proc iterators, and also non-iterators * support all iterables with toSeq * workaround for #9130 | ||||
* | added system.typeof operation; fixes #9093 | Araq | 2018-10-24 | 1 | -4/+18 |
| | |||||
* | Merges #8451 manually. Fixes #8099. | Dominik Picheta | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| |