about summary refs log tree commit diff
path: root/src/libsyntax/parse/mod.rs
AgeCommit message (Expand)AuthorLines
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2017-01-23Remove `open_span` and `close_span` from `Delimited`.Jeffrey Seyfried-4/+0
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-1/+1
2017-01-20Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrcAlex Crichton-10/+6
2017-01-17Refactor the parser to consume token trees.Jeffrey Seyfried-3/+2
2017-01-17Introduce `string_reader.parse_all_token_trees()`.Jeffrey Seyfried-7/+4
2017-01-17Give the `StringReader` a `sess: &ParseSess`.Jeffrey Seyfried-1/+1
2017-01-17Use resizable Vec instead of P<[T]> in ASTVadim Petrochenkov-1/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-2/+6
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-7/+3
2016-12-19Optimize `ast::PathSegment`.Jeffrey Seyfried-44/+9
2016-12-17Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddybbors-2/+2
2016-12-07macros: fix the expected paths for a non-inline module matched by an `item` f...Jeffrey Seyfried-2/+2
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-2/+2
2016-11-22Start warning cycle.Jeffrey Seyfried-1/+1
2016-11-22Clean up directory ownership semantics.Jeffrey Seyfried-2/+15
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-28/+23
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-25/+22
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-4/+4
2016-11-20Refactor `P<ast::MetaItem>` -> `ast::MetaItem`.Jeffrey Seyfried-1/+1
2016-11-20Refactor `CrateConfig`.Jeffrey Seyfried-1/+2
2016-10-31Changed most vec! invocations to use square bracesiirelu-16/+16
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-103/+41
2016-10-19Improve `$crate`.Jeffrey Seyfried-1/+1
2016-09-26add unstable_features to ParseSessTim Neumann-0/+3
2016-09-16Overhaul char_lit().Nicholas Nethercote-43/+28
2016-09-12Lazily construct panic messages in char_lit().Nicholas Nethercote-5/+7
2016-09-12Avoid an unnecessary intermediate value in char_lit().Nicholas Nethercote-14/+9
2016-08-28Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrcJeffrey Seyfried-1/+1
2016-08-28Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakisJeffrey Seyfried-1/+4
2016-08-27Change Constness to Spanned<Constness>Keith Yeung-1/+4
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-1/+1
2016-08-18Add Span field for Generics structsGuillaume Gomez-2/+3
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-1/+0
2016-08-01Reimplemented tokenstreams as ropes and reduced the exposed TokenStream API.cgswords-1/+1
2016-07-17Auto merge of #34829 - cgswords:tstream, r=nrcbors-1/+9
2016-07-15Added tokenstream parser procedurecgswords-1/+9
2016-07-14Remove BasicEmitterJonathan Turner-1/+5
2016-07-04Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead...Jeffrey Seyfried-7/+8
2016-06-26Rollup merge of #34436 - jseyfried:no_block_expr, r=eddybJeffrey Seyfried-1/+0
2016-06-26Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,ManishearthJeffrey Seyfried-6/+7
2016-06-26Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddybJeffrey Seyfried-6/+6
2016-06-26Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrcJeffrey Seyfried-10/+9
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-8/+10
2016-06-24Add `ecx.stmt_semi()` and fix issues with the pretty-printerJeffrey Seyfried-1/+0
2016-06-23Address more travis errorsJonathan Turner-1/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-5/+6
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-8/+10
2016-06-19Generalize and abstract `ThinAttributes`Jeffrey Seyfried-6/+7
2016-06-17Fix falloutJeffrey Seyfried-6/+6