summary refs log tree commit diff stats
path: root/lib/pure/hashes.nim
Commit message (Expand)AuthorAgeFilesLines
* added hash procs for handling portions of strings/arrays/seqs.JamesP2015-10-071-4/+70
* Added commaapense2015-07-061-1/+1
* THash -> Hash correctionapense2015-07-061-1/+1
* added hash function for ordinal typesFabian Keller2015-07-031-0/+4
* lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-30/+31
* Restructure branching slighty. Fix error message.Oscar Campbell2015-06-011-7/+6
* Implement #2811 - Unicode en-dash (U+2013) as hump/snake alt.Oscar Campbell2015-05-311-2/+10
* Fix floats in tuples in HashSetsNycto2015-04-241-29/+37
* Changed some characters (&! -> !&) in the documentation in lib/pure/hashes.nimJohanna Berewinkel2015-03-051-2/+2
* big renameAraq2014-08-271-4/+4
* Adds brief intro to hashes module.Grzegorz Adam Hankiewicz2014-06-061-1/+28
* added 'hash' for set[T]'Andreas Rumpf2014-04-131-0/+4
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-3/+3
* case consistency part 4Araq2013-12-271-6/+6
* Change varargs[T] to openarray[T]Billingsly Wetherfordshire2013-05-041-1/+1
* Change hash[T](seq[A]) to take varargs[A]Billingsly Wetherfordshire2013-05-041-1/+1
* add hashing for seqsBillingsly Wetherfordshire2013-05-041-0/+3
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-3/+3
* hash() for floatsSimon Hafner2012-09-081-0/+4
* attempt to fix DLL generationAraq2012-07-181-6/+7
* equality and hashing for closuresAraq2012-07-171-0/+7
* JS codegen enhancements; still unusableAraq2012-07-011-2/+21
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-12/+16
* ugh, maybe broke gitAraq2011-04-011-21/+17
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+97
a> 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409