summaryrefslogtreecommitdiff
path: root/src/libterm
Commit message (Expand)AuthorAgeFilesLines
* Remove licensesMark Rousskov2018-12-256-60/+0
* Various minor/cosmetic improvements to codeAlexander Regueiro2018-12-072-3/+3
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz2018-08-113-53/+51
* [nll] libterm: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors2018-07-291-1/+1
|\
| * Prefer to_string() to format!()ljedrz2018-07-271-1/+1
* | Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-1/+0
* | Deny bare trait objects in src/libtermljedrz2018-07-123-6/+7
|/
* migrate codebase to `..=` inclusive range patternsZack M. Davis2018-06-261-5/+5
* Move deny(warnings) into rustbuildMark Simulacrum2018-04-081-1/+0
* Use Try syntax for Option in place of macros or matchMatt Brubeck2017-12-091-4/+1
* *: remove crate_{name,type} attributesTamir Duberstein2017-08-251-3/+0
* use field init shorthand EVERYWHEREZack M. Davis2017-08-152-3/+3
* Fix checking for missing stability annotationsVadim Petrochenkov2017-07-161-1/+0
* Bump version and stage0 compilerAlex Crichton2017-06-191-3/+0
* rustc: Remove #![unstable] annotationAlex Crichton2017-05-111-4/+3
* Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell2017-03-121-2/+2
* Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors2017-01-081-1/+1
|\
| * Remove not(stage0) from deny(warnings)Alex Crichton2016-12-291-1/+1
* | Fix default terminfo code for reset (sg0 -> sgr0)Martijn Vermaat2016-12-281-1/+1
|/
* Update the bootstrap compilerAlex Crichton2016-11-301-1/+0
* Fix terminfo database search pathmeh2016-11-061-30/+26
* Stabilise `?`Nick Cameron2016-10-121-1/+1
* Haiku: add search path for terminfoNiels Sascha Reedijk2016-09-251-0/+2
* Replace `_, _` with `..`Vadim Petrochenkov2016-09-041-1/+1
* Utilize `Result::unwrap_err` in more places.Corey Farwell2016-05-091-8/+8
* term: undo conversion of user defined try!sJorge Aparicio2016-03-221-15/+19
* sprinkle feature gates here and thereJorge Aparicio2016-03-221-0/+1
* try! -> ?Jorge Aparicio2016-03-223-21/+17
* rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton2016-02-211-3/+0
* Remove unnecessary explicit lifetime bounds.Corey Farwell2016-02-182-4/+4
* bootstrap: Add a bunch of Cargo.toml filesAlex Crichton2016-02-111-0/+12
* mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton2016-01-241-0/+1
* rustfmt libtermNick Cameron2016-01-193-6/+6
* Register new snapshotsAlex Crichton2015-12-211-3/+0
* libterm: bring across changes from termBryce Van Dyk2015-12-036-689/+536
* Remove all uses of `#[staged_api]`Vadim Petrochenkov2015-11-251-1/+1
* Rustfmt libterm, skip long static in compiled.rsBryce Van Dyk2015-11-226-390/+507
* libterm: deny warnings in doctestsKevin Butler2015-11-121-1/+2
* std: Migrate to the new libcAlex Crichton2015-11-091-8/+13
* Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors2015-10-251-1/+0
|\
| * std: Stabilize library APIs for 1.5Alex Crichton2015-10-251-1/+0
* | Remove bare semicolonsFlorian Hahn2015-10-241-1/+1
|/
* some more clippy-based improvementsAndre Bogus2015-09-083-70/+70
* Add issue for the rustc_private feature everywhereAlex Crichton2015-08-151-1/+2
* Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman2015-08-091-3/+3
* std: Deprecate a number of unstable featuresAlex Crichton2015-07-272-3/+2