1. e9ab1b6 [tint] Remove TODO(bclayton) by Ben Clayton · 8 months ago
  2. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 2 months ago
  3. 0eec270 [tint][utils] Add VectorIterator class by Ben Clayton · 1 year, 2 months ago
  4. cedcdf3 Change namespace of tint::type by dan sinclair · 1 year, 4 months ago
  5. 464b3b8 Move constant into `core` namespace. by dan sinclair · 1 year, 4 months ago
  6. c229908 [tint] Move resolver/const_eval* to core/constant by Ben Clayton · 1 year, 4 months ago[Renamed (95%) from src/tint/lang/wgsl/resolver/const_eval_test.h]
  7. d368f2c [tint] Use consistent file pattern for test files by Ben Clayton · 1 year, 5 months ago
  8. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 5 months ago chromium/5917
  9. 9d97f22 [shuffle] Move resolver/ to new structure. by dan sinclair · 1 year, 5 months ago[Renamed (97%) from src/tint/resolver/const_eval_test.h]
  10. 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 5 months ago
  11. 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 5 months ago
  12. e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 5 months ago
  13. 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 5 months ago
  14. 23946b3 tint: Move Switch() to own header by Ben Clayton · 1 year, 9 months ago
  15. b23cda4 Convert the resolver over to utils::StringStream. by dan sinclair · 1 year, 10 months ago
  16. 6b4622f tint: add const eval array constructor tests by Antonio Maiorano · 2 years ago
  17. b53b8cf Rename constant::Constant to constant::Value. by dan sinclair · 2 years ago
  18. 5addefb Rename Constant::As to Constant::ValueAs. by dan sinclair · 2 years ago
  19. be96967 tint: const eval of pow builtin by Antonio Maiorano · 2 years ago
  20. 10182c4 Move sem::Constant to constant::Constant by dan sinclair · 2 years ago
  21. 7c9e639 tint: const eval of mix builtin by Antonio Maiorano · 2 years ago
  22. d37ecf9 Move scalar types over to type/ folder. by dan sinclair · 2 years ago
  23. 094ace6 Move abstract types to type folder. by dan sinclair · 2 years ago
  24. 5f764d8 Move type base classes into type/ folder. by dan sinclair · 2 years ago
  25. ee7d6db tint: const eval of reflect builtin by Antonio Maiorano · 2 years, 1 month ago
  26. 95d174a tint/resolver: Further simplify test const eval framework by Ben Clayton · 2 years, 1 month ago
  27. d490867 tint: clean up const eval test framework by Antonio Maiorano · 2 years, 1 month ago
  28. 9ba5f9e tint: const eval of transpose builtin by Antonio Maiorano · 2 years, 1 month ago
  29. 05c8daa tint: const eval of determinant builtin by Antonio Maiorano · 2 years, 1 month ago
  30. ae739d6 Add const-eval for `exp` and `exp2`. by dan sinclair · 2 years, 1 month ago
  31. 92d858a tint: const eval of length builtin by Antonio Maiorano · 2 years, 1 month ago
  32. 6559903 tint/resolver: Split constant checking to utility by Ben Clayton · 2 years, 1 month ago
  33. d6d30f4 tint: const eval of dot builtin by Antonio Maiorano · 2 years, 1 month ago chromium/5435
  34. efe9c49 Add const-eval for `degrees` and `radians` by dan sinclair · 2 years, 1 month ago
  35. 1eaeb31 tint: fail on creation of a non-finite constant by Antonio Maiorano · 2 years, 1 month ago
  36. 1db8831 tint: fold error cases into regular case in const eval binary op unit tests by Antonio Maiorano · 2 years, 1 month ago
  37. 2be5167 tint: const eval of countLeadingZeros by Antonio Maiorano · 2 years, 2 months ago
  38. 1c94938 tint: implement updated spec rules for shift left of concrete values by Antonio Maiorano · 2 years, 2 months ago
  39. 29fb8f8 tint: optimize compile time for const_eval_*_test files by Antonio Maiorano · 2 years, 2 months ago chromium/5366
  40. 723da2a tint: split up const eval unit tests into multiple files by Antonio Maiorano · 2 years, 2 months ago