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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
tt
Age
Commit message (
Expand
)
Author
Lines
2017-09-17
Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried
Tim Neumann
-1
/
+3
2017-09-02
Dont abort on first macro error
bjorn3
-1
/
+3
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-12
/
+13
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
-8
/
+8
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-3
/
+9
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
-3
/
+3
2017-07-24
Make the macro parser theory description more accurate
Piotr Czarnecki
-100
/
+102
2017-07-21
Review comments
Esteban Küber
-4
/
+5
2017-07-20
Use the macro structure spans instead of the invocation
Esteban Küber
-2
/
+15
2017-07-15
Auto merge of #43224 - jseyfried:fix_macro_idents_regression, r=nrc
bors
-1
/
+2
2017-07-13
Fix regression involving identifiers in `macro_rules!` patterns.
Jeffrey Seyfried
-1
/
+2
2017-07-11
let #[allow_internal_unstable] cover :vis
Alex Burka
-8
/
+19
2017-07-07
Only match a fragment specifier the if it starts with certain tokens.
kennytm
-4
/
+70
2017-07-06
Disallow `$($v:vis)*`. Fix #42755.
kennytm
-0
/
+1
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-2
/
+2
2017-06-29
Make `$crate` a keyword
Vadim Petrochenkov
-2
/
+2
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-1
/
+1
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-51
/
+57
2017-06-08
Speed up expansion.
Mark Simulacrum
-27
/
+34
2017-05-31
Extend the unused macro lint to macros 2.0
est31
-1
/
+1
2017-05-27
Auto merge of #42103 - jorendorff:master, r=estebank
bors
-3
/
+12
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-3
/
+6
2017-05-25
Declarative macros 2.0 without hygiene.
Jeffrey Seyfried
-7
/
+8
2017-05-25
Refactor out `ast::MacroDef`.
Jeffrey Seyfried
-1
/
+1
2017-05-19
trace_macro: Show both the macro call and its expansion. #42072.
Jason Orendorff
-3
/
+12
2017-05-18
Add an option to the parser to avoid parsing out of line modules
Nick Cameron
-4
/
+8
2017-05-17
Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-59
/
+69
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-59
/
+69
2017-05-16
Auto merge of #41907 - est31:macro_unused, r=jseyfried
bors
-1
/
+3
2017-05-16
Rollup merge of #42005 - jseyfried:fix_macro_regression, r=nrc
Mark Simulacrum
-5
/
+6
2017-05-15
adressed comments by @kennytm and @petrochenkov
Andre Bogus
-24
/
+29
2017-05-15
Fix regression in `macro_rules!` name matching.
Jeffrey Seyfried
-5
/
+6
2017-05-15
Address review comments
est31
-4
/
+2
2017-05-13
Support #[allow] etc logic on a per macro level
est31
-1
/
+5
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-57
/
+62
2017-05-06
Group "macro expansion" notes per call span
Esteban Küber
-6
/
+6
2017-05-05
Use diagnostics for trace_macro instead of println
Esteban Küber
-1
/
+3
2017-04-15
feature gate :vis matcher
Alex Burka
-22
/
+45
2017-04-15
widen :vis follow set
Alex Burka
-4
/
+4
2017-04-15
parse interpolated visibility tokens
Alex Burka
-1
/
+2
2017-04-15
update :vis implementation to current rust
Alex Burka
-6
/
+6
2017-04-15
Implementation of the `vis` macro matcher.
Daniel Keep
-1
/
+15
2017-03-30
Improve `Path` spans.
Jeffrey Seyfried
-15
/
+11
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-5
/
+4
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-6
/
+8
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-1
/
+1
2017-03-21
Refactor parsing of trait object types
Vadim Petrochenkov
-1
/
+1
2017-03-14
Liberalize attributes.
Jeffrey Seyfried
-1
/
+2
[next]