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
/
check.cpp
Age
Commit message (
Expand
)
Author
2018-01-09
bruteforce implementation of witness table resolution for associated (#358)
Yong He
2018-01-04
Bug fixes for Slang integration (#356)
Yong He
2018-01-03
Fix type lookup of global type arguments
Yong He
2018-01-03
add call to `EnsureDecl` in `SpecializeGenericForOverload`.
Yong He
2018-01-02
no-codegen compile flag and global generics reflection (#347)
Yong He
2017-12-27
Support nested generic types (e.g. L<T<S>>)
Yong He
2017-12-22
Merge branch 'master' into implicit-generic-app
Tim Foley
2017-12-22
Support for transitive subtype witnesses (#331)
Tim Foley
2017-12-22
Support generic type constraints when implicitly invoking generic
Tim Foley
2017-12-20
IR: fixes for subscript accessors (#322)
Tim Foley
2017-12-08
Cleanups to `ParameterBlock<T>` behavior. (#304)
Tim Foley
2017-11-28
Generate IR per-module for loaded modules (#299)
Tim Foley
2017-11-17
Add support for global generic parameters (#285)
Yong He
2017-11-08
Cleanup of "suport generic interface method".
Yong He
2017-11-07
Support generic interface methods (#251)
Yong He
2017-11-07
Attach correct types to subscript accessors
Tim Foley
2017-11-05
small cleanups
Yong He
2017-11-04
style fixes
Yong He
2017-11-04
naming cleanup
Yong He
2017-11-04
fix warnings
Yong He
2017-11-04
merge with fixWarnings branch
Yong He
2017-11-04
fix linux build
Yong He
2017-11-04
Merge branch 'master' of https://github.com/shader-slang/slang
Yong He
2017-11-04
fixed all warnings
Yong He
2017-11-04
fix all unreachable code warnings
Yong He
2017-11-04
Passing both assoctype-simple and assoctype-complex test cases.
Yong He
2017-11-04
Merge https://github.com/shader-slang/slang
Yong He
2017-11-04
work in-progress
Yong He
2017-11-03
associatedtypes: generating almost correct HLSL, but is not calling correctly...
Yong He
2017-11-03
Fix #248 (#249)
Tim Foley
2017-11-03
in-progress work
Yong He
2017-11-02
work inprogress
YONGH\yongh
2017-11-01
Adding support for associated types.
Yong He
2017-10-31
work in-progress: type checking associated types
Yong He
2017-10-30
Allow for implicit `this` expressions.
Tim Foley
2017-10-30
Support explicit `this` expressions
Tim Foley
2017-10-27
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-20
in-progress work: allow render-test to generate and bind various resource inp...
YONGH\yongh
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-12
Work towards target-specific function overloads (#210)
Tim Foley
2017-10-11
Bug fixing (#207)
Tim Foley
2017-10-04
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-11
Support IR-based codegen for a few more examples.
Tim Foley
2017-09-05
Move implicit conversion operations to stdlib
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-14
Rename `Name` fields to `name`
Tim Foley
2017-08-12
Data-driven parsing of modifiers
Tim Foley
2017-08-11
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
[next]