about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
AgeCommit message (Expand)AuthorLines
2022-03-29Add debug assertions to some unsafe functionsBen Kimock-4/+4
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-1/+15
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-3/+6
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-70/+70
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-0/+10
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-6/+10
2022-03-06Auto merge of #94579 - tmiasko:target-features, r=nagisabors-1/+91
2022-03-04Add SmallStrTomasz Miąsko-1/+90
2022-03-04Inline SmallCStr::derefTomasz Miąsko-0/+1
2022-03-04Remove invalid #[cfg(tests)] in index_mapLoïc BRANSTETT-3/+0
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-27Rollup merge of #93193 - Kobzol:stable-hash-permutation-test, r=the8472Matthias Krüger-0/+42
2022-01-24Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiserbors-1/+1
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-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-1/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-7/+7
2022-01-16Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrumbors-2/+2
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-4/+4
2022-01-10Update rayon and rustc-rayonJosh Stone-2/+2
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