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
/
librustc_resolve
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-13
Support "soft" feature-gating using a lint
Vadim Petrochenkov
-2
/
+2
2019-09-02
expand: Keep the correct current expansion ID for eager expansions
Vadim Petrochenkov
-7
/
+9
2019-08-10
resolve: Remove remaining special cases from built-in macros
Vadim Petrochenkov
-2
/
+0
2019-08-10
resolve: Address FIXME from the previous commit
Vadim Petrochenkov
-4
/
+2
2019-08-10
resolve: Move some more code around
Vadim Petrochenkov
-77
/
+3
2019-08-10
resolve: Turn `resolve_error` into a method on `Resolver`
Vadim Petrochenkov
-3
/
+2
2019-08-10
resolve: Remove `Deref<Target=Resolver>` implementations
Vadim Petrochenkov
-2
/
+2
2019-08-10
resolve: Track whole parent scope in the visitors
Vadim Petrochenkov
-4
/
+7
2019-08-10
resolve: Move late resolution into a separate visitor
Vadim Petrochenkov
-31
/
+30
2019-08-03
Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...
Vadim Petrochenkov
-3
/
+31
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-30
/
+40
2019-07-19
hygiene: Tweak naming some more
Vadim Petrochenkov
-4
/
+4
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-10
/
+10
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-16
/
+16
2019-07-18
resolve: Support resolving macro paths without macro kind restrictions
Vadim Petrochenkov
-7
/
+11
2019-07-18
resolve: Move some common code into the scope visitor
Vadim Petrochenkov
-88
/
+60
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-5
/
+5
2019-07-18
resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled
Vadim Petrochenkov
-18
/
+3
2019-07-18
resolve: Decouple scope visiting process from visitor actions
Vadim Petrochenkov
-138
/
+47
2019-07-18
resolve: Rename `WhereToResolve` into `Scope`
Vadim Petrochenkov
-64
/
+40
2019-07-18
resolve: Move some diagnostic code into `diagnostics.rs`
Vadim Petrochenkov
-117
/
+2
2019-07-11
expand: Move "derive containers" into a separate `InvocationKind` variant
Vadim Petrochenkov
-4
/
+4
2019-07-11
hygiene: Introduce a helper method for creating new expansions
Vadim Petrochenkov
-2
/
+5
2019-07-11
resolve: Fix access to extern and stdlib prelude from opaque macros
Vadim Petrochenkov
-0
/
+1
2019-07-11
resolve: Divide macro path resolution into speculative and error reporting parts
Vadim Petrochenkov
-51
/
+50
2019-07-11
resolve: Include stdlib prelude into name lookup in macro namespace
Vadim Petrochenkov
-2
/
+2
2019-07-11
resolve/expand: Catch macro kind mismatches early in resolve
Vadim Petrochenkov
-1
/
+12
2019-07-11
resolve/expand: `resolve_macro_invocation` no longer returns determinate errors
Vadim Petrochenkov
-39
/
+27
2019-07-11
resolve: Make proc macro stubs less stubby
Vadim Petrochenkov
-24
/
+52
2019-07-11
def_collector: Simplify tracking of macro invocation parents
Vadim Petrochenkov
-48
/
+22
2019-07-11
hygiene: Reuse `MacroKind` in `ExpnKind`
Vadim Petrochenkov
-19
/
+19
2019-07-11
expand: Get rid of `resolve_macro_path`
Vadim Petrochenkov
-7
/
+0
2019-07-11
Remove `MacroKind::ProcMacroStub`
Vadim Petrochenkov
-11
/
+10
2019-07-09
Resolve `$crate` in all hygienic contexts for pretty-pringing
Vadim Petrochenkov
-19
/
+8
2019-07-07
Address review comments + Fix rebase
Vadim Petrochenkov
-1
/
+1
2019-07-07
syntax: Migrate built-in macros to the regular stability checking
Vadim Petrochenkov
-3
/
+2
2019-07-07
Support deprecation checking for macros
Vadim Petrochenkov
-11
/
+26
2019-07-07
resolve: Use standard stability diagnostics for macros
Vadim Petrochenkov
-8
/
+7
2019-07-07
syntax: Keep full `Stability` in `SyntaxExtension`
Vadim Petrochenkov
-8
/
+10
2019-07-07
resolve: Check stability for local macros as well
Vadim Petrochenkov
-11
/
+10
2019-07-07
resolve/expand: Move macro stability checking to an earlier point
Vadim Petrochenkov
-3
/
+14
2019-07-07
syntax: Remove `NodeId` from `SyntaxExtension`
Vadim Petrochenkov
-13
/
+10
2019-07-06
resolve: Reserve cfg/cfg_attr/derive only in attribute sub-namespace
Vadim Petrochenkov
-5
/
+16
2019-07-06
`#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]`
Vadim Petrochenkov
-1
/
+1
2019-07-05
Rollup merge of #62133 - petrochenkov:norustc, r=eddyb
Mazdak Farrokhzad
-14
/
+17
2019-07-04
Rollup merge of #62258 - petrochenkov:idclean, r=Centril
Mazdak Farrokhzad
-3
/
+0
2019-07-01
Convert more usages over
Chris Gregory
-3
/
+3
2019-07-01
syntax: Unsupport `foo! bar { ... }` macros in the parser
Vadim Petrochenkov
-3
/
+0
2019-06-30
Feature gate `rustc` attributes harder
Vadim Petrochenkov
-4
/
+15
2019-06-30
Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered
Vadim Petrochenkov
-10
/
+2
[next]