summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-conversion.cpp
Commit message (Expand)AuthorAge
* Split overloaded uses of RefType in front-end (#8427)Theresa Foley2025-09-23
* Fixed typo in `SemanticsVisitor::_readAggregateValueFromInitializerList` (#8504)Ronan2025-09-22
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Support `expand` on concrete tuple values. (#8106)Yong He2025-08-07
* Drain sink when single-argument constructor call fail (#7883)ArielG-NV2025-08-01
* Fix crash when private ctor is used for coercion. (#7858)Yong He2025-07-22
* Fix duplicate DiffPair struct generation for row_major matrices in autodiff (...Copilot2025-07-16
* Add MLP training examples. (#7550)Yong He2025-06-30
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Add default constructor for Ptr type (#7214)Darren Wihandi2025-05-23
* Implement default initializer list for C-Style type member (#7079)kaizhangNV2025-05-22
* Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He2025-05-16
* Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak2025-05-15
* Support Array Sizes using Generic arguments to be initialized via {} (#6720)Sruthik P2025-05-13
* Fix a bug in default ctor synthesizing (#6527)kaizhangNV2025-03-06
* Add Slang-specific intrinsics for integer pack/unpack (#6459)Darren Wihandi2025-02-28
* Simplify implicit cast ctors for vector & matrix. (#6408)Yong He2025-02-20
* Allow tuples to work with initializer list. (#6301)Yong He2025-02-05
* Use two-stage parsing to disambiguate generic app and comparison. (#6281)Yong He2025-02-05
* Feature/initialize list side branch (#6058)kaizhangNV2025-02-05
* Support cooperative vector (#6223)Jay Kwak2025-01-30
* Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala2025-01-10
* Add packed 8bit builtin types (#5939)Darren Wihandi2024-12-26
* Don't emit a warning when implicit casting from known in-range int lit to hal...Yong He2024-12-10
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Properly check switch case. (#5341)Yong He2024-10-20
* Support `where` clause and type equality constraint. (#4986)Yong He2024-09-05
* Explicitly detach derivative when forming a non-differentiable struct out of ...Sai Praveen Bangaru2024-08-27
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Set `nullptr` to the default value of the target VarDeclBase (#4757)ArielG-NV2024-07-30
* Allow passing sized array to unsized array parameter. (#4744)Yong He2024-07-26
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Fix incorrect codegen when returning initializer list as existential value. (...Yong He2024-07-11
* Improve compile time performance. (#3857)Yong He2024-05-29
* Allow bit operators on enum types. (#3862)Yong He2024-04-01
* Fix type union logic in generic type inference. (#3852)Yong He2024-03-28
* Support mutable existential parameters. (#3836)Yong He2024-03-26
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Add support for bitfields (#3639)Ellie Hermaszewska2024-03-01
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Incur l-value conversion cost during overload resolution. (#3195)Yong He2023-09-07
* Support per field matrix layout (#3101)Yong He2023-08-14
* Support implciit casted swizzled lvalue. (#3077)Yong He2023-08-09
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* Add support for texture footprint queries (#2970)Theresa Foley2023-07-10