index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parseh.cpp
Age
Commit message (
Expand
)
Author
2017-03-20
fix test regression regarding shadowing names
Andrew Kelley
2017-03-10
update to llvm 4.0
Andrew Kelley
2017-02-27
fix inability to write to global in some cases
Andrew Kelley
2017-02-04
ability to set global variable alignment and ...
Andrew Kelley
2017-02-03
exported global variables get emitted as external in LLVM
Andrew Kelley
2017-02-03
implement packed structs
Andrew Kelley
2017-01-13
fix some stuff when llvm has assertions on
Andrew Kelley
2017-01-12
fix use decl regression
Andrew Kelley
2017-01-12
IR: fix array concatenation
Andrew Kelley
2017-01-12
IR: implement macro for function aliasing function pointer
Andrew Kelley
2017-01-11
pass some parseh tests
Andrew Kelley
2017-01-11
pass more tests
Andrew Kelley
2017-01-10
partially fix parseh command
Andrew Kelley
2017-01-04
IR: add unreachable code compiler error
Andrew Kelley
2016-12-28
IR: pass passSliceOfEmptyStructToFn test
Andrew Kelley
2016-12-26
IR: pass intToPtrCast test
Andrew Kelley
2016-12-25
IR: support compile time global pointer reinterpret
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-11
IR: fix implementation of parseh
Andrew Kelley
2016-12-04
IR: re-organize where state goes to prepare for generics
Andrew Kelley
2016-12-01
rewrite scope implementation
Andrew Kelley
2016-12-01
rename BlockContext to Scope
Andrew Kelley
2016-11-18
IR: correctly codegening memset and memcpy
Andrew Kelley
2016-11-17
remove AST cloning code and add AST render for while loops
Andrew Kelley
2016-11-04
WIP moving all analysis to IR
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-23
enums support member functions
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-10
rename LLVMZig to ZigLLVM
Andrew Kelley
2016-09-05
fix gcc 5.4.0compile errors
Andrew Kelley
2016-09-04
port to llvm 3.9
Andrew Kelley
2016-08-07
ability to have a return type of 'type'
Andrew Kelley
2016-08-04
new multiline string syntax
Andrew Kelley
2016-07-17
rename NodeTypeStructDecl to NodeTypeContainerDecl
Andrew Kelley
2016-05-07
support generic data structures
Andrew Kelley
2016-04-22
parseh: support anonymous enums and enums with initializers
Andrew Kelley
2016-04-22
add syntax to allow symbols to have arbitrary strings as names
Andrew Kelley
2016-04-21
better parsing of C macros
Andrew Kelley
2016-03-08
update to llvm 3.8.0
Andrew Kelley
2016-03-01
c_void is provided outside of C imports
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-14
parseh: fix __cdecl causing a fn ptr to be double ptr
Andrew Kelley
2016-02-13
parseh: ZIG_PARSEH_CFLAGS -> ZIG_NATIVE_PARSEH_CFLAGS
Andrew Kelley
2016-02-13
parseh: support attributed types
Andrew Kelley
2016-02-13
parseh: more specific warning for different calling conventions
Andrew Kelley
2016-02-13
parseh: fix branching on undefined memory
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-09
fix build with GCC
Andrew Kelley
2016-02-07
parseh: tiny performance improvement
Andrew Kelley
2016-02-07
improve performance for get_fn_type
Andrew Kelley
[next]