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-05-02
Speedup type checking using cached overload resolution results.
Yong He
2018-05-01
Diagnose attempts to write to fields in methods (#530)
Tim Foley
2018-04-20
Better diagnostics when compilation is aborted (#517)
Tim Foley
2018-04-20
Diagnose use of an implicit cast as an argument for an `out` parameter (#516)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-03-30
Fix several issues discovered by Falcor (#467)
Tim Foley
2018-03-29
Avoid crash when bad argument given to [instance(...)] attribute (#464)
Tim Foley
2018-03-29
Add support for default parameter values in IR codegen (#459)
Tim Foley
2018-03-26
Unify all generic parameters, even if some mismatch (#454)
Tim Foley
2018-03-22
Add support for DirectX Raytracing (DXR) (#451)
Tim Foley
2018-03-19
Entry point attribute (#447)
Tim Foley
2018-03-16
Overhaul implementation of [attributes] (#443)
Tim Foley
2018-03-06
Add a case to `TryUnifyVals` to cover `SubtypeWitness` vals (#435)
Yong He
2018-02-08
Falcor fixes (#402)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-01-26
Fix some crashing bugs around local variable declarations. (#385)
Tim Foley
2018-01-21
Trying to get generic extensions to work
Tim Foley
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2018-01-20
bug fixes
Yong He
2018-01-19
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-17
All compiler fixes to get ir branch work with falcor feature demo.
Yong He
2018-01-16
bug fixes to get falcor example shader code to compile.
Yong He
2018-01-16
Allow extension on interface (#369)
Yong He
2018-01-14
temporary workaround to fix test case failures.
Yong He
2018-01-14
allow extension of a concrete type to implement additional interface
Yong He
2018-01-13
Fix creation of `ThisTypeSubstitution`.
Yong He
2018-01-12
Support nested generics
Yong He
2018-01-12
Refactor substitution representation in DeclRefBase (#363)
Yong He
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
[next]