]> git.lizzy.rs Git - rust.git/commit
auto merge of #17939 : alexcrichton/rust/snapshots, r=sfackler
authorbors <bors@rust-lang.org>
Sat, 11 Oct 2014 09:02:01 +0000 (09:02 +0000)
committerbors <bors@rust-lang.org>
Sat, 11 Oct 2014 09:02:01 +0000 (09:02 +0000)
commit9b9833299245cc1eac68b52169e9152d0f412d6b
treedd50b905fae5f44a1c89bba7972b0aabe75817fa
parentba246100ca3b0c3bd0d68548677d75e6790c4f60
parentdae48a07f34dcf714b3b57029f4e03a0b95a269e
auto merge of #17939 : alexcrichton/rust/snapshots, r=sfackler

Also convert a number of `static mut` to just a plain old `static` and remove
some unsafe blocks.