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
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
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-02-11
Take into account existing initializer list type when performing coercions (#...
Ellie Hermaszewska
2023-02-07
Arithmetic simplifications and more IR clean up logic. (#2632)
Yong He
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2022-11-29
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-09-01
Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-08-10
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-05-27
Fix initializer lists for derived structs (#1862)
T. Foley
[next]