aboutsummaryrefslogtreecommitdiff
path: root/src/utils/vec_map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change default branch to 'current'Zeyla Hellyer2018-09-131-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 linesZeyla Hellyer2018-06-171-2/+2
|
* Change the way ids and some enums are made (#295)Leah2018-03-231-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`acdenisSK2018-01-021-0/+120
This also fixes no-builder compilation