about summary refs log tree commit diff
path: root/compiler/rustc_index
AgeCommit message (Expand)AuthorLines
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