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
/
terminfo
/
parser
Age
Commit message (
Expand
)
Author
Lines
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-16
/
+16
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-1
/
+2
2014-05-14
libterm: Remove all uses of `~str` from `libterm`
Patrick Walton
-20
/
+33
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-3
/
+3
2014-05-04
Remove two useless comparisons
Virgile Andreani
-3
/
+1
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+7
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-12
/
+12
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-2
/
+2
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-2
/
+2
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-24
Documentation sprint: Terminfo
Olle Jonsson
-1
/
+1
2014-03-22
auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson
bors
-2
/
+2
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-13
/
+13
2014-03-20
std: Rename {push,read}_bytes to {push,read}_exact
Alex Crichton
-2
/
+2
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-26
/
+0
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-14
/
+14
2014-02-03
extra: Remove io_error usage
Alex Crichton
-13
/
+20
2014-02-02
Move term, terminfo out of extra.
xales
-0
/
+352
[prev]