| Commit message (Expand) | Author | Age | Files | Lines |
* | use typeof instead type (#16962) | flywind | 2021-02-08 | 1 | -1/+1 |
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 3 | -103/+103 |
* | improve tests for collections (#16328) | Timothee Cour | 2020-12-12 | 1 | -64/+5 |
* | sets minor improvement (#16087) | flywind | 2020-11-21 | 1 | -0/+261 |
* | ARC now capable of custom extra alignment. Ref, closure and seq support. (#15... | cooldome | 2020-10-28 | 1 | -17/+0 |
* | change/remove deprecated stuff | narimiran | 2020-10-28 | 1 | -23/+5 |
* | fix #15750 | narimiran | 2020-10-28 | 1 | -0/+6 |
* | remove a condition that table size must be passed as power of 2 (#14926) | Miran | 2020-07-08 | 1 | -0/+10 |
* | tables.nim: Add named fields in `smallest` and `largest` (#14919) | ee7 | 2020-07-06 | 1 | -0/+14 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -3/+2 |
* | fix #14655 setLen(seq) now zeros memory (#14656) | Timothee Cour | 2020-06-14 | 1 | -1/+8 |
* | fix mapIt issues #12625 & #12639 (#14041) | Judd | 2020-04-21 | 1 | -0/+3 |
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 1 | -0/+17 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 2 | -3/+10 |
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 1 | -1/+1 |
* | faster CIs (#13803) | Miran | 2020-03-30 | 3 | -8/+316 |
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 2 | -10/+10 |
* | tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test... | Timothee Cour | 2020-02-26 | 1 | -2/+43 |
* | Remove testutils (#13435) [backport] | Clyybber | 2020-02-19 | 2 | -2/+7 |
* | [backport] pseudorandom probing for hash collision (#13418) | Timothee Cour | 2020-02-19 | 2 | -7/+29 |
* | fixes #11764, faster hashing of (u)int (#12407) | Miran | 2019-10-15 | 2 | -3/+3 |
* | faster CountTable sort(), optional SortOrder (#11010) | Andy Davidoff | 2019-04-16 | 1 | -15/+30 |
* | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ... | Timothee Cour | 2019-01-08 | 1 | -3/+3 |
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 1 | -1/+2 |
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -2/+2 |
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -0/+0 |
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 2 | -6/+3 |
* | make some tests faster (#9413) | Miran | 2018-10-17 | 1 | -25/+6 |
* | Merge tests into a larger file (part 1 of ∞) (#9318) | Miran | 2018-10-12 | 15 | -716/+704 |
* | Updated tests for CritBitTree $ | data-man | 2018-06-07 | 1 | -3/+3 |
* | Modify hash for HashSet to use `xor` to mix hash of items. | Lolo Iccl | 2018-05-09 | 1 | -4/+0 |
* | Modify previous commit and add tests | Lolo Iccl | 2018-05-09 | 1 | -4/+52 |
* | make tests green | Andreas Rumpf | 2018-05-05 | 1 | -2/+2 |
* | Don't escape multibyte characters (#7570) | Oscar Nihlgård | 2018-04-23 | 1 | -2/+8 |
* | Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990) | Yuriy Glukhov | 2017-12-31 | 1 | -1/+2 |
* | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 3 | -3/+109 |
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
* | Implement 'take' for Table and TableRef (#5773) | Ruslan Mustakov | 2017-05-04 | 1 | -0/+15 |
* | Deques compilation error fix (#5591) | Dmitriy Fomichev | 2017-03-24 | 1 | -0/+17 |
* | Added clear() function for OrderedSet and HashSet. (#5545) | GrundleTrundle | 2017-03-16 | 1 | -0/+42 |
* | Add compute proc for SharedTable (#5385) | Ruslan Mustakov | 2017-03-02 | 1 | -1/+25 |
* | added hash for uints (#5435) | Fabian Keller | 2017-02-26 | 1 | -0/+15 |
* | reenabled clear test, made clear working (#5323) | Arne Döring | 2017-02-02 | 1 | -22/+20 |
* | Fixes #5035 | Felix Krause | 2016-11-18 | 1 | -1/+24 |
* | Table fixes. fixes #4901 | Felix Krause | 2016-10-23 | 1 | -0/+33 |
* | fixes a critical tables bug that caused 'enlarge' to crash after 'add' | Andreas Rumpf | 2016-09-05 | 1 | -0/+13 |
* | Disable failing tests for tables.clear() | Kier Davis | 2016-07-09 | 1 | -20/+22 |
* | Add tests for tables.clear() | Kier Davis | 2016-07-09 | 2 | -0/+46 |
* | Merge branch 'mget' of https://github.com/def-/Nim into def--mget | Araq | 2015-10-13 | 2 | -3/+9 |
|\ |
|
| * | Rename mget to `[]` | def | 2015-03-31 | 2 | -17/+23 |