about summary refs log tree commit diff
path: root/src/libterm
AgeCommit message (Expand)AuthorLines
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-12/+8
2014-05-27std: Rename strbuf operations to stringRicho Healey-77/+77
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-11/+11
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-1/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+6
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-17term: update example to be right (thanks @SiegeLord)Corey Richardson-2/+5
2014-05-16term: Don't run the code example, just compile itAlex Crichton-1/+1
2014-05-16Some fixesCorey Richardson-1/+1
2014-05-16Fix exampleCorey Richardson-4/+4
2014-05-16Flush before applying console attributesCorey Richardson-0/+1
2014-05-16Add a bangCorey Richardson-1/+1
2014-05-16Update for BoxCorey Richardson-23/+23
2014-05-16Update for masterCorey Richardson-2/+3
2014-05-16Add WinConsole docsCorey Richardson-0/+1
2014-05-16term: add docs and windows supportCorey Richardson-179/+439
2014-05-14libterm: Remove all uses of `~str` from `libterm`Patrick Walton-93/+120
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+5
2014-05-04Remove two useless comparisonsVirgile Andreani-3/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+9
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-69/+77
2014-04-13Make Result::{unwrap, unwrap_err} require ShowSteven Fackler-12/+13
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-04Register new snapshotsAlex Crichton-3/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-7/+6
2014-03-31term: Switch field privacy as necessaryAlex Crichton-10/+13
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-12/+6
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-11/+11
2014-03-24Documentation sprint: TerminfoOlle Jonsson-12/+35
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-22auto merge of #12907 : alexcrichton/rust/issue-12892, r=brsonbors-2/+2
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-58/+96
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-2/+2
2014-03-20Register new snapshotsAlex Crichton-2/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-6/+6
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-38/+0
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1