Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Add SubstsBuilder | Florian Diebold | 2019-09-26 | 1 | -3/+11 |
* | Resolve trait associated items | Florian Diebold | 2019-09-25 | 1 | -0/+10 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 |
* | Give closures types | Florian Diebold | 2019-09-24 | 1 | -0/+20 |
* | Drive by lints | kjeremy | 2019-09-23 | 1 | -1/+1 |
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -1/+1 |
* | Remove TraitItem and ImplItem in favor of AssocItem | Florian Diebold | 2019-09-17 | 1 | -24/+9 |
* | Refactor a bit to prepare for resolving trait assoc items | Florian Diebold | 2019-09-17 | 1 | -0/+31 |
* | Remove `is_unnamed` | Dylan MacKenzie | 2019-09-16 | 1 | -4/+0 |
* | Gracefully handle `const _` items in `ConstData` | Dylan MacKenzie | 2019-09-16 | 1 | -4/+8 |
* | Specify desirable namespace when calling resolve | Aleksey Kladov | 2019-09-13 | 1 | -6/+4 |
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 1 | -14/+15 |
* | generalize impl_froms to nested enums | Aleksey Kladov | 2019-09-12 | 1 | -19/+1 |
* | make various enums "inherit" from AdtDef | Aleksey Kladov | 2019-09-12 | 1 | -6/+55 |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -1/+2 |
* | Fix crash for super trait cycles | Florian Diebold | 2019-09-07 | 1 | -18/+18 |
* | Use traits from where clauses for method resolution | Florian Diebold | 2019-09-07 | 1 | -9/+12 |
* | Lower bounds on trait definition, and resolve assoc types from super traits | Florian Diebold | 2019-09-07 | 1 | -2/+52 |
* | Add an expr_source method analogous to the source methods in the code model | Florian Diebold | 2019-09-02 | 1 | -13/+38 |
* | Report type mismatches in analysis-stats | Florian Diebold | 2019-09-02 | 1 | -1/+1 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -2/+2 |
* | Add representations of associated types | Florian Diebold | 2019-08-12 | 1 | -0/+4 |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -11/+8 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -1/+1 |
* | cargo format | Muhammad Mominul Huque | 2019-07-07 | 1 | -1/+4 |
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 1 | -23/+24 |
* | properly restrict diagnostics to a single file | Aleksey Kladov | 2019-07-05 | 1 | -1/+6 |
* | Merge #1491 | bors[bot] | 2019-07-05 | 1 | -16/+16 |
|\ | |||||
| * | &self -> self | Jeremy Kolb | 2019-07-05 | 1 | -13/+13 |
| * | Clippy changes | Jeremy Kolb | 2019-07-05 | 1 | -3/+3 |
* | | Fix clippy::redundant_clone | Shotaro Yamada | 2019-07-05 | 1 | -1/+1 |
|/ | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -11/+19 |
* | Add completion for type aliases | Shotaro Yamada | 2019-07-02 | 1 | -0/+4 |
* | Complete associated methods on enums (and unions) as well | Florian Diebold | 2019-06-29 | 1 | -0/+4 |
* | Add firewall query to lang items | Aleksey Kladov | 2019-06-19 | 1 | -1/+1 |
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 1 | -24/+22 |
* | Simplifications / cleanup from review | Florian Diebold | 2019-06-16 | 1 | -2/+1 |
* | Add basic infrastructure for assoc type projection | Florian Diebold | 2019-06-15 | 1 | -2/+19 |
* | move docs under code model | Aleksey Kladov | 2019-06-11 | 1 | -0/+1 |
* | move source to a seaparate file | Aleksey Kladov | 2019-06-11 | 1 | -120/+3 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -50/+1 |
* | use Source for module, part 2 | Aleksey Kladov | 2019-06-11 | 1 | -2/+2 |
* | use Source for module, part 1 | Aleksey Kladov | 2019-06-11 | 1 | -8/+5 |
* | use Source for StructField | Aleksey Kladov | 2019-06-11 | 1 | -2/+9 |
* | use Source for MacroDef | Aleksey Kladov | 2019-06-11 | 1 | -5/+10 |
* | use Source for impl block | Aleksey Kladov | 2019-06-11 | 1 | -5/+2 |
* | use Source for Trait | Aleksey Kladov | 2019-06-11 | 1 | -5/+16 |
* | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 1 | -2/+9 |
* | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -12/+22 |