summaryrefslogtreecommitdiff
path: root/compiler/rustc_data_structures/src/sorted_map
Commit message (Expand)AuthorAgeFilesLines
* Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle2023-04-241-1/+1
* Add contains_key to SortedIndexMultiMapJesse Bakker2023-02-282-0/+9
* `rustc_data_structures`: remove `ref` patterns and other artifacts of the pastMaybe Waffle2023-01-172-3/+3
* compiler: remove unnecessary imports and qualified pathsKaDiWa2022-12-101-1/+0
* Add StableOrd trait as proposed in MCP 533.Michael Woerister2022-12-021-1/+8
* Remove invalid #[cfg(tests)] in index_mapLoïc BRANSTETT2022-03-041-3/+0
* Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray2021-12-051-2/+2
* Add `#[inline]`s to `SortedIndexMultiMap`Yuki Okushi2021-11-111-0/+10
* Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger2021-10-151-2/+2
* Apply clippy suggestionsClemens Wasser2021-10-101-2/+2
* Use `map_while` instead of `take_while` + `map`Yuki Okushi2021-07-231-4/+4
* Improve `get_by_key_enumerated` moreYuki Okushi2021-07-232-38/+10
* Prefer `partition_point` to look up assoc itemsYuki Okushi2021-06-171-47/+5
* Switch compiler/ to intra-doc linksJoshua Nelson2020-12-181-2/+1
* mv compiler to compiler/mark2020-08-302-0/+440