- 109b18f ast: Remove types from ast::Literals by Ben Clayton · 3 years, 11 months ago
- 4b16a16 wgsl parser: use new TypesBuilder factory functions, and set Source for ast::Type nodes by Antonio Maiorano · 3 years, 11 months ago
- 31204af Add ast::ExternalTexture by Antonio Maiorano · 3 years, 11 months ago
- 73fdc16 wgsl parser: replace almost all sem::Type* with typ::Type where possible by Antonio Maiorano · 3 years, 11 months ago
- 05abdf5 wgsl parser: make type_decl() return typ::Type by Antonio Maiorano · 3 years, 11 months ago
- 145f865 Add texture_external parsing and intrinsic overloads by Brandon Jones · 3 years, 11 months ago
- fec63b7 Resolver: Add ast -> sem type resolving by Ben Clayton · 3 years, 11 months ago
- 913a2f4 sem::StructType remove symbol() by Ben Clayton · 3 years, 11 months ago
- 8a8d26b ast: Add type nodes by Ben Clayton · 3 years, 11 months ago
- aea9c68 Move type/* files to sem/ directory by Antonio Maiorano · 3 years, 11 months ago
- 3751fd2 Move all classes from namespace `type` to namespace `sem` by Antonio Maiorano · 3 years, 11 months ago
- 3aa2261 Rename type::Struct to type::StructType by Antonio Maiorano · 3 years, 11 months ago
- cf4057b Rename type::Array to type::ArrayType by Antonio Maiorano · 3 years, 11 months ago
- 395b488 Add support for [[builtin(workgroup_id)]] by James Price · 4 years ago
- edd4d3c Rename builtin(sample_mask_{in,out}) to builtin(sample_mask) by James Price · 4 years ago
- 88d7edc Rename builtin(frag_coord) to builtin(position) by James Price · 4 years ago
- 3ee8c37 [wgsl-reader] Deprecate old syntax for entry point IO by James Price · 4 years ago
- c76ec15 reader/wgsl: Add deprecation warning for [[offset]] by Ben Clayton · 4 years ago
- 571f2b7 wgsl: Deprecate 'const' for 'let' by Ben Clayton · 4 years ago
- 9328d94 wgsl: Deprecate '-> void' on functions by Ben Clayton · 4 years ago
- 90f43cf Replace all uses of assert() with TINT_ICE macros by Ben Clayton · 4 years ago
- b225851 [wgsl-reader] Disallow explicit storage classes on handle types by James Price · 4 years ago
- feecbe0 [wgsl-reader] Allow decorations on function return types by James Price · 4 years ago
- d614dd5 Implement Default Struct Layout by Ben Clayton · 4 years ago
- 95d4077 Flatten ast::Decoration class hierarchy by James Price · 4 years ago
- 5c460bf [wgsl-reader] Add support for entry point parameters by James Price · 4 years ago
- 5b36d2c Remove all unnecessary includes by Ben Clayton · 4 years ago
- fe2ceb9 reader/wgsl: Remove ParserImpl::diagnostics() by Ben Clayton · 4 years ago
- dee7d36 reader/wgsl: Tail-call optimize expression methods by Ben Clayton · 4 years ago
- 03eaff3 wgsl::ParserImpl: Use sync() for postfix_expr() by Ben Clayton · 4 years, 1 month ago
- 13dbbc6 Remove references 1D Array texture dimension by Ryan Harrison · 4 years, 1 month ago
- 767df5f Fix infinite spin in wgsl parser by Ben Clayton · 4 years, 1 month ago
- 1d98236 Source: Restructure Source::File by Ben Clayton · 4 years, 1 month ago
- 34ae7d2 wgsl/parser: Avoid stack overflows by Ben Clayton · 4 years, 1 month ago
- 1413733 [wgsl-reader] Add support for sample index/mask builtins by James Price · 4 years, 1 month ago
- 652d40a wgsl-reader: Add support for nested array accessors by Vasyl Teliman · 4 years, 1 month ago
- 3eaa450 [ast] Add ast::Module::AddFunction() by James Price · 4 years, 1 month ago
- b57c19d Change StorageTexture::SubTypeFor() signature by Ben Clayton · 4 years, 1 month ago
- 61306b8 [wgsl-reader][wgsl-writer] Fix implicit handle storage class for textures by James Price · 4 years, 1 month ago
- 1f2d38c [wgsl-writer] Omit the storage class for handle types by James Price · 4 years, 1 month ago
- 0ff5e0b [wgsl-reader] Remove explicit storage class from samplers/textures by James Price · 4 years, 1 month ago
- 48b3841 type::StorageTexture: Remove set_type() by Ben Clayton · 4 years, 1 month ago
- 4cec142 Add tokens for left and right shift by James Price · 4 years, 1 month ago
- a6ced4d [wgsl-reader] Add support for constant_id decoration by James Price · 4 years, 1 month ago
- 875e966 Revert "Remove support for the set decoration." by dan sinclair · 4 years, 2 months ago
- 5ad2d00 Revert "Remove support for the old _idx builtins." by dan sinclair · 4 years, 2 months ago
- 186af2f [wgsl-reader] Fix struct constructor expressions by James Price · 4 years, 2 months ago
- 34ac1af Remove old texture type support. by dan sinclair · 4 years, 2 months ago
- c2972cf Remove support for the old _idx builtins. by dan sinclair · 4 years, 2 months ago
- 67beed1 Remove support for the set decoration. by dan sinclair · 4 years, 2 months ago
- 1461cd9 Add diag::List::add_error() helper by Ben Clayton · 4 years, 2 months ago
- a6b9a8e Split Program into Program and ProgramBuilder by Ben Clayton · 4 years, 2 months ago
- d7137d7 Program: Remove deprecated symbol methods by Ben Clayton · 4 years, 2 months ago
- 83158f2 Program: Remove deprecated function methods by Ben Clayton · 4 years, 2 months ago
- 1b3d6e4 Program: Remove deprecated constructed-type methods by Ben Clayton · 4 years, 2 months ago
- a86f4ef Program: Remove deprecated global variable methods by Ben Clayton · 4 years, 2 months ago
- c40f627 Migrate from using ast::Module to Program by Ben Clayton · 4 years, 2 months ago
- 6761160 ast: Move Module function methods to FunctionList by Ben Clayton · 4 years, 2 months ago
- 281b602 type::Manager: Simplify interface and use BlockAllocator by Ben Clayton · 4 years, 2 months ago
- 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
- e1abcb4 wgsl-reader: support multiple case selectors by Vasyl Teliman · 4 years, 2 months ago
- 336bb0b Update storage_buffer storage class. by dan sinclair · 4 years, 2 months ago
- d7335fa Update builtin idx names. by dan sinclair · 4 years, 2 months ago
- c068cfc Support the group decoration. by dan sinclair · 4 years, 2 months ago
- 904c5b9 Add texture_storage_yy parsing. by dan sinclair · 4 years, 2 months ago
- d50a304 Remove access control from StorageTexture. by dan sinclair · 4 years, 2 months ago
- c8c3156 Remove name fields by dan sinclair · 4 years, 2 months ago
- e76a86a Remove StructType::name() by dan sinclair · 4 years, 2 months ago
- 9894867 reader/wgsl: Fix parsing of matrices. by Ben Clayton · 4 years, 2 months ago
- a57f842 Add Symbol to Variable. by dan sinclair · 4 years, 3 months ago
- 36e22f0 Add symbol to member name. by dan sinclair · 4 years, 3 months ago
- 5aad70a Move all Source constructor params to be the first by Ben Clayton · 4 years, 3 months ago
- d408f24 Remove BlockStatement::insert() by Ben Clayton · 4 years, 3 months ago
- db5ce65 Remove BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
- 24bbbbb Add Symbol to struct type. by dan sinclair · 4 years, 3 months ago
- bcf3754 ast: Remove Struct constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
- bbefff6 ast: Remove statement constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
- 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
- 5ed161b ast: Add Source argument to literals by Ben Clayton · 4 years, 3 months ago
- 4226b6a Add Symbol to alias. by dan sinclair · 4 years, 3 months ago
- 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 3 months ago
- a41132f Add a symbol to the Function AST node. by dan sinclair · 4 years, 3 months ago
- a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 3 months ago
- 8b0ffe9 ast::type: Remove Array::set_decorations by Ben Clayton · 4 years, 3 months ago
- 234b7de ast/function: Remove [set|add]_decorations() by Ben Clayton · 4 years, 3 months ago
- 9838768 ast: Remove IfStatement::set_else_statements() by Ben Clayton · 4 years, 3 months ago
- 685cb02 Remove internal usage of Context. by dan sinclair · 4 years, 3 months ago
- c15d0a7 Unrevert "[ast] Remove unused constructors and setters". by Ben Clayton · 4 years, 3 months ago
- f8971ae Fixup all doxygen tags by Ben Clayton · 4 years, 3 months ago
- 5792783 Revert "[ast] Remove unused constructors and setters." by dan sinclair · 4 years, 3 months ago
- 4d28b27 [ast] Remove unused constructors and setters. by dan sinclair · 4 years, 3 months ago
- 1b6a8ce Post migration to castable cleanup by Ben Clayton · 4 years, 3 months ago
- 2478ae7 [wgsl-reader] Remove keywords which aren't in spec. by dan sinclair · 4 years, 3 months ago
- f1b0e1e ast/type: Remove Type suffix from all types by Ben Clayton · 4 years, 3 months ago
- acf7643 Replace Literal::(Is|As)* with Castable by Ben Clayton · 4 years, 3 months ago
- 3958f81 Replace TypeDecoration::(Is|As)Access with Castable by Ben Clayton · 4 years, 3 months ago
- 370d20a ast: Remove the now unused Decoration::IsKind() method by Ben Clayton · 4 years, 3 months ago
- d734dd0 Replace Type::(Is|As)Struct with Castable by Ben Clayton · 4 years, 3 months ago
- 6786426 Replace Type::(Is|As)Alias with Castable by Ben Clayton · 4 years, 3 months ago
- 1e87fe5 reader/wgsl: Abort after raising too many errors by Ben Clayton · 4 years, 4 months ago