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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-17
term: update example to be right (thanks @SiegeLord)
Corey Richardson
-2
/
+5
2014-05-16
term: Don't run the code example, just compile it
Alex Crichton
-1
/
+1
2014-05-16
Fix example
Corey Richardson
-4
/
+4
2014-05-16
Add a bang
Corey Richardson
-1
/
+1
2014-05-16
Update for Box
Corey Richardson
-22
/
+22
2014-05-16
term: add docs and windows support
Corey Richardson
-179
/
+107
2014-05-14
libterm: Remove all uses of `~str` from `libterm`
Patrick Walton
-3
/
+6
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-04-13
Make Result::{unwrap, unwrap_err} require Show
Steven Fackler
-12
/
+13
2014-04-04
Register new snapshots
Alex Crichton
-3
/
+1
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
2014-04-03
auto merge of #13286 : alexcrichton/rust/release, r=brson
bors
-1
/
+1
2014-03-31
term: Switch field privacy as necessary
Alex Crichton
-4
/
+7
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-10
/
+10
2014-03-24
Documentation sprint: Terminfo
Olle Jonsson
-6
/
+25
2014-03-23
Register new snapshots
Flavio Percoco
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-9
/
+19
2014-03-20
Register new snapshots
Alex Crichton
-2
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-12
/
+0
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-04
doc: use the newer favicon
Adrien Tétar
-1
/
+1
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-0
/
+2
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-7
/
+3
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-0
/
+6
2014-02-03
extra: Remove io_error usage
Alex Crichton
-21
/
+25
2014-02-02
Move term, terminfo out of extra.
xales
-0
/
+262
[prev]