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
/
libterm
/
terminfo
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-8
/
+7
2020-01-11
parse extended terminfo format
Andy Russell
-2
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-7
/
+3
2019-12-22
Format the world
Mark Rousskov
-34
/
+19
2019-12-02
make use of Result::map_or
Lzu Tao
-1
/
+1
2019-04-07
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
Jacob Greenfield
-0
/
+265
2019-03-19
Move libtest out of rust-lang/rust
gnzlbg
-265
/
+0
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-4
/
+4
2019-02-12
libterm => 2018
Mazdak Farrokhzad
-12
/
+10
2019-02-10
rustc: doc comments
Alexander Regueiro
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-11
A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term
ljedrz
-8
/
+8
2018-07-12
Deny bare trait objects in src/libterm
ljedrz
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2016-12-28
Fix default terminfo code for reset (sg0 -> sgr0)
Martijn Vermaat
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-02-18
Remove unnecessary explicit lifetime bounds.
Corey Farwell
-2
/
+2
2016-01-19
rustfmt libterm
Nick Cameron
-2
/
+2
2015-12-03
libterm: bring across changes from term
Bryce Van Dyk
-119
/
+153
2015-11-22
Rustfmt libterm, skip long static in compiled.rs
Bryce Van Dyk
-62
/
+70
2015-09-08
some more clippy-based improvements
Andre Bogus
-4
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-14
/
+17
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-12
/
+13
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-4
/
+3
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-8
/
+8
2015-02-01
std: Add a new `env` module
Alex Crichton
-5
/
+5
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-6
/
+6
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-06
libterm: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-10
/
+10
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-4
/
+4
2014-10-31
DSTify Hash
Jorge Aparicio
-10
/
+10
2014-10-30
changes to libs
Nick Cameron
-41
/
+50
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+4
2014-05-16
Some fixes
Corey Richardson
-1
/
+1
[next]