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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libterm
/
terminfo
/
searcher.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-1
/
+1
2014-03-02
Add /etc/terminfo to the terminfo search paths
Virgile Andreani
-4
/
+6
2014-02-03
extra: Fix tests with io_error usage
Alex Crichton
-1
/
+1
2014-02-03
extra: Remove io_error usage
Alex Crichton
-2
/
+2
2014-02-02
Move term, terminfo out of extra.
xales
-0
/
+112