summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-expr.cpp
AgeCommit message (Expand)Author
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-18Added forward-mode autodiff support for more instructions (#2331)Sai Praveen Bangaru
2022-07-13Added support for differentiating out and inout parameters. (#2323)Sai Praveen Bangaru
2022-07-12Support `class` types. (#2321)Yong He
2022-07-11Added support for differentiating calls to basic functions, as well as arithm...Sai Praveen Bangaru
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-25Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-01Clean up void returns. (#2260)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-25Allow [mutating] methods on existential values (#2245)Theresa Foley
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-11-30Fix issue around constant folding/bool (#2036)jsmall-nvidia
2021-11-03Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley
2021-03-10A bunch of overlapping semantic-checking fixes (#1743)Tim Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2020-11-19Fix constant folding in attributes (#1610)Yong He
2020-08-27Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley
2020-08-21Another fix for overriding property decls (#1509)Tim Foley
2020-08-21Allow calling a generic function with an existential value (dynamic dispatch)...Yong He
2020-08-17Attempt to fix lookup for members that "override" (#1501)Tim Foley
2020-08-13Support property declarations in interfaces (#1494)Tim Foley
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-12Diagnose circularly-defined constants (#1384)Tim Foley
2020-06-08Small fixes/improvements based on review. (#1379)jsmall-nvidia
2020-06-05Filter lookup results from interfaces in `visitMemberExpr`.Yong He
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-04First steps toward inheritance for struct types (#1366)Tim Foley
2020-06-02Working matrix swizzle (#1354)Dietrich Geisler
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-04-21Diagnose attempts to call instance methods from static methods (#1330)Tim Foley
2020-04-02Add basic support for namespaces (#1304)Tim Foley
2020-03-16Define compound intrinsic ops in the standard library (#1273)Tim Foley
2020-02-25Fix a crash when a generic value argument isn't constant (#1241)Tim Foley
2020-02-21Add surface syntax for "this type" (#1236)Tim Foley
2020-02-06Improve checks and diagnostics around redeclarations (#1201)Tim Foley
2020-02-05Improve behavior when undefined identifier is a contextual keyword (#1200)Tim Foley
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley