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-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-8
/
+3
2019-11-30
builtin_attrs.rs -> rustc_feature
Mazdak Farrokhzad
-3
/
+3
2019-11-24
rustc_plugin: Remove support for syntactic plugins
Vadim Petrochenkov
-10
/
+5
2019-11-19
resolve: Give derive helpers highest priority during resolution
Vadim Petrochenkov
-9
/
+16
2019-11-17
Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper
Yuki Okushi
-7
/
+0
2019-11-16
rustc_plugin: Remove `Registry::register_attribute`
Vadim Petrochenkov
-7
/
+0
2019-11-16
expand: Stop marking derive helper attributes as known
Vadim Petrochenkov
-0
/
+3
2019-11-16
resolve: Introduce a new scope for derive helpers
Vadim Petrochenkov
-1
/
+21
2019-11-16
resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat`
Vadim Petrochenkov
-1
/
+1
2019-11-10
Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper
bors
-65
/
+73
2019-11-09
Move next_node_id to Resolver
Mark Rousskov
-1
/
+1
2019-11-09
Address review comments
Vadim Petrochenkov
-1
/
+3
2019-11-09
resolve: Factor out some common binding creation functionality
Vadim Petrochenkov
-29
/
+14
2019-11-09
resolve: Remove some bits relevant only to legacy plugins
Vadim Petrochenkov
-19
/
+11
2019-11-09
Remove `#[feature(custom_attribute)]`
Vadim Petrochenkov
-24
/
+2
2019-11-09
Support registering attributes and attribute tools using crate-level attributes
Vadim Petrochenkov
-9
/
+60
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-1
/
+1
2019-11-06
Remove unnecessary `Deref` impl for `Attribute`.
Nicholas Nethercote
-1
/
+4
2019-11-05
Review feedback: alpha-rename field from `copy_derives` to `containers_dervin...
Felix S. Klock II
-2
/
+2
2019-11-05
Review feedback: Remove more stuff! Simplify simplify simplify!
Felix S. Klock II
-5
/
+4
2019-11-03
Migrate resolver over to internal lint buffer
Mark Rousskov
-7
/
+9
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-6
/
+7
2019-10-19
expand: Simplify expansion of derives
Vadim Petrochenkov
-6
/
+2
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-5
/
+5
2019-10-13
ast: remove implicit pprust dependency via Display.
Mazdak Farrokhzad
-3
/
+7
2019-10-10
stability: Do not use `buffer_lint` after lowering to HIR
Vadim Petrochenkov
-1
/
+6
2019-10-05
resolve: Remove an incorrect assert
Vadim Petrochenkov
-1
/
+0
2019-09-22
reduce visibility of a bunch of stuff in ext::tt
Aleksey Kladov
-2
/
+2
2019-09-15
resolve: Remove `!` from "cannot find" diagnostics for macros
Vadim Petrochenkov
-2
/
+1
2019-09-15
resolve: Tweak "cannot find" wording for attributes
Vadim Petrochenkov
-3
/
+3
2019-09-14
resolve: Tweak some expected/found wording
Vadim Petrochenkov
-2
/
+3
2019-09-09
Resolve attributes in several places
Caio
-1
/
+21
2019-09-07
Support "soft" feature-gating using a lint
Vadim Petrochenkov
-2
/
+2
2019-09-07
Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov
Mazdak Farrokhzad
-10
/
+33
2019-09-05
Simplify std lib injection
Matthew Jasper
-3
/
+2
2019-09-05
Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`
Vadim Petrochenkov
-15
/
+12
2019-09-05
Make use of hygiene in AST passes
Matthew Jasper
-10
/
+0
2019-09-05
Allow ast passes to create hygienic spans
Matthew Jasper
-1
/
+38
2019-08-29
Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper
Mazdak Farrokhzad
-21
/
+20
2019-08-27
metadata: Eliminate `FullProcMacro`
Vadim Petrochenkov
-2
/
+2
2019-08-27
resolve: Block expansion of a derive container until all its derives are reso...
Vadim Petrochenkov
-21
/
+20
2019-08-21
resolve/expand: Rename some things for clarity and add comments
Vadim Petrochenkov
-14
/
+22
2019-08-21
expand: Keep the correct current expansion ID for eager expansions
Vadim Petrochenkov
-1
/
+3
2019-08-17
resolve/expand: Rename some things for clarity
Vadim Petrochenkov
-11
/
+11
2019-08-17
resolve: Properly integrate derives and `macro_rules` scopes
Vadim Petrochenkov
-11
/
+6
2019-08-16
Fix rebase
Vadim Petrochenkov
-2
/
+0
2019-08-15
resolve: `ParentScope::default` -> `ParentScope::module`
Vadim Petrochenkov
-1
/
+1
2019-08-15
hygiene: `ExpnInfo` -> `ExpnData`
Vadim Petrochenkov
-5
/
+5
2019-08-15
hygiene: Merge `ExpnInfo` and `InternalExpnData`
Vadim Petrochenkov
-5
/
+6
2019-08-15
resolve: Add some comments to the main modules
Vadim Petrochenkov
-0
/
+3
[next]