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