rust/src/librustc_typeck
Wang Xuerui 06b034ae8b
format: remove all implicit ref handling outside of libfmt_macros
format: beautifully get rid of ArgumentNext and CountIsNextParam

Now that CountIsNextParam and ArgumentNext are resolved during parse,
the need for handling them outside of libfmt_macros is obviated.

Note: *one* instance of implicit reference handling still remains, and
that's for implementing `all_args_simple`. It's trivial enough though,
so in this case it may be tolerable.
2016-07-14 02:54:47 +08:00
..
check format: remove all implicit ref handling outside of libfmt_macros 2016-07-14 02:54:47 +08:00
coherence prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
variance rustc: add ReErased to be used by trait selection, MIR and trans. 2016-06-05 13:58:51 +03:00
astconv.rs Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path 2016-07-08 12:42:57 +03:00
Cargo.toml Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
check_unused.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
collect.rs Remove unnecessary accessor function VariantDefData::kind 2016-07-08 12:42:57 +03:00
constrained_type_params.rs typeck: Avoid passing &TyCtxt around where possible. 2016-05-11 04:14:58 +03:00
diagnostics.rs Resolve partially resolved paths in struct patterns/expressions 2016-07-08 12:42:57 +03:00
lib.rs Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfried 2016-07-04 02:18:46 -07:00
rscope.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00