- f0c816a ast: Validate that ASTs are all part of the same program by Ben Clayton · 3 years, 10 months ago
- 8454d82 ast: Replace IsValid() with TINT_ASSERT() by Ben Clayton · 3 years, 11 months ago
- 5b36d2c Remove all unnecessary includes by Ben Clayton · 3 years, 11 months ago
- 708dc2d Simplify calls to ast::Node::[to_]str() by Ben Clayton · 4 years ago
- dd1b6fc Introduce semantic::Info by Ben Clayton · 4 years ago
- 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years ago
- 1637cbb cleanup: Refactor tests to use ast::Builder helpers by Ben Clayton · 4 years, 1 month ago
- 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 2 months ago
- db5ce65 Remove BlockStatement::append() by Ben Clayton · 4 years, 2 months ago
- bbefff6 ast: Remove statement constructors that don't take a Source by Ben Clayton · 4 years, 2 months ago
- 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 2 months ago
- 5ed161b ast: Add Source argument to literals by Ben Clayton · 4 years, 2 months ago
- 9838768 ast: Remove IfStatement::set_else_statements() by Ben Clayton · 4 years, 2 months ago
- c15d0a7 Unrevert "[ast] Remove unused constructors and setters". by Ben Clayton · 4 years, 2 months ago
- 5792783 Revert "[ast] Remove unused constructors and setters." by dan sinclair · 4 years, 2 months ago
- 4d28b27 [ast] Remove unused constructors and setters. by dan sinclair · 4 years, 2 months ago
- f1b0e1e ast/type: Remove Type suffix from all types by Ben Clayton · 4 years, 2 months ago
- 03ae9a3 Cleanup: Remove unnecessary namespace prefixes by Ben Clayton · 4 years, 2 months ago
- 1d8098a Replace Statement::(Is|As)* with Castable by Ben Clayton · 4 years, 2 months ago
- 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 2 months ago
- b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 2 months ago
- eeac0c5 ast: Remove no-arg constructor for ast::IfStatement by Ben Clayton · 4 years, 2 months ago
- 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 2 months ago
- e5e9617 ast: Remove no-arg constructor for ast::ElseStatement by Ben Clayton · 4 years, 3 months ago
- 327b1c7 ast tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 3 months ago
- 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 3 months ago
- fc5a9cf Remove tint::Source(size_t, size_t) constructor by Ben Clayton · 4 years, 3 months ago
- 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 3 months ago
- 77040b8 Convert IfStatement and ElseStatement to use BlockStatement. by dan sinclair · 4 years, 6 months ago
- 8f3c635 Remove KillStatement by dan sinclair · 4 years, 6 months ago
- 5370390 Remove NOP. by dan sinclair · 4 years, 8 months ago
- 0a196c1 Adding support for testing BUILD.gn by Ryan Harrison · 4 years, 10 months ago
- 3ffec80 Add list helpers by dan sinclair · 4 years, 10 months ago
- a322f5d Update initializer names. by dan sinclair · 4 years, 10 months ago
- 113fb07 [spirv-writer] Generate constants by dan sinclair · 4 years, 10 months ago
- 989cee6 Move tests into anonymous namespace. by dan sinclair · 4 years, 10 months ago
- bb521c0 Add tests for if statement AST by Dan Sinclair · 4 years, 11 months ago
- adb80f0 Add else statement AST tests by Dan Sinclair · 5 years ago