Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-25 | Heaps more parse fixes against the rustc tests | John Hodge | 1 | -2/+4 | |
2016-01-30 | Rename TypeParams to GenericParams | John Hodge | 1 | -3/+3 | |
2015-09-19 | Remove function class in favor of full UFCS | John Hodge | 1 | -2/+5 | |
2015-04-05 | Suport for #[lang], start work on resolving UFCS paths | John Hodge | 1 | -1/+1 | |
2015-04-04 | Partial auto-determining of wildcard trait impls | John Hodge | 1 | -0/+2 | |
2015-04-03 | Added partial support for #[derive()] | John Hodge | 1 | -0/+151 | |
- Supports Debug on struct, and assumes compiling in libcore (for now) |