| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-09-21 | Use ast::AsmDialect's variants qualified, and drop the pointless prefix. | Ms2ger | -1/+1 | |
| 2015-09-21 | Remove hir::AsmDialect in favour of ast::AsmDialect. | Ms2ger | -17/+3 | |
| 2015-09-18 | Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichton | bors | -5/+1 | |
| Followup on #28440 Do not merge before the referenced PR is merged. I will fix the PR once that is merged (or close if it is not) | ||||
| 2015-09-18 | Implement empty struct with braces (RFC 218) | Vadim Petrochenkov | -25/+25 | |
| 2015-09-17 | Resolve prefix in imports with empty braces | Vadim Petrochenkov | -2/+1 | |
| 2015-09-17 | Workaround for imports with empty braces | Vadim Petrochenkov | -2/+2 | |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -12/+21 | |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -5/+1 | |
| Followup on #28440 | ||||
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -13/+3 | |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1551/+57 | |
| This could be a [breaking-change] if your lint or syntax extension (is that even possible?) uses HIR attributes or literals. | ||||
| 2015-09-05 | Auto merge of #28190 - arielb1:generic-key-entry, r=eddyb | bors | -7/+10 | |
| Fixes #28181 This may fix #28151 r? @pnkfelix | ||||
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -6/+12 | |
| r? @alexcrichton | ||||
| 2015-09-03 | create a region-map for types in generics | Ariel Ben-Yehuda | -7/+10 | |
| Fixes #28181 This may fix #28151 | ||||
| 2015-09-03 | Adapt the PR for HIR changes | Simonas Kazlauskas | -6/+12 | |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -4/+4 | |
| Avoid confusion with binary integer literals and binary operator expressions in libsyntax | ||||
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -0/+9258 | |
