Rune - Reformulate "unrestricted" scope for core types 2/2
[rune.git] / librune / type.c
2023-05-30 Matthew DillonRune - Reformulate "unrestricted" scope for core types 2/2
2023-05-16 Matthew Dillonrune - Transaction prep - remove locking qualifiers
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 - 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-22 Matthew DillonRune - Properly fix 'this' argument for method procedures
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 __vartype[n] and __type[n]
2018-04-11 Matthew DillonRune Serialize - Stabilization, Generation, major overhaul
2018-02-26 Matthew DillonRune - Add 'mpsafe'
2016-09-14 Matthew DillonRune - Fix interpreter (tests/gfxinput2.d)
2016-09-13 Matthew DillonRune - Make code PointerInfo-centric
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-08-13 Matthew DillonRune - Start work on inlining
2016-03-31 Matthew DillonRune - Collapse system calls and external libraries
2016-03-29 Matthew DillonRune - Organizing pass
2016-03-25 Matthew DillonRune - Locked storage work 3/N
2016-03-24 Matthew DillonRune - Locked storage work
2016-03-23 Matthew DillonRune - Runtime environment
2016-02-19 Matthew DillonRune - Generation work (initial x11 generation abi)
2016-02-16 Matthew DillonRune - Generation work (now runs numerous tests)
2016-02-14 Matthew DillonRune - Generation work
2016-02-12 Matthew DillonRune - Generation work
2016-02-12 Matthew DillonRune - First code gen (not execution ready yet)
2016-01-29 Matthew Dillonrune - Features and work
2016-01-17 Matthew DillonRune - Adjustments for generator
2016-01-07 Matthew DillonRune - rework PointerStor and LValueStor to include...
2016-01-06 Matthew DillonRune - Stabilization rs_Refs
2015-12-30 Matthew DillonRune - Optimizations
2015-11-27 Matthew Dillonrune - var-args tracking, update docs, misc
2014-05-11 Matthew DillonArrays - Slight unhacking of array[] expressions
2014-05-09 Matthew DillonRUNE - Initial repo re-creation