about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/binary_search_util
AgeCommit message (Collapse)AuthorLines
2023-11-05Remove invariant commentsTaras Tsugrii-4/+0
2023-07-29[rustc_data_structures] Use partition_point to find binary_search_slice end.Taras Tsugrii-21/+8
2023-07-29[rustc][data_structures] Simplify binary_search_slice.Taras Tsugrii-31/+7
2022-02-19Adopt let else in more placesest31-3/+2
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-1/+1
There's a conversation in the tracking issue about possibly unaccepting `in_band_lifetimes`, but it's used heavily in the compiler, and thus there'd need to be a bunch of PRs like this if that were to happen. So here's one to see how much of an impact it has. (Oh, and I removed `nll` while I was here too, since it didn't seem needed. Let me know if I should put that back.)
2020-08-30mv compiler to compiler/mark-0/+92