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
/
const-str-ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-2
/
+2
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-2
/
+2
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-2
/
+2
2013-08-04
std: merge str::raw::from_buf and str::raw::from_c_str
Erick Tryzelaar
-9
/
+14
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-3
/
+3
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-27
testsuite: more `pub fn main`
Tim Chevalier
-1
/
+1
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-2
/
+2
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-3
/
+3
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-6
/
+6
2013-03-07
Permit casting region pointers to unsafe ones.
Josh Matthews
-0
/
+22