Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Struct field rename renames field in constructor field shorthand | Matt Niemeir | 2020-03-10 | 1 | -5/+17 | |
| | | | ||||||
* | | | Move FeatureFlags | Aleksey Kladov | 2020-03-10 | 2 | -84/+3 | |
| | | | ||||||
* | | | Pull completion options up to the rust-analyzer | Aleksey Kladov | 2020-03-10 | 1 | -0/+4 | |
| |/ |/| | ||||||
* | | :arrow_up: fst | Aleksey Kladov | 2020-03-10 | 2 | -3/+3 | |
|/ | ||||||
* | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 2 | -11/+1 | |
| | ||||||
* | Show mod path in hover tooltip | Kirill Bulatov | 2020-03-07 | 1 | -0/+4 | |
| | ||||||
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 1 | -3/+3 | |
| | ||||||
* | Don't reuse the Chalk solver | Florian Diebold | 2020-03-06 | 1 | -1/+0 | |
| | | | | | This slows down analysis-stats a bit (~5% in my measurement), but improves incremental checking a lot because we can reuse trait solve results. | |||||
* | Don't creat public APIs with typos | Aleksey Kladov | 2020-03-06 | 1 | -1/+1 | |
| | ||||||
* | Concise mode for parameter hints | Aleksey Kladov | 2020-03-06 | 1 | -0/+1 | |
| | | | | | This works around VS Code bug where it tries to cram everything in a tiny popup, and brings experience closer to Intellij. | |||||
* | Feature flag for arg snippets | Aleksey Kladov | 2020-03-06 | 1 | -0/+1 | |
| | ||||||
* | Fix docs | Aleksey Kladov | 2020-03-04 | 1 | -4/+10 | |
| | ||||||
* | Cleanup API | Aleksey Kladov | 2020-03-04 | 1 | -47/+47 | |
| | ||||||
* | Fix tests | Aleksey Kladov | 2020-03-04 | 2 | -1/+3 | |
| | ||||||
* | Use method instead of a free function | Aleksey Kladov | 2020-03-04 | 1 | -61/+64 | |
| | ||||||
* | Move find_refs_to_def | Aleksey Kladov | 2020-03-04 | 2 | -3/+147 | |
| | ||||||
* | Move ReferenceKind | Aleksey Kladov | 2020-03-04 | 1 | -1/+20 | |
| | ||||||
* | Move SearchScope | Aleksey Kladov | 2020-03-04 | 2 | -0/+148 | |
| | ||||||
* | Support cross-crate marks | Aleksey Kladov | 2020-03-04 | 4 | -0/+17 | |
| | ||||||
* | Move reference classification to ra_ide_db | Aleksey Kladov | 2020-03-03 | 1 | -3/+75 | |
| | | | | Lost some marks along the way :-( | |||||
* | Rename NameDefinition -> Definition | Aleksey Kladov | 2020-03-03 | 2 | -46/+47 | |
| | ||||||
* | Refactor reference search a bit | Aleksey Kladov | 2020-03-03 | 1 | -1/+27 | |
| | ||||||
* | Simplify: remove couple of useless functions | Aleksey Kladov | 2020-03-02 | 1 | -19/+11 | |
| | ||||||
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -2/+2 | |
| | ||||||
* | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 1 | -0/+6 | |
| | ||||||
* | Classify name takes const patterns into account | Aleksey Kladov | 2020-02-28 | 2 | -2/+28 | |
| | ||||||
* | Fix union classification | Aleksey Kladov | 2020-02-28 | 1 | -0/+4 | |
| | ||||||
* | Ensure that semantic tokens are single-line | Aleksey Kladov | 2020-02-27 | 1 | -1/+43 | |
| | ||||||
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -12/+0 | |
| | ||||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 2 | -49/+27 | |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | |||||
* | Actually drop unicase dependency | Aleksey Kladov | 2020-02-26 | 1 | -1/+0 | |
| | ||||||
* | Merge NameDefinition and NameKind | Aleksey Kladov | 2020-02-19 | 2 | -40/+23 | |
| | ||||||
* | Derive visibility as well | Aleksey Kladov | 2020-02-19 | 1 | -39/+44 | |
| | ||||||
* | Don't store deriveable Module info in NameDefinition | Aleksey Kladov | 2020-02-19 | 1 | -43/+37 | |
| | ||||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -9/+10 | |
| | ||||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 | |
| | ||||||
* | Remove unicase dependency | Aleksey Kladov | 2020-02-18 | 2 | -8/+13 | |
| | ||||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -1/+1 | |
| | ||||||
* | Drop proptest tests | Aleksey Kladov | 2020-02-17 | 3 | -108/+0 | |
| | | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time. | |||||
* | Remove extra dep | Aleksey Kladov | 2020-02-15 | 1 | -1/+0 | |
| | ||||||
* | Rename | Aleksey Kladov | 2020-02-07 | 2 | -5/+5 | |
| | ||||||
* | Remove irrelevant distinction | Aleksey Kladov | 2020-02-07 | 1 | -28/+4 | |
| | ||||||
* | Remove the leftovers after ImportLocator removal | Kirill Bulatov | 2020-02-06 | 1 | -2/+2 | |
| | ||||||
* | Fix tests | Aleksey Kladov | 2020-02-06 | 1 | -1/+1 | |
| | ||||||
* | Make assists use ImportsLocator directly | Aleksey Kladov | 2020-02-06 | 2 | -25/+21 | |
| | ||||||
* | Move imports locator to ide_db | Aleksey Kladov | 2020-02-06 | 2 | -0/+76 | |
| | ||||||
* | Add a fixme note | Aleksey Kladov | 2020-02-06 | 1 | -0/+2 | |
| | ||||||
* | Move NameKind up | Aleksey Kladov | 2020-02-06 | 2 | -0/+195 | |
| | ||||||
* | Docs | Aleksey Kladov | 2020-02-06 | 5 | -75/+84 | |
| | ||||||
* | Cleanup | Aleksey Kladov | 2020-02-06 | 4 | -79/+7 | |
| |