aboutsummaryrefslogtreecommitdiff
path: root/core/fmt
Commit message (Expand)AuthorAgeFilesLines
...
* Fix 'string_to_enum_value' not compilingJustas Dabrila2019-12-141-2/+2
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-30/+30
* Update fmt.odingingerBill2019-11-211-2/+1
* `#soa[]Type` (Experimental)gingerBill2019-11-211-8/+39
* Prepare SOA Struct code for slices and dynamic arrays *to be implemented*gingerBill2019-11-191-2/+2
* Fix for -vetgingerBill2019-11-031-2/+2
* Fix typo in fmtgingerBill2019-11-031-1/+1
* Fix fmt printing of anonymous SOA structsgingerBill2019-11-031-15/+61
* SOA support of Structures and Arrays; Runtime information for SOA structs; fm...gingerBill2019-11-031-18/+64
* Fix typos and make demo work with -vetgingerBill2019-10-081-2/+2
* strings.split; strings.index; eprint* over print*_err;gingerBill2019-10-061-6/+12
* Built-in Quaternions (Not just an April Fool's Joke any more)gingerBill2019-08-261-0/+29
* Remove `package types` and merge with `package reflect`gingerBill2019-08-131-225/+16
* Make procedure parameters just named values rather than copied variablesgingerBill2019-07-151-3/+4
* union #no_nilgingerBill2019-07-091-1/+7
* Fix unions with zero variantsgingerBill2019-07-071-0/+5
* Add i128/u128 support for bit setsgingerBill2019-05-281-7/+11
* Support 128-bit integers `i128` `u128`gingerBill2019-05-281-0/+99
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-12/+12
* Overrideable stdin, stdout, stderr at the `context` levelgingerBill2019-03-301-6/+6
* Improve package strconvgingerBill2019-03-241-1/+1
* Fix fmt.println a rawptr causes access violation #356gingerBill2019-03-191-3/+3
* Minor changes to fmt of auto deferencinggingerBill2019-03-161-7/+18
* fmt.printf support for pointer to container (one level deep)gingerBill2019-03-161-0/+27
* Add extra pointer printing options to fmt.printfgingerBill2019-03-151-16/+32
* %h support in fmt.printf for hexadecimal floatsgingerBill2019-03-151-0/+19
* %e and %g support in fmt.printfgingerBill2019-03-151-3/+34
* Allow implicit selector expressions in switch statementsgingerBill2019-03-061-8/+6
* `intrinsics.vector` type (Experimental)gingerBill2019-02-231-0/+24
* Make encoding/json use []byte rather than stringgingerBill2019-01-071-1/+1
* json.marshalgingerBill2019-01-061-2/+6
* strings.write_quoted_stringgingerBill2019-01-061-20/+1
* fmt.printf("%q", str); (quotes strings)gingerBill2019-01-061-0/+24
* Reorganize fmt and strings; Replace fmt.String_Buffer with strings.BuildergingerBill2019-01-061-510/+439
* Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...gingerBill2019-01-051-0/+15
* Fixed bug for Bill because he is a lazy boi.thebirk2019-01-021-1/+1
* Fixed int_from_arg not consuming argument.thebirk2019-01-021-0/+4
* Fix defer on branching with new scoping rulesgingerBill2019-01-011-1/+1
* Update `package strings`gingerBill2018-12-261-4/+4
* Fix bit sets with custom endian underlying typegingerBill2018-12-021-4/+36
* Endian specific integers: e.g. i32 i32le i32begingerBill2018-12-021-0/+15
* `-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