index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
6
/
simp.c
Age
Commit message (
Expand
)
Author
2017-10-29
Remove obsolete debugging.
Ori Bernstein
2017-08-26
...The line that fixes things should probably get committed.
Ori Bernstein
2017-07-09
Style(9)-ify.
Ori Bernstein
2017-06-30
Support union constants
Michael Forney
2017-06-24
Miscellaneous typo/formatting fixes
Michael Forney
2017-05-19
Allow global variable array initialziers.
Ori Bernstein
2017-05-14
Types based off of void *also* have no storage.
Ori Bernstein
2017-03-20
Step by line in gdb.
Ori Bernstein
2016-09-08
Allow any type to be cast to its base type.
Ori Bernstein
2016-04-07
Remove dead variables.
Ori Bernstein
2016-02-28
Recursively tag reflected types.
Ori Bernstein
2016-02-24
Fix destructuring of nested tuples.
Ori Bernstein
2016-02-22
Extract util functions into separate dir from parse/
Ori Bernstein
2016-02-22
Remove comments.
Ori Bernstein
2016-02-20
Move more operators to flatten.
Ori Bernstein
2016-02-20
Move more code to flatten.c
Ori Bernstein
2016-02-20
Start refactoring
Ori Bernstein
2016-02-07
Generic iterators now seem to work.
Ori Bernstein
2016-02-06
fix rval len, fixes #69
Andrew Chambers
2016-02-01
Fix type array typedef indexing.
Ori Bernstein
2016-01-31
Add support for generic impls.
Ori Bernstein
2016-01-27
Only simplify empty array blobs to zero slices.
Ori Bernstein
2016-01-27
Make literal empty slices in blobs zero.
Ori Bernstein
2016-01-27
Literal zero slices should have the base be null.
Ori Bernstein
2016-01-26
Remove the '$' shorthand for end of array.
Ori Bernstein
2016-01-24
A pointer isn't an unsigned int...
Ori Bernstein
2016-01-24
Actually fix the lenghtless arrays.
Ori Bernstein
2016-01-24
Fix crash with lengthless arrays.
Ori Bernstein
2016-01-23
Check slice bounds when slicing.
Ori Bernstein
2016-01-13
Require '->' to have an argument
andrewc
2016-01-12
Fix #36 - Emit Oret arg when return type is void
andrewc
2015-12-29
Correct alignment of unions.
Ori Bernstein
2015-12-28
Fix union alignment.
Ori Bernstein
2015-12-24
Fix importing/exporting traits.
Ori Bernstein
2015-12-21
Add custom iterators.
Ori Bernstein
2015-12-21
Iterable traits pass the frontend.
Ori Bernstein
2015-12-16
Mark vararg args as reflected correctly.
Ori Bernstein
2015-12-15
Fix matching void union args.
Ori Bernstein
2015-12-15
More fixes to void values.
Ori Bernstein
2015-12-14
Don't eliminate side effects on void assign.
Ori Bernstein
2015-12-14
Initial support for void as an expression.
Ori Bernstein
2015-12-11
Fix code to disallow use before definition.
Ori Bernstein
2015-11-17
MEGAPATCH: Tabification.
Ori Bernstein
2015-11-06
Add support for '$' operator.
Ori Bernstein
2015-11-06
Rewrite pattern matching code.
Ori Bernstein
2015-11-06
Shuffle around functions.
Ori Bernstein
2015-11-06
Working pattern matching.
Ori Bernstein
2015-11-06
Pass the basic tests. we still fail complex ones.
Ori Bernstein
2015-11-06
Fix decision trees for structs.
Ori Bernstein
2015-10-19
Make improved pattern matching work for unions.
Ori Bernstein
[next]