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
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+40
2023-04-01
Use `FieldIdx` in various things related to aggregates
Scott McMurray
-0
/
+6
2023-03-30
Add `IndexSlice` to go with `IndexVec`
Scott McMurray
-70
/
+160
2023-03-29
Rename `IndexVec::last` → `last_index`
Scott McMurray
-1
/
+1
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-19
Fix IndexVec::drain_enumerated
Michael Goulet
-1
/
+6
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-5
/
+2
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-18
Make `#[max]` an attribute in `newtype_index`
Nilstrieb
-1
/
+4
2022-12-12
minor code cleanups
Matthias Krüger
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-24
move things from rustc_target::abi to rustc_abi
hkalbasi
-7
/
+12
2022-11-24
make rustc_target usable outside of rustc
hkalbasi
-7
/
+15
2022-11-01
Implement Idx for OwnerId.
Camille GILLOT
-0
/
+2
2022-09-28
Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki
Yuki Okushi
-1
/
+0
2022-09-27
Stabilize bench_black_box
Urgau
-1
/
+0
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-18
Add diagnostic translation lints to crates that don't emit them
5225225
-0
/
+2
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-1
/
+3
2022-07-31
Auto merge of #99052 - tmiasko:bitset-clone-from, r=Mark-Simulacrum
bors
-6
/
+19
2022-07-21
Edit `rustc_index::vec::IndexVec::pick3_mut` docs
pierwill
-2
/
+6
2022-07-08
Fix cloning from a BitSet with a different domain size
Tomasz Miąsko
-6
/
+19
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
[next]