1. 6c34e11 Support float values where the zeros change the exponent by dan sinclair · 1 year, 10 months ago
  2. 8cf01ee tint: Support @diagnostic on switch body by James Price · 1 year, 10 months ago
  3. 498e918 tint: Support @diagnostic on continuing statements by James Price · 1 year, 10 months ago
  4. d7d8b80 tint: Support @diagnostic on loop and loop body by James Price · 1 year, 10 months ago
  5. 81d11b3 tint/spirv-reader: cast offset and count args to u32 for insertBits/extractBits by Antonio Maiorano · 1 year, 10 months ago
  6. 9313aab tint/reader/wgsl: Remove case_body() by Ben Clayton · 1 year, 10 months ago chromium/5655
  7. 2fc56a1 tint: Use std::string_view for diagnostics by Ben Clayton · 1 year, 10 months ago
  8. 8f80d99 tint: Support multiple extensions per 'enable' by Ben Clayton · 1 year, 10 months ago
  9. ed28de3 tint: Support @diagnostic on for loops by James Price · 1 year, 10 months ago
  10. 9536ced tint: Support @diagnostic on while statements by James Price · 1 year, 10 months ago
  11. d0ed63e tint: Support @diagnostic on switch statements by James Price · 1 year, 10 months ago
  12. 0607796 tint: Support @diagnostic on if statements by James Price · 1 year, 10 months ago
  13. 6784a52 Sync keyword/reserved word list. by dan sinclair · 1 year, 10 months ago
  14. 4fea9d0 tint: Implement Switch() without recursion by Ben Clayton · 1 year, 10 months ago
  15. 23946b3 tint: Move Switch() to own header by Ben Clayton · 1 year, 10 months ago
  16. 9543f74 Move sem::BuiltinType to builtin::Function. by dan sinclair · 1 year, 10 months ago chromium/5641
  17. 2fe7f19 Use `absl::from_chars` instead of `strtod` by dan sinclair · 1 year, 10 months ago
  18. 5ab2928 Convert `strtoll` to use `std::from_chars`. by dan sinclair · 1 year, 10 months ago
  19. 6cc183c Generic template and forward in stringstream. by dan sinclair · 1 year, 10 months ago
  20. 0723a3c Convert WGSL reader to utils::StringStream. by dan sinclair · 1 year, 11 months ago
  21. 0c184c2 Convert SPIR-V reader to utils::StringStream. by dan sinclair · 1 year, 11 months ago
  22. b23cda4 Convert the resolver over to utils::StringStream. by dan sinclair · 1 year, 11 months ago
  23. 88fea2a Convert the WGSL generator to utils::StringStream. by dan sinclair · 1 year, 11 months ago
  24. 0b3400c tint: Add chromium_internal_relaxed_uniform_layout by James Price · 1 year, 11 months ago
  25. c5ec169 classify template args: add cases used to debug Treesitter scanner by David Neto · 1 year, 11 months ago
  26. 8cd5c61 tint/reader/wgsl: Remove element_count_expression() by Ben Clayton · 1 year, 11 months ago
  27. 65a45fd Handle errors in SPIRV-Reader tests. by dan sinclair · 1 year, 11 months ago
  28. 077d97a Add `SuggestAlternatives` to attributes. by dan sinclair · 1 year, 11 months ago
  29. 869bcab Make attribute grammar generic. by dan sinclair · 1 year, 11 months ago
  30. 187e0d5 Add `requires` directive by dan sinclair · 1 year, 11 months ago chromium/5613
  31. 54a104e tint: Update constructor / conversion terminology by Ben Clayton · 1 year, 11 months ago
  32. ce10962 Add parsing and emission of the `must_use` attribute. by dan sinclair · 1 year, 11 months ago
  33. 60d3738 tint: Fix ICE in ast::TemplatedIdentifier ctor by Ben Clayton · 1 year, 11 months ago
  34. f0b4dbb tint: Resolve @interpolate() args as expressions by Ben Clayton · 1 year, 11 months ago
  35. a79c660 Add `@must_use` AST node. by dan sinclair · 1 year, 11 months ago
  36. b92ff39 Remove `static_assert` deprecation. by dan sinclair · 1 year, 11 months ago
  37. 4d3ff97 tint: Resolve @builtin() args as expressions by Ben Clayton · 1 year, 11 months ago
  38. 2157170 Remove the `type` keyword. by dan sinclair · 1 year, 11 months ago
  39. 2d6f907 tint/reader/spirv: Remove stdout spam by Ben Clayton · 1 year, 11 months ago chromium/5610
  40. 993a658 Move InterpolationSampling and InterpolationType to builtin. by dan sinclair · 1 year, 11 months ago
  41. b5af23d Move diagnostic severity and rule to builtin. by dan sinclair · 1 year, 11 months ago chromium/5607
  42. ba082fd Move TexelFormat to builtin by dan sinclair · 1 year, 11 months ago
  43. 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 1 year, 11 months ago
  44. b6cc4cb Move type/access to builtin. by dan sinclair · 1 year, 11 months ago
  45. 79781f2 tint: Unkeyword 'var' template args by Ben Clayton · 1 year, 11 months ago chromium/5605
  46. 1b90f93 tint: Remove type::AddressSpace::kNone by Ben Clayton · 1 year, 11 months ago
  47. 643f2aa tint/reader/wgsl: Remove type keywords by Ben Clayton · 1 year, 11 months ago
  48. a1bda83 spirv-reader: don't hoist opaque objects by David Neto · 1 year, 11 months ago
  49. e4039c7 Move the Extension builtin to the builtin/ folder. by dan sinclair · 1 year, 11 months ago
  50. 6392579 Move BuiltinValue to builtin/ by dan sinclair · 1 year, 11 months ago
  51. 971318f tint: Replace all remaining AST types with ast::Type by Ben Clayton · 1 year, 11 months ago
  52. a5b9e96 tint/reader/spirv: Work around pointers to null store types. by Ben Clayton · 1 year, 11 months ago
  53. 1131d31 tint/ast: Remove ast::StorageTexture by Ben Clayton · 1 year, 11 months ago chromium/5589
  54. a5fec20 tint/ast: Remove ast::DepthTexture and ast::DepthMultisampledTexture by Ben Clayton · 1 year, 11 months ago
  55. 4906b03 tint/ast: Remove ast::ExternalTexture by Ben Clayton · 1 year, 11 months ago
  56. ed3389f tint/ast: Remove ast::Sampler by Ben Clayton · 1 year, 11 months ago
  57. 6e0a515 tint/ast: Remove scalar types from ast::* by Ben Clayton · 1 year, 11 months ago
  58. b75252b tint/ast: Change TypeDecl::name to an ast::Identifier. by Ben Clayton · 1 year, 11 months ago
  59. 651d9e2 tint/ast: Change Variable::symbol to Variable::name by Ben Clayton · 1 year, 11 months ago
  60. 199440e tint/ast: Change StructMember::symbol to StructMember::name by Ben Clayton · 1 year, 11 months ago
  61. ce31d18 tint/ast: Change Function::symbol to Function::name by Ben Clayton · 1 year, 11 months ago
  62. 9e36723 tint: Rework TypesBuilder::array() to take attribute list by Ben Clayton · 1 year, 11 months ago
  63. 5b50790 tint/reader: Use ProgramBuilder helpers by Ben Clayton · 1 year, 11 months ago chromium/5585
  64. 35089ee tint: Use ProgramBuilder::Bitcast() by Ben Clayton · 1 year, 11 months ago
  65. d775a26 tint: Use ProgramBuilder::CallStmt() by Ben Clayton · 1 year, 11 months ago
  66. 1ebada0 tint: Use ProgramBuilder::Return() by Ben Clayton · 1 year, 11 months ago
  67. 6adb65c tint: Use ProgramBuilder::Discard() by Ben Clayton · 1 year, 11 months ago
  68. 1906857 tint: Remove ast::Void by Ben Clayton · 1 year, 11 months ago
  69. 01ac21c tint: Rename ProgramBuilder::Construct() to Call() by Ben Clayton · 1 year, 11 months ago
  70. ad31565 tint/ast: Add AccessorExpression by Ben Clayton · 2 years ago
  71. 98dc5a8 tint/ast: Make DiagnosticControl a plain struct by James Price · 2 years ago
  72. 85e13bc spirv-reader: fix emission of INT_MIN literal by David Neto · 2 years ago
  73. 2117f80 tint: Reduce repetition for ty.type_name() by Ben Clayton · 2 years ago
  74. 89a717b tint: Have ast::TypeName use ast::Identifier by Ben Clayton · 2 years ago
  75. 12914ee tint: Have ast::DiagnosticControl use ast::Identifier by Ben Clayton · 2 years ago
  76. a4117ca tint: Have ast::MemberAccessorExpression use ast::Identifier by Ben Clayton · 2 years ago
  77. 6cba18b tint: Have ast::IdentifierExpression use ast::Identifier by Ben Clayton · 2 years ago
  78. 999db74 tint: Have ast::CallExpression use ast::Identifier by Ben Clayton · 2 years ago
  79. 6e31bc2 tint/parser: Use = for source of assignment by James Price · 2 years ago
  80. 92226db tint/reader/wgsl: Add source info to loop bodies by James Price · 2 years ago
  81. f6a48ee tint/reader/wgsl: Add source info to compound statements by James Price · 2 years ago
  82. d9f6596 tint: Handle @diagnostic on block statements by James Price · 2 years ago
  83. f629770 tint: Move "suggest alternatives" logic to utils by James Price · 2 years ago
  84. bb02290 tint/uniformity: Violations are now errors by James Price · 2 years ago
  85. f38ee3e tint/exe: Add --allow-non-uniform-derivatives flag by James Price · 2 years ago
  86. c744a23 tint/reader/wgsl: Parse @diagnostic attributes by James Price · 2 years ago
  87. 8dd3511 wgsl/reader: Parse diagnostic directives by James Price · 2 years ago
  88. 7d2b192 tint: rename template argument token strings by Ben Clayton · 2 years ago
  89. 355b70d tint/reader/wgsl: Use ClassifyTemplateArguments() by Ben Clayton · 2 years ago
  90. 4ff2645 tint/reader/wgsl: Add ClassifyTemplateArguments() by Ben Clayton · 2 years ago
  91. c98d57d tint: Rename 'static_assert' to 'const_assert' by Ben Clayton · 2 years ago
  92. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years ago chromium/5559
  93. 6fc130b tint/reader/wgsl/lexer: Make '>>=' splittable by Ben Clayton · 2 years ago chromium/5557
  94. 3085e23 Move SamplerKind out of ast and into type. by dan sinclair · 2 years ago
  95. ffe356d tint/lexer: Add 'diagnostic' keyword by James Price · 2 years ago chromium/5555 chromium/5556
  96. 57c0bbc Move ast/texel_format to type/texel_format. by dan sinclair · 2 years ago chromium/5554
  97. 61c16eb Move ast/access to type/access. by dan sinclair · 2 years ago
  98. 18b2158 Move ast/address_space to type/ by dan sinclair · 2 years ago
  99. 3cbf3fc Move TextureDimension to type/ by dan sinclair · 2 years ago
  100. 13d1452 Fix builds that disable tint_build_spv_reader by Brandon Jones · 2 years ago