aboutsummaryrefslogtreecommitdiff
path: root/core/strconv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix -vet for demo.odingingerBill2019-03-301-2/+2
* Fix possible buffer overflows in `package strconv`gingerBill2019-03-251-9/+26
* Improve package strconvgingerBill2019-03-242-344/+423
* %e and %g support in fmt.printfgingerBill2019-03-151-15/+75
* Add implicit selector expressions for in/notingingerBill2019-03-061-3/+3
* Fix issue #280gingerBill2018-11-171-4/+4
* Minor sanity features for `bit_set`gingerBill2018-08-141-7/+8
* Add `bit_set` typegingerBill2018-08-141-5/+5
* Reduce number of range and slice operators #239gingerBill2018-08-011-28/+28
* Parse directories to be packagesgingerBill2018-05-211-0/+505