]> git.lizzy.rs Git - rust.git/commit
auto merge of #13443 : alexcrichton/rust/rollup, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 10 Apr 2014 22:31:55 +0000 (15:31 -0700)
committerbors <bors@rust-lang.org>
Thu, 10 Apr 2014 22:31:55 +0000 (15:31 -0700)
commit0156af156d70efd5a3c96d0c5b8fc9bec39a7ae5
tree7cae8ac126922eee38607c2a0032c85cdad7ba0d
parent5bcb76181a3b0df2df5ade348af3a1d29fca795e
parent1f2c18a0afd55bf3a5319d9e3810ec1ac6b3e1bb
auto merge of #13443 : alexcrichton/rust/rollup, r=alexcrichton

Closes #13441 (debuginfo: Fixes and improvements for #12840, #12886, and #13213)
Closes #13433 (Remove references to @Trait from a compiler error message)
Closes #13430 (Fix outdated lint warning about inner attribute)
Closes #13425 (Remove a pile of (mainly) internal `~[]` uses)
Closes #13419 (Stop using transmute_mut in RefCell)
Closes #13417 (Remove an unnecessary file `src/libnative/io/p`.)
Closes #13409 (Closing assorted resolve bugs)
Closes #13406 (Generalized the pretty-print entry points to support `-o <file>`.)
Closes #13403 (test: Add a test for #7663)
Closes #13402 (rustdoc: Prune the paths that do not appear in the index.)
Closes #13396 (rustc: Remove absolute rpaths)
Closes #13371 (Rename ast::Purity and ast::Impure Function. Closes #7287)
Closes #13350 (collections: replace all ~[T] with Vec<T>.)