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
/
bit_set.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-21
Use `SmallVec` in bitsets
Nilstrieb
-5
/
+7
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-12-12
minor code cleanups
Matthias Krüger
-1
/
+1
2022-07-08
Fix cloning from a BitSet with a different domain size
Tomasz Miąsko
-6
/
+2
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-15
add From impls for BitSet and GrowableBitSet
DrMeepster
-0
/
+12
2022-06-14
`BitSet` perf improvements
Jakob Degen
-5
/
+78
2022-04-30
Add element iterator for ChunkedBitSet
Tomasz Miąsko
-0
/
+48
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-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-27
/
+471
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
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
-1
/
+1
2021-12-18
Derive hash for BitSet and BitMatrix
Tomasz Miąsko
-2
/
+2
2021-11-03
Optimize live point computation
Mark Rousskov
-1
/
+141
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-3
/
+4
2021-10-12
Use Option::map_or instead of open coding it
LingMan
-1
/
+1
2021-10-11
Remove unnecessary variable
Clemens Wasser
-2
/
+1
2021-10-10
Apply clippy suggestions
Clemens Wasser
-3
/
+3
2021-09-22
rustc_index: Add some map-like APIs to `IndexVec`
Vadim Petrochenkov
-6
/
+2
2021-08-27
Suggested changes
Will Crichton
-2
/
+2
2021-08-27
Addd missing domain size assertions
Will Crichton
-1
/
+3
2021-08-26
Add comments and unit tests for new SparseBitMatrix methods
Will Crichton
-0
/
+19
2021-08-26
Typo
Will Crichton
-2
/
+2
2021-08-26
Add remaining impl for hybrid X dense
Will Crichton
-21
/
+51
2021-08-26
Formatting
Will Crichton
-2
/
+2
2021-08-26
Add comments
Will Crichton
-0
/
+12
2021-08-26
Fix sparse intersect bug, add more sparse / dense tests
Will Crichton
-1
/
+1
2021-08-25
Small fixes
Will Crichton
-3
/
+6
2021-08-25
Add optimized sparse-hybrid / dense-hybrid intersect
Will Crichton
-6
/
+21
2021-08-25
Remove BitRelations impls for SparseBitSet, add optimizations
Will Crichton
-63
/
+29
2021-08-24
Fix HybridBitSet port issue
Will Crichton
-3
/
+16
2021-08-24
Refactor BitSet relational methods into trait with parameterized
Will Crichton
-122
/
+231
2021-08-23
Make SparseBitMatrix::ensure_row public to enable general mutation of rows
Will Crichton
-1
/
+1
2021-05-04
Change bitwise operator to more easily keep data in vector registers
Mark Rousskov
-3
/
+7
2021-04-21
Use arrayvec 0.7, drop smallvec 0.6
Jubilee Young
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+3
2021-02-04
relax adt unsizing requirements
Bastian Kauschke
-0
/
+12
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-1
/
+0
2020-08-30
Improve `BitSet` APIs
Dylan MacKenzie
-17
/
+37
2020-08-30
mv compiler to compiler/
mark
-0
/
+1164