about summary refs log tree commit diff
path: root/src/libcore/ops/index.rs
AgeCommit message (Expand)AuthorLines
2020-04-25Bump bootstrap compilerMark Rousskov-2/+2
2020-03-23#[track_caller] on core::ops::{Index, IndexMut}.Adam Perry-0/+2
2019-11-26Format libcore with rustfmtDavid Tolnay-10/+10
2019-07-01Remove needless lifetimesJeremy Stucki-2/+2
2019-03-18Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...Vincent Esche-3/+3
2019-01-19Make `str` indexing generic on `SliceIndex`.Alexis Hunt-15/+0
2019-01-05Show suggestion to use .char().nth() and link to The Book on unimplemented In...folex-0/+30
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-2/+8
2018-04-21add more aliasesGuillaume Gomez-0/+6
2017-08-12std::ops docs: incorporated changes suggested in reviewlukaramu-3/+1
2017-08-07Revise `Index` and `IndexMut` docs.lukaramu-26/+23
2017-06-09Move Index to module.Clar Charr-0/+158