summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-conversion.cpp
AgeCommit message (Expand)Author
2025-06-30Add MLP training examples. (#7550)Yong He
2025-06-09Mediate access to ContainerDecl members (#7242)Theresa Foley
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-05-23Add default constructor for Ptr type (#7214)Darren Wihandi
2025-05-22Implement default initializer list for C-Style type member (#7079)kaizhangNV
2025-05-16Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He
2025-05-15Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak
2025-05-13Support Array Sizes using Generic arguments to be initialized via {} (#6720)Sruthik P
2025-03-06Fix a bug in default ctor synthesizing (#6527)kaizhangNV
2025-02-28Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi
2025-02-20Simplify implicit cast ctors for vector & matrix. (#6408)Yong He
2025-02-05Allow tuples to work with initializer list. (#6301)Yong He
2025-02-05Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-10Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala
2024-12-26Add packed 8bit builtin types (#5939)Darren Wihandi
2024-12-10Don't emit a warning when implicit casting from known in-range int lit to hal...Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-20Properly check switch case. (#5341)Yong He
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
2024-08-27Explicitly detach derivative when forming a non-differentiable struct out of ...Sai Praveen Bangaru
2024-08-14Variadic Generics Part 1: parsing and type checking. (#4833)Yong He
2024-07-30Set `nullptr` to the default value of the target VarDeclBase (#4757)ArielG-NV
2024-07-26Allow passing sized array to unsized array parameter. (#4744)Yong He
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-11Fix incorrect codegen when returning initializer list as existential value. (...Yong He
2024-05-29Improve compile time performance. (#3857)Yong He
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-03-28Fix type union logic in generic type inference. (#3852)Yong He
2024-03-26Support mutable existential parameters. (#3836)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-07Incur l-value conversion cost during overload resolution. (#3195)Yong He
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-09Support implciit casted swizzled lvalue. (#3077)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-10Add support for texture footprint queries (#2970)Theresa Foley
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-06-01Be lenient on same-size unsigend->signed conversion. (#2913)Yong He
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia