about summary refs log tree commit diff
path: root/src/libterm/lib.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-22/+52
2014-06-28librustc: Match trait self types exactly.Patrick Walton-22/+52
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-22/+22
2014-06-14Register new snapshotsAlex Crichton-2/+1
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+2
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+0
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
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-16Fix exampleCorey Richardson-4/+4
2014-05-16Add a bangCorey Richardson-1/+1
2014-05-16Update for BoxCorey Richardson-22/+22
2014-05-16term: add docs and windows supportCorey Richardson-179/+107
2014-05-14libterm: Remove all uses of `~str` from `libterm`Patrick Walton-3/+6
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-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-13Make Result::{unwrap, unwrap_err} require ShowSteven Fackler-12/+13
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-03-31term: Switch field privacy as necessaryAlex Crichton-4/+7
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-24Documentation sprint: TerminfoOlle Jonsson-6/+25
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-9/+19
2014-03-20Register new snapshotsAlex Crichton-2/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-12/+0
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-0/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-7/+3
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-0/+6
2014-02-03extra: Remove io_error usageAlex Crichton-21/+25
2014-02-02Move term, terminfo out of extra.xales-0/+262