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
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1374
/
+0
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-8
/
+7
2020-01-11
parse extended terminfo format
Andy Russell
-18
/
+25
2019-12-24
Deprecate Error::description for real
David Tolnay
-7
/
+3
2019-12-22
Format the world
Mark Rousskov
-237
/
+244
2019-12-02
make use of Result::map_or
Lzu Tao
-1
/
+1
2019-08-02
libterm: Unconfigure tests during normal build
Vadim Petrochenkov
-172
/
+173
2019-04-07
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
Jacob Greenfield
-0
/
+1364
2019-03-19
Move libtest out of rust-lang/rust
gnzlbg
-1364
/
+0
2019-02-23
replace deprecated rustfmt_skip with rustfmt::skip
Marcel Hellwig
-6
/
+6
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-7
/
+7
2019-02-12
libterm => 2018
Mazdak Farrokhzad
-33
/
+35
2019-02-10
rustc: doc comments
Alexander Regueiro
-7
/
+7
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-08-11
A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term
ljedrz
-51
/
+49
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-12
Deny bare trait objects in src/libterm
ljedrz
-4
/
+4
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-5
/
+5
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2016-12-28
Fix default terminfo code for reset (sg0 -> sgr0)
Martijn Vermaat
-1
/
+1
2016-11-06
Fix terminfo database search path
meh
-30
/
+26
2016-09-25
Haiku: add search path for terminfo
Niels Sascha Reedijk
-0
/
+2
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-05-09
Utilize `Result::unwrap_err` in more places.
Corey Farwell
-8
/
+8
2016-03-22
term: undo conversion of user defined try!s
Jorge Aparicio
-15
/
+19
2016-03-22
try! -> ?
Jorge Aparicio
-21
/
+17
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
-580
/
+447
2015-11-22
Rustfmt libterm, skip long static in compiled.rs
Bryce Van Dyk
-326
/
+447
2015-10-24
Remove bare semicolons
Florian Hahn
-1
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-70
/
+70
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-2
/
+2
2015-06-21
Temp fix for all constants that are missing docs.
Eljay
-0
/
+6
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+5
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-2
/
+2
2015-04-21
Remove dead test
Tamir Duberstein
-7
/
+0
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-9
/
+9
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-4
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-38
/
+38
2015-03-25
Add trivial cast lints.
Nick Cameron
-3
/
+3
2015-03-23
Add generic conversion traits
Aaron Turon
-6
/
+6
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
[next]