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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-0
/
+5
2018-07-19
Improve suggestion for missing fmt str in println
Esteban Küber
-10
/
+15
2018-07-15
Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton
bors
-0
/
+3
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-0
/
+3
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+1
2018-07-11
Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obk
Mark Rousskov
-25
/
+26
2018-07-10
Pacify tidy
ljedrz
-1
/
+2
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-25
/
+25
2018-07-08
hygiene: Decouple transparencies from expansion IDs
Vadim Petrochenkov
-12
/
+6
2018-06-30
hygiene: Implement transparent marks
Vadim Petrochenkov
-0
/
+8
2018-06-30
expansion: Give names to some fields of `SyntaxExtension`
Vadim Petrochenkov
-14
/
+16
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-0
/
+3
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-1
/
+1
2018-06-23
hygiene: Do not reset expansion info for `quote!`
Vadim Petrochenkov
-1
/
+5
2018-06-23
expansion: Rename `Expansion` to `AstFragment`
Vadim Petrochenkov
-3
/
+5
2018-05-30
resolve: Make sure indeterminate and inconsistent macro resolutions always ge...
Vadim Petrochenkov
-0
/
+10
2018-05-17
Pass crate editions to macro expansions, update tests
Vadim Petrochenkov
-7
/
+24
2018-04-29
Warn on pointless `#[derive]` in more places
Austin Bonander
-2
/
+19
2018-04-14
Add error codes for libsyntax_ext
Guillaume Gomez
-1
/
+4
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-9
/
+11
2018-04-06
Use `Span::apply_mark` where possible
Vadim Petrochenkov
-1
/
+1
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-1
/
+1
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-2
/
+2
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+28
2018-04-02
Expand attribute macros on statements and expressions.
Austin Bonander
-0
/
+8
2018-03-28
Make SyntaxExtension thread-safe
John Kåre Alsaker
-9
/
+11
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-2
/
+3
2018-03-07
check stability of macro invocations
Austin Bonander
-0
/
+4
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-6
/
+7
2018-02-07
libsyntax/ext: trailing commas in builtin macros
Michael Lamparski
-2
/
+4
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-1
/
+1
2018-01-15
Point at unused arguments for format string
Esteban Küber
-19
/
+19
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-1
/
+2
2017-12-26
Do not expand a derive invocation when derive is not allowed
Seiichi Uchida
-0
/
+12
2017-12-19
Implement non-mod.rs mod statements
Taylor Cramer
-1
/
+1
2017-12-17
syntax: Rename `P::unwrap` into `P::into_inner`
Vadim Petrochenkov
-2
/
+2
2017-12-09
Use hygiene to access the injected crate (`core` or `std`) from builtin macros.
Jeffrey Seyfried
-9
/
+6
2017-11-21
allow loading external files in documentation
QuietMisdreavus
-0
/
+2
2017-09-21
suggest an outer attribute when `#![derive(...)]` (predictably) fails
Zack M. Davis
-0
/
+4
2017-09-17
Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried
Tim Neumann
-1
/
+3
2017-09-02
Better trace-macro and less span_err_fatal
bjorn3
-1
/
+3
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-5
/
+11
2017-08-07
Reexport all SyntaxExtension variants
Oliver Schneider
-1
/
+1
2017-07-27
Avoid duplicated errors for generic arguments in macro paths
Vadim Petrochenkov
-1
/
+1
2017-06-26
Add `LazyTokenStream`.
Jeffrey Seyfried
-1
/
+1
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-1
/
+4
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-14
/
+0
2017-05-31
Extend the unused macro lint to macros 2.0
est31
-1
/
+3
[next]