Age | Commit message (Expand) | Author | Files | Lines |
2015-04-05 | Tag params with source, rewrite find_impl to return boolean | John Hodge | 1 | -0/+5 |
2015-04-04 | Add structure to check for impls on type params | John Hodge | 1 | -4/+17 |
2015-04-04 | Further work on handling wildcard traits | John Hodge | 1 | -0/+1 |
2015-04-03 | Save #[] attrs with item, ready for post-processing derive() | John Hodge | 1 | -0/+1 |
2015-04-02 | Hacked up handling of Sized (handled VERY similar to other .. traits) | John Hodge | 1 | -0/+1 |
2015-03-31 | Partial comparisons of types/paths to speed up impl searches | John Hodge | 1 | -0/+3 |
2015-03-30 | Add ordering to TypeRef and Path (to generalise operator== and operator< | John Hodge | 1 | -2/+4 |
2015-03-26 | Remove the ASSOCIATED type (now handled by the UFCS path type) | John Hodge | 1 | -13/+2 |
2015-03-22 | Clean up local path resolution, add internal 'str' type | John Hodge | 1 | -0/+5 |
2015-03-22 | Parsing "Composite" DSTs (Trait + Trait2 + Trait3) | John Hodge | 1 | -0/+8 |
2015-03-17 | Replace Enum variant inner type | John Hodge | 1 | -0/+9 |
2015-03-15 | Rework type params, add ! "type" | John Hodge | 1 | -0/+7 |
2015-03-15 | Function types | John Hodge | 1 | -0/+10 |
2015-02-01 | Hacking away at type propagation | John Hodge | 1 | -0/+1 |
2015-01-25 | Hacked in dumping as rust | John Hodge (sonata) | 1 | -1/+21 |
2015-01-23 | Autoderef on method lookup, further provements to method lookup | John Hodge (sonata) | 1 | -0/+2 |
2015-01-22 | Added bounds to _ types, propagating type params further (and replacing when ... | John Hodge (sonata) | 1 | -1/+11 |
2015-01-21 | Type propagation coming along | John Hodge (sonata) | 1 | -0/+5 |
2015-01-20 | Type merging hacked in | John Hodge (sonata) | 1 | -7/+25 |
2015-01-18 | Generic param checks passing | John Hodge (sonata) | 1 | -1/+6 |
2015-01-18 | Add handlers for more item types to AST iterator, fix bad name in std | John Hodge (sonata) | 1 | -0/+2 |
2015-01-18 | Up to requiring checks for trait implementations | John Hodge (sonata) | 1 | -0/+1 |
2015-01-17 | Adding deserialise, partially working | John Hodge (sonata) | 1 | -0/+3 |
2015-01-16 | Added associated type reference parse, and tuple value parse | John Hodge (sonata) | 1 | -0/+11 |
2015-01-15 | Type aliases added (AST only, no parse yet), need to handle lookups | John Hodge (sonata) | 1 | -0/+6 |
2015-01-13 | Type resolution work in progress | John Hodge (sonata) | 1 | -0/+4 |
2015-01-12 | TypeRef fleshed out | John Hodge (sonata) | 1 | -18/+66 |
2015-01-11 | Add hacky text output of AST | John Hodge (sonata) | 1 | -1/+7 |
2015-01-11 | It broke (working on correct path resolution) | John Hodge (sonata) | 1 | -0/+3 |
2015-01-01 | Name resolve framework coming along | John Hodge (sonata) | 1 | -1/+6 |
2014-12-30 | Rework expressions so they can be iterated (and actually save data) | John Hodge (sonata) | 1 | -1/+1 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+37 |