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
Age
Commit message (
Expand
)
Author
Lines
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-14
Add `DenseBitSet::union_not`
Zalathar
-0
/
+56
2025-01-11
document the use-cases of `DenseBitSet` a bit more
Rémy Rakic
-1
/
+7
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-68
/
+72
2024-12-29
improve `bit_set` assertion
Rémy Rakic
-1
/
+6
2024-12-21
Rollup merge of #134526 - onur-ozkan:nightly-feat-rustc, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-12-19
update `rustc_index_macros` feature handling
onur-ozkan
-1
/
+1
2024-12-17
add `MixedBitSet::clear`
Rémy Rakic
-0
/
+8
2024-12-09
Use `BitSet` in `SparseBitMatrix`.
Nicholas Nethercote
-13
/
+13
2024-12-05
Introduce `MixedBitSet`.
Nicholas Nethercote
-0
/
+155
2024-12-05
Move some `BitSet` code blocks to a better place.
Nicholas Nethercote
-105
/
+105
2024-11-29
Remove `HybridBitSet`.
Nicholas Nethercote
-692
/
+3
2024-11-29
Stop using `HybridBitSet` in `SparseBitMatrix`.
Nicholas Nethercote
-13
/
+18
2024-11-29
Speed up `ChunkedBitIter`
Nicholas Nethercote
-55
/
+40
2024-11-29
Tiny `ChunkedBitSet` improvements.
Nicholas Nethercote
-19
/
+16
2024-11-29
Clarify `ChunkSize` invariants.
Nicholas Nethercote
-4
/
+8
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-4
/
+136
2024-10-10
Rollup merge of #130625 - heiseish:issue-124028-fix, r=jieyouxu
Matthias Krüger
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-50
/
+42
2024-09-20
no_inline for index vec
Giang Dao
-0
/
+1
2024-09-17
assert that unexpectedly unsized fields are sized in the param env
Lukas Markeffsky
-1
/
+1
2024-09-08
IntervalSet: add comment about representation
Ralf Jung
-1
/
+1
2024-09-08
Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=...
bors
-1
/
+1
2024-08-31
disable size asserts in the compiler when randomizing layouts
The 8472
-0
/
+12
2024-08-28
Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...
Jubilee
-1
/
+1
2024-08-27
compiler: Remove feature(new_uninit)
Jubilee Young
-1
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_index`.
Nicholas Nethercote
-0
/
+1
2024-08-23
library: Move unstable API of new_uninit to new features
Jubilee Young
-0
/
+1
2024-08-24
Avoid double-handling of attributes in `collect_tokens`.
Nicholas Nethercote
-1
/
+1
2024-08-13
Add and use `IndexVec::append`
Josh Stone
-0
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-24
/
+15
2024-07-15
Fix feature gating on rustc_index to not use implicit features
Michael Goulet
-3
/
+3
2024-07-15
Use dep: for crate dependencies
Michael Goulet
-1
/
+5
2024-07-04
Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoerister
bors
-4
/
+1
2024-07-04
Use `IndexVec` for coroutine local mapping
Liu Dingming
-0
/
+5
2024-06-30
Remove usage of specialization from newtype_index!
bjorn3
-4
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-06
doc: Add better explanation
orion GONZALEZ (contractor)
-1
/
+18
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-27
Auto merge of #120024 - Mark-Simulacrum:fast-union-merge, r=cjgillot
bors
-0
/
+6
2024-01-26
Rollup merge of #119800 - dev-ardi:tmp, r=wesleywiser
Matthias Krüger
-0
/
+7
2024-01-26
Update compiler/rustc_index/src/vec.rs
Ardi
-0
/
+1
2024-01-25
Remove unused features
clubby789
-9
/
+2
2024-01-22
Remove uses of HybridBitSet.
Camille GILLOT
-2
/
+2
2024-01-16
Merge into larger interval set
Mark Rousskov
-0
/
+6
2024-01-10
Fix some mistakes + new doc
ardi
-6
/
+5
2024-01-10
Oh well
ardi
-15
/
+3
2024-01-10
Document the struct and a few methods
ardi
-0
/
+19
[next]