about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2016-07-11Factor the `RefCell` out of the `Interner`.Jeffrey Seyfried-66/+41
2016-07-11Refactor `get_ident_interner` -> `with_ident_interner`.Jeffrey Seyfried-12/+13
2016-07-11Remove `Interner<T>` and rename `StrInterner` to `Interner`.Jeffrey Seyfried-139/+16
2016-07-11Encapsulate `RcStr` in `syntax::util::interner`.Jeffrey Seyfried-62/+25
2016-07-11Remove unused field `interner` from the parser.Jeffrey Seyfried-2/+0
2016-07-11Move E0533 to E0558 (because of external change)Guillaume Gomez-24/+24
2016-07-11Fix typosggomez-26/+28
2016-07-11Add E0537 error explanationGuillaume Gomez-1/+31
2016-07-11Add E0536 error explanationGuillaume Gomez-3/+27
2016-07-11Add E0535 error explanationGuillaume Gomez-1/+31
2016-07-11Add E0534 error explanationGuillaume Gomez-2/+35
2016-07-11Add E0533 error explanationGuillaume Gomez-2/+16
2016-07-08Rollup merge of #34691 - jseyfried:remove_erroneous_unit_struct_checks, r=nrcManish Goregaokar-72/+11
2016-07-07Preliminary implementation for TokenStreams and TokenSlices, including unit t...cgswords-39/+1121
2016-07-06Auto merge of #34652 - jseyfried:fix_expansion_perf, r=nrcbors-53/+72
2016-07-06Remove outdated checks for empty braced struct expressions (i.e. `UnitStruct ...Jeffrey Seyfried-72/+11
2016-07-06Auto merge of #34654 - jseyfried:configure_multi_modified, r=nrcbors-1/+5
2016-07-06Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrcbors-3/+10
2016-07-05Specific error message for missplaced doc commentsEsteban Küber-17/+45
2016-07-05Strip unconfigured items from `MultiModifier`-expanded ASTJeffrey Seyfried-1/+5
2016-07-04Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead...Jeffrey Seyfried-53/+72
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-47/+27
2016-07-02Rollup merge of #34531 - GuillaumeGomez:libsyntax_err_codes, r=jonathandturnerManish Goregaokar-55/+142
2016-06-30Add comments on error code listGuillaume Gomez-27/+27
2016-06-30Auto merge of #34541 - jseyfried:rollup, r=jseyfriedbors-22/+17
2016-06-29Fix testsggomez-1/+1
2016-06-29Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddybManish Goregaokar-1/+1
2016-06-29Rollup merge of #34459 - jseyfried:expansion_cleanup, r=nrcManish Goregaokar-37/+20
2016-06-29Rollup merge of #34446 - jseyfried:refactor_decorators, r=nrcManish Goregaokar-78/+33
2016-06-29Fix pretty-printing of lifetime boundSeo Sanghyeon-22/+17
2016-06-29Add error codes in libsyntaxggomez-55/+142
2016-06-29Give `ast::ExprKind::Paren` no-op expressions the same node ids as their chil...Jeffrey Seyfried-2/+11
2016-06-29Support `cfg_attr` on `path` attributesJeffrey Seyfried-3/+10
2016-06-29Refactor away `parser.commit_stmt_expecting()`Jeffrey Seyfried-5/+1
2016-06-29Treat `MultiDecorator`s as a special case of `MultiModifier`sJeffrey Seyfried-78/+33
2016-06-28cleanup: refactor away `ast::NodeIdAssigner`Jeffrey Seyfried-10/+0
2016-06-28cleanup: use `DummyResult` to implement `MacroGenerable::dummy`Jeffrey Seyfried-19/+17
2016-06-28cleanup: don't count attributes on an item in a statement position as on the ...Jeffrey Seyfried-8/+3
2016-06-27Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearthbors-5165/+2221
2016-06-27Fix `Cargo.toml`sJeffrey Seyfried-1/+2
2016-06-27Forbid type parameters and global paths in macro invocationsJeffrey Seyfried-1/+1
2016-06-26Auto merge of #34450 - jseyfried:fix_include_path, r=nrcbors-1/+2
2016-06-26Rollup merge of #34436 - jseyfried:no_block_expr, r=eddybJeffrey Seyfried-96/+72
2016-06-26Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,ManishearthJeffrey Seyfried-202/+177
2016-06-26Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddybJeffrey Seyfried-349/+289
2016-06-26Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrcJeffrey Seyfried-333/+237
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-262/+304
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-3852/+994
2016-06-25Rollup merge of #34368 - petrochenkov:astqpath, r=ManishearthJeffrey Seyfried-30/+18
2016-06-25Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfriedJeffrey Seyfried-87/+175