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