Rune - Further Object abstraction work
[rune.git] / librune / export.h
2023-05-31 Matthew DillonRune - Further Object abstraction work master
2021-02-04 Matthew DillonRune - Objectification of references work part 4 (inter...
2021-02-01 Matthew DillonRune - Objectification of references work part 2 (build...
2021-01-23 Matthew DillonRune - Make all pointers C-like
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 - Add multi-character single-quoted constants
2018-06-29 Matthew DillonRune - Fix more 64-bit immediates
2018-06-25 Matthew DillonRune - Inherit scope for refinement, minor fixes
2018-04-11 Matthew DillonRune Serialize - Stabilization, Generation, major overhaul
2017-12-28 Matthew DillonRune - Add bracketed array initializer support
2017-03-06 Matthew DillonRune - Change ABI
2016-09-13 Matthew DillonRune - Start working on registerizing inlined procedure...
2016-09-13 Matthew DillonRune - Make code PointerInfo-centric
2016-08-22 Matthew DillonRune - Cleanup PointerInfo use in interpreter
2016-08-22 Matthew DillonRune - Initial PointerStor/LValueStor rework
2016-08-20 Matthew DillonRune - Fix array passing, optimize constant array indices
2016-08-18 Matthew DillonRune - Rework resolver
2016-04-14 Matthew DillonRune - Interpreter refactor ex_Run 2/n
2016-04-14 Matthew DillonRune - Interpreter refactor ex_Run 1/n
2016-04-06 Matthew DillonRune - retool rundata_t
2016-03-31 Matthew DillonRune - Collapse system calls and external libraries
2016-03-25 Matthew DillonRune - Locked storage work 3/N
2016-03-24 Matthew DillonRune - Major run-time threading work, locked storage...
2016-03-23 Matthew DillonRune - Runtime environment
2016-03-23 Matthew DillonRune - Runtime environment work - mostly threads and...
2016-02-27 Matthew DillonRune - Add RAS backend, temp register numbering, stabil...
2016-02-19 Matthew DillonRune - Generation work (initial x11 generation abi)
2016-02-16 Matthew DillonRune - Generation work (now runs numerous tests)
2016-02-12 Matthew DillonRune - Generation work
2016-02-12 Matthew DillonRune - First code gen (not execution ready yet)
2016-02-02 Matthew DillonRune - Start code generator work
2016-01-31 Matthew DillonRune - Misc work
2016-01-30 Matthew Dillonrune - constant suffix parsing, adjust show, work on...
2016-01-29 Matthew Dillonrune - Features and work
2016-01-17 Matthew DillonRune - Adjustments for generator
2016-01-07 Matthew DillonRune - Refactor interpreter expression API
2016-01-07 Matthew DillonRune - rework PointerStor and LValueStor to include...
2016-01-06 Matthew DillonRune - Stabilization rs_Refs
2016-01-04 Matthew DillonRune - flesh out type support
2016-01-01 Matthew DillonRune - Localize interpreter code
2015-11-28 Matthew DillonRune - Cleanup 1/2
2015-11-27 Matthew Dillonrune - var-args tracking, update docs, misc
2014-10-27 Matthew Dillonalias - Fix aliases
2014-05-12 Matthew DillonInterpreter - Incremental API changes
2014-05-11 Matthew DillonArrays - Slight unhacking of array[] expressions
2014-05-09 Matthew DillonRUNE - Initial repo re-creation