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_index
/
src
/
interval.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-07
Do not use prepend to avoid quadratic behaviour.
Camille Gillot
-35
/
+9
2025-09-07
Use regular MaybeLiveLocals.
Camille Gillot
-2
/
+5
2025-09-07
Reimplement DestinationPropagation according to live ranges.
Camille GILLOT
-0
/
+26
2025-09-07
Introduce fast insertion at extremities to IntervalSet.
Camille GILLOT
-0
/
+51
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-2
/
+2
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2024-09-08
IntervalSet: add comment about representation
Ralf Jung
-1
/
+1
2024-08-24
Avoid double-handling of attributes in `collect_tokens`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-01-16
Merge into larger interval set
Mark Rousskov
-0
/
+6
2023-05-25
Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth
bors
-2
/
+2
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-2
/
+2
2023-05-19
Leverage the interval property to precompute borrow kill points.
Camille GILLOT
-0
/
+24
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+3
2023-04-17
Make `IndexVec::ensure_contains_elem` return a reference to the element
Maybe Waffle
-2
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-4
/
+1
2022-06-08
fix the impl error in `insert_all`
SparrowLii
-1
/
+3
2022-06-08
add `check_invariants` method
SparrowLii
-7
/
+33
2022-06-08
optimize `superset` method of `IntervalSet`
SparrowLii
-4
/
+21
2022-05-10
optimize `insert_range` method of `IntervalSet`
SparrowLii
-48
/
+45
2022-02-19
Adopt let else in more places
est31
-12
/
+6
2021-12-30
Introduce IntervalSet
Mark Rousskov
-0
/
+269