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
/
searcher.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-69
/
+0
2019-08-02
libterm: Unconfigure tests during normal build
Vadim Petrochenkov
-18
/
+3
2019-04-07
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
Jacob Greenfield
-0
/
+84
2019-03-19
Move libtest out of rust-lang/rust
gnzlbg
-84
/
+0
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
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
2015-12-03
libterm: bring across changes from term
Bryce Van Dyk
-44
/
+24
2015-11-22
Rustfmt libterm, skip long static in compiled.rs
Bryce Van Dyk
-9
/
+9
2015-10-24
Remove bare semicolons
Florian Hahn
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-6
/
+6
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-15
/
+16
2015-03-01
remove some compiler warnings
Tshepang Lekhonkhobe
-3
/
+3
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-1
/
+2
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-9
/
+8
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
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
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-06
libterm: remove unnecessary `to_string()` calls
Jorge Aparicio
-2
/
+2
2014-12-06
libterm: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
2014-11-01
Remove unnecessary allocations
Jorge Aparicio
-1
/
+1
2014-09-13
librustc: Forbid inherent implementations that aren't adjacent to the
Patrick Walton
-0
/
+1
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-1
/
+1
2014-07-15
Fix errors
Adolfo OchagavĂa
-2
/
+2
2014-07-15
Deprecate `str::from_char`
Adolfo OchagavĂa
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-2
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-4
/
+4
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+2
2014-05-14
libterm: Remove all uses of `~str` from `libterm`
Patrick Walton
-7
/
+9
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-03-24
Documentation sprint: Terminfo
Olle Jonsson
-2
/
+3
[next]