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
/
ide-completion
/
src
/
render
Age
Commit message (
Expand
)
Author
Lines
2022-07-16
fix: Improve self param completion applicability
Lukas Wirth
-2
/
+2
2022-07-08
Update remaining GitHub URLs
Jonas Schievink
-1
/
+1
2022-07-02
fix: escape for enum variant
yue4u
-3
/
+3
2022-07-02
fix: variants rendering in pattern path
yue4u
-21
/
+14
2022-06-26
complete raw identifier with "r#" prefix
Hongxu Xu
-44
/
+67
2022-06-24
fix: completes non exhaustive variant within the defining crate
yue4u
-5
/
+6
2022-06-20
Remove pattern rendering hack
Lukas Wirth
-5
/
+18
2022-06-20
fix: Fix auto-ref completions inserting into wrong locations
Lukas Wirth
-54
/
+46
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-111
/
+92
2022-06-18
internal: NameRefKind classification is not optional
Lukas Wirth
-23
/
+36
2022-06-18
internal: Split flyimport into its 3 applicable contexts
Lukas Wirth
-2
/
+12
2022-06-17
Only run completion functions if their corresponding context is active
Lukas Wirth
-64
/
+77
2022-06-17
Introduce NameRefKind for completions
Lukas Wirth
-2
/
+6
2022-06-06
fix: avoid adding enum parens in use
yue4u
-6
/
+17
2022-06-03
Remove some of the unnecessary helpfer functions from CompletionContext
Lukas Wirth
-2
/
+2
2022-06-03
Fix visibility mods not being completed for field defs
Lukas Wirth
-1
/
+1
2022-05-24
internal: Simplify DotAccess representation in completions
Lukas Wirth
-2
/
+7
2022-05-13
fix: Fix fill-arguments completions not working
Lukas Wirth
-4
/
+5
2022-05-10
Simplify
Lukas Wirth
-2
/
+2
2022-05-07
Merge the different identifier contexts into one enum
Lukas Wirth
-1
/
+1
2022-05-07
Introduce NameRefContext
Lukas Wirth
-9
/
+8
2022-05-06
fix: Fix snippets triggering where they shouldn't
Lukas Wirth
-1
/
+1
2022-05-06
internal: completion PathKind is not optional
Lukas Wirth
-3
/
+3
2022-05-05
internal: Lift out macro bang property from PathKind enum
Lukas Wirth
-3
/
+7
2022-05-01
style: rename crates to kebab case
Peh
-0
/
+1508