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
/
parser.cpp
Age
Commit message (
Expand
)
Author
2017-11-07
Support generic interface methods (#251)
Yong He
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-11-04
style fixes
Yong He
2017-11-04
cleanup useless code
Yong He
2017-11-04
merge with fixWarnings branch
Yong He
2017-11-04
fixed all warnings
Yong He
2017-11-02
work inprogress
YONGH\yongh
2017-10-31
work in-progress: type checking associated types
Yong He
2017-10-30
work in-progress, add parsing for assoc type decls and member type expressions
YONGH\yongh
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-12
Work towards target-specific function overloads (#210)
Tim Foley
2017-10-09
Parser: fix precedence of cast expressions (#203)
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-07
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-06
Continue work on IR-based codegen
Tim Foley
2017-09-05
Move implicit conversion operations to stdlib
Tim Foley
2017-08-25
Fixup: handle splice of multiple modifiers
Tim Foley
2017-08-25
Fix some resources-in-structs bugs
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-10
Make source location lightweight
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-08-07
Remove uses of global variables
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
Fix up translation of `GetDimensions()`
Tim Foley
2017-07-19
Fixes for how parameter block names are set up.
Tim Foley
2017-07-18
Add a compile-time loop construct to Slang
Tim Foley
2017-07-14
Add reflection support for GLSL thread-group-size modifier
Tim Foley
2017-07-14
Don't assign a `binding` to a `push_constant` buffer
Tim Foley
2017-07-12
Add ability for intrinsics to require GLSL extensions
Tim Foley
2017-07-11
Make parser recovering more robust to avoid infinite loops
Tim Foley
2017-07-08
Add back `UnparsedStmt`
Tim Foley
2017-07-08
Differentiate HLSL `for` loops in AST
Tim Foley
2017-07-08
Revise how hidden implicit casts are recognized.
Tim Foley
2017-07-08
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-06
Start to support cross-compilation via "lowering" pass
Tim Foley
2017-06-29
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-28
Store integer literals at high precision in AST
Tim Foley
2017-06-28
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-28
Rename literal tokens.
Tim Foley
2017-06-27
Allow "dotted" import paths
Tim Foley
2017-06-27
Allow for re-export of an `import` declaration
Tim Foley
2017-06-26
Fix parsing of string literals.
Tim Foley
2017-06-26
Replace "auto-import" with `#import`
Tim Foley
2017-06-21
Support texture `Gather*()` operations
Tim Foley
2017-06-20
Add a useful source location to `typedef` declarations
Tim Foley
[next]