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
/
compiler
/
rustc_resolve
/
src
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-06
Querify registered_tools.
Camille GILLOT
-7
/
+11
2023-02-22
resolve: Remove `ImportResolver`
Vadim Petrochenkov
-2
/
+1
2023-02-20
Remove a redundant function argument
Oli Scherer
-6
/
+1
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-23
/
+30
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-2
/
+2
2023-02-13
rustdoc: Eliminate remaining uses of resolver
Vadim Petrochenkov
-2
/
+2
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-1
/
+1
2022-12-09
Move the untracked cstore and source_span into a struct
Oli Scherer
-1
/
+1
2022-12-09
Generate crate loaders on the fly
Oli Scherer
-1
/
+1
2022-11-12
Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk
Dylan DPC
-1
/
+1
2022-10-20
fix span for suggestion
yukang
-13
/
+7
2022-10-20
fix #103112, add diagnostic for calling a function with the same name when a ...
yukang
-2
/
+20
2022-10-11
rustc_hir: Less error-prone methods for accessing `PartialRes` resolution
Vadim Petrochenkov
-6
/
+3
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-28
Remove `register_attr` feature
Yuki Okushi
-22
/
+7
2022-07-21
avoid embedding StabilityLevel::Unstable reason string into metadata multiple...
klensy
-1
/
+1
2022-07-20
middle: add `implies_by` to `#[unstable]`
David Wood
-2
/
+9
2022-07-18
avoid `Symbol` to `&str` conversions
Takayuki Maeda
-2
/
+2
2022-06-17
Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister
bors
-1
/
+0
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-1
/
+0
2022-06-15
implement `MacroData`
Takayuki Maeda
-2
/
+2
2022-06-09
Never regard macro rules with compile_error! invocations as unused
est31
-1
/
+1
2022-06-03
Conservatively report "not sure" in cfg_accessible
Urgau
-1
/
+3
2022-05-30
Handle more cases in cfg_accessible
Urgau
-8
/
+13
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+11
2022-05-05
Implement the unused_macro_rules lint
est31
-6
/
+35
2022-05-01
resolve: Merge `last_import_segment` into `Finalize`
Vadim Petrochenkov
-3
/
+0
2022-05-01
resolve: Pass full `Finalize` in nearly all cases
Vadim Petrochenkov
-2
/
+2
2022-05-01
resolve: Turn `enum Finalize` into an optional struct
Vadim Petrochenkov
-1
/
+1
2022-04-12
Pass last_import_segment and unusable_binding as parameters.
Camille GILLOT
-2
/
+9
2022-04-12
Move ident resolution to a dedicated module.
Camille GILLOT
-362
/
+10
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-25
resolve: Rename `CrateLint` to `Finalize`
Vadim Petrochenkov
-10
/
+10
2022-03-25
resolve: Stop passing unused spans and node ids to path resolution functions
Vadim Petrochenkov
-30
/
+18
2022-03-25
resolve: Do not build expensive suggestions if they are not actually used
Vadim Petrochenkov
-4
/
+2
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-1
/
+7
2022-02-15
Rename `PtrKey` as `Interned` and improve it.
Nicholas Nethercote
-2
/
+2
2022-01-23
rustc_lint: Reuse the set of registered tools from resolver
Vadim Petrochenkov
-1
/
+5
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-11-24
Suggestion to wrap inner types using `allocator_api` in tuple
Ken Matsui
-0
/
+1
2021-11-11
Shorten Span of unused macro lints
Marcel Hellwig
-2
/
+7
2021-09-30
Remove visible path calculation from allowed deprecation lint
Alik Aslanyan
-1
/
+1
2021-09-25
Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011
bors
-32
/
+0
2021-09-24
Stabilize `feature(macro_attributes_in_derive_output)`
Vadim Petrochenkov
-32
/
+0
2021-09-24
resolve: Refactor obtaining `Module` from its `DefId`
Vadim Petrochenkov
-1
/
+1
2021-09-24
resolve: Use a single common map for local and foreign modules
Vadim Petrochenkov
-4
/
+5
2021-09-24
resolve: Rename some expansion def scope methods
Vadim Petrochenkov
-4
/
+3
2021-09-24
resolve: Do not cache nearest parent mod in `ModuleData`
Vadim Petrochenkov
-1
/
+1
2021-09-10
Record call_site parent for macros.
Camille GILLOT
-0
/
+4
[next]