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
/
librustc_resolve
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
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
2019-08-15
resolve: Privatize `BuildReducedGraphVisitor`
Vadim Petrochenkov
-5
/
+2
2019-08-15
resolve: Make `ParentScope` `Copy`
Vadim Petrochenkov
-15
/
+13
2019-08-15
resolve: Eliminate `InvocationData`
Vadim Petrochenkov
-63
/
+29
2019-08-15
resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`
Vadim Petrochenkov
-14
/
+6
2019-08-15
resolve: Do not "normalize away" trait/enum modules prematurely
Vadim Petrochenkov
-1
/
+1
2019-08-15
resolve: Move macro resolution traces from `Module`s to `Resolver`
Vadim Petrochenkov
-8
/
+6
2019-08-15
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Vadim Petrochenkov
-2
/
+1
2019-08-15
Remove `Spanned` from `ast::Mac`
Vadim Petrochenkov
-1
/
+1
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
[prev]
[next]