about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sorted_map
AgeCommit message (Expand)AuthorLines
2025-09-10interpret: copy_provenance: avoid large intermediate buffer for large repeat ...Ralf Jung-5/+5
2025-02-24Rollup merge of #136610 - Jarcho:range_idx, r=NoratriebJacob Pratt-1/+1
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-2/+2
2025-02-22Fix binding mode problemsMichael Goulet-1/+1
2025-02-21Allow SliceIndex to be indexed by ranges.Jason Newcomb-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-02-28Add contains_key to SortedIndexMultiMapJesse Bakker-0/+9
2023-01-17`rustc_data_structures`: remove `ref` patterns and other artifacts of the pastMaybe Waffle-3/+3
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-12-02Add StableOrd trait as proposed in MCP 533.Michael Woerister-1/+8
2022-03-04Remove invalid #[cfg(tests)] in index_mapLoïc BRANSTETT-3/+0
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-2/+2
2021-11-11Add `#[inline]`s to `SortedIndexMultiMap`Yuki Okushi-0/+10
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-07-23Use `map_while` instead of `take_while` + `map`Yuki Okushi-4/+4
2021-07-23Improve `get_by_key_enumerated` moreYuki Okushi-38/+10
2021-06-17Prefer `partition_point` to look up assoc itemsYuki Okushi-47/+5
2020-12-18Switch compiler/ to intra-doc linksJoshua Nelson-2/+1
2020-08-30mv compiler to compiler/mark-0/+440