aboutsummaryrefslogtreecommitdiff
path: root/core/strconv/generic_float.odin
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `using import`gingerBill2019-12-211-17/+17
* Add `-help` which prints information about the compiler flagsgingerBill2019-12-211-158/+0
* Fix issue with `-thread-count` flag with <= 0 countgingerBill2019-12-031-1/+1
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-1/+1
* Move `package decimal` to be a subpackage of `package strconv`gingerBill2019-10-261-1/+1
* Change implicit semicolon rules for record types within procedure bodies; Upd...gingerBill2019-10-061-1/+1
* Make procedure parameters just named values rather than copied variablesgingerBill2019-07-151-12/+14
* Support 128-bit integers `i128` `u128`gingerBill2019-05-281-0/+76
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-2/+2
* Improve package strconvgingerBill2019-03-241-0/+361