aboutsummaryrefslogtreecommitdiff
path: root/src/go/constant
AgeCommit message (Expand)Author
2021-05-17[dev.typeparams] go/constant: implement Kind.StringRobert Griesemer
2021-01-26[dev.typeparams] go/constant: faster match implementationRobert Griesemer
2021-01-26[dev.typeparams] go/constant: choose internal float representations more cons...Robert Griesemer
2021-01-25[dev.typeparams] go/constant: in ToFloat, convert to rational numbers, not fl...Robert Griesemer
2020-11-25[dev.regabi] merge master 4481ad6eb6 into dev.regabiRuss Cox
2020-11-25go/constant: MakeFloat64(0) must return a value of Float kindRobert Griesemer
2020-11-25go/constant: make constant.Make produce "smallest" const representationRobert Griesemer
2020-11-24[dev.regabi] go/constant: avoid heap allocations in matchMatthew Dempsky
2020-11-24[dev.regabi] go/constant: optimize BitLenMatthew Dempsky
2020-11-20go/types, go/constant: handle infinities as unknown valuesRobert Griesemer
2020-02-21go/constant: remove redundant octal & separator literals parsingvovapi
2019-03-06go/constant: add Val accessor and Make constructor to handle varied typesRebecca Stambler
2019-02-11go/constant: accept new Go2 number literalsRobert Griesemer
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-06-04strconv: check for empty string in UnquoteCharRebecca Stambler
2018-03-19go/constant: add examples for working with constant.Valuejimmyfrasche
2018-01-05go/constant: make string addition compute actual string lazilyRuss Cox
2017-09-18go/types, constant: remove superfluous import commentgriesemer
2017-05-04go/constant: avoid generating rats for large negative exponentsJosh Bleecher Snyder
2017-02-08go/constant: use new math/big.IsInt and isUint predicatesRobert Griesemer
2016-11-07go/constant: follow-up for https://go-review.googlesource.com/32870Robert Griesemer
2016-11-07go/constant: improved fatal error messagesRobert Griesemer
2016-11-05go/constant: document that BinaryOp doesn't handle comparisons or shiftsRobert Griesemer
2016-09-07go/constant: document that Value.String and ExactString return quoted stringsRobert Griesemer
2016-06-24math/big: special-case a 0 mantissa during Rat parsingNathan VanBenschoten
2016-03-01go/constant: fix typos in MakeFromLiteral docsMatthew Dempsky
2016-02-18go/constant: fix doc stringsRobert Griesemer
2016-02-08go/constant: fix String() implementationRobert Griesemer
2015-12-16go/constant: use Float.Rat method instead of doing it manuallyRobert Griesemer
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-08-26go/types, go/constant: remove backward-compatibility files (cleanup)Robert Griesemer
2015-05-11go/constant: rename go/constantsAlan Donovan