about summary refs log tree commit diff
path: root/src/libsyntax/parse/mod.rs
AgeCommit message (Expand)AuthorLines
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-08-11Fix some typosBastien Orivel-1/+1
2017-07-30default binding modes: add pat_binding_modesTobias Schottdorf-7/+8
2017-07-29Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrcMark Simulacrum-0/+1
2017-07-28syntax: Capture a `TokenStream` when parsing itemsAlex Crichton-1/+8
2017-07-29Add Span to ast::WhereClausetopecongiro-0/+1
2017-06-26Update and fix a few testsAlex Crichton-1/+1
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-5/+8
2017-05-18Add an option to the parser to avoid parsing out of line modulesNick Cameron-2/+23
2017-05-15adressed comments by @kennytm and @petrochenkovAndre Bogus-1/+0
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-78/+68
2017-05-07fix the easy features in libsyntaxubsan-2/+6
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-8/+8
2017-03-30Improve `Path` spans.Jeffrey Seyfried-3/+1
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-3/+3
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-40/+91
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-40/+91
2017-03-10Give spans to individual path segments in ASTVadim Petrochenkov-7/+11
2017-03-03Fix fallout in unit tests.Jeffrey Seyfried-29/+29
2017-03-03Integrate `TokenStream`.Jeffrey Seyfried-17/+12
2017-03-03Remove lifetime parameter from `syntax::tokenstream::Cursor`.Jeffrey Seyfried-1/+1
2017-02-28Add warning cycle.Jeffrey Seyfried-0/+2
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-7/+3
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