Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -5/+2 | |
* | Merge #6124 | bors[bot] | 2020-10-06 | 1 | -3/+3 | |
|\ | ||||||
| * | Properly name the field | Kirill Bulatov | 2020-10-02 | 1 | -2/+2 | |
| * | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 1 | -2/+2 | |
* | | Make ImportPrefix a configuration option | Lukas Wirth | 2020-10-05 | 2 | -1/+3 | |
* | | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 1 | -1/+2 | |
|/ | ||||||
* | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -1/+1 | |
* | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 1 | -0/+10 | |
* | Merge #5846 | bors[bot] | 2020-09-24 | 1 | -5/+31 | |
|\ | ||||||
| * | Remove exposing unification | adamrk | 2020-09-02 | 1 | -6/+0 | |
| * | Add back Param struct | adamrk | 2020-09-01 | 1 | -2/+12 | |
| * | Add references to fn args during completion | adamrk | 2020-08-30 | 1 | -6/+28 | |
* | | Apply suggestions from code review | Aleksey Kladov | 2020-09-21 | 1 | -5/+5 | |
* | | Document SemanticScope | Aleksey Kladov | 2020-09-21 | 1 | -0/+19 | |
* | | Rename `CustomDerive` to `ProcMacro` | Jonas Schievink | 2020-09-18 | 1 | -2/+2 | |
* | | Merge #5971 | bors[bot] | 2020-09-13 | 1 | -0/+7 | |
|\ \ | ||||||
| * | | Fix type walking about type of async block | oxalica | 2020-09-11 | 1 | -0/+5 | |
| * | | Implement async blocks | oxalica | 2020-09-10 | 1 | -0/+2 | |
| |/ | ||||||
* / | Rename record_field_pat to record_pat_field | Pavan Kumar Sunkara | 2020-09-10 | 2 | -6/+6 | |
|/ | ||||||
* | Tease apart orthogonal concerns in markdown link rewriting | Aleksey Kladov | 2020-08-26 | 5 | -321/+65 | |
* | Remove monomorphisation from doclinks resolving code | Aleksey Kladov | 2020-08-25 | 2 | -34/+43 | |
* | Remove AttrDef | Aleksey Kladov | 2020-08-25 | 4 | -66/+52 | |
* | Simplify | Aleksey Kladov | 2020-08-25 | 1 | -6/+6 | |
* | Move attrs from code_module to a separate module | Aleksey Kladov | 2020-08-25 | 3 | -126/+140 | |
* | Minor | Aleksey Kladov | 2020-08-25 | 1 | -9/+6 | |
* | Use the same abstraction for attrs and docs | Aleksey Kladov | 2020-08-25 | 2 | -9/+4 | |
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-25 | 1 | -8/+9 | |
|\ | ||||||
| * | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 | |
| * | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -7/+7 | |
* | | Changes from review | Zac Pullar-Strecker | 2020-08-25 | 2 | -18/+23 | |
* | | Renames, comments, and dead code removal | Zac Pullar-Strecker | 2020-08-24 | 3 | -22/+5 | |
* | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 4 | -4/+353 | |
|/ | ||||||
* | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 | |
* | Better API factoring around self access modes | Aleksey Kladov | 2020-08-19 | 3 | -46/+14 | |
* | Introduce hir::Param | Aleksey Kladov | 2020-08-19 | 1 | -2/+11 | |
* | Add SelfParam to code_model | Aleksey Kladov | 2020-08-19 | 3 | -24/+49 | |
* | Minor cleanups | Aleksey Kladov | 2020-08-19 | 1 | -7/+6 | |
* | Merge #5643 | bors[bot] | 2020-08-19 | 3 | -5/+62 | |
|\ | ||||||
| * | Add new method to Semantics, method_receiver_kind, which returns the kind of ... | Paul Daniel Faria | 2020-08-16 | 2 | -3/+45 | |
| * | Mark mutating functions with `mutable` modifier, and owning functions with `c... | Paul Daniel Faria | 2020-08-16 | 2 | -2/+17 | |
* | | Merge remote-tracking branch 'rust-analyzer/master' | Dmitry | 2020-08-18 | 4 | -45/+14 | |
|\| | ||||||
| * | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 4 | -45/+14 | |
* | | synchronizing changes | Dmitry | 2020-08-14 | 1 | -1/+1 | |
|/ | ||||||
* | Rename hypothetical -> speculative | Aleksey Kladov | 2020-08-14 | 1 | -5/+4 | |
* | Make hygiene private to hir | Aleksey Kladov | 2020-08-13 | 3 | -5/+26 | |
* | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 10 | -0/+3853 |