Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -1/+14 |
* | Remove some TextUnit->usize escapees | CAD97 | 2020-03-13 | 2 | -8/+8 |
* | Merge #3549 | bors[bot] | 2020-03-11 | 1 | -0/+7 |
|\ | |||||
| * | Add resolve_extern_path in DB | Edwin Cheng | 2020-03-10 | 1 | -0/+7 |
* | | Merge #3542 | bors[bot] | 2020-03-11 | 1 | -5/+23 |
|\ \ | |||||
| * | | find_usages limited to actual usages again | Matt Niemeir | 2020-03-11 | 1 | -14/+14 |
| * | | Renaming a local renames struct field shorthand | Matt Niemeir | 2020-03-10 | 1 | -9/+15 |
| * | | 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 | 1 | -2/+2 |
|/ | |||||
* | 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 |
* | 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 |
* | 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 | 1 | -3/+146 |
* | 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 | 3 | -0/+16 |
* | Move reference classification to ra_ide_db | Aleksey Kladov | 2020-03-03 | 1 | -3/+75 |
* | 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 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 2 | -49/+27 |
* | 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 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
* | Remove unicase dependency | Aleksey Kladov | 2020-02-18 | 1 | -7/+13 |
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -1/+1 |
* | Drop proptest tests | Aleksey Kladov | 2020-02-17 | 2 | -102/+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 | 1 | -24/+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 |