about summary refs log tree commit diff
path: root/compiler/rustc_index/src/vec.rs
AgeCommit message (Expand)AuthorLines
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-2/+40
2023-04-01Use `FieldIdx` in various things related to aggregatesScott McMurray-0/+6
2023-03-30Add `IndexSlice` to go with `IndexVec`Scott McMurray-70/+160
2023-03-29Rename `IndexVec::last` → `last_index`Scott McMurray-1/+1
2023-01-19Fix IndexVec::drain_enumeratedMichael Goulet-1/+6
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-11-24make rustc_target usable outside of rustchkalbasi-0/+5
2022-11-01Implement Idx for OwnerId.Camille GILLOT-0/+2
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-1/+3
2022-07-21Edit `rustc_index::vec::IndexVec::pick3_mut` docspierwill-2/+6
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-2/+2
2022-05-13Cache more queries on disk.Camille GILLOT-6/+0
2022-02-24Convert `newtype_index` to a proc macroAaron Hill-455/+0
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-4/+4
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-1/+1
2021-11-13Generate documentation in rustc `rustc_index::newtype_index` macropierwill-1/+23
2021-10-23update cfg(bootstrap)Pietro Albini-6/+0
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-4/+7
2021-10-11Rollup merge of #89643 - cjgillot:overlap, r=matthewjasperMatthias Krüger-0/+6
2021-10-10Apply clippy suggestionsClemens Wasser-7/+4
2021-10-07Fix inherent impl overlap check.Camille GILLOT-0/+6
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-2/+6
2021-10-04Stabilize `const_panic`Jacob Pratt-2/+6
2021-10-03Replace Fn impls with RPIT impls in rustc_indexbjorn3-44/+17
2021-09-22rustc_index: Add some map-like APIs to `IndexVec`Vadim Petrochenkov-0/+15
2021-05-31Use allow_internal_unstable more in rustc_indexbjorn3-1/+1
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-1/+1
2021-05-26Specialize implementationsJacob Pratt-0/+3
2021-05-26Make Range implementation safeJacob Pratt-1/+1
2021-04-03Add fixme comment to revert change once const_panic is stableWilco Kusee-0/+2
2021-04-03Remove nightly features in rustc_type_irWilco Kusee-2/+2
2021-03-09Remove useless Clone bound in IndexVec.Camille GILLOT-7/+7
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-0/+1
2020-08-30mv compiler to compiler/mark-0/+846