about summary refs log tree commit diff
path: root/compiler/rustc_index/src/vec.rs
AgeCommit message (Expand)AuthorLines
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