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