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-overload.cpp
Age
Commit message (
Expand
)
Author
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-05-30
Fix type checking & loop value hoisting (#2907)
Yong He
2023-05-12
Fusion pass for saturated_cooperation (#2874)
Ellie Hermaszewska
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-04-28
Use Index for FuncType param count (#2853)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-03-07
Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...
Yong He
2022-11-30
Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...
Yong He
2022-11-29
Bug fix: partially specialized non-static generic invoke missing `this` argum...
Yong He
2022-11-23
Fix issues around dynamic generic function and autodiff. (#2528)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-14
Minimum binary arithmetic reverse autodiff working. (#2514)
Edward Liu
2022-11-08
Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-27
Rename `__jvp`-->`__fwd_diff`. (#2471)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-20
Fix regression in check-overload. (#2407)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-08-16
Add gfx interface definition in Slang. (#2364)
Yong He
2022-08-04
Implicit pointer dereference when using member operator. (#2348)
Yong He
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-07
Major language server features. (#2264)
Yong He
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2021-03-10
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2020-08-27
Clean up the way that lookup "through" a base type is encoded (#1519)
Tim Foley
2020-08-21
Another fix for overriding property decls (#1509)
Tim Foley
2020-08-21
Allow calling a generic function with an existential value (dynamic dispatch)...
Yong He
2020-08-17
Attempt to fix lookup for members that "override" (#1501)
Tim Foley
2020-07-24
Fix bugs related to mutating implementations of interface methods (#1461)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-04-21
Diagnose attempts to call instance methods from static methods (#1330)
Tim Foley
2020-04-10
Fix crashing bug when using overloaded name as generic arg (#1315)
Tim Foley
2020-04-08
Remove static struct members from layout and reflection (#1310)
jsmall-nvidia
2020-03-24
Fix some bad behavior around static methods (#1289)
Tim Foley
2020-03-16
Define compound intrinsic ops in the standard library (#1273)
Tim Foley
[next]