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
/
libcore
/
ascii.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-26
Format libcore with rustfmt
David Tolnay
-6
/
+12
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+1
2019-08-09
Implement Clone, Display for ascii::EscapeDefault
Clar Fon
-0
/
+9
2019-07-02
When possible without changing semantics, implement Iterator::last in terms o...
Kyle Huey
-0
/
+1
2019-05-22
Revert "Add implementations of last in terms of next_back on a bunch of Doubl...
Steven Fackler
-2
/
+0
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+2
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-1
/
+1
2019-04-18
libcore => 2018
Taiki Endo
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-2
/
+2
2018-04-05
Correct a few stability attributes
Oliver Middleton
-2
/
+2
2018-03-06
FusedIterator will be stabilized
1011X
-1
/
+1
2018-03-05
Move tests, re-export items from core::ascii
1011X
-355
/
+1
2018-03-04
Fix doc example, and change fn annotation to stable
1011X
-4
/
+3
2018-03-04
Fix doc example
1011X
-0
/
+1
2018-03-04
Fix unintended rename and a doc example
1011X
-1
/
+3
2018-03-04
Added `ascii` module to core
1011X
-0
/
+499