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
/
library
/
core
/
src
/
slice
/
index.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-04
use `assume(idx < self.len())` in `[T]::get_unchecked`
bendn
-1
/
+4
2023-11-25
Convert many `assert_unsafe_precondition` to `debug_assert_nounwind`
Gary Guo
-46
/
+29
2023-10-16
Make `rustc_onunimplemented` export path agnostic
Nilstrieb
-4
/
+1
2023-07-31
impl SliceIndex<str> for (Bound<usize>, Bound<usize>)
Matt Fellenz
-3
/
+3
2023-06-27
Make `rustc_on_unimplemented` std-agnostic
Rageking8
-1
/
+4
2023-04-16
rm const traits in libcore
Deadbeef
-15
/
+12
2023-03-05
Use `nuw` when calculating slice lengths from `Range`s
Scott McMurray
-3
/
+6
2023-01-21
debug assertions for `slice::split_at_unchecked`, `str::get_unchecked`
Peter Jaszkowiak
-3
/
+2
2022-11-29
Adjust inlining attributes around panic_immediate_abort
Ben Kimock
-10
/
+11
2022-10-26
Print the precondition we violated, and visible through output capture
Ben Kimock
-10
/
+26
2022-09-22
Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...
bors
-0
/
+1
2022-09-19
Optimize `array::IntoIter`
Scott McMurray
-0
/
+75
2022-09-16
Require `#[const_trait]` for `const` `impl`s
Deadbeef
-0
/
+1
2022-09-04
Make `const_eval_select` a real intrinsic
Deadbeef
-4
/
+16
2022-05-24
Fix a mistake in `SliceIndex`'s documentation
wackbyte
-1
/
+1
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+1
2022-04-03
Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu
bors
-3
/
+15
2022-03-29
Add debug assertions to some unsafe functions
Ben Kimock
-3
/
+15
2022-03-24
add #[must_use] to functions of slice and its iterators.
Jendrik
-3
/
+4
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-3
/
+3
2022-03-06
Constify slice index for strings
Deadbeef
-14
/
+17
2022-02-22
Constify slice indexing
Deadbeef
-16
/
+64
2021-12-10
inline slice panics on panic_immediate_abort
Manish Goregaokar
-5
/
+10
2021-04-21
Bump slice_index_with_ops_bound_pair to 1.53.0
Mara Bos
-2
/
+2
2021-04-13
Implement indexing slices with pairs of ops::Bound<usize>
AnthonyMikh
-0
/
+112
2021-02-25
Convert the rest of the standard library primitives to intra-doc links
Joshua Nelson
-2
/
+2
2021-02-12
Rename `Range::ensure_subset_of` to `slice::range`
dylni
-4
/
+101
2020-10-20
Check for exhaustion in SliceIndex for RangeInclusive
Josh Stone
-10
/
+6
2020-09-18
Move `slice::check_range` to `RangeBounds`
dylni
-78
/
+5
2020-09-15
hopefully fix rustdoc links
Ralf Jung
-1
/
+1
2020-09-15
fix slice::check_range aliasing problems
Ralf Jung
-1
/
+74
2020-09-14
move indexing impl to new mod
Lzu Tao
-0
/
+455