v0.5.0
Bug Fixes
- a68c630 - (lexer/v2-full) fix injecting pp. directives after ext. declarations - Alejandro González
- bb30674 - (transpiler) put pp. dirs on their own line no matter what the terminators are - Alejandro González
- 4b059a6 - (transpiler) correct transpilation of precision qualifiers - Alejandro González
Build system
- d79a36f - pin rust-toolchain version to 1.68.1 - @vtavernier
Continuous Integration
-
eb57693 - add skip ci to release commits - @vtavernier
-
9cb8c4d - enable build on next branch - @vtavernier
-
b8facaa - allow clippy::result_large_err - @vtavernier
Features
- be86326 - (transpiler) overhaul formatting and customizability - Alejandro González
Miscellaneous Chores
-
580cdb1 - (deps) update lalrpop to 0.19.9 - @vtavernier
-
7aa176e - (deps) replace dependency on
lazy_static
byonce_cell
- Alejandro González -
f66545f - (version) v0.5.0 - glsl-lang
-
3f3fad8 - add CODEOWNERS file - @vtavernier
-
ecf75a8 - fix clippy warnings - @vtavernier
Tests
- 5b5092a - fix test build failure when not using the v2-full parser - Alejandro González