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
/
str
/
traits.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-05
Auto merge of #105117 - pitaj:debug_asserts, r=the8472
bors
-31
/
+41
2023-03-04
Comment for why char boundaries aren't checked
Peter Jaszkowiak
-0
/
+6
2023-03-02
Remove manual implementation of str::ne
Konrad Borowski
-4
/
+0
2023-01-21
debug assertions for `slice::split_at_unchecked`, `str::get_unchecked`
Peter Jaszkowiak
-31
/
+35
2022-10-02
Improve `FromStr` example
Eduardo Sánchez Muñoz
-5
/
+9
2022-09-21
Add missing documentation for `bool::from_str`
Guillaume Gomez
-2
/
+2
2022-07-18
Use split_once in FromStr docs
David Herberth
-6
/
+8
2022-05-19
Add implicit call to from_str via parse in documentation
SylvainDe
-2
/
+6
2022-03-06
Constify slice index for strings
Deadbeef
-11
/
+19
2021-10-22
docs: Escape brackets to satisfy the linkchecker
Noah Lev
-5
/
+4
2021-10-14
Add missing word to `FromStr` trait docs
Adam Skoufis
-1
/
+1
2021-06-24
Use `#[non_exhaustive]` where appropriate
Jacob Pratt
-1
/
+1
2021-02-25
Convert the rest of the standard library primitives to intra-doc links
Joshua Nelson
-3
/
+1
2020-10-26
Add lexicographical comparison doc
Rustin-Liu
-2
/
+2
2020-10-24
Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay
Jonas Schievink
-10
/
+6
2020-10-20
Check for exhaustion in SliceIndex for RangeInclusive
Josh Stone
-10
/
+6
2020-10-15
Following #74010 by converting some newer cases of backticked O notations to ...
Ryan Scott
-6
/
+6
2020-09-26
Move traits implementation of str to new mod
Lzu Tao
-0
/
+597