Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -4/+4 | |
* | make Parse generic | Aleksey Kladov | 2019-07-18 | 3 | -6/+8 | |
* | Merge #1547 | bors[bot] | 2019-07-18 | 1 | -5/+4 | |
|\ | ||||||
| * | cleanup imports | Aleksey Kladov | 2019-07-18 | 1 | -5/+4 | |
* | | prettier colors | Aleksey Kladov | 2019-07-18 | 3 | -18/+21 | |
|/ | ||||||
* | Merge #1537 | bors[bot] | 2019-07-18 | 1 | -26/+103 | |
|\ | ||||||
| * | Restrict some postfix completions to bool and unknown expr. | Marco Groppo | 2019-07-17 | 1 | -26/+103 | |
* | | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 3 | -54/+102 | |
|/ | ||||||
* | Some renamings for clarity | Florian Diebold | 2019-07-14 | 1 | -1/+1 | |
* | complete fields in enum variants | Ekaterina Babshukova | 2019-07-12 | 1 | -15/+88 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 21 | -82/+82 | |
* | account for dependencies when showing memory usage | Aleksey Kladov | 2019-07-12 | 1 | -0/+7 | |
* | Unify `normalize` and `implements` to simplify code | Florian Diebold | 2019-07-08 | 1 | -2/+1 | |
* | inline snapshot in complete_postfix | funkill2 | 2019-07-07 | 2 | -75/+71 | |
* | Merge #1495 | bors[bot] | 2019-07-05 | 1 | -8/+5 | |
|\ | ||||||
| * | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 1 | -8/+5 | |
* | | Clippy trivially_copy_pass_by_ref | Jeremy Kolb | 2019-07-05 | 2 | -3/+3 | |
|/ | ||||||
* | Fix clippy::redundant_clone | Shotaro Yamada | 2019-07-05 | 2 | -3/+3 | |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 4 | -7/+6 | |
* | Merge #1485 | bors[bot] | 2019-07-04 | 1 | -1/+1 | |
|\ | ||||||
| * | rand 0.7.0 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 | |
* | | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 44 | -235/+215 | |
|/ | ||||||
* | Add completion for type aliases | Shotaro Yamada | 2019-07-02 | 1 | -1/+41 | |
* | remove snapshot files | funkill2 | 2019-07-01 | 13 | -273/+0 | |
* | 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 |