summary refs log tree commit diff stats
path: root/lib/system/iterators.nim
Commit message (Collapse)AuthorAgeFilesLines
* Support iterators returning lent T (#11938)cooldome2019-08-311-3/+2
| | | | | | | * lent iterators * rebase tests * update changelog * fix comments, more tests
* fixes 5870 (#11704)Andreas Rumpf2019-08-291-2/+2
| | | | | | * fixes #5870 * make tclosure test green again * this check is correct but breaks some Nimble packages
* iterators: several small fixes (#11162)Miran2019-05-041-24/+51
| | | | | | * fix pairs, mpairs, mitems for cstring for JS backend * add mutation check for pairs and mpairs for strings and seqs * change the assertion message - modifying (changing elements) is not a problem, changing the length is
* move system.dollars in a separate file (#10829)Miran2019-03-131-1/+1
|
* system: some documentation improvements (#10809)Miran2019-03-111-33/+38
|
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-0/+243
* move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions