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
Age
Commit message (
Expand
)
Author
Lines
2022-07-21
Edit `rustc_index::vec::IndexVec::pick3_mut` docs
pierwill
-2
/
+6
2022-07-04
Use a bitset instead of a hash map in HIR ID validator
Jakub Beránek
-0
/
+10
2022-06-21
Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
bors
-0
/
+12
2022-06-17
Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote
bors
-18
/
+135
2022-06-15
add From impls for BitSet and GrowableBitSet
DrMeepster
-0
/
+12
2022-06-14
`BitSet` perf improvements
Jakob Degen
-18
/
+135
2022-06-09
Auto merge of #97862 - SparrowLii:superset, r=lcnr
bors
-13
/
+58
2022-06-08
correct the test if IntervalSet
SparrowLii
-1
/
+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-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-2
/
+2
2022-05-20
Auto merge of #95418 - cjgillot:more-disk, r=davidtwco
bors
-6
/
+0
2022-05-13
Cache more queries on disk.
Camille GILLOT
-6
/
+0
2022-05-10
optimize `insert_range` method of `IntervalSet`
SparrowLii
-48
/
+45
2022-04-30
Add element iterator for ChunkedBitSet
Tomasz Miąsko
-0
/
+82
2022-04-27
tut tut tut
Ellen
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-15
Fix small typo in FIXME
Martin Gammelsæter
-2
/
+2
2022-03-07
Add comment linking to closed PR for future optimizers
Martin Gammelsæter
-4
/
+8
2022-02-24
Fix test
Aaron Hill
-1
/
+5
2022-02-24
Convert `newtype_index` to a proc macro
Aaron Hill
-455
/
+2
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-28
/
+677
2022-02-19
Adopt let else in more places
est31
-12
/
+6
2022-02-16
Adopt let_else in even more places
est31
-5
/
+1
2022-02-01
implement lint for suspicious auto trait impls
lcnr
-0
/
+6
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-4
/
+4
2022-01-12
remove unused FIXME
lcnr
-4
/
+0
2021-12-30
Introduce IntervalSet
Mark Rousskov
-0
/
+469
2021-12-22
Require Ord for rustc_index::SparseBitSet::last_set_in
pierwill
-3
/
+8
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-2
/
+2
2021-12-18
Derive hash for BitSet and BitMatrix
Tomasz Miąsko
-2
/
+2
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+0
2021-11-24
Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasper
bors
-1
/
+238
2021-11-13
Generate documentation in rustc `rustc_index::newtype_index` macro
pierwill
-1
/
+23
2021-11-03
Optimize live point computation
Mark Rousskov
-1
/
+238
2021-10-23
update cfg(bootstrap)
Pietro Albini
-6
/
+0
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-7
/
+11
2021-10-12
Use Option::map_or instead of open coding it
LingMan
-1
/
+1
2021-10-11
Rollup merge of #89643 - cjgillot:overlap, r=matthewjasper
Matthias Krüger
-0
/
+6
2021-10-11
Remove unnecessary variable
Clemens Wasser
-2
/
+1
2021-10-10
Apply clippy suggestions
Clemens Wasser
-10
/
+7
2021-10-07
Fix inherent impl overlap check.
Camille GILLOT
-0
/
+6
2021-10-04
Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett
Jubilee
-2
/
+6
2021-10-04
Stabilize `const_panic`
Jacob Pratt
-2
/
+6
2021-10-03
Replace Fn impls with RPIT impls in rustc_index
bjorn3
-45
/
+17
2021-10-02
Swap out unboxed_closures feature gate for min_specialization
bjorn3
-1
/
+1
2021-09-22
rustc_index: Add some map-like APIs to `IndexVec`
Vadim Petrochenkov
-6
/
+17
2021-08-27
Suggested changes
Will Crichton
-2
/
+2
2021-08-27
Addd missing domain size assertions
Will Crichton
-1
/
+3
[next]