Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplifications / cleanup from review | Florian Diebold | 2019-06-16 | 1 | -1/+3 |
* | Check that Deref has the right number of parameters | Florian Diebold | 2019-06-15 | 1 | -2/+7 |
* | Somewhat handle variables in the derefed type, and add another test | Florian Diebold | 2019-06-15 | 1 | -5/+19 |
* | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 1 | -9/+59 |
* | replace usages of `algo::generate` with `iter::successors` from std | Robin Freyler | 2019-04-13 | 1 | -2/+2 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -1/+1 |
* | Implement autoderef for field accesses | Florian Diebold | 2019-01-07 | 1 | -0/+21 |