summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-conversion.cpp
Commit message (Expand)AuthorAge
...
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska2023-07-06
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Be lenient on same-size unsigend->signed conversion. (#2913)Yong He2023-06-01
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Warn on float-to-double coercion for arguments. (#2802)Yong He2023-04-13
* Take into account existing initializer list type when performing coercions (#...Ellie Hermaszewska2023-02-11
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Allow `no_diff` modifier on parameters (#2538)Yong He2022-11-29
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He2022-09-01
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* Basic pointer usages. (#2342)Yong He2022-08-03
* Major language server features. (#2264)Yong He2022-06-07
* Added NativeStringType (#2252)jsmall-nvidia2022-05-27
* Support `[DllImport]` (#2181)Yong He2022-04-12
* Add support for HLSL unorm/snorm (#2095)Theresa Foley2022-01-25
* Fix initializer lists for derived structs (#1862)T. Foley2021-05-27
* Another fix for overriding property decls (#1509)Tim Foley2020-08-21
* Attempt to fix lookup for members that "override" (#1501)Tim Foley2020-08-17
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* First steps toward inheritance for struct types (#1366)Tim Foley2020-06-04
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Tidy up around AST nodes (#1353)jsmall-nvidia2020-05-22
* Remove static struct members from layout and reflection (#1310)jsmall-nvidia2020-04-08
* Improve checks and diagnostics around redeclarations (#1201)Tim Foley2020-02-06
* Support conversion from int/uint to enum types (#1147)Tim Foley2019-12-06
* BasicTypeKey improvements/fix for gcc build issue (#1110)jsmall-nvidia2019-11-06
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25