Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Goto type def through macros | kjeremy | 2019-11-18 | 1 | -7/+29 | |
* | | Fix test | kjeremy | 2019-11-18 | 1 | -10/+6 | |
* | | Support hover through macro | kjeremy | 2019-11-18 | 1 | -42/+66 | |
|/ | ||||||
* | Use Source<&ast::Name> in classify_name | kjeremy | 2019-11-18 | 4 | -25/+22 | |
* | Token-based reverse-mapping | Aleksey Kladov | 2019-11-18 | 1 | -8/+25 | |
* | More sources | Aleksey Kladov | 2019-11-18 | 2 | -41/+32 | |
* | Add ra_ide_api::expand | Aleksey Kladov | 2019-11-18 | 4 | -55/+69 | |
* | More Source | Aleksey Kladov | 2019-11-18 | 1 | -19/+18 | |
* | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 1 | -22/+26 | |
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 | |
* | Better factoring of macro expansion machinery in goto def | Aleksey Kladov | 2019-11-16 | 1 | -11/+20 | |
* | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 1 | -10/+40 | |
* | Source-ify name_definition | Aleksey Kladov | 2019-11-16 | 1 | -20/+19 | |
* | Sourcify classify_name_ref | Aleksey Kladov | 2019-11-16 | 5 | -21/+22 | |
* | Merge #2271 | bors[bot] | 2019-11-15 | 6 | -12/+17 | |
|\ | ||||||
| * | Force passing Source when creating a SourceAnalyzer | Aleksey Kladov | 2019-11-15 | 6 | -12/+17 | |
* | | Add a test that uses classify_name | kjeremy | 2019-11-15 | 1 | -0/+15 | |
* | | Handle ast::MacroCall in classify_name and impl FromSource for MacroDef | kjeremy | 2019-11-15 | 1 | -1/+13 | |
|/ | ||||||
* | Sourcify some things | Aleksey Kladov | 2019-11-15 | 2 | -4/+4 | |
* | Remove old impls infrastructure | Aleksey Kladov | 2019-11-15 | 2 | -12/+8 | |
* | Auto-upgrade some insta snapshots | Aleksey Kladov | 2019-11-15 | 16 | -1547/+1638 | |
* | Use Local more | Aleksey Kladov | 2019-11-15 | 1 | -8/+6 | |
* | Cleanup hover | Jeremy Kolb | 2019-11-15 | 1 | -111/+93 | |
* | Minor cleanup | Aleksey Kladov | 2019-11-12 | 1 | -2/+2 | |
* | fix typo | Greg | 2019-11-12 | 1 | -1/+1 | |
* | Implement postfix completions feature flag | Greg | 2019-11-12 | 2 | -0/+5 | |
* | Introduce hir::GenericParam | Aleksey Kladov | 2019-11-11 | 1 | -2/+3 | |
* | Add hir::Local | Aleksey Kladov | 2019-11-11 | 9 | -154/+81 | |
* | Refactor highlighting to use classify_name | Aleksey Kladov | 2019-11-11 | 1 | -72/+73 | |
* | Introduce ToNav trait | Aleksey Kladov | 2019-11-11 | 7 | -177/+200 | |
* | impl fmt::Display for BuiltinType | Aleksey Kladov | 2019-11-11 | 1 | -6/+2 | |
* | Merge #2203 | bors[bot] | 2019-11-11 | 1 | -19/+31 | |
|\ | ||||||
| * | Hover for builtins | Jeremy Kolb | 2019-11-10 | 1 | -19/+31 | |
* | | Add tests for resolving types in core and std preludes | Matthias Einwag | 2019-11-10 | 1 | -0/+62 | |
|/ | ||||||
* | Merge #2169 | bors[bot] | 2019-11-09 | 3 | -47/+154 | |
|\ | ||||||
| * | Remove map_ranges in RevTokenMap | Edwin Cheng | 2019-11-09 | 1 | -1/+1 | |
| * | Refactor and simpfily | Edwin Cheng | 2019-11-08 | 2 | -6/+3 | |
| * | Add note for recurseive macro generated code | Edwin Cheng | 2019-11-04 | 1 | -0/+1 | |
| * | Add tests | Edwin Cheng | 2019-11-04 | 1 | -0/+40 | |
| * | Use new expansion feature in goto_definition | Edwin Cheng | 2019-11-04 | 2 | -45/+114 | |
* | | Merge #2179 | bors[bot] | 2019-11-06 | 1 | -14/+13 | |
|\ \ | ||||||
| * | | HirDatabase stored attributes | Martin Asquino | 2019-11-04 | 1 | -14/+13 | |
| |/ | ||||||
* / | Cleanup complete_postfix | Aleksey Kladov | 2019-11-06 | 1 | -52/+57 | |
|/ | ||||||
* | Reexport relative_path from ra_db | Aleksey Kladov | 2019-11-03 | 7 | -12/+8 | |
* | Move CrateDefMap to hir_def | Aleksey Kladov | 2019-11-03 | 1 | -4/+4 | |
* | Use `bool` instead of `Option<bool>` and print it's value only when `true` | Martin Asquino | 2019-11-02 | 8 | -78/+5 | |
* | Set `deprecated` field on `CompletionItem`s | Martin Asquino | 2019-11-02 | 8 | -1/+185 | |
* | Change SourceAnalyzer method resoltion API | Florian Diebold | 2019-11-01 | 2 | -32/+18 | |
* | Complete items on traits as well | Florian Diebold | 2019-11-01 | 1 | -2/+46 | |
* | Complete trait assoc items | Florian Diebold | 2019-11-01 | 2 | -12/+48 |