rust/src/librustc_parse/parser
bors c9bacb70f0 Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril
Ast address-of

This is the parts of #64588 that don't affect MIR. If an address-of expression makes it to MIR lowering we error and lower to the best currently expressible approximation to limit further errors.

r? @Centril
2019-11-25 01:20:38 +00:00
..
attr.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
diagnostics.rs Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
expr.rs Parse and feature gate raw address of expressions 2019-11-24 18:06:13 +00:00
generics.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
item.rs Add FIXME for using 'parse_delim_comma_seq' when parsing enum variants 2019-11-23 23:23:40 +01:00
mod.rs Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkov 2019-11-22 19:57:41 +01:00
module.rs Delete ProcessCfgMod 2019-11-20 14:07:57 -05:00
pat.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
path.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
stmt.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
ty.rs ast: Keep extern qualifiers in functions more precisely 2019-11-16 21:21:37 +03:00