This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d034ab0f92
rust
/
crates
/
ide-completion
/
src
History
Download ZIP
Download TAR.GZ
Lukas Wirth
d085ade631
Remove dead test code
2024-03-14 16:24:51 +01:00
..
completions
feat: Support macro calls in eager macros for IDE features
2024-03-14 15:40:35 +01:00
context
fix: Fix completions panicking with certain macro setups
2024-02-27 09:35:57 +01:00
render
fix: clippy
2024-02-13 10:11:17 +00:00
tests
completions: speed up completions by filtering non-applicable traits
2024-02-26 12:49:11 -05:00
completions.rs
Cleanup term search related changes
2024-02-11 14:35:54 +02:00
config.rs
Optionally disable term search for autocompletion
2024-02-11 13:33:29 +02:00
context.rs
fix: Split toolchain and datalayout out of CrateData
2024-02-16 14:48:25 +01:00
item.rs
feat: Add proc macro semantic token type
2024-03-11 22:14:59 +09:00
lib.rs
Remove dead test code
2024-03-14 16:24:51 +01:00
render.rs
Improve generics handling in term search
2024-02-26 20:17:09 +02:00
snippet.rs
Always render the path to be imported in the completion detail
2023-12-11 18:37:12 +01:00
tests.rs
Optionally disable term search for autocompletion
2024-02-11 13:33:29 +02:00