about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sorted_map.rs
AgeCommit message (Expand)AuthorLines
2025-09-10avoid calling insert_presorted more than onceRalf Jung-1/+1
2025-09-10interpret: copy_provenance: avoid large intermediate buffer for large repeat ...Ralf Jung-14/+19
2025-03-15Use {Decodable,Encodable}_NoContext in type_irMichael Goulet-2/+2
2025-02-27Optimize empty provenance range checks.Nicholas Nethercote-0/+33
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-05-30Apply x clippy --fix and x fmtr0cky-2/+2
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2023-12-31Avoid specialization for the Span Encodable and Decodable implsbjorn3-1/+1
2023-12-15NFC don't convert types to identical typesMatthias Krüger-1/+1
2023-07-31[rustc_data_structures] Simplify SortedMap::insert.Taras Tsugrii-3/+2
2023-01-17`rustc_data_structures`: remove `ref` patterns and other artifacts of the pastMaybe Waffle-7/+6
2023-01-02Reduce HIR debug outputNilstrieb-1/+8
2022-12-15more clippy::complexity fixesMatthias Krüger-4/+4
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-12-02Add StableOrd trait as proposed in MCP 533.Michael Woerister-2/+2
2022-11-28fix documentNeutron3529-2/+2
2022-10-01Use a SortedMap instead of a VecMap.Camille GILLOT-0/+17
2022-08-30Use more `into_iter` rather than `drain(..)`Donough Liu-10/+10
2021-10-21Use SortedMap in HIR.Camille GILLOT-5/+22
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-4/+4
2021-10-10Apply clippy suggestionsClemens Wasser-4/+4
2021-09-24consistent big O notationr00ster91-1/+1
2020-10-13Replace absolute paths with relative onesest31-3/+3
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+2
2020-08-30mv compiler to compiler/mark-0/+285