Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 1 | -2/+2 |
* | Rename CallableDefId -> InternedCallabelDefid | Aleksey Kladov | 2020-07-16 | 1 | -3/+3 |
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 1 | -12/+0 |
* | Use Chalk closure support | Florian Diebold | 2020-07-15 | 1 | -52/+35 |
* | Search more efficiently for int/float impls | Florian Diebold | 2020-07-12 | 1 | -12/+34 |
* | Enable Chalk tracing in hir_ty tests | Florian Diebold | 2020-07-12 | 1 | -6/+3 |
* | Upgrade Chalk | Florian Diebold | 2020-07-12 | 1 | -4/+32 |
* | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 1 | -6/+4 |
* | Bump chalk | Laurențiu Nicola | 2020-06-26 | 1 | -15/+71 |
* | Replace `impls_in_trait` with `CrateImplDefs` | Jonas Schievink | 2020-06-19 | 1 | -8/+20 |
* | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 1 | -10/+42 |
* | Upgrade Chalk | Florian Diebold | 2020-05-27 | 1 | -25/+25 |
* | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 1 | -4/+35 |
* | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtId | Florian Diebold | 2020-05-22 | 1 | -8/+8 |
* | Split up chalk module a bit | Florian Diebold | 2020-05-22 | 1 | -958/+12 |
* | Provide Chalk well-known traits | Florian Diebold | 2020-05-22 | 1 | -6/+33 |
* | Use Chalk's built-in representations of primitive types | Florian Diebold | 2020-05-22 | 1 | -10/+160 |
* | Update Chalk | Florian Diebold | 2020-05-22 | 1 | -45/+74 |
* | Chalk upgrade | Florian Diebold | 2020-05-16 | 1 | -19/+38 |
* | Update Chalk, and cache Chalk env elaboration through a query | Florian Diebold | 2020-04-20 | 1 | -22/+123 |
* | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 1 | -5/+5 |
* | Switch Chalk to recursive solver | Florian Diebold | 2020-04-16 | 1 | -4/+4 |
* | Update Chalk | Florian Diebold | 2020-04-16 | 1 | -2/+3 |
*-. | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 1 | -5/+67 |
|\ \ | |||||
| * | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 1 | -5/+67 |
* | | | Upgrade Chalk | Florian Diebold | 2020-04-13 | 1 | -13/+66 |
|/ / | |||||
* / | Look up impls by self type | Florian Diebold | 2020-04-11 | 1 | -4/+7 |
|/ | |||||
* | Implement Chalk's debug methods using TLS | Florian Diebold | 2020-04-10 | 1 | -42/+39 |
* | Fix Chalk panic | Florian Diebold | 2020-04-06 | 1 | -1/+6 |
* | Upgrade Chalk again | Florian Diebold | 2020-04-05 | 1 | -12/+18 |
* | Upgrade Chalk | Florian Diebold | 2020-04-05 | 1 | -24/+99 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -57/+54 |
* | Drop larlpop-intern dep | Laurențiu Nicola | 2020-03-03 | 1 | -2/+2 |
* | Update chalk for Ty interners | Laurențiu Nicola | 2020-03-02 | 1 | -8/+11 |
* | Update chalk for RawId removal | Laurențiu Nicola | 2020-03-02 | 1 | -13/+7 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -4/+4 |
* | Bump chalk and replace TypeFamily with Interner | Laurențiu Nicola | 2020-02-24 | 1 | -49/+58 |
* | Implement dyn Trait unsizing as well | Florian Diebold | 2020-02-22 | 1 | -1/+3 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -2/+1 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -5/+5 |
* | Rename Ty::Param => Ty::Placeholder | Florian Diebold | 2020-02-14 | 1 | -2/+2 |
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -3/+8 |
* | Use variables in predicates as well | Florian Diebold | 2020-02-07 | 1 | -3/+3 |
* | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 1 | -12/+12 |
* | Upgrade Chalk | Florian Diebold | 2020-01-27 | 1 | -55/+53 |
* | Filter out error predicates in type bounds as well | Florian Diebold | 2019-12-22 | 1 | -2/+12 |
* | Introduce our own Chalk TypeFamily, instead of using ChalkIr | Florian Diebold | 2019-12-22 | 1 | -67/+89 |
* | Refactor Chalk integration some more | Florian Diebold | 2019-12-22 | 1 | -72/+76 |
* | Update Chalk, clean up Chalk integration a bit | Florian Diebold | 2019-12-22 | 1 | -93/+87 |
* | Use generic ItemLoc for impls | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |