Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more type safety | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 | |
* | add typed ids | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 | |
* | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 1 | -1/+3 | |
* | make macro parsing a query | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 | |
* | Basics for trait method resolution | Florian Diebold | 2019-03-25 | 1 | -0/+1 | |
* | switch modules to new diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -1/+1 | |
* | diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -0/+1 | |
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 | |
* | TypeName => TypeCtor | Florian Diebold | 2019-03-21 | 1 | -1/+1 | |
* | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -1/+1 | |
* | remove old macro support | Aleksey Kladov | 2019-03-17 | 1 | -2/+0 | |
* | remove ItemMap | Aleksey Kladov | 2019-03-17 | 1 | -1/+1 | |
* | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 1 | -1/+0 | |
* | Replace Display by a pretty printing trait for Ty | Florian Diebold | 2019-03-16 | 1 | -1/+1 | |
* | remove Def | Aleksey Kladov | 2019-03-12 | 1 | -1/+0 | |
* | rename scopes | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 | |
* | Add const type inference | Ville Penttinen | 2019-02-25 | 1 | -1/+1 | |
* | Rename Type => TypeAlias | Florian Diebold | 2019-02-24 | 1 | -1/+1 | |
* | Implement support for type aliases | Florian Diebold | 2019-02-24 | 1 | -0/+1 | |
* | introduce completion presentation | Aleksey Kladov | 2019-02-24 | 1 | -1/+1 | |
* | Clean up imports a bit | Florian Diebold | 2019-02-24 | 1 | -2/+2 | |
* | remove query_definitions | Aleksey Kladov | 2019-02-11 | 1 | -1/+0 | |
* | add graph fixture | Aleksey Kladov | 2019-02-11 | 1 | -0/+1 | |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -2/+1 | |
* | Use new Resolver API in type inference | Florian Diebold | 2019-02-01 | 1 | -2/+2 | |
* | Sketching the resolver API | Florian Diebold | 2019-02-01 | 1 | -0/+2 | |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -1/+1 | |
* | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 1 | -1/+1 | |
* | add ability to get strcut field source | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 | |
* | move adt to adt | Aleksey Kladov | 2019-01-24 | 1 | -2/+3 | |
* | Kill DefId | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 | |
* | kill DefKindc | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 | |
* | macro-generate froms | Aleksey Kladov | 2019-01-24 | 1 | -0/+12 | |
* | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 | |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 | |
* | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 | |
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 1 | -0/+2 | |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -2/+3 | |
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 | |
* | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 1 | -0/+1 | |
* | Move pattern type inference from adt::StructField to core_model_impl (WIP) | Marcus Klaas de Vries | 2019-01-19 | 1 | -0/+1 | |
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -1/+1 | |
* | remove Cancelable from type inference | Aleksey Kladov | 2019-01-15 | 1 | -9/+0 | |
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+2 | |
* | envapsulate navigation target better | Aleksey Kladov | 2019-01-11 | 1 | -1/+1 | |
* | Merge #470 | bors[bot] | 2019-01-10 | 1 | -1/+1 | |
|\ | ||||||
| * | Implement type inference for enum variants | Marcus Klaas de Vries | 2019-01-10 | 1 | -1/+1 | |
* | | introduce marking infrastructure for maintainable tests | Aleksey Kladov | 2019-01-10 | 1 | -0/+2 | |
|/ | ||||||
* | show field types in completion | Aleksey Kladov | 2019-01-09 | 1 | -1/+1 | |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -3/+3 |