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
2020-08-30
mv compiler to compiler/
mark
-1091
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-3
/
+3
2020-07-26
report kind of deprecated item in message
Andy Russell
-1
/
+1
2020-07-20
Migrate rustc_depr uses to use deprecation attribute
Mark Rousskov
-12
/
+7
2020-06-27
Rename two `Resolver` traits
Vadim Petrochenkov
-4
/
+3
2020-06-21
Move remaining `NodeId` APIs from `Definitions` to `Resolver`
marmeladema
-2
/
+5
2020-06-09
expand: Give reasonable NodeIds to lints associated with macro expansions
Vadim Petrochenkov
-4
/
+14
2020-05-29
Remove remaining calls to `as_local_node_id`
marmeladema
-4
/
+4
2020-05-22
Remove `macro_defs` map
Aaron Hill
-4
/
+9
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-3
/
+3
2020-04-08
librustc_hir: return LocalDefId instead of DefId in local_def_id
marmeladema
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-24
resolve: Remove `rustc_attrs` as a standalone feature gate
Vadim Petrochenkov
-11
/
+6
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-18
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
Mazdak Farrokhzad
-9
/
+5
2020-03-17
Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper
Mazdak Farrokhzad
-0
/
+36
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-9
/
+5
2020-03-16
hygiene: `modern` -> `normalize_to_macros_2_0`
Vadim Petrochenkov
-1
/
+7
2020-03-16
Other `legacy` -> `macro_rules`
Vadim Petrochenkov
-4
/
+6
2020-03-16
resolve: `Legacy(Scope,Binding)` -> `MacroRules(Scope,Binding)`
Vadim Petrochenkov
-14
/
+16
2020-03-10
builtin_macros: Add attribute macro `#[cfg_accessible(path)]`
Vadim Petrochenkov
-0
/
+36
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-1
/
+1
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-1
/
+1
2020-01-11
simplify feature_err imports
Mazdak Farrokhzad
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-4
/
+4
2019-12-30
Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs`
Vadim Petrochenkov
-1
/
+1
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-4
/
+4
2019-12-22
Format the world
Mark Rousskov
-296
/
+439
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
[next]