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
/
crates
/
hir-def
/
src
/
nameres.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-10
Suggest `pub(crate)` imports
Patryk Wychowaniec
-1
/
+2
2023-12-22
internal: Cleanup Expander a bit
Lukas Wirth
-2
/
+3
2023-12-21
Rename some things and turn macro to macro def into a query
Lukas Wirth
-1
/
+1
2023-12-18
internal: Move proc-macro knowledge out of base-db
Lukas Wirth
-2
/
+5
2023-09-02
remove the repetitive word
cui fliter
-1
/
+1
2023-08-16
Prepare ItemScope for IDE import resolution
Lukas Wirth
-0
/
+1
2023-08-10
Simplify
Lukas Wirth
-4
/
+3
2023-08-10
Deduplicate FileId field in ModuleOrigin
Lukas Wirth
-13
/
+18
2023-08-10
Derive block attributes from block item tree
Lukas Wirth
-4
/
+7
2023-08-09
Record import source IDs
Lukas Wirth
-9
/
+13
2023-06-27
Fix `self` and `super` path resolution in block modules
Ryo Yoshida
-1
/
+7
2023-06-17
Less eager parsing for module sources
Lukas Wirth
-1
/
+12
2023-06-14
internal: Add a CrateRootModuleId that encodes a module id that is always a c...
Lukas Wirth
-8
/
+15
2023-06-01
Skip extern prelude path resolution in block def maps
Lukas Wirth
-9
/
+2
2023-06-01
Rename nameres::CrateData to DefMapCrateData
Lukas Wirth
-4
/
+5
2023-06-01
Move extern prelude into CrateData
Lukas Wirth
-11
/
+15
2023-06-01
Arc DefMap::data so the block def maps can share it
Lukas Wirth
-23
/
+28
2023-06-01
Refactor out some crate wide data in DefMap into nested struct
Lukas Wirth
-35
/
+48
2023-06-01
Slightly shrink `DefMap`
Lukas Wirth
-18
/
+39
2023-05-28
Don't add --all-targets to runnables for no-std crates
Lukas Wirth
-0
/
+10
2023-05-24
internal: Replace Display impl for `Name`
Lukas Wirth
-6
/
+12
2023-05-17
Process `macro_use` prelude in semantic scope resolver
Ryo Yoshida
-2
/
+6
2023-05-11
Consider macro sub-namespace during name resolution
Ryo Yoshida
-4
/
+58
2023-05-11
Add `macro_use` prelude to `DefMap`
Ryo Yoshida
-0
/
+6
2023-05-02
Use triomphe Arc
Laurențiu Nicola
-1
/
+2
2023-04-14
internal: Make block_def_map infallible
Lukas Wirth
-9
/
+2
2023-03-14
lint incoherent inherent impls
Lukas Wirth
-1
/
+9
2023-03-14
fix: Fix visibility resolution not respecting parent blocks
Lukas Wirth
-2
/
+2
2023-02-19
Refactor
Ryo Yoshida
-9
/
+9
2022-12-24
Inline all format arguments where possible
Yuri Astrakhan
-1
/
+1
2022-11-25
Merge commit '65e1dc4d9' into HEAD
Amos Wenger
-1
/
+14
2022-11-25
Merge commit '8e38833c3674c1be7d81c6069c62e6ed52b18b27' into HEAD
Amos Wenger
-1
/
+5
2022-09-06
:arrow_up: rust-analyzer
Laurențiu Nicola
-1
/
+14
2022-07-26
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-...
Amos Wenger
-5
/
+22
2022-07-26
Allow name querying for derive helpers
Lukas Wirth
-2
/
+2
2022-07-26
Record derive helper attributes, resolve them in IDE layer
Lukas Wirth
-3
/
+6
2022-07-26
feat: Downmap tokens inside derive helpers
Lukas Wirth
-2
/
+16
2022-07-25
revert nightly rustfmt formatting that accidentally slipped in
Amos Wenger
-1
/
+5
2022-07-24
Sort in DefMap::dump, since HashMap iteration order isn't defined
Amos Wenger
-8
/
+7
2022-07-22
Use ItemTree for modules in attrs_query
Lukas Wirth
-2
/
+4
2022-07-15
fix: Don't show qualified path completions for private items
Lukas Wirth
-18
/
+14
2022-06-15
Use the correct crates proc-macro loading error message
Lukas Wirth
-0
/
+7
2022-05-01
style: rename crates to kebab case
Peh
-0
/
+524