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
/
ident.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-01
slighty simplify a few boolean expressions (clippy::nonminimal_bool)
Matthias Krüger
-1
/
+1
2023-03-03
Match unmatched backticks in compiler/ that are part of rustdoc
est31
-1
/
+1
2023-02-20
Prepare for adding a `TyCtxt` to `Resolver`
Oli Scherer
-6
/
+9
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-1
/
+1
2023-02-02
Rename `rust_2015` => `is_rust_2015`
Maybe Waffle
-2
/
+3
2023-01-31
Use `Edition` methods a bit more
Maybe Waffle
-2
/
+1
2023-01-20
Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"
Felix S. Klock II
-10
/
+65
2023-01-04
Simplify some iterator combinators
Michael Goulet
-5
/
+4
2022-11-01
Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot
Dylan DPC
-2
/
+6
2022-10-31
resolve: Turn the binding from `#[macro_export]` into a proper `Import`
Vadim Petrochenkov
-2
/
+6
2022-10-24
Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error
Aaron Hill
-65
/
+10
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-6
/
+16
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-6
/
+7
2022-09-01
Directly use the `instrument` macro instead of its full path
Oli Scherer
-10
/
+10
2022-08-30
Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8Ki
Dylan DPC
-11
/
+1
2022-08-28
Remove `register_attr` feature
Yuki Okushi
-11
/
+1
2022-08-27
rustc_middle: Remove `Visibility::Invisible`
Vadim Petrochenkov
-2
/
+8
2022-08-23
Remove FnItemRibKind.
Camille GILLOT
-11
/
+1
2022-08-23
Improve local generic parameter suggestions.
Camille GILLOT
-4
/
+4
2022-08-23
Create specific ConstantHasGenerics for ConstantItemRibKind.
Camille GILLOT
-3
/
+9
2022-07-25
Unused tuple fields in rustc_resolve.
Camille GILLOT
-2
/
+2
2022-06-20
Provide a segment res in more cases
Michael Goulet
-0
/
+1
2022-06-15
implement `MacroData`
Takayuki Maeda
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-8
/
+8
2022-05-07
Permit asm_const and asm_sym to reference outer generic params
Gary Guo
-32
/
+2
2022-05-02
Use a yes/no enum instead of a bool.
Oli Scherer
-2
/
+2
2022-05-01
resolve: Rename `unusable_binding` to `ignore_binding`
Vadim Petrochenkov
-45
/
+32
2022-05-01
resolve: Merge `last_import_segment` into `Finalize`
Vadim Petrochenkov
-25
/
+5
2022-05-01
resolve: Pass full `Finalize` in nearly all cases
Vadim Petrochenkov
-16
/
+14
2022-05-01
resolve: Turn `enum Finalize` into an optional struct
Vadim Petrochenkov
-7
/
+7
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-1
/
+1
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-0
/
+38
2022-04-12
Handle `unusable_binding` more compactly.
Vadim Petrochenkov
-17
/
+14
2022-04-12
Fix imports.
Camille GILLOT
-8
/
+3
2022-04-12
Simplify error reporting.
Camille GILLOT
-1
/
+0
2022-04-12
Move path resolution error to rustc_resolve::diagnostics.
Camille GILLOT
-161
/
+12
2022-04-12
Make the logic more explicit with let chains.
Camille GILLOT
-18
/
+16
2022-04-12
Do not record Res when builing a suggestion.
Camille GILLOT
-6
/
+9
2022-04-12
Insert error after checking for binding usability.
Camille GILLOT
-6
/
+6
2022-04-12
Pass last_import_segment and unusable_binding as parameters.
Camille GILLOT
-9
/
+102
2022-04-12
Simplify binding finalization.
Camille GILLOT
-53
/
+54
2022-04-12
Move ident resolution to a dedicated module.
Camille GILLOT
-0
/
+1645