]> git.lizzy.rs Git - rust.git/commit
Rolling up PRs in the queue
authorAlex Crichton <alex@alexcrichton.com>
Fri, 13 Jun 2014 04:34:32 +0000 (21:34 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 13 Jun 2014 20:53:55 +0000 (13:53 -0700)
commitb7af25060a1b0451cb06085ba5893980bc4e5333
tree2a5a941e0da26795babf286edf77f9f225bc906d
parentf907d9772c55d942fb178622b0b2b5a8ca103c11
Rolling up PRs in the queue

Closes #14797 (librustc: Fix the issue with labels shadowing variable names by making)
Closes #14823 (Improve error messages for io::fs)
Closes #14827 (libsyntax: Allow `+` to separate trait bounds from objects.)
Closes #14834 (configure: Don't sync unused submodules)
Closes #14838 (Remove typo on collections::treemap::UnionItems)
Closes #14839 (Fix the unused struct field lint for struct variants)
Closes #14840 (Clarify `Any` docs)
Closes #14846 (rustc: [T, ..N] and [T, ..N+1] are not the same)
Closes #14847 (Audit usage of NativeMutex)
Closes #14850 (remove unnecessary PaX detection)
Closes #14856 (librustc: Take in account mutability when casting array to raw ptr.)
Closes #14859 (librustc: Forbid `transmute` from being called on types whose size is)
Closes #14860 (Fix `quote_pat!` & parse outer attributes in `quote_item!`)
src/libnative/io/c_win32.rs
src/libstd/dynamic_lib.rs
src/libstd/io/fs.rs
src/libstd/rt/backtrace.rs
src/test/compile-fail/issue-14845.rs
src/test/compile-fail/transmute-different-sizes.rs
src/test/pretty/path-type-bounds.rs
src/test/run-pass-fulldeps/quote-tokens.rs
src/test/run-pass/issue-14837.rs