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
2025-02-28
Allow the optimizer to elide bounds checks when enumerating `IndexSlice`/`Ind...
Jason Newcomb
-0
/
+4
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-2
/
+2
2024-08-13
Add and use `IndexVec::append`
Josh Stone
-0
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+4
2024-07-15
Fix feature gating on rustc_index to not use implicit features
Michael Goulet
-3
/
+3
2024-07-04
Use `IndexVec` for coroutine local mapping
Liu Dingming
-0
/
+5
2024-03-06
doc: Add better explanation
orion GONZALEZ (contractor)
-1
/
+18
2024-01-26
Update compiler/rustc_index/src/vec.rs
Ardi
-0
/
+1
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
2023-11-13
Remove `IndexSlice::convert_index_type`.
Nicholas Nethercote
-4
/
+0
2023-04-24
Decorative changes to `IndexVec`
Maybe Waffle
-13
/
+12
2023-04-24
`const`-ify some `{IndexVec, IndexSlice}` methods
Maybe Waffle
-2
/
+2
2023-04-24
move index code around
Maybe Waffle
-65
/
+65
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-291
/
+3
2023-04-18
Don't allocate it `IndexVec::remove`
Maybe Waffle
-1
/
+1
2023-04-17
Make `IndexVec::ensure_contains_elem` return a reference to the element
Maybe Waffle
-7
/
+8
2023-04-09
Fix some clippy::complexity
Nilstrieb
-7
/
+4
2023-04-06
Auto merge of #109915 - scottmcm:layout-indexvec, r=oli-obk
bors
-0
/
+43
2023-04-04
Use `FieldIdx` in `FieldsShape`
Scott McMurray
-0
/
+43
2023-04-03
Doc-comment `IndexVec::from_elem` and use it in a few more places
Scott McMurray
-0
/
+11
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
[next]