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
/
src
/
libstd
/
ascii.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-213
/
+0
2020-04-25
Bump rustfmt to most recently shipped
Mark Rousskov
-7
/
+19
2019-11-29
Format libstd with rustfmt
David Tolnay
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-30
Remove unstable and deprecated APIs
Simon Sapin
-310
/
+0
2018-07-08
Update std::ascii::ASCIIExt deprecation notes
Kevin Zajler
-10
/
+30
2018-03-21
Deprecate the AsciiExt trait in favor of inherent methods
Simon Sapin
-0
/
+17
2018-03-05
Remove unnecessary imports
1011X
-4
/
+0
2018-03-05
Move tests, re-export items from core::ascii
1011X
-474
/
+3
2018-02-24
Fixes docs for ASCII functions to no longer claim U+0021 is '@'.
Nathan Ringo
-1
/
+1
2017-12-30
Fix doc typo for is_ascii_graphic
varkor
-1
/
+1
2017-11-29
Update bootstrap compiler
Alex Crichton
-200
/
+0
2017-11-18
Remove inherent `ascii_ctype` methods from `str` and `[u8]`
Lukas Kalbertodt
-43
/
+166
2017-11-03
Remove unused AsciiExt imports and fix tests related to ascii methods
Lukas Kalbertodt
-3
/
+5
2017-11-03
Copy `AsciiExt` methods to `str` directly
Lukas Kalbertodt
-3
/
+13
2017-11-03
Copy `AsciiExt` methods to `[u8]` directly
Lukas Kalbertodt
-0
/
+10
2017-11-03
Remove examples in doc-comments of `AsciiExt` methods
Lukas Kalbertodt
-319
/
+48
2017-11-03
Use direct implementation on u8/char to implement AsciiExt
Lukas Kalbertodt
-280
/
+41
2017-11-03
Revert signature of eq_ignore_ascii_case() to original
Lukas Kalbertodt
-1
/
+1
2017-11-03
Add all methods of AsciiExt to u8 directly
Lukas Kalbertodt
-1
/
+1
2017-10-20
Fix most rendering warnings from switching to CommonMark
steveklabnik
-1
/
+3
2017-04-09
Reduce str transmutes, add mut versions of methods.
Clar Charr
-3
/
+2
2017-04-01
Add more std::ascii module-level docs.
Eugene Bulkin
-0
/
+14
2017-04-01
Clean up std::ascii sub-level docs.
Eugene Bulkin
-8
/
+44
2017-03-27
Fixed spelling mistakes
Alan Stoate
-2
/
+2
2017-03-26
change string references in asciiext r? @steveklabnik
aStoate
-9
/
+15
2017-02-13
Add feature annotations to the doctests for ascii_ctype.
Zack Weinberg
-0
/
+20
2017-02-13
Squeeze URL lines under 100 chars wide to make tidy happy.
Zack Weinberg
-7
/
+7
2017-02-08
Add equivalents of C's <ctype.h> functions to AsciiExt.
Zack Weinberg
-0
/
+838
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2017-01-22
Add more references between lowercase/uppercase operations.
Corey Farwell
-2
/
+30
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+8
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-3
/
+0
2016-08-18
Add a FusedIterator trait.
Steven Allen
-0
/
+4
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-6
/
+2
2016-03-26
Rollup merge of #32387 - alexcrichton:ascii-test, r=aturon
Manish Goregaokar
-0
/
+6
2016-03-20
std: Add regression test for #32074
Alex Crichton
-0
/
+6
2016-03-17
std: Revert addition of `into_ascii_*` methods
Alex Crichton
-102
/
+0
2016-03-07
Auto merge of #32051 - steveklabnik:gh9447, r=bluss
bors
-1
/
+1
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-03-03
std: Stabilize `into_*` ASCII methods
Alex Crichton
-8
/
+4
2016-03-01
Auto merge of #31335 - SimonSapin:ascii-into, r=alexcrichton
bors
-0
/
+106
2016-02-14
Rollup merge of #31584 - tshepang:shorten, r=steveklabnik
Manish Goregaokar
-5
/
+5
2016-02-11
doc: assert_eq on 2 boolean values is redundant
Tshepang Lekhonkhobe
-5
/
+5
2016-02-11
doc: add missing words
Tshepang Lekhonkhobe
-1
/
+1
2016-02-04
Clarify scenario where AsciiExt appears to operate on non-ASCII
Corey Farwell
-0
/
+21
2016-02-01
Add AsciiExt::into_ascii_{upper,lower}case
Simon Sapin
-0
/
+106
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-2
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-85
/
+14
2015-08-09
Make `str::as_bytes_mut` private
Tobias Bucher
-2
/
+3
[next]