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