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