rune.git
2023-05-31 Matthew DillonRune - Further Object abstraction work master
2023-05-30 Matthew DillonRune - Temporarily allow structs to contain pointers...
2023-05-30 Matthew DillonRune - Reformulate "unrestricted" scope for core types 2/2
2023-05-30 Matthew DillonRune - Reformulate "unrestricted" scope for core types 1/2
2023-05-30 Matthew DillonRune - Begin abstracting object data, remove EXF_INDREF
2023-05-17 Matthew Dillonrune - Transaction prep - remove *_Storage, storage...
2023-05-16 Matthew Dillonrune - Transaction prep - remove locking qualifiers
2023-05-16 Matthew DillonSynchronizing commit for 2023 work. I am going to...
2022-06-02 Matthew Dillonrune - Fix runeid refactor2
2022-04-01 Matthew DillonRune - llvm backend work
2022-03-28 Matthew DillonRune - Completely resolve all base types
2022-03-24 Matthew Dillonrune - Refactor identifier encoding
2022-03-24 Matthew Dillonrune - Normalize ObjectInfo structure
2021-02-08 Matthew DillonRune - Code generator and resolver work
2021-02-08 Matthew DillonRune - Code generator work (tests/format.d and tests...
2021-02-04 Matthew DillonRune - Cleanup resolver, general cleanup
2021-02-04 Matthew DillonRune - change 'constant' scope qualifier to '__readonly'
2021-02-04 Matthew DillonRune - Objectification of references work part 4 (inter...
2021-02-02 Matthew DillonRune - Objectification of references work part 3 (inter...
2021-02-01 Matthew DillonRune - Objectification of references work part 2 (build...
2021-01-25 Matthew DillonRune - Objectification of references work part 1
2021-01-25 Matthew DillonRune - Update Ras documentation.
2021-01-25 Matthew DillonRune - reformat classes/* and tests/*
2021-01-25 Matthew DillonRune - Clean up getenv/setenv/etc
2021-01-23 Matthew DillonRune - rename grammer.html
2021-01-23 Matthew DillonRune - Finalize 'char' and other basic integer types
2021-01-23 Matthew DillonRune - Make all pointers C-like
2021-01-22 Matthew DillonRune - Fix binary code generator for recent work
2021-01-22 Matthew DillonRune - Properly fix 'this' argument for method procedures
2021-01-22 Matthew DillonRune - Add copyright notice to classes/
2021-01-21 Matthew DillonRune - fix File.format()
2021-01-21 Matthew DillonRune - Adjust exp temp data to use common structure
2021-01-21 Matthew DillonRune - add 'P' suffix for integer constants, update...
2021-01-21 Matthew DillonRune - Refactor size_t into usize_t and ssize_t
2021-01-21 Matthew DillonRune - Implement runeid_t, hashed identifiers, and #id
2021-01-21 Matthew DillonRune - Syntax cleanup pass 1
2020-05-21 Matthew DillonRune - Clean up strings
2019-11-04 Matthew DillonRune - Fix DupExp() bug (2)
2019-11-04 Matthew DillonRune - Fix DupExp() bug
2019-11-04 Matthew DillonRune - Fix broken comment
2019-11-04 Matthew DillonRune - Clean up some tests
2019-11-04 Matthew DillonRune - Clean up mmap() and friends
2019-11-04 Matthew DillonRune - Add __vartype[n] and __type[n]
2019-11-04 Matthew DillonRune - Add multi-character single-quoted constants
2019-11-04 Matthew DillonRune - Adjust for gcc-8 warnings
2018-06-29 Matthew DillonRune - Fix more 64-bit immediates
2018-06-25 Matthew DillonRune - Inherit scope for refinement, minor fixes
2018-06-25 Matthew DillonRune - Inherit scope for refinement, minor fixes
2018-06-11 Matthew DillonRune - re-enable bypass optimizations
2018-06-11 Matthew DillonRune - Change regsave burden for syscalls
2018-06-10 Matthew DillonRas - Adjust complexity calculation
2018-06-10 Matthew DillonRune - Fix runtime random to actually return a 64-bits
2018-05-11 Matthew DillonRune - Adjust operator precedences
2018-05-11 Matthew DillonRune - Add BCHECK and RuneMode
2018-05-11 Matthew DillonRas - Fix EA2 assertion
2018-05-10 Matthew DillonRune - PCheck, 64-bit cmpq fixes
2018-05-10 Matthew DillonRune - Change default locking
2018-05-10 Matthew DillonRune - Fix content initialization gen for persist store
2018-05-10 Matthew DillonRune - Refactor mmap, madvise, msync, and enhance ...
2018-05-10 Matthew DillonRune - doc update
2018-05-10 Matthew DillonRune - Add random support system calls
2018-05-10 Matthew DillonRune - Fix &ary[i][j] typing.
2018-05-10 Matthew DillonRune - Remove RSRESERVE for persistent objects (2)
2018-05-10 Matthew DillonRune - Remove RSRESERVE for persistent objects
2018-04-11 Matthew DillonRune Serialize - Stabilization, Generation, major overhaul
2018-04-08 Matthew DillonRune Serialize - Stabilization, Fix boolean casts and...
2018-04-08 Matthew DillonRune Serialize - Simplify GenData and RunData
2018-04-08 Matthew DillonRune - Require minfo in more places
2018-03-27 Matthew DillonRune - Major locking work
2018-03-26 Matthew DillonRune - Fix livelock on heavily contended locks
2018-03-25 Matthew DillonRune - Improve link debug output
2018-03-23 Matthew DillonRune - Update Copyright
2018-03-23 Matthew DillonRune - Collapse identical strings
2018-03-09 Matthew DillonRune - Fix threading bugs
2018-03-09 Matthew DillonRune - Fix globaldata pointer assignment offset
2018-03-09 Matthew DillonRune - Allow ++*, --* to work like C
2018-03-08 Matthew DillonRune - Fix thread issue
2018-03-08 Matthew DillonRune - Fix the lock masking during a threaded call...
2018-03-08 Matthew DillonRune - Refactor interpreter locking a bit
2018-03-08 Matthew DillonRune - Refactor threaded procedure calls, fix bugs
2018-03-08 Matthew DillonRune - Add more 'bool' operators
2018-03-08 Matthew DillonRune - Add a linked field to frames
2018-03-04 Matthew DillonRune - Change subclass and subinterface syntax
2018-03-04 Matthew DillonRune - Fix interpreter array index typing
2018-03-04 Matthew DillonRune - Fix interpreter assignment issue
2018-03-04 Matthew DillonRune - StreamPair fixes
2018-03-04 Matthew DillonRune - Fix thread bugs, add lock debugging
2018-03-04 Matthew DillonRune - Add Pointer.lockcount(), misc bug fixes
2018-03-02 Matthew DillonRune - Threading fixes, cleanups
2018-03-01 Matthew DillonRune - Refactor runtime threading for generated code
2018-02-28 Matthew DillonRune - Check thread stats more often
2018-02-26 Matthew DillonRune - Add 'mpsafe'
2017-12-29 Matthew DillonRune - Fix global initialization bug
2017-12-29 Matthew DillonRune - Refactor storage space tracker
2017-12-28 Matthew DillonRune - Fix posix_memalign() usage
2017-12-28 Matthew DillonRune - Add bracketed array initializer support
2017-12-28 Matthew DillonRune - Add tests for trig/log/exp functions
2017-12-28 Matthew DillonRune - Fix bug in FNEG generation
2017-12-28 Matthew DillonRune - Add internal trig, log, pow, exp functions
2017-12-27 Matthew DillonRune - Fix debug directive
next