1. e87ded8 Rename builtin constant_id to override by James Price · 3 years, 11 months ago
  2. 43073d8 tests: Use ProgramBuilder helpers where we can by Ben Clayton · 3 years, 11 months ago
  3. f4d3949 writer/wgsl: Fix all tests that had unreachable AST nodes by Ben Clayton · 4 years ago
  4. a0cf62f Fix all tests that shared AST nodes by Ben Clayton · 4 years ago
  5. 571f2b7 wgsl: Deprecate 'const' for 'let' by Ben Clayton · 4 years ago
  6. bbbb0ed Move global var validation from Validator to Resolver by Antonio Maiorano · 4 years ago
  7. 9ef1747 Add semantic::Variable::Type() and use it instead of ast::Variable::type() by Antonio Maiorano · 4 years ago
  8. 95d4077 Flatten ast::Decoration class hierarchy by James Price · 4 years ago
  9. 5b36d2c Remove all unnecessary includes by Ben Clayton · 4 years ago
  10. 81a29fe ProgramBuilder: Remove storage parameter from [Global]Const() by Ben Clayton · 4 years, 1 month ago
  11. 37571bc ProgramBuilder: Swap parameter order for Var and Const by Ben Clayton · 4 years, 1 month ago
  12. 401b96b Simplify usage of the TypeDeterminer in tests by Ben Clayton · 4 years, 1 month ago
  13. 8d391f7 ast::TypesBuilder: Change const fields to getters by Ben Clayton · 4 years, 2 months ago
  14. f12054e test: Add Build() method for tests using ast::Builder by Ben Clayton · 4 years, 2 months ago
  15. 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
  16. c068cfc Support the group decoration. by dan sinclair · 4 years, 2 months ago
  17. b583993 Cleanup code using RegisterSymbol by dan sinclair · 4 years, 3 months ago
  18. 5180e16 Start cleaning up tests (2/N) by Ben Clayton · 4 years, 3 months ago
  19. 5aad70a Move all Source constructor params to be the first by Ben Clayton · 4 years, 3 months ago
  20. 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
  21. 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 3 months ago
  22. a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 3 months ago
  23. 321e5a9 ast: Remove Variable constructor that doesn't take a source by Ben Clayton · 4 years, 3 months ago
  24. f1b0e1e ast/type: Remove Type suffix from all types by Ben Clayton · 4 years, 4 months ago
  25. 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 4 months ago
  26. b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 4 months ago
  27. 9a31c64 writer/wgsl tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 4 months ago
  28. 196e097 Place the namer into the context object. by dan sinclair · 4 years, 4 months ago
  29. 34a2eb1 Add Source parameter to decoration constructors by Ben Clayton · 4 years, 4 months ago
  30. af78081 [wgsl-writer] Emit constant_id decorations. by dan sinclair · 4 years, 6 months ago
  31. 35552f2 [wgsl-reader][wgsl-writer] Update variable decorations to new syntax. by dan sinclair · 4 years, 6 months ago
  32. 2a59901 [metal-writer] Stub out the Metal Shading Language backend. by dan sinclair · 4 years, 9 months ago
  33. 3ffec80 Add list helpers by dan sinclair · 5 years ago
  34. a322f5d Update initializer names. by dan sinclair · 5 years ago
  35. 8347687 Split WGSL generator tests to individual files. by dan sinclair · 5 years ago