| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -1/+1 |
| * | Remove `#opaque` types | gingerBill | 2021-02-23 | 1 | -48/+0 |
| * | Remove `bit_field` in type info, runtime, and general core library | gingerBill | 2021-02-19 | 1 | -49/+0 |
| * | Clear up fmt.wprint* length logic | gingerBill | 2021-02-11 | 1 | -3/+9 |
| * | Minor style clean up | gingerBill | 2021-02-04 | 1 | -10/+12 |
| * | Improve fmt's `%#v` behaviour for nested records | gingerBill | 2021-02-04 | 1 | -43/+87 |
| * | Remove unused constant | gingerBill | 2020-12-14 | 1 | -2/+0 |
| * | Support `%i` as an alternative to `%d` | gingerBill | 2020-12-14 | 1 | -4/+4 |
| * | Fix enumerated array index printing bug #808 | gingerBill | 2020-12-14 | 1 | -18/+8 |
| * | Add fmt formatting for runtime.Source_Code_Location | gingerBill | 2020-12-05 | 1 | -0/+9 |
| * | Clean up `fmt` usage with `io.Writer` and `strings.Builder` | gingerBill | 2020-12-04 | 1 | -49/+35 |
| * | Integrate `package io` into core library | gingerBill | 2020-12-03 | 1 | -219/+254 |
| * | Keep -vet happy | gingerBill | 2020-11-23 | 1 | -1/+0 |
| * | Change internal layout of `map[K]V` | gingerBill | 2020-11-23 | 1 | -7/+3 |
| * | Add support for %s and %q for [dynamic]byte | gingerBill | 2020-11-20 | 1 | -4/+6 |
| * | Support string literals for fixed arrays of runes; Add %q support for arrays/... | gingerBill | 2020-11-20 | 1 | -2/+2 |
| * | Add %s support for arrays and slices of bytes | gingerBill | 2020-11-20 | 1 | -9/+16 |
| * | Add `%q` for runes in fmt | gingerBill | 2020-11-18 | 1 | -0/+2 |
| * | Move flush to within the sbprint* procedures | gingerBill | 2020-10-01 | 1 | -3/+3 |
| * | Remove unused variable | gingerBill | 2020-10-01 | 1 | -3/+3 |
| * | Allow flushing with `strings.Builder`; Make `fmt.fprint*` procedures use a cu... | gingerBill | 2020-10-01 | 1 | -17/+41 |
| * | Fix `os.stat` code; make `fmt.panicf` diverging | gingerBill | 2020-09-30 | 1 | -1/+1 |
| * | Add more to package reflect (as_string, as_pointer, as_raw_data, relative_poi... | gingerBill | 2020-09-27 | 1 | -48/+2 |
| * | Update `package reflect` | gingerBill | 2020-09-26 | 1 | -1/+1 |
| * | Fix fmt with -vet | gingerBill | 2020-09-25 | 1 | -1/+1 |
| * | Add built-in custom formatters for time.Time and time.Duration | gingerBill | 2020-09-25 | 1 | -5/+136 |
| * | Remove usage of `do` in core library | gingerBill | 2020-09-23 | 1 | -92/+145 |
| * | [REFLECTION BREAKING] Modify the internals of the `map` type to increase perf... | gingerBill | 2020-09-07 | 1 | -2/+2 |
| * | Add optional `sep` parameter to `fmt.*print` and `fmt.*println` procedures | gingerBill | 2020-06-25 | 1 | -24/+24 |
| * | Add `fmt.DEFAULT_BUFFER_SIZE` to be configurable with `#config(FMT_DEFAULT_BU... | gingerBill | 2020-06-19 | 1 | -2/+1 |
| * | Change `fmt.*print` behaviour to match `fmt.*println` behaviour | gingerBill | 2020-06-19 | 1 | -8/+16 |
| * | Clean up `package log` code | gingerBill | 2020-06-19 | 1 | -1/+3 |
| * | Fix -vet warning for `fmt.printf("%10s")` | gingerBill | 2020-06-12 | 1 | -1/+1 |
| * | use width in when printing formatted string to control padding added after th... | Josh | 2020-06-12 | 1 | -0/+5 |
| * | Add `fmt.User_Formatter` | gingerBill | 2020-06-08 | 1 | -1/+48 |
| * | Rename `reflect.to_*` to `reflect.as_*` | gingerBill | 2020-06-05 | 1 | -3/+3 |
| * | Add `reflect.{to_int, to_uint, to_i64, to_u64, to_f64}` | gingerBill | 2020-06-05 | 1 | -86/+4 |
| * | Change runtime.Type_Info_Enum_Value to be `i64` internally rather than a `union` | gingerBill | 2020-06-03 | 1 | -76/+68 |
| * | Relative pointers | gingerBill | 2020-05-15 | 1 | -0/+112 |
| * | Implement Explicit context creation #639 | gingerBill | 2020-05-14 | 1 | -2/+2 |
| * | Endian specific floating point types (e.g. f32be) | gingerBill | 2020-04-11 | 1 | -0/+6 |
| * | Fix shadowing for `-vet` | gingerBill | 2020-03-30 | 1 | -2/+2 |
| * | Add basic support for Python-style `{}` printf formatting | gingerBill | 2020-03-30 | 1 | -75/+214 |
| * | Remove `context.std*` parameters; Fix unary boolean not | gingerBill | 2020-03-19 | 1 | -6/+6 |
| * | Remove the need for parapoly to print an enum as a string | gingerBill | 2020-03-07 | 1 | -25/+8 |
| * | `x if cond else y` and `x when cond else y` expressions | gingerBill | 2020-03-05 | 1 | -5/+5 |
| * | Add `union #maybe` | gingerBill | 2020-02-01 | 1 | -1/+12 |
| * | Fix #540 | gingerBill | 2020-01-15 | 1 | -1/+2 |
| * | Enumerated arrays `[Enum_Type]Elem_Type` | gingerBill | 2019-12-27 | 1 | -0/+80 |
| * | Implement `#complete switch` by default, replace with `#partial switch` #511 | gingerBill | 2019-12-22 | 1 | -8/+11 |