-
Notifications
You must be signed in to change notification settings - Fork 13k
Issues: rust-lang/rust
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Tracking Issue for Area: str and String
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
const_vec_string_slice
A-str
#129041
opened Aug 13, 2024 by
GrigorenkoPV
1 of 3 tasks
speed up Area: str and String
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
String::push
and String::insert
A-str
#124810
opened May 6, 2024 by
lincot
Loading…
str::array_split
for splitting a string into a constant number of substrings
A-array
#102905
opened Oct 11, 2022 by
pitaj
Speed up string to integer conversion too
A-str
Area: str and String
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
E-help-wanted
Call for participation: Help is requested to fix this issue.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#87249
opened Jul 18, 2021 by
wooster0
impl PartialOrd<str> for String
A-str
Area: str and String
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#82990
opened Mar 10, 2021 by
tmandry
str::splitn(N, ' ') is slower than it ought to be
A-str
Area: str and String
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#82471
opened Feb 24, 2021 by
jeffsmith82
Add Path::display_lossy() and display_escaped() methods
A-str
Area: str and String
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#82195
opened Feb 16, 2021 by
sunshowers
Tracking Issue for Area: Iterators
A-str
Area: str and String
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
remainder
methods for str
split iterators
A-iterators
#77998
opened Oct 15, 2020 by
WaffleLapkin
2 of 3 tasks
Strings are not optimized as vector of characters
A-mir-opt
Area: MIR optimizations
A-str
Area: str and String
#75618
opened Aug 17, 2020 by
bugadani
Tracking Issue for Area: str and String
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
string_remove_matches
A-str
#72826
opened May 31, 2020 by
jcotton42
2 tasks
Slicing after Area: str and String
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
str::starts_with
performs unnecessary checks
A-str
#72558
opened May 25, 2020 by
jhpratt
Missing PartialEq<&str> impls on Path and PathBuf
A-str
Area: str and String
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#71700
opened Apr 30, 2020 by
lopopolo
Rework Area: str and String
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
char::eq_ignore_ascii_case
parameter type
A-str
#57227
opened Dec 31, 2018 by
czipperz
There's no good way to iterate over all newlines with BufRead
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
A-str
Area: str and String
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#55743
opened Nov 7, 2018 by
spease
Add Area: str and String
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
String::from_with_capacity(value, capacity)
A-str
#54460
opened Sep 22, 2018 by
matthiaskrgr
Use SIMD to accelerate UTF-8 encoding and decoding
A-str
Area: str and String
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#46704
opened Dec 13, 2017 by
DemiMarie
Tracking issue for string patterns
A-str
Area: str and String
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#27721
opened Aug 12, 2015 by
alexcrichton
ProTip!
Add no:assignee to see everything that’s not assigned.