Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | inline snapshots | funkill2 | 2019-07-01 | 1 | -157/+366 | |
* | put source maps first for better stats | Aleksey Kladov | 2019-06-30 | 1 | -2/+2 | |
* | collect more macros, they are heavy | Aleksey Kladov | 2019-06-30 | 1 | -0/+1 | |
* | print memory usage for queries | Aleksey Kladov | 2019-06-30 | 2 | -1/+66 | |
* | Move memory usage statistics to ra_prof | Aleksey Kladov | 2019-06-30 | 3 | -64/+2 | |
* | Merge #1456 | bors[bot] | 2019-06-29 | 1 | -1/+31 | |
|\ | ||||||
| * | Deduplicate method candidates | Florian Diebold | 2019-06-29 | 1 | -1/+31 | |
* | | Complete associated methods on enums (and unions) as well | Florian Diebold | 2019-06-29 | 3 | -6/+87 | |
|/ | ||||||
* | show macros in file structure | Ekaterina Babshukova | 2019-06-28 | 2 | -5/+25 | |
* | make sure that CrateDefMap is independent from syntax | Aleksey Kladov | 2019-06-26 | 1 | -0/+1 | |
* | Merge #1429 | bors[bot] | 2019-06-24 | 2 | -1/+10 | |
|\ | ||||||
| * | Add box postfix completion | Kan-Ru Chen | 2019-06-23 | 2 | -1/+10 | |
* | | Add SourceRoot::is_library, in preparation for salsa's durability | Aleksey Kladov | 2019-06-24 | 1 | -1/+2 | |
|/ | ||||||
* | don' collect macros | Aleksey Kladov | 2019-06-20 | 1 | -3/+6 | |
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 4 | -11/+11 | |
* | add analysis-bench to benchmark incremental analysis | Aleksey Kladov | 2019-06-16 | 2 | -1/+3 | |
* | Merge #1408 | bors[bot] | 2019-06-16 | 2 | -2/+2 | |
|\ | ||||||
| * | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 2 | -2/+2 | |
* | | reuse AnalysisHost in batch analysis | Aleksey Kladov | 2019-06-15 | 1 | -0/+3 | |
|/ | ||||||
* | check for cancellation when executing queries | Aleksey Kladov | 2019-06-12 | 1 | -2/+6 | |
* | Merge #1382 | bors[bot] | 2019-06-12 | 3 | -3/+20 | |
|\ | ||||||
| * | make LRU cache configurable | Aleksey Kladov | 2019-06-12 | 2 | -4/+19 | |
| * | make LRU_CAP configurable for batch db | Aleksey Kladov | 2019-06-12 | 1 | -2/+3 | |
| * | use salsa's LRU for syntax trees | Aleksey Kladov | 2019-06-12 | 2 | -2/+3 | |
* | | Merge #1394 | bors[bot] | 2019-06-11 | 1 | -6/+23 | |
|\ \ | |/ |/| | ||||||
| * | Fix hover for pat that shadows items | Shotaro Yamada | 2019-06-11 | 1 | -6/+23 | |
* | | move docs under code model | Aleksey Kladov | 2019-06-11 | 2 | -10/+6 | |
* | | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 4 | -8/+9 | |
* | | use Source for module, part 2 | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 | |
* | | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 3 | -8/+7 | |
* | | use Source for StructField | Aleksey Kladov | 2019-06-11 | 2 | -5/+5 | |
* | | use Source for MacroDef | Aleksey Kladov | 2019-06-11 | 2 | -7/+7 | |
* | | use Source for impl block | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 | |
* | | use Source for Trait | Aleksey Kladov | 2019-06-11 | 2 | -26/+4 | |
* | | simplify | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 | |
* | | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 3 | -33/+10 | |
* | | reduce duplication in hover | Aleksey Kladov | 2019-06-11 | 1 | -56/+24 | |
* | | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 3 | -36/+11 | |
* | | use Source for Function | Aleksey Kladov | 2019-06-11 | 4 | -15/+9 | |
* | | Introduce HasSource trait | Aleksey Kladov | 2019-06-11 | 1 | -28/+18 | |
* | | use Source more | Aleksey Kladov | 2019-06-11 | 2 | -43/+22 | |
* | | introduce Source struct | Aleksey Kladov | 2019-06-11 | 2 | -14/+17 | |
|/ | ||||||
* | Simpliy hover on ast::name | Edwin Cheng | 2019-06-10 | 2 | -17/+35 | |
* | Use classify_name_ref in hover | Edwin Cheng | 2019-06-10 | 3 | -14/+131 | |
* | Remove incorrect FIXME | Edwin Cheng | 2019-06-09 | 1 | -2/+0 | |
* | Formating | Edwin Cheng | 2019-06-09 | 1 | -2/+1 | |
* | Use &str instread of Option<String> | Edwin Cheng | 2019-06-09 | 2 | -5/+5 | |
* | Rename "string" to "buf" | Edwin Cheng | 2019-06-09 | 1 | -8/+8 | |
* | Rename Description to ShortLabel | Edwin Cheng | 2019-06-09 | 5 | -133/+133 | |
* | Make description_from_symbol depends on symbol | Edwin Cheng | 2019-06-09 | 1 | -5/+5 |