Rune - StreamPair fixes
[rune.git] / tests /
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-28 Matthew DillonRune - Add tests for trig/log/exp functions
2017-12-27 Matthew DillonRune - Flesh out compile-time global initializations
2017-03-06 Matthew DillonRune - Change ABI
2017-03-04 Matthew DillonRune - Convert most library pointers to references
2016-09-13 Matthew DillonRune - Start working on registerizing inlined procedure...
2016-08-22 Matthew DillonRune - Cleanup PointerInfo use in interpreter
2016-08-20 Matthew DillonRune - Fix array passing, optimize constant array indices
2016-08-19 Matthew DillonRune - Change limport mechanic
2016-08-19 Matthew DillonRune - Add labeled blocks
2016-08-18 Matthew DillonRune - Add strdup(), strcmp(), strncmp()
2016-08-18 Matthew DillonRune - Stabilization pass (CLOEXEC work, return-storage...
2016-08-18 Matthew DillonRune - Rework resolver
2016-08-13 Matthew DillonRune - Start work on inlining
2016-08-11 Matthew DillonRune - Adjust autocast code to fix implied compound...
2016-08-11 Matthew DillonRune - minor cleanup
2016-08-10 Matthew DillonRune - Change thead bootstrapping, fix RunLVSAlloc()
2016-08-09 Matthew Dillonrune - Fix tests/build1.d
2016-08-09 Matthew Dillonrune - Fix generated (*pt).new for double-indirect
2016-04-14 Matthew DillonRune - Update README
2016-04-14 Matthew DillonRune - Interpreter locking work 4/n
2016-04-08 Matthew DillonRune - Threaded function detach work
2016-04-08 Matthew DillonRune - Content-locking work 1/2
2016-04-06 Matthew DillonRune - retool rundata_t
2016-04-06 Matthew DillonRune - Tighten up parser, stabilization, optimization.
2016-04-05 Matthew DillonRune - Implement hard-locking model feature
2016-04-05 Matthew DillonRune - More autocasts for integer constants
2016-04-05 Matthew DillonRune - Simplify the library topology
2016-04-05 Matthew DillonRune - add *env(), fexec(), fwait().
2016-04-04 Matthew DillonRune - Stabilization, system calls
2016-04-03 Matthew DillonRune - Stability, features
2016-04-03 Matthew DillonRune - Stabilization, add Directory
2016-04-02 Matthew DillonRune - Stabilization, flesh out core classes
2016-04-02 Matthew DillonRune - Features (scripting, constants, main)
2016-04-01 Matthew DillonRune - Stabilization (constructors, destructors), misc.
2016-04-01 Matthew DillonRune - Syscall work, stabilization
2016-03-31 Matthew DillonRune - Collapse system calls and external libraries
2016-03-30 Matthew DillonRune - Add back-ticked strings and 'limport'
2016-03-30 Matthew DillonRune - Fix freeRefStor recursion
2016-03-30 Matthew DillonRune - Optimization pass (DCOPY, NULL), cast ptr->bool...
2016-03-30 Matthew DillonRune - Stabilization pass
2016-03-29 Matthew DillonRune - Organizing pass
2016-03-28 Matthew DillonRune - Locked storage work 9/N
2016-03-28 Matthew DillonRune - Locked storage work 8/N
2016-03-27 Matthew DillonRune - Locked storage work 7/N
2016-03-26 Matthew DillonRune - Locked storage work 6/N
2016-03-25 Matthew DillonRune - Locked storage work 5/N
2016-03-25 Matthew DillonRune - Locked storage work 4/N
2016-03-25 Matthew DillonRune - Locked storage work 3/N
2016-03-24 Matthew DillonRune - synchronize for mobile work
2016-03-24 Matthew DillonRune - Locked storage work
2016-03-24 Matthew DillonRune - Major run-time threading work, locked storage...
2016-03-23 Matthew DillonRune - Runtime environment work - mostly threads and...
2016-03-21 Matthew DillonRune - Generator refstor tracking 3/N
2016-03-20 Matthew DillonRune - Generator refstor tracking 2/N
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-14 Matthew DillonRune - Default output to RAS, misc
2016-03-14 Matthew DillonRas - Refactor spans, improve performance
2016-03-06 Matthew DillonRune - Ras work, stabilization
2016-02-24 Matthew DillonRune - Generation work - X interfacing and misc fixes
2016-02-16 Matthew DillonRune - Generation work (now runs numerous tests)
2016-02-14 Matthew DillonRune - Generation work
2016-02-13 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-31 Matthew DillonRune - Misc work
2016-01-31 Matthew DillonRune - stabilization
2016-01-31 Matthew DillonRune - Add File.format method
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-08 Matthew DillonRune - Scrap paren reqs on return, add features, stabil...
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 - Cleanup lvalue/rvalue comments
2016-01-04 Matthew DillonRune - flesh out type support
2016-01-01 Matthew DillonRune - Localize interpreter code
2015-12-30 Matthew DillonRune - Optimizations
2015-12-29 Matthew DillonRune - Stabilization
2015-12-29 Matthew DillonRune - thread work
2015-12-29 Matthew DillonRune - enhance LVALUE, add heap and persist, and more.
2015-11-28 Matthew DillonRune - Cleanup 1/2
2015-11-27 Matthew Dillonrune - var-args tracking, update docs, misc
2014-10-28 Matthew Dillonparser - string concat, generic type case
2014-10-27 Matthew Dillonalias - Fix aliases
2014-10-26 Matthew Dillonparser - more cleanups
2014-10-26 Matthew DillonParse - Bring in type and variable naming rules
2014-05-12 Matthew DillonInterpreter - reduce compiled size
2014-05-12 Matthew DillonInterpreter - Add ex_TmpOffset, remove run-time tempora...
2014-05-12 Matthew DillonInterpreter - Collapse sign-agnostic operators
2014-05-11 Matthew DillonArrays - Slight unhacking of array[] expressions
2014-05-10 Matthew DillonCore - Add cast-typeof, fix core bugs
2014-05-09 Matthew DillonRUNE - Initial repo re-creation