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