]> git.lizzy.rs Git - rust.git/commit
c_str: replace .with_ref with .as_ptr throughout the codebase.
authorHuon Wilson <dbau.pp+github@gmail.com>
Sat, 14 Jun 2014 12:50:07 +0000 (22:50 +1000)
committerHuon Wilson <dbau.pp+github@gmail.com>
Sun, 29 Jun 2014 11:15:26 +0000 (21:15 +1000)
commitd4d4bc4fe944c1b0627d104127352046879f9dc0
tree1df80b73fef91c4e7327e502f64cb902c93d9a70
parent2c9aada10cd9146138d76d182ccbd2a7627df204
c_str: replace .with_ref with .as_ptr throughout the codebase.
16 files changed:
src/libcore/ptr.rs
src/libnative/io/addrinfo.rs
src/libnative/io/file_unix.rs
src/libnative/io/file_win32.rs
src/libnative/io/pipe_unix.rs
src/libnative/io/process.rs
src/librustc/back/link.rs
src/librustc/back/lto.rs
src/librustc/middle/trans/debuginfo.rs
src/librustdoc/html/markdown.rs
src/librustrt/c_str.rs
src/librustuv/addrinfo.rs
src/librustuv/file.rs
src/librustuv/pipe.rs
src/librustuv/process.rs
src/test/run-pass/const-str-ptr.rs