about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/stable_hasher.rs
AgeCommit message (Expand)AuthorLines
2023-06-19Make closure_saved_names_of_captured_variables a query.Camille GILLOT-1/+13
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-8/+37
2023-06-05Fixed to_sorted => to_sorted_stable_ordAndrew Xie-0/+11
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-5/+5
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-18/+9
2023-04-16Implement StableHasher::write_u128 via write_u64Ben Kimock-1/+2
2023-04-09Fix some clippy::complexityNilstrieb-2/+2
2023-03-01Do not implement HashStable for HashSet.Michael Woerister-12/+4
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-0/+8
2022-12-25fix some typosKaDiWa-1/+1
2022-12-06Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisabors-29/+68
2022-12-05StableOrd: Address review comments.Michael Woerister-18/+18
2022-12-03Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514Matthias Krüger-3/+3
2022-12-02Add StableOrd trait as proposed in MCP 533.Michael Woerister-30/+69
2022-12-01Remove useless borrows and derefsMaybe Waffle-3/+3
2022-12-01rustc_hir: Change representation of import paths to support multiple resolutionsVadim Petrochenkov-1/+1
2022-07-29remove some manual hash stable implslcnr-0/+5
2022-05-30Fix typos in commentTobias Stoeckmann-2/+2
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+11
2022-04-19incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.Michael Woerister-3/+12
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-7/+0
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-02-05Use const generics in SipHasher128's short_writeJakub Beránek-14/+10
2022-02-03Fix `isize` optimization in `StableHasher` for big-endian architecturesJakub Beránek-3/+7
2022-01-30Compress amount of hashed bytes for `isize` values in StableHasherJakub Beránek-1/+29
2022-01-05Ensure that `Fingerprint` caching respects hashing configurationAaron Hill-0/+19
2021-12-28Auto merge of #92130 - Kobzol:stable-hash-str, r=cjgillotbors-3/+2
2021-12-21Auto merge of #91903 - tmiasko:bit-set-hash, r=jackh726bors-4/+4
2021-12-20Use hash_stable for hashing strJakub Beránek-3/+2
2021-12-18Implement StableHash for BitSet and BitMatrix via HashTomasz Miąsko-4/+4
2021-12-13Add special case for length 1Jakub Beránek-9/+17
2021-12-13Remove sort from hashing hashset, treeset and treemapJakub Beránek-27/+29
2021-12-12Use modular arithmeticJakub Beránek-3/+3
2021-12-12Avoid sorting in hash map stable hashingJakub Beránek-4/+14
2021-12-12Auto merge of #89404 - Kobzol:hash-stable-sort, r=Mark-Simulacrumbors-1/+2
2021-10-25Use SmallVec in Hash map stable hashingJakub Beránek-1/+2
2021-10-23Specialize HashStable for [u8] slicesMark Rousskov-0/+7
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-2/+2
2021-10-10Apply clippy suggestionsClemens Wasser-2/+2
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-0/+6
2021-06-01Remove StableVec.Camille GILLOT-32/+0
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-0/+32
2021-05-30Remove StableVec.Camille GILLOT-32/+0
2021-03-11Add inlining.Camille GILLOT-0/+1
2021-01-16Enforce that query results implement DebugAaron Hill-0/+1
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-09-30Stable hashing: add comments and tests concerning platform-independenceTyson Nottingham-1/+5
2020-08-30mv compiler to compiler/mark-0/+578