about summary refs log tree commit diff
path: root/library/core/src/ops/index.rs
AgeCommit message (Expand)AuthorLines
2025-08-06tidyBoxy-1/+1
2025-07-15constify `Index` trait and its slice implsOli Scherer-1/+5
2025-05-17Switch library rustc_unimplemented to use `Self` and `This`mejrs-3/+3
2025-05-12update cfg(bootstrap)Pietro Albini-2/+2
2025-04-20Add `#[rustc_no_implicit_autorefs]` and apply it to std methodsUrgau-0/+2
2024-01-05Replace some usage of `#[rustc_on_unimplemented]` withGeorg Semmler-1/+1
2023-10-16Make `rustc_onunimplemented` export path agnosticNilstrieb-1/+1
2023-06-27Make `rustc_on_unimplemented` std-agnosticRageking8-1/+1
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-3/+1
2023-04-18Use a diagnostic item instead of filtering for Index::OutputMichael Goulet-0/+1
2023-04-16rm const traits in libcoreDeadbeef-3/+1
2022-12-20Fix some `~const` usage in libcoreOli Scherer-1/+1
2022-11-06cfg-step codeMark Rousskov-2/+2
2022-09-16Add more `const_trait` annotationsDeadbeef-2/+2
2022-09-16Require `#[const_trait]` for `const` `impl`sDeadbeef-0/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2021-04-18Say that it "may panic"r00ster-2/+2
2021-04-18Document that `index` and `index_mut` can panicr00ster-0/+8
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-1/+1
2020-08-21Remove links that get imported from the preludeLeSeulArtichaut-1/+0
2020-08-21Use intra-doc-links in `core::ops::*`LeSeulArtichaut-5/+1
2020-07-27mv std libs to library/mark-0/+172