aboutsummaryrefslogtreecommitdiff
path: root/starlark/int.go
AgeCommit message (Expand)Author
2021-01-17Fix: Immutability of Int is broken by BigInt method (#332) (#333)Germán Fuentes Capella
2020-12-10starlark: add AsInt helper function for unpacking values to Go ints (#329)alandonovan
2020-11-11starlark: bring floating-point into spec compliance (#313)alandonovan
2020-06-17int: reduce allocation by representing small ints as pointers (#280)alandonovan
2019-02-25three comment tweaks (#161)alandonovan
2019-02-24Small/big int representation for starlark Int (#155)Edward McFarlane
2019-01-03starlark: HasUnary: allow extension types to define +x, -x, ~x (#87)alandonovan
2018-12-03fix nits found by various static tools (#11)alandonovan
2018-11-30starlark: address code review comments from #23 (#24)Josh Bleecher Snyder
2018-11-24Minor optimizations (#23)Josh Bleecher Snyder
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-31put skylark package in a subdirectoryAlan Donovan