1. ce6dffe Move Number into core namespace. by dan sinclair · 1 year, 8 months ago chromium/5950 chromium/5951 chromium/5952 chromium/5952_2 chromium/5952_2_3
  2. cd52f38 [tint] Move tint/lang/core/builtin to tint/lang/core by Ben Clayton · 1 year, 8 months ago
  3. 6119045 [shuffle] Move wgsl reader to new structure. by dan sinclair · 1 year, 8 months ago[Renamed (99%) from src/tint/lang/wgsl/reader/lexer_test.cc]
  4. 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 8 months ago
  5. b14a778 [shuffle] Move builtin to new structure. by dan sinclair · 1 year, 8 months ago
  6. 7cf568f [shuffle] Move reader/wgsl to new structure. by dan sinclair · 1 year, 8 months ago[Renamed (99%) from src/tint/reader/wgsl/lexer_test.cc]
  7. 66805b0 [tint] Migrate to 'fluent types' by Ben Clayton · 1 year, 10 months ago
  8. 6c34e11 Support float values where the zeros change the exponent by dan sinclair · 2 years ago
  9. 2fe7f19 Use `absl::from_chars` instead of `strtod` by dan sinclair · 2 years, 1 month ago
  10. 187e0d5 Add `requires` directive by dan sinclair · 2 years, 1 month ago chromium/5613
  11. b92ff39 Remove `static_assert` deprecation. by dan sinclair · 2 years, 1 month ago
  12. 2157170 Remove the `type` keyword. by dan sinclair · 2 years, 1 month ago
  13. 643f2aa tint/reader/wgsl: Remove type keywords by Ben Clayton · 2 years, 1 month ago
  14. c98d57d tint: Rename 'static_assert' to 'const_assert' by Ben Clayton · 2 years, 2 months ago
  15. 9dc48bc tint: Rename 'type' to 'alias' by Ben Clayton · 2 years, 2 months ago chromium/5559
  16. 6fc130b tint/reader/wgsl/lexer: Make '>>=' splittable by Ben Clayton · 2 years, 2 months ago chromium/5557
  17. ffe356d tint/lexer: Add 'diagnostic' keyword by James Price · 2 years, 2 months ago chromium/5555 chromium/5556
  18. b3b027d Update lexer to not include `-` in numbers. by dan sinclair · 2 years, 5 months ago
  19. 2788bec Add `element_count_expression` to WGSL parser by dan sinclair · 2 years, 7 months ago
  20. 6c8dc15 Add core_lhs_expression and lhs_expression to parser. by dan sinclair · 2 years, 7 months ago
  21. f3015a8 tint/reader: Parse static_assert by Ben Clayton · 2 years, 8 months ago
  22. 6f8d945 Sync reserved token list to WGSL spec. by dan sinclair · 2 years, 8 months ago chromium/5217
  23. 73778d3b Add support for >>= and <<=. by dan sinclair · 2 years, 8 months ago
  24. 0cbf5a9 Pre-parse token list. by dan sinclair · 2 years, 8 months ago chromium/5202
  25. a089376 Context aware address space parsing. by dan sinclair · 2 years, 8 months ago chromium/5196
  26. e48ef8e tint/reader: Enable 'const' parsing for unit-tests by Ben Clayton · 2 years, 9 months ago
  27. e021566 tint/reader/wgsl: Lex 'const' by Ben Clayton · 2 years, 9 months ago
  28. 49d1a2d Add while statement parsing. by dan sinclair · 2 years, 9 months ago
  29. 0fb4e2c tint: f16 literal in WGSL lexer and check subnormal f32/f16 hex literal by Zhaoming Jiang · 2 years, 10 months ago
  30. 8b09bc9 tint: Lex abstract integers by Ben Clayton · 2 years, 10 months ago
  31. e6c03a3 tint/reader/wgsl: Lex abstract floats by Ben Clayton · 2 years, 10 months ago chromium/5086
  32. ef702af tint/reader/wgsl: Use CheckedConvert() for lexing by Ben Clayton · 2 years, 10 months ago
  33. 824e824 tint: Rename float / int literal tokens by Ben Clayton · 2 years, 11 months ago
  34. 41285aa tint: Lex different tokens for float suffixes by Ben Clayton · 2 years, 11 months ago
  35. f693488 tint: Lex three types of integer literal by Ben Clayton · 2 years, 11 months ago
  36. e55877d tint: Chromium-style fixes by Ben Clayton · 2 years, 11 months ago
  37. 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 11 months ago chromium/5038 chromium/5039
  38. 2577530 Implement support for Unicode Pattern_White_Space by Antonio Maiorano · 3 years ago
  39. 30a03d9 Condense namespaces in tint/reader/wgsl. by dan sinclair · 3 years ago
  40. 555c256 wgsl: Add support for compound assignment by James Price · 3 years ago
  41. 7d38b88 Remove support for the elseif keyword by James Price · 3 years ago
  42. 6bd90d6 Remove support for [[attribute]] syntax by James Price · 3 years ago
  43. 453d5ae Terminate line comments with \v, \f, and \r by James Price · 3 years ago
  44. 64b7754 Error on invalid UTF-8 sequences by Ben Clayton · 3 years ago
  45. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago