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
Age
Commit message (
Expand
)
Author
Lines
2022-07-18
Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykril
bors
-17
/
+69
2022-07-16
Auto merge of #12689 - Veykril:macro-rec, r=Veykril
bors
-6
/
+8
2022-07-16
Auto merge of #12766 - Veykril:completion-vis, r=Veykril
bors
-1
/
+25
2022-07-15
fix: Don't show qualified path completions for private items
Lukas Wirth
-1
/
+25
2022-07-13
fix: Support generics in extract_function assist
Dorian Scheidt
-0
/
+9
2022-07-07
Handle generic args per arg index
Hongxu Xu
-4
/
+8
2022-07-06
Show only assoc type args in the correct arg pos
Hongxu Xu
-0
/
+17
2022-07-05
internal: Record all macro definitions in ItemScope
Lukas Wirth
-6
/
+8
2022-07-03
Bump smallvec
Laurențiu Nicola
-1
/
+1
2022-07-03
Bump either
Laurențiu Nicola
-1
/
+1
2022-07-01
fix: Simplify macro statement expansion handling
Lukas Wirth
-16
/
+19
2022-06-30
Auto merge of #12634 - iDawer:match-check.witnesses, r=flodiebold
bors
-1
/
+3
2022-06-28
fix: Report proc macro errors in expressions correctly as well
Florian Diebold
-3
/
+3
2022-06-27
fix: Fix completions for locals not working properly inside macro calls
Lukas Wirth
-18
/
+12
2022-06-25
add test for suggest_name
bitgaoshu
-14
/
+20
2022-06-24
Improve proc macro errors a bit
Florian Diebold
-81
/
+83
2022-06-24
functions resolve to impl
bitgaoshu
-58
/
+48
2022-06-24
fix: completes non exhaustive variant within the defining crate
yue4u
-0
/
+18
2022-06-23
Various cleanups
Florian Diebold
-8
/
+2
2022-06-23
goto where trait method impl
bitgaoshu
-3
/
+65
2022-06-20
internal: Simplify some completions
Lukas Wirth
-1
/
+9
2022-06-20
Display witnesses of non-exhaustive match
iDawer
-1
/
+3
2022-06-16
the offset used for the completion cursor should always be relative to the or...
XFFXFF
-2
/
+8
2022-06-16
the scope of the return type is not the body of the function
XFFXFF
-6
/
+4
2022-06-15
Use the correct crates proc-macro loading error message
Lukas Wirth
-11
/
+7
2022-06-15
Show proc-macro loading errors in unresolved-proc-macro diagnostics
Lukas Wirth
-2
/
+13
2022-06-14
fix: Check for the correct proc-macro settings in missing proc-macro diagnostics
Lukas Wirth
-3
/
+8
2022-06-12
More precise proc-macro errors
Lukas Wirth
-10
/
+19
2022-06-10
internal: Bump Dependencies
Lukas Wirth
-4
/
+9
2022-05-28
fix(ide-db): correct single-file module rename
Nikita Podoliako
-0
/
+5
2022-05-23
fix: When reference searching macro inputs, don't search everything that was ...
Lukas Wirth
-7
/
+7
2022-05-19
Teach `Callable` about closures properly
Jonas Schievink
-17
/
+54
2022-05-16
Handle getters and setters in documentation template assist
Jonas Schievink
-0
/
+1
2022-05-14
feat: Add binding mode inlay hints
Lukas Wirth
-7
/
+64
2022-05-09
Resolve assoc. types of supertraits in the IDE layer
Jonas Schievink
-1
/
+6
2022-05-06
fix: Fix snippets triggering where they shouldn't
Lukas Wirth
-4
/
+5
2022-05-05
internal: Remove unqualified_path completions module
Lukas Wirth
-4
/
+6
2022-05-05
Auto merge of #12150 - rainy-me:feat/fix-doc-url-links, r=rainy-me
bors
-18
/
+1
2022-05-05
fix: doc url link type
rainy-me
-18
/
+1
2022-05-04
improve the default constructor mode when filling fields
Benjamin Coenen
-0
/
+4
2022-05-02
fix: Fix uncorrect use of double braces in HirDisplay implementations
Lukas Wirth
-5
/
+5
2022-05-01
style: rename crates to kebab case
Peh
-4
/
+4
2022-04-27
Diagnose unresolved derive macros
Jonas Schievink
-3
/
+10
2022-04-24
#11973 associated type is unresolved
bitgaoshu
-1
/
+7
2022-04-16
Show `impl Trait` in argument positon in completion details
iDawer
-19
/
+19
2022-04-16
Add `hir::Function::async_ret_type` method
iDawer
-0
/
+17
2022-04-16
fix: comletion detail shows `{unknown}` for `impl Trait` in return position
iDawer
-3
/
+3
2022-04-15
Auto merge of #12003 - Veykril:hir-ty-simplify, r=Veykril
bors
-86
/
+48
2022-04-15
Remove duplicated crate id field from hir::Type
Lukas Wirth
-86
/
+48
2022-04-15
fix: Do reference search on all downmapped tokens with the same kind only
Lukas Wirth
-31
/
+50
[next]