index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
sorted_map.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-10
avoid calling insert_presorted more than once
Ralf Jung
-1
/
+1
2025-09-10
interpret: copy_provenance: avoid large intermediate buffer for large repeat ...
Ralf Jung
-14
/
+19
2025-03-15
Use {Decodable,Encodable}_NoContext in type_ir
Michael Goulet
-2
/
+2
2025-02-27
Optimize empty provenance range checks.
Nicholas Nethercote
-0
/
+33
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-2
/
+2
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-1
/
+1
2023-12-15
NFC don't convert types to identical types
Matthias 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 past
Maybe Waffle
-7
/
+6
2023-01-02
Reduce HIR debug output
Nilstrieb
-1
/
+8
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-4
/
+4
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-02
Add StableOrd trait as proposed in MCP 533.
Michael Woerister
-2
/
+2
2022-11-28
fix document
Neutron3529
-2
/
+2
2022-10-01
Use a SortedMap instead of a VecMap.
Camille GILLOT
-0
/
+17
2022-08-30
Use more `into_iter` rather than `drain(..)`
Donough Liu
-10
/
+10
2021-10-21
Use SortedMap in HIR.
Camille GILLOT
-5
/
+22
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-4
/
+4
2021-10-10
Apply clippy suggestions
Clemens Wasser
-4
/
+4
2021-09-24
consistent big O notation
r00ster91
-1
/
+1
2020-10-13
Replace absolute paths with relative ones
est31
-3
/
+3
2020-09-20
use `array_windows` instead of `windows` in the compiler
Bastian Kauschke
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+285