about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
AgeCommit message (Expand)AuthorLines
2022-03-02Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgrbors-1/+1
2022-03-01compiler: fix some typoscuishuang-1/+1
2022-03-01Querify `global_backend_features`Simonas Kazlauskas-0/+12
2022-02-27Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillotbors-1/+1
2022-02-26Rollup merge of #94306 - Mark-Simulacrum:dom-fixups, r=jackh726Matthias Krüger-3/+13
2022-02-25Switch bootstrap cfgsMark Rousskov-2/+2
2022-02-24Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercoteMatthias Krüger-3/+1
2022-02-23Avoid exhausting stack space in dominator compressionMark Rousskov-3/+13
2022-02-23Auto merge of #93984 - nnethercote:ChunkedBitSet, r=Mark-Simulacrumbors-8/+2
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-8/+2
2022-02-22Provide copy-free access to raw Decoder bytesMark Rousskov-3/+1
2022-02-21obligation forest docslcnr-4/+5
2022-02-20Move Sharded maps into each QueryCache implMark Rousskov-1/+1
2022-02-20Auto merge of #93934 - rusticstuff:inline_ensure_sufficient_stack, r=estebankbors-0/+1
2022-02-19Adopt let else in more placesest31-11/+7
2022-02-15Address review comments.Nicholas Nethercote-11/+7
2022-02-15Rename `PtrKey` as `Interned` and improve it.Nicholas Nethercote-38/+163
2022-02-14Call the method fork instead of clone and add proper commentsSantiago Pastorino-0/+2
2022-02-12Allow inlining of ensure_sufficient_stack()Hans Kratz-0/+1
2022-02-05Use const generics in SipHasher128's short_writeJakub Beránek-46/+39
2022-02-03Fix `isize` optimization in `StableHasher` for big-endian architecturesJakub Beránek-3/+8
2022-02-03Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472bors-3/+51
2022-02-02Rollup merge of #92528 - tmiasko:combine-commutative, r=michaelwoeristerMatthias Krüger-1/+18
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-30Compress amount of hashed bytes for `isize` values in StableHasherJakub Beránek-3/+51
2022-01-24Add test stable hash uniqueness of adjacent field valuesJakub Beránek-0/+42
2022-01-24Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher"Jakub Beránek-16/+2
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-7/+7
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-4/+4
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-4/+4
2022-01-05Ensure that `Fingerprint` caching respects hashing configurationAaron Hill-0/+19
2022-01-04Do not hash zero bytes of i64 and u32 in Sip128 hasherJakub Beránek-2/+16
2022-01-03Make `Fingerprint::combine_commutative` associativeTomasz Miąsko-1/+18
2022-01-01Rustdoc: use ThinVec for GenericArgs bindingsJakub Beránek-5/+9
2021-12-28Auto merge of #92130 - Kobzol:stable-hash-str, r=cjgillotbors-3/+2
2021-12-22rustc `VecGraph`: require the index type to implement Ordpierwill-6/+9
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-1/+1
2021-12-21Auto merge of #91903 - tmiasko:bit-set-hash, r=jackh726bors-4/+31
2021-12-20Use hash_stable for hashing strJakub Beránek-3/+2
2021-12-18Auto merge of #91837 - Kobzol:stable-hash-map-avoid-sort, r=the8472bors-23/+43
2021-12-18Implement StableHash for BitSet and BitMatrix via HashTomasz Miąsko-4/+31
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-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-0/+2
2021-12-12Avoid sorting in hash map stable hashingJakub Beránek-4/+14
2021-12-12Small performance tweaksDeadbeef-0/+2
2021-12-12Auto merge of #89404 - Kobzol:hash-stable-sort, r=Mark-Simulacrumbors-1/+2
2021-12-11Rollup merge of #91426 - eggyal:idfunctor-panic-safety, r=lcnrMatthias Krüger-24/+30
2021-12-09Remove redundant [..]sest31-4/+4