about summary refs log tree commit diff
path: root/src/libterm
AgeCommit message (Expand)AuthorLines
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-2/+4
2019-08-02libterm: Unconfigure tests during normal buildVadim Petrochenkov-172/+173
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-07-06Remove use of mem::uninitialized in libterm crateLzu Tao-5/+8
2019-07-05Correct definition of CONSOLE_SCREEN_BUFFER_INFOLzu Tao-4/+21
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-0/+1
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-3/+0
2019-04-07Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"Jacob Greenfield-0/+1778
2019-03-19Move libtest out of rust-lang/rustgnzlbg-1778/+0
2019-02-23replace deprecated rustfmt_skip with rustfmt::skipMarcel Hellwig-6/+6
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-16/+15
2019-02-12libterm => 2018Mazdak Farrokhzad-39/+42
2019-02-10rustc: doc commentsAlexander Regueiro-16/+15
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-60/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-3/+3
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-11A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz-53/+51
2018-08-09[nll] libterm: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-1/+1
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-12Deny bare trait objects in src/libtermljedrz-6/+7
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-5/+5
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-07-16Fix checking for missing stability annotationsVadim Petrochenkov-1/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-3/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-4/+3
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-28Fix default terminfo code for reset (sg0 -> sgr0)Martijn Vermaat-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-06Fix terminfo database search pathmeh-30/+26
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-09-25Haiku: add search path for terminfoNiels Sascha Reedijk-0/+2
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-8/+8
2016-03-22term: undo conversion of user defined try!sJorge Aparicio-15/+19
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-21/+17
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-3/+0
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-4/+4
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+12