index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
tt
/
macro_parser.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-3
/
+4
2017-08-21
Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakis
bors
-3
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-08-11
Issue warnings for unnecessary path disambiguators
Vadim Petrochenkov
-3
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-2
/
+2
2017-07-24
Make the macro parser theory description more accurate
Piotr Czarnecki
-100
/
+102
2017-07-07
Only match a fragment specifier the if it starts with certain tokens.
kennytm
-4
/
+70
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-15
/
+9
2017-06-08
Speed up expansion.
Mark Simulacrum
-17
/
+23
2017-05-18
Add an option to the parser to avoid parsing out of line modules
Nick Cameron
-2
/
+6
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-28
/
+29
2017-05-15
adressed comments by @kennytm and @petrochenkov
Andre Bogus
-23
/
+27
2017-05-15
Fix regression in `macro_rules!` name matching.
Jeffrey Seyfried
-5
/
+6
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-26
/
+23
2017-04-15
Implementation of the `vis` macro matcher.
Daniel Keep
-0
/
+1
2017-03-30
Improve `Path` spans.
Jeffrey Seyfried
-1
/
+1
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-5
/
+4
2017-03-21
Refactor parsing of trait object types
Vadim Petrochenkov
-1
/
+1
2017-03-14
Cleanup.
Jeffrey Seyfried
-1
/
+1
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-21
/
+11
2017-02-28
Add warning cycle.
Jeffrey Seyfried
-9
/
+23
2017-02-28
Remove `Token::MatchNt`.
Jeffrey Seyfried
-8
/
+6
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-20
/
+24
2017-01-20
Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc
Alex Crichton
-20
/
+4
2017-01-17
Avoid interpolated token trees.
Jeffrey Seyfried
-16
/
+1
2017-01-17
Refactor the parser to consume token trees.
Jeffrey Seyfried
-4
/
+3
2017-01-17
syntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_sum -> parse_ty
Vadim Petrochenkov
-1
/
+1
2016-12-07
macros: fix the expected paths for a non-inline module matched by an `item` f...
Jeffrey Seyfried
-3
/
+4
2016-11-12
Remove extra level of nesting.
Mark-Simulacrum
-35
/
+32
2016-11-12
Move next_eis out of main loop to avoid re-allocating and dropping it.
Mark-Simulacrum
-1
/
+2
2016-11-12
Use SmallVector for eof and bb eis.
Mark-Simulacrum
-6
/
+4
2016-11-12
Factor out inner current Earley item loop.
Mark-Simulacrum
-146
/
+153
2016-11-12
Refactor parse_nt.
Mark-Simulacrum
-8
/
+13
2016-11-12
Factor out NamedParseResult.
Mark-Simulacrum
-4
/
+3
2016-11-12
Clean up extraneous &mut.
Mark-Simulacrum
-1
/
+1
2016-11-12
Refactor to extending from a drain instead of while looping.
Mark-Simulacrum
-3
/
+1
2016-11-12
Remove unused argument from nameize.
Mark-Simulacrum
-6
/
+6
2016-11-12
Cleanup macro_parser::parse, removing a few clones.
Mark-Simulacrum
-51
/
+35
2016-11-04
Improve `tt`-heavy expansion performance.
Jeffrey Seyfried
-3
/
+12
2016-11-03
Move doc comment desugaring into the parser.
Jeffrey Seyfried
-1
/
+1
2016-11-03
Avoid recontructing the `Parser` in `macro_parser.rs`.
Jeffrey Seyfried
-21
/
+16
2016-11-03
Reduce the size of `Token` and make it cheaper to clone by refactoring
Jeffrey Seyfried
-7
/
+6
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-7
/
+2
2016-10-25
Don't use `Rc` in `TokenTreeOrTokenTreeVec`.
Nicholas Nethercote
-3
/
+3
2016-10-25
Use `SmallVector` for the stack in `macro_parser::parse`.
Nicholas Nethercote
-6
/
+4
2016-10-21
Replace the `String` in `ParseResult::Failure` with `Token`.
Nicholas Nethercote
-6
/
+13
2016-10-21
Avoid an unnecessary clone in `macro_parser::parse`.
Nicholas Nethercote
-1
/
+1
2016-10-19
Rollup merge of #37208 - jseyfried:fix_partially_consumed_tokens_in_macros, r...
Eduard-Mihai Burtescu
-12
/
+9
2016-10-17
Fix partially consumed tokens in macro matchers.
Jeffrey Seyfried
-12
/
+9
2016-10-14
Avoid many CrateConfig clones.
Nicholas Nethercote
-1
/
+1
[next]