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