about summary refs log tree commit diff
path: root/compiler/rustc_index
AgeCommit message (Expand)AuthorLines
2021-08-26FormattingWill Crichton-2/+2
2021-08-26Add commentsWill Crichton-0/+12
2021-08-26Fix sparse intersect bug, add more sparse / dense testsWill Crichton-2/+13
2021-08-25Add unit tests for BitSet intersect/subtractWill Crichton-1/+12
2021-08-25Small fixesWill Crichton-3/+6
2021-08-25Add optimized sparse-hybrid / dense-hybrid intersectWill Crichton-6/+21
2021-08-25Remove BitRelations impls for SparseBitSet, add optimizationsWill Crichton-63/+29
2021-08-24Fix HybridBitSet port issueWill Crichton-3/+16
2021-08-24Refactor BitSet relational methods into trait with parameterizedWill Crichton-122/+231
2021-08-23Make SparseBitMatrix::ensure_row public to enable general mutation of rowsWill Crichton-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-05-31Remove unused feature gatesbjorn3-1/+0
2021-05-31Use allow_internal_unstable more in rustc_indexbjorn3-2/+1
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-1/+1
2021-05-26Specialize implementationsJacob Pratt-0/+4
2021-05-26Make Range implementation safeJacob Pratt-1/+1
2021-05-04Change bitwise operator to more easily keep data in vector registersMark Rousskov-3/+7
2021-04-25fix sanitizer testsRalf Jung-1/+0
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-0/+2
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+0
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-2/+2
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-04-03Add fixme comment to revert change once const_panic is stableWilco Kusee-0/+2
2021-04-03Remove nightly features in rustc_type_irWilco Kusee-2/+2
2021-03-26Use iter::zip in compiler/Josh Stone-3/+4
2021-03-09Remove useless Clone bound in IndexVec.Camille GILLOT-7/+7
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-0/+1
2021-02-07Auto merge of #81498 - thomaseizinger:ice-workaround-56935-rustc-index, r=mat...bors-0/+4
2021-02-05Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obkMara Bos-0/+34
2021-02-04relax adt unsizing requirementsBastian Kauschke-0/+12
2021-02-02Add additional benchmarks to bit_setkadmin-0/+34
2021-01-29Apply workaround from #72003 for #56935Thomas Eizinger-0/+4
2020-12-18Switch compiler/ to intra-doc linksJoshua Nelson-1/+0
2020-11-22Stabilise `then`varkor-1/+0
2020-09-19cache types during normalizationBastian Kauschke-1/+1
2020-08-30Improve `BitSet` APIsDylan MacKenzie-17/+37
2020-08-30mv compiler to compiler/mark-0/+2451