1. e1f30f1 writer: Add TextBuffer to TextGenerator by Ben Clayton · 3 years, 9 months ago
  2. f4d3949 writer/wgsl: Fix all tests that had unreachable AST nodes by Ben Clayton · 4 years ago
  3. 5b36d2c Remove all unnecessary includes by Ben Clayton · 4 years, 1 month ago
  4. 8d391f7 ast::TypesBuilder: Change const fields to getters by Ben Clayton · 4 years, 2 months ago
  5. f12054e test: Add Build() method for tests using ast::Builder by Ben Clayton · 4 years, 2 months ago
  6. 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
  7. 5180e16 Start cleaning up tests (2/N) by Ben Clayton · 4 years, 4 months ago
  8. 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 4 months ago
  9. 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 4 months ago
  10. f1b0e1e ast/type: Remove Type suffix from all types by Ben Clayton · 4 years, 4 months ago
  11. 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 4 months ago
  12. b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 4 months ago
  13. 9a31c64 writer/wgsl tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
  14. 196e097 Place the namer into the context object. by dan sinclair · 4 years, 5 months ago
  15. a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 6 months ago[Renamed (80%) from src/writer/wgsl/generator_impl_as_test.cc]
  16. 2a59901 [metal-writer] Stub out the Metal Shading Language backend. by dan sinclair · 4 years, 9 months ago
  17. cd49b59 Add generation of the 'as' expression. by dan sinclair · 5 years ago