Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor a bit to prepare for resolving trait assoc items | Florian Diebold | 2019-09-17 | 1 | -1/+1 | |
* | Define known paths and group names | uHOOCCOOHu | 2019-09-15 | 1 | -6/+2 | |
* | Support path starting with a type | uHOOCCOOHu | 2019-09-15 | 1 | -9/+5 | |
* | Specify desirable namespace when calling resolve | Aleksey Kladov | 2019-09-13 | 1 | -25/+41 | |
* | start cleaning up the resolution | Aleksey Kladov | 2019-09-12 | 1 | -6/+5 | |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -3/+3 | |
* | Correctly build BodySourceMap for macro-expanded expressions | Aleksey Kladov | 2019-09-03 | 1 | -7/+22 | |
* | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 1 | -4/+10 | |
* | Add an expr_source method analogous to the source methods in the code model | Florian Diebold | 2019-09-02 | 1 | -3/+3 | |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -4/+4 | |
* | rustfmt | Evgenii P | 2019-08-04 | 1 | -3/+1 | |
* | Idiomatic return | Evgenii P | 2019-08-04 | 1 | -1/+1 | |
* | Employ early return pattern more | Evgenii P | 2019-08-04 | 1 | -10/+8 | |
* | source_binder.rs: fix order of imports | Evgenii P | 2019-08-04 | 1 | -9/+10 | |
* | Use std::future::Future trait from stdlib | Evgenii P | 2019-08-03 | 1 | -21/+36 | |
* | Use future lang item instead of hardcoded std::future::Future | Evgenii P | 2019-08-02 | 1 | -31/+10 | |
* | rustfmt | Evgenii P | 2019-08-02 | 1 | -10/+13 | |
* | Implement completion for the .await syntax | Evgenii P | 2019-08-02 | 1 | -0/+37 | |
* | show local variable types in completion | Ekaterina Babshukova | 2019-07-23 | 1 | -0/+8 | |
* | provide completion in struct patterns | Ekaterina Babshukova | 2019-07-21 | 1 | -2/+7 | |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 | |
* | cleanup casts | Aleksey Kladov | 2019-07-19 | 1 | -9/+5 | |
* | several highlighting cleanups | Aleksey Kladov | 2019-07-19 | 1 | -2/+13 | |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -27/+27 | |
* | complete fields in enum variants | Ekaterina Babshukova | 2019-07-12 | 1 | -0/+5 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -2/+2 | |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+11 | |
* | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 1 | -0/+11 | |
* | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 1 | -3/+3 | |
* | remove some hacks from nameresolution for macros | Aleksey Kladov | 2019-06-08 | 1 | -3/+2 | |
* | somewhat better name | Aleksey Kladov | 2019-06-08 | 1 | -2/+2 | |
* | one macro def should be enough | Aleksey Kladov | 2019-06-08 | 1 | -24/+6 | |
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -7/+4 | |
* | Improve goto definition for MBE | Edwin Cheng | 2019-06-01 | 1 | -2/+7 | |
* | fix syntax errors in tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 | |
* | simplify | Aleksey Kladov | 2019-05-12 | 1 | -15/+3 | |
* | simplify | Aleksey Kladov | 2019-05-12 | 1 | -7/+6 | |
* | Merge #1208 | bors[bot] | 2019-05-04 | 1 | -3/+40 | |
|\ | ||||||
| * | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -3/+40 | |
* | | Handle recursive types in canonicalization | Florian Diebold | 2019-05-04 | 1 | -1/+1 | |
* | | Canonicalize before doing method resolution | Florian Diebold | 2019-05-04 | 1 | -1/+10 | |
|/ | ||||||
* | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 1 | -14/+1 | |
* | complete_import: prevent panic when the anchor is the completion source range | Andrea Pretto | 2019-04-21 | 1 | -5/+1 | |
* | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 1 | -1/+18 | |
* | Refactor method candidate generation a bit | Florian Diebold | 2019-04-14 | 1 | -1/+11 | |
* | cleanups | Aleksey Kladov | 2019-04-13 | 1 | -3/+11 | |
* | slight encapsulation | Aleksey Kladov | 2019-04-13 | 1 | -2/+2 | |
* | move ScopeEntryWithSyntax | Aleksey Kladov | 2019-04-13 | 1 | -1/+17 | |
* | drop obsolete fixme | Aleksey Kladov | 2019-04-13 | 1 | -4/+4 | |
* | hide resolver | Aleksey Kladov | 2019-04-13 | 1 | -6/+14 |