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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
vec-to_str.rs
Age
Commit message (
Expand
)
Author
Lines
2014-08-26
Rebasing changes
Nick Cameron
-2
/
+2
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-4
/
+3
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-4
/
+4
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-4
/
+4
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-4
/
+4
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-4
/
+4
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-4
/
+4
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-2
/
+2
2014-02-02
Update/delete tests using @[].
Huon Wilson
-6
/
+0
2013-12-12
Gate literal box expressions in addition to types
Alex Crichton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-6
/
+6
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-6
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-6
/
+6
2013-02-27
Added ToStr implementations for &[T] and @[T]
Marvin Löbel
-0
/
+24