1. 5792783 Revert "[ast] Remove unused constructors and setters." by dan sinclair · 4 years, 4 months ago
  2. 4d28b27 [ast] Remove unused constructors and setters. by dan sinclair · 4 years, 4 months ago
  3. f1b0e1e ast/type: Remove Type suffix from all types by Ben Clayton · 4 years, 4 months ago
  4. 03ae9a3 Cleanup: Remove unnecessary namespace prefixes by Ben Clayton · 4 years, 4 months ago
  5. d6ae990 Replace Expression::(Is|As)* with Castable by Ben Clayton · 4 years, 4 months ago
  6. 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 4 months ago
  7. b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 4 months ago
  8. 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 4 months ago
  9. 327b1c7 ast tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 4 months ago
  10. 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 4 months ago
  11. fc5a9cf Remove tint::Source(size_t, size_t) constructor by Ben Clayton · 4 years, 5 months ago
  12. 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 5 months ago
  13. a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 6 months ago[Renamed (67%) from src/ast/as_expression_test.cc]
  14. 0a196c1 Adding support for testing BUILD.gn by Ryan Harrison · 5 years ago
  15. 989cee6 Move tests into anonymous namespace. by dan sinclair · 5 years ago
  16. 91e57dd Add unit tests for AsExpression by Dan Sinclair · 5 years ago