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
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
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-30
/
+51
2015-03-01
remove some compiler warnings
Tshepang Lekhonkhobe
-3
/
+3
2015-02-25
Rollup merge of #22727 - alexcrichton:prep-env, r=aturon
Manish Goregaokar
-1
/
+2
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-1
/
+2
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-3
/
+3
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-1
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-1
/
+1
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-4
/
+3
2015-02-15
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-4
/
+4
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-11
/
+11
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-02-01
std: Add a new `env` module
Alex Crichton
-14
/
+13
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
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
-6
/
+6
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-9
/
+9
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-9
/
+9
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-8
/
+8
[next]