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
/
vec.rs
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-01-19
Fix IndexVec::drain_enumerated
Michael Goulet
-1
/
+6
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-24
make rustc_target usable outside of rustc
hkalbasi
-0
/
+5
2022-11-01
Implement Idx for OwnerId.
Camille GILLOT
-0
/
+2
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-1
/
+3
2022-07-21
Edit `rustc_index::vec::IndexVec::pick3_mut` docs
pierwill
-2
/
+6
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-2
/
+2
2022-05-13
Cache more queries on disk.
Camille GILLOT
-6
/
+0
2022-02-24
Convert `newtype_index` to a proc macro
Aaron Hill
-455
/
+0
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-4
/
+4
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+1
2021-11-13
Generate documentation in rustc `rustc_index::newtype_index` macro
pierwill
-1
/
+23
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
-4
/
+7
2021-10-11
Rollup merge of #89643 - cjgillot:overlap, r=matthewjasper
Matthias Krüger
-0
/
+6
2021-10-10
Apply clippy suggestions
Clemens Wasser
-7
/
+4
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
-44
/
+17
2021-09-22
rustc_index: Add some map-like APIs to `IndexVec`
Vadim Petrochenkov
-0
/
+15
2021-05-31
Use allow_internal_unstable more in rustc_index
bjorn3
-1
/
+1
2021-05-26
Unify feature flags as `step_trait`
Jacob Pratt
-1
/
+1
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+3
2021-05-26
Make Range implementation safe
Jacob Pratt
-1
/
+1
2021-04-03
Add fixme comment to revert change once const_panic is stable
Wilco Kusee
-0
/
+2
2021-04-03
Remove nightly features in rustc_type_ir
Wilco Kusee
-2
/
+2
2021-03-09
Remove useless Clone bound in IndexVec.
Camille GILLOT
-7
/
+7
2021-02-26
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+846