rust/src
Barosl Lee edbc0e509f check_match: Dereference ref x before comparing it and some other type
The arity of `ref x` is always 1, so it needs to be dereferenced before
being compared with some other type whose arity is not 1.

Fixes #23009.
2015-03-14 23:32:57 +09:00
..
compiler-rt@58ab642c30
compiletest Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
doc
driver
etc Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichton 2015-03-13 18:11:13 +05:30
grammar
jemalloc@e24a1a025a
liballoc Add an "allocator" attribute to mark functions as allocators 2015-03-13 03:19:30 +01:00
libarena
libbacktrace
libcollections slice::from_raw_parts is preferred over transmuting a fresh raw::Slice 2015-03-13 09:56:18 +01:00
libcore Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
liblibc
liblog Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librand
librbml Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librustc check_match: Dereference ref x before comparing it and some other type 2015-03-14 23:32:57 +09:00
librustc_back Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librustc_bitflags
librustc_borrowck
librustc_driver Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
librustc_lint
librustc_llvm Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
librustc_privacy
librustc_resolve
librustc_trans Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon 2015-03-13 20:22:16 +00:00
librustc_typeck
librustdoc Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon 2015-03-13 20:22:16 +00:00
libserialize Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
libstd Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
libsyntax Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon 2015-03-13 20:22:16 +00:00
libterm Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
libtest Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon 2015-03-13 20:22:16 +00:00
libunicode
llvm@bff6907697
rt
rust-installer@60fd8abfca
rustbook Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
rustllvm
test check_match: Dereference ref x before comparing it and some other type 2015-03-14 23:32:57 +09:00
snapshots.txt