1. 4f3ff57 ast: Keep style consistent by Ben Clayton · 3 years, 3 months ago
  2. d1ee47a ast: Remove to_str() and type_name() by Ben Clayton · 3 years, 3 months ago
  3. f0c816a ast: Validate that ASTs are all part of the same program by Ben Clayton · 3 years, 9 months ago
  4. 8454d82 ast: Replace IsValid() with TINT_ASSERT() by Ben Clayton · 3 years, 11 months ago
  5. 5b36d2c Remove all unnecessary includes by Ben Clayton · 3 years, 11 months ago
  6. 708dc2d Simplify calls to ast::Node::[to_]str() by Ben Clayton · 4 years ago
  7. dd1b6fc Introduce semantic::Info by Ben Clayton · 4 years ago
  8. 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 1 month ago
  9. 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 1 month ago
  10. 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 1 month ago
  11. c15d0a7 Unrevert "[ast] Remove unused constructors and setters". by Ben Clayton · 4 years, 2 months ago
  12. 5792783 Revert "[ast] Remove unused constructors and setters." by dan sinclair · 4 years, 2 months ago
  13. 4d28b27 [ast] Remove unused constructors and setters. by dan sinclair · 4 years, 2 months ago
  14. 03ae9a3 Cleanup: Remove unnecessary namespace prefixes by Ben Clayton · 4 years, 2 months ago
  15. d6ae990 Replace Expression::(Is|As)* with Castable by Ben Clayton · 4 years, 2 months ago
  16. 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 2 months ago
  17. b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 2 months ago
  18. 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 2 months ago
  19. 327b1c7 ast tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 2 months ago
  20. 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 2 months ago
  21. fc5a9cf Remove tint::Source(size_t, size_t) constructor by Ben Clayton · 4 years, 3 months ago
  22. 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 3 months ago
  23. 0a196c1 Adding support for testing BUILD.gn by Ryan Harrison · 4 years, 9 months ago
  24. 989cee6 Move tests into anonymous namespace. by dan sinclair · 4 years, 10 months ago
  25. 750d0e7 Add unit tests for UnaryOpExpression by Dan Sinclair · 4 years, 10 months ago