aboutsummaryrefslogtreecommitdiff
path: root/core/fmt
Commit message (Expand)AuthorAgeFilesLines
* `-vet` flag to do basic vetting of codegingerBill2018-11-251-4/+3
* `opaque` keyword and typegingerBill2018-11-111-0/+51
* Fix issue with complication of -debug that is caused sometimes due to lambda ...gingerBill2018-11-111-3/+7
* switch on typeid with type casesgingerBill2018-10-131-4/+2
* Parametric polymorphic union typegingerBill2018-09-081-1/+7
* Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`gingerBill2018-09-021-1/+1
* `typeid` as keyword (ready to implement polymorphic name parameters)gingerBill2018-09-021-32/+33
* Rename buffer entitygingerBill2018-08-301-5/+5
* Place assertf and printf to package fmtgingerBill2018-08-301-0/+21
* Add `assertf` and `panicf`gingerBill2018-08-301-2/+3
* Temporary allocator for `context`gingerBill2018-08-291-0/+18
* `runtime.Typeid_Bit_Field` layout to store more information into the typeidgingerBill2018-08-251-0/+55
* Fix for in enum iterationgingerBill2018-08-221-5/+0
* Add underlying type for `bit_set`gingerBill2018-08-171-1/+5
* bit_set['A'..'Z'], bit_set[0..8]gingerBill2018-08-161-4/+43
* Minor sanity features for `bit_set`gingerBill2018-08-141-4/+5
* Add `bit_set` typegingerBill2018-08-141-1/+87
* Reduce number of range and slice operators #239gingerBill2018-08-011-59/+59
* using Foo :: enum {A, B, C}; len(Foo)gingerBill2018-07-291-1/+0
* Remove special shared scope for runtime stuffgingerBill2018-06-031-64/+64
* Reorganize `runtime` packagegingerBill2018-05-271-1/+1
* Parse directories to be packagesgingerBill2018-05-211-0/+1170