| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change default branch to 'current' | Zeyla Hellyer | 2018-09-13 | 1 | -2/+2 |
| | | | | | | | | | | The default branch of 'master' has a few issues, but the biggest technical issue is that it doesn't accurately represent the development work done on it by name alone: is it the branch for maintaining the "current" released version, or for the development of the next majour version? In certain Rust projects these are combined into one branch, but we don't do this, so this is one way out of the ambiguity. | ||||
| * | Remove extraneous spaces at the end of lines | Zeyla Hellyer | 2018-06-17 | 1 | -2/+2 |
| | | |||||
| * | Change the way ids and some enums are made (#295) | Leah | 2018-03-23 | 1 | -2/+2 |
| | | | | | | This makes them easier to be found by tools like rls. Also update struct inits to use the shorthand version for `x: x`. | ||||
| * | Move `VecMap` to `utils` | acdenisSK | 2018-01-02 | 1 | -0/+120 |
| This also fixes no-builder compilation | |||||