index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
hashes.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
1
-1
/
+4
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-30
/
+10
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
Documentation: Fix word usage (#19529)
Sizhe Zhao
2022-02-14
1
-1
/
+1
*
rename nimEnableHashRef [backport] (#18941)
flywind
2021-10-04
1
-5
/
+13
*
fixes #18220 (#18227)
Andreas Rumpf
2021-06-10
1
-1
/
+1
*
hashes for refs should be an opt-in feature (#18098)
Miran
2021-05-30
1
-1
/
+1
*
fix #17911 rawProc for cpp (#17912)
Timothee Cour
2021-05-01
1
-6
/
+12
*
fix #17905: hash(closure) was not being tested (#17906)
Timothee Cour
2021-04-30
1
-12
/
+20
*
add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(...
Timothee Cour
2021-04-27
1
-17
/
+22
*
std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)
Timothee Cour
2021-04-16
1
-23
/
+49
*
hashes: Made the runnableExample easier to understand (#17689)
Andreas Rumpf
2021-04-09
1
-1
/
+1
*
hashes: support object default hash (#17175)
Timothee Cour
2021-02-26
1
-17
/
+13
*
add example of hashing an object by all of its fields with `fields` (#16643)
dawidkotlin
2021-02-19
1
-0
/
+14
*
JS: make hash float support IE/Safari (#16872)
flywind
2021-02-01
1
-5
/
+10
*
refactor hash in JS backend (#16863)
flywind
2021-01-30
1
-29
/
+31
*
Improve documentation for the hashes module (#16720)
konsumlamm
2021-01-15
1
-51
/
+73
*
fix #16061 (#16551)
flywind
2021-01-02
1
-4
/
+10
*
fix #16542 (#16549)
flywind
2021-01-02
1
-2
/
+21
*
move tests to testament (#16101)
flywind
2020-11-24
1
-43
/
+0
*
Alternate to https://github.com/nim-lang/Nim/pull/15915 (#15937)
c-blake
2020-11-13
1
-2
/
+7
*
Fix #14394 (#14395)
Clyybber
2020-05-18
1
-1
/
+1
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
bug fix (#14149) [backport:1.2]
cooldome
2020-04-28
1
-1
/
+4
*
fixes #12834 (#14017)
Andreas Rumpf
2020-04-19
1
-3
/
+3
*
added a .since annotation to hashIdentity
Andreas Rumpf
2020-04-15
1
-2
/
+4
*
Add `hashWangYi1` (#13823)
c-blake
2020-04-15
1
-2
/
+71
*
fix #12508, unaligned access on sparc64 (#13594)
Miran
2020-03-09
1
-1
/
+1
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
1
-1
/
+1
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-28
/
+4
*
style fix: change 'JS' to 'js' to make it consistent (#13168)
Miran
2020-01-16
1
-2
/
+2
*
fixes #11764, faster hashing of (u)int (#12407)
Miran
2019-10-15
1
-6
/
+9
*
[backport] run nimpretty on hashes
narimiran
2019-09-30
1
-4
/
+4
*
hashes: implement murmur3 (#12022)
Miran
2019-09-01
1
-47
/
+149
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+2
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-4
/
+0
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
[bugfix] hashes: fix regression for nested containers (#11426)
Miran
2019-06-08
1
-6
/
+6
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-7
/
+12
*
hashes: quickfix one test
narimiran
2019-05-27
1
-1
/
+1
*
fix spelling [ci skip] (#11307)
Andy Davidoff
2019-05-22
1
-1
/
+1
*
faster hashing (#11203)
Miran
2019-05-21
1
-41
/
+94
*
hashes: fix inconsistent tests, fixes #10771
narimiran
2019-03-03
1
-4
/
+3
*
improved documentation for several modules (#10752)
Miran
2019-03-01
1
-40
/
+91
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-1
/
+0
*
fixes #5969
Araq
2017-06-09
1
-3
/
+8
*
remove en-dash from the language
Andreas Rumpf
2017-04-02
1
-5
/
+1
*
added hash for uints (#5435)
Fabian Keller
2017-02-26
1
-0
/
+8
*
Add hash proc for cstrings (#5386)
Ruslan Mustakov
2017-02-13
1
-0
/
+10
*
added hash procs for handling portions of strings/arrays/seqs.
JamesP
2015-10-07
1
-4
/
+70
[next]