- 8d391f7 ast::TypesBuilder: Change const fields to getters by Ben Clayton · 4 years, 2 months ago
- 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
- a57f842 Add Symbol to Variable. by dan sinclair · 4 years, 3 months ago
- 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 3 months ago
- bbefff6 ast: Remove statement constructors that don't take a Source by Ben Clayton · 4 years, 4 months ago
- a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 4 months ago
- 321e5a9 ast: Remove Variable constructor that doesn't take a source by Ben Clayton · 4 years, 4 months ago
- c15d0a7 Unrevert "[ast] Remove unused constructors and setters". by Ben Clayton · 4 years, 4 months ago
- 5792783 Revert "[ast] Remove unused constructors and setters." by dan sinclair · 4 years, 4 months ago
- 4d28b27 [ast] Remove unused constructors and setters. 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
- 1d8098a Replace Statement::(Is|As)* with Castable 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
- 327b1c7 ast tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 4 months ago
- 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 4 months ago
- fc5a9cf Remove tint::Source(size_t, size_t) constructor by Ben Clayton · 4 years, 5 months ago
- 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 5 months ago
- 0a196c1 Adding support for testing BUILD.gn by Ryan Harrison · 5 years ago
- e49bd5e Rename VariableStatement to VariableDeclStatement. by dan sinclair · 5 years ago[Renamed (65%) from src/ast/variable_statement_test.cc]
- 989cee6 Move tests into anonymous namespace. by dan sinclair · 5 years ago
- 45d585f Add unit test for VariableStatement. by Dan Sinclair · 5 years ago