| Commit message (Expand) | Author | Age | Files | Lines |
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 1 | -3/+3 |
* | Rename CallableDefId -> InternedCallabelDefid | Aleksey Kladov | 2020-07-16 | 1 | -1/+7 |
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 1 | -3/+1 |
* | Use Chalk closure support | Florian Diebold | 2020-07-15 | 1 | -6/+8 |
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 1 | -1/+0 |
* | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 1 | -5/+8 |
* | (Partially) fix handling of type params depending on type params | Florian Diebold | 2020-06-29 | 1 | -2/+2 |
* | Replace `impls_in_trait` with `CrateImplDefs` | Jonas Schievink | 2020-06-19 | 1 | -10/+5 |
* | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 1 | -4/+16 |
* | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 1 | -0/+5 |
* | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtId | Florian Diebold | 2020-05-22 | 1 | -1/+1 |
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
* | Update Chalk, and cache Chalk env elaboration through a query | Florian Diebold | 2020-04-20 | 1 | -0/+7 |
* | Look up impls by self type | Florian Diebold | 2020-04-11 | 1 | -2/+7 |
* | Cleanup memory usage stats | Aleksey Kladov | 2020-03-25 | 1 | -0/+1 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -2/+2 |
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 1 | -6/+6 |
* | Don't reuse the Chalk solver | Florian Diebold | 2020-03-06 | 1 | -8/+0 |
* | Allow specifying additional info on call to profile | Aleksey Kladov | 2020-03-06 | 1 | -1/+10 |
* | Less confusing profile names | Aleksey Kladov | 2020-03-06 | 1 | -1/+1 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -3/+3 |
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -3/+4 |
* | Use variables in predicates as well | Florian Diebold | 2020-02-07 | 1 | -2/+2 |
* | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 1 | -6/+11 |
* | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 1 | -6/+6 |
* | Split `infer` query into two for better profiling | Michal Terepeta | 2020-01-03 | 1 | -1/+10 |
* | Update Chalk, clean up Chalk integration a bit | Florian Diebold | 2019-12-22 | 1 | -25/+10 |
* | Add cycle recovery for type aliases | Florian Diebold | 2019-11-30 | 1 | -0/+1 |
* | Add cycle recovery for generic predicates | Florian Diebold | 2019-11-30 | 1 | -0/+1 |
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 1 | -3/+7 |
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 1 | -1/+4 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+116 |