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
2017-01-06
Style fixes
Josh Driver
-2
/
+1
2017-01-06
Stop macro calls in structs for proc_macro_derive from panicing
Josh Driver
-0
/
+5
2016-12-30
Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.
Jeffrey Seyfried
-0
/
+1
2016-11-30
Support paths in macro invocations.
Jeffrey Seyfried
-39
/
+79
2016-11-30
Minor cleanup.
Jeffrey Seyfried
-6
/
+6
2016-11-29
Refactor away `ResolveResult`.
Jeffrey Seyfried
-4
/
+3
2016-11-23
macros: improve performance of legacy name resolution.
Jeffrey Seyfried
-32
/
+19
2016-11-21
Auto merge of #37824 - jseyfried:symbols, r=eddyb
bors
-5
/
+3
2016-11-21
Cleanup.
Jeffrey Seyfried
-1
/
+1
2016-11-21
Cleanup `InternedString`.
Jeffrey Seyfried
-2
/
+2
2016-11-20
Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.
Jeffrey Seyfried
-3
/
+1
2016-11-17
Cleanup formatting.
Jeffrey Seyfried
-6
/
+10
2016-11-17
Add feature `use_extern_macros`.
Jeffrey Seyfried
-28
/
+122
2016-11-17
Add field `expansion: Mark` to `NameBinding`.
Jeffrey Seyfried
-0
/
+1
2016-11-17
Refactor `Resolver::builtin_macros` to use `NameBinding`s instead of `DefId`s.
Jeffrey Seyfried
-6
/
+12
2016-11-17
Resolve imports during expansion.
Jeffrey Seyfried
-0
/
+5
2016-11-17
Add field `module.unresolved_invocations`.
Jeffrey Seyfried
-0
/
+1
2016-11-10
Auto merge of #37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrc
bors
-1
/
+28
2016-11-10
Elimite `$crate` before invokng custom derives.
Jeffrey Seyfried
-1
/
+28
2016-11-10
Improve macro reexports.
Jeffrey Seyfried
-4
/
+18
2016-11-06
Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrc
bors
-10
/
+17
2016-11-02
Fix shadowing checking.
Jeffrey Seyfried
-6
/
+13
2016-10-31
Remove unused type aliases
Seo Sanghyeon
-3
/
+0
2016-10-31
Cleanup `Resolver::disallowed_shadowing`.
Jeffrey Seyfried
-4
/
+4
2016-10-24
Refactor away fields `MacroDef::{use_locally, export}`.
Jeffrey Seyfried
-13
/
+13
2016-10-19
Improve `$crate`.
Jeffrey Seyfried
-2
/
+2
2016-10-15
Use the macro namespace for custom derives.
Jeffrey Seyfried
-5
/
+1
2016-10-15
Refactor `syntax::ext::base::Resolver::resolve_invoc`.
Jeffrey Seyfried
-17
/
+9
2016-10-11
Remove `LegacyBindingKind::MacroUse`.
Jeffrey Seyfried
-34
/
+15
2016-10-11
Clean up the scopes of expanded `#[macro_use]` imports.
Jeffrey Seyfried
-16
/
+11
2016-10-11
Add support for undetermined macro invocations.
Jeffrey Seyfried
-5
/
+6
2016-10-11
Check for shadowing errors after all invocations have been expanded.
Jeffrey Seyfried
-13
/
+7
2016-10-10
Avoid quadratic complexity.
Jeffrey Seyfried
-2
/
+18
2016-10-08
Persistent macro scopes.
Jeffrey Seyfried
-64
/
+118
2016-10-07
Rename `resolve::macros::{ExpansionData -> InvocationData}`.
Jeffrey Seyfried
-17
/
+16
2016-10-07
Immutable `ExpansionData`.
Jeffrey Seyfried
-18
/
+25
2016-10-03
Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc
bors
-31
/
+77
2016-10-02
Enforce the weakened shadowing restriction.
Jeffrey Seyfried
-12
/
+39
2016-10-02
Refactor out `resolve_macro_name`.
Jeffrey Seyfried
-11
/
+16
2016-10-02
Add field `backtrace: SyntaxContext` to `ExpansionData`.
Jeffrey Seyfried
-2
/
+6
2016-10-02
Refactor `ext::base::Resolver::add_ext` to only define macros in the crate root.
Jeffrey Seyfried
-8
/
+11
2016-10-02
Refactor field `expansion_data` of `Resolver` to use a `Mark` instead of a `u...
Jeffrey Seyfried
-7
/
+7
2016-10-02
Add struct `macros::NameBinding`.
Jeffrey Seyfried
-4
/
+11
2016-09-29
Fix ICE on a macro in a constant integer position that expands into other mac...
Jeffrey Seyfried
-3
/
+6
2016-09-27
Fix def id collection for `const_integer`s in the AST.
Jeffrey Seyfried
-7
/
+16
2016-09-27
With `--test`, make `#[test]` functions `pub` in `InvocationCollector`
Jeffrey Seyfried
-0
/
+10
2016-09-27
Merge `ModuleData` and `ModuleS`.
Jeffrey Seyfried
-152
/
+16
2016-09-27
Build the reduced graph during expansion.
Jeffrey Seyfried
-6
/
+15
2016-09-27
Peform def id assignment during expansion.
Jeffrey Seyfried
-8
/
+35
2016-09-26
Auto merge of #36678 - TimNN:fix-dist, r=alexcrichton
bors
-2
/
+2
[next]