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
Age
Commit message (
Expand
)
Author
Lines
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-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-12
Deny bare trait objects in src/libterm
ljedrz
-6
/
+7
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-5
/
+5
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-07-16
Fix checking for missing stability annotations
Vadim Petrochenkov
-1
/
+0
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-3
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-4
/
+3
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-28
Fix default terminfo code for reset (sg0 -> sgr0)
Martijn Vermaat
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-11-06
Fix terminfo database search path
meh
-30
/
+26
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
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
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-21
/
+17
2016-02-21
rustbuild: Sync some Cargo.toml/lib.rs dependencies
Alex Crichton
-3
/
+0
2016-02-18
Remove unnecessary explicit lifetime bounds.
Corey Farwell
-4
/
+4
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+12
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-19
rustfmt libterm
Nick Cameron
-6
/
+6
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-03
libterm: bring across changes from term
Bryce Van Dyk
-689
/
+536
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-22
Rustfmt libterm, skip long static in compiled.rs
Bryce Van Dyk
-390
/
+507
2015-11-12
libterm: deny warnings in doctests
Kevin Butler
-1
/
+2
2015-11-09
std: Migrate to the new libc
Alex Crichton
-8
/
+13
2015-10-25
Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson
bors
-1
/
+0
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+0
2015-10-24
Remove bare semicolons
Florian Hahn
-1
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-70
/
+70
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+2
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-3
/
+2
2015-06-21
Temp fix for all constants that are missing docs.
Eljay
-0
/
+7
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+5
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
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
[next]