summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
...
* [bugfix] fix #11588, don't check if SharedTable is initializednarimiran2019-06-262-11/+13
* [bugfix] fix OrderedTable iterators (#11562)Miran2019-06-221-5/+7
* [bugfix] fix `delete` in strutils and sequtils (#11535)Miran2019-06-201-1/+1
* [bugfix] fix OrderedTable default initialization (#11549)Miran2019-06-202-2/+3
* [other] documentation: deprecation comments are now auto-generatednarimiran2019-06-191-3/+1
* [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)Arne Döring2019-06-111-2/+2
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-052-2/+2
* Render deprecated pragmas (#8886)LemonBoy2019-06-034-15/+9
* sets: minor documentation fixes [ci skip] (#11377)Jjp1372019-06-021-3/+3
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-11/+11
* fixes #11344Araq2019-05-281-4/+9
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-6/+2
* Workaround "move not found" exception in JS when using tables. (#11256)Dominik Picheta2019-05-151-1/+4
* sequtils: minor typoAraq2019-05-101-1/+1
* CountTable: check for usages after sorting (#11189)Miran2019-05-081-1/+10
* tables: check for mutation when iterating (#11160)Miran2019-05-041-42/+127
* introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)Andreas Rumpf2019-05-022-15/+19
* Initialized collections (#11094)Miran2019-04-296-424/+650
* reimplement_pr_10974 (#11130)cooldome2019-04-271-0/+16
* tables: fix link (#11090) [ci skip]Jjp1372019-04-231-1/+1
* Improve tables docs for del/take (#11030)Christopher Dunn2019-04-171-1/+5
* faster CountTable sort(), optional SortOrder (#11010)Andy Davidoff2019-04-161-27/+30
* make sets.nim useful for selective 'from import'sAraq2019-04-051-57/+54
* stdlib: use system.default if it existsAndreas Rumpf2019-03-052-12/+10
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-2/+0
* use `initHashSet` and `toHashSet`, fixes #10730 (#10736)Miran2019-02-251-86/+94
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-131-1/+1
* Cleanup heapqueue module (#10476)Oscar Nihlgård2019-01-281-42/+115
* docs: fix trailing comma in linksnarimiran2019-01-252-5/+5
* fixes #10433 (#10444)Miran2019-01-241-0/+9
* Better docs for sets and intsets (#10362)Miran2019-01-222-613/+1062
* better docs for lists and deques (#10390)Miran2019-01-212-76/+755
* Remove long deprecated stuff (#10332)Miran2019-01-183-19/+0
* remove queues (#10347)Miran2019-01-171-257/+0
* documentation: remove author field [ci skip]narimiran2019-01-172-4/+0
* sequtils doc: another quickfix [ci skip]narimiran2019-01-161-3/+3
* quickfix for sequtils docs [ci skip]narimiran2019-01-161-6/+3
* better docs: tablesnarimiran2019-01-162-623/+2031
* better docs: sequtilsnarimiran2019-01-161-303/+414
* Fixes #10065 (#10260)Arne Döring2019-01-141-54/+43
* Implements BackwardsIndex `[]` for deque. (#10105)Dominik Picheta2019-01-131-1/+13
* make the stdlib work with the changed docgenAraq2019-01-112-2/+2
* help Nim optimize intsets.initIntSetAndreas Rumpf2018-12-301-8/+7
* IntSet documentation notes (#10051)Alexis Hope2018-12-211-19/+28
* Merge branch 'devel' into sorted_deduplicateAndreas Rumpf2018-12-122-2/+19
|\
| * Merge pull request #9805 from pacien/181126-list-appendAndreas Rumpf2018-12-111-0/+15
| |\
| | * add SinglyLinkedList.append procspacien2018-11-271-0/+15
| * | refs #9880 show index and bound in lots of `index out of bounds` errorsTimothee Cour2018-12-091-2/+4
| |/
* / Add the parameter isSorted for the sequtils.deduplicatedata-man2018-12-071-3/+21
|/
* universal toSeq: works with UFCS; works with inline & closure iterators, and ...Timothee Cour2018-11-221-30/+130