summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-24Add standard Deprecated tag to Value.Number()Paul Buetow
2026-05-24rpn: use token-based = detection in handleStandardAssignPaul Buetow
2026-05-24rpn: derive builtin set from loadBuiltInConstants, eliminating duplicate listPaul Buetow
2026-05-24rpn: replace fragile error message parsing with direct registry checkPaul Buetow
2026-05-24rpn: use GetCoolMetric() instead of ignored-error Find("Cool")Paul Buetow
2026-05-24fix(rpn): use NewRatFromString in RationalMode to preserve precisionPaul Buetow
2026-05-24rpn: revert resolveMetric and helpers to single return valuesPaul Buetow
2026-05-24fix(rpn): use < instead of <= for _sentinel in parseCategoryPaul Buetow
2026-05-24refactor(rpn): have ResultStack reuse pushLiteralPaul Buetow
2026-05-24rpn: remove hard-coded single-char metric whitelist in parseNumberWithMetricPaul Buetow
2026-05-24docs: fix inaccurate comments in internal/rpn/variables.goPaul Buetow
2026-05-24fix(repl): correct misleading comments in completer.goPaul Buetow
2026-05-24fix(rpn): correct misleading ClearConstants commentPaul Buetow
2026-05-24fix(Magefile): update stale comments referencing old 'perc' binary namePaul Buetow
2026-05-24docs(rpn): fix misleading comments in operations_variables.goPaul Buetow
2026-05-24docs: fix inaccurate Start comment in internal/repl/signal.goPaul Buetow
2026-05-24docs(rpn): fix Rat.Compare comment to cover all NumericValue typesPaul Buetow
2026-05-24fix(rpn): correct Show comment to reflect StackValue interface usagePaul Buetow
2026-05-24docs(repl): fix inaccurate comments in repl.goPaul Buetow
2026-05-24docs: update stale version references in internal/version.go commentsPaul Buetow
2026-05-24docs(internal/repl): fix inaccurate comments in handlers.goPaul Buetow
2026-05-24cmd/gt: fix stale comments and remove dead LogWriter codePaul Buetow
2026-05-24fix(rpn): correct misleading comments in metric_parse.goPaul Buetow
2026-05-24rpn: implement custom show to display custom metric detailsPaul Buetow
2026-05-24rpn: eliminate RPN.mode duplication with Operations.modePaul Buetow
2026-05-24docs(rpn): fix Values() comment — correct order from top-to-bottom to botto...Paul Buetow
2026-05-24docs: fix inaccurate comments in operations_interfaces.goPaul Buetow
2026-05-24docs(rpn): fix inaccurate Stack() return value commentPaul Buetow
2026-05-24fix(repl): correct misleading comments in commands.goPaul Buetow
2026-05-24fix(rpn): correct comments in operations_hyper.goPaul Buetow
2026-05-24docs(rpn): fix misleading comment in handleStandardAssignPaul Buetow
2026-05-24fix(rpn): clarify nm/nanometer comment in metric_builtin.goPaul Buetow
2026-05-23docs(internal/perc): fix misleading comments in perc.goPaul Buetow
2026-05-23docs(rpn): fix misleading comments in rpn_ops.goPaul Buetow
2026-05-23docs(rpn): fix misleading comments on ClearConstants and ReloadBuiltInConstantsPaul Buetow
2026-05-23docs: fix stale file-level comment in internal/rpn/rpn.goPaul Buetow
2026-05-23doc: fix misleading comment about constants provider in NewOperationsPaul Buetow
2026-05-23docs(rpn): fix _sentinel comment — remove reference to nonexistent lookupsPaul Buetow
2026-05-23fix(rpn): correct misleading comment in parseCategoryPaul Buetow
2026-05-23refactor(rpn): replace sort.Slice with slices.SortFunc + cmp.ComparePaul Buetow
2026-05-23rpn: use maps.DeleteFunc in ReloadBuiltInConstantsPaul Buetow
2026-05-23rpn: use clear() builtin instead of loop+deletePaul Buetow
2026-05-23rpn: replace manual make+copy with slices.Clone in Stack.Values()Paul Buetow
2026-05-23chore: bump go.mod from go 1.25.0 to go 1.26.0Paul Buetow
2026-05-23feat: wire DeleteVariable to OperatorRegistry as 'd' operatorPaul Buetow
2026-05-23fix: return Cool metric for Cool/non-Cool divisionPaul Buetow
2026-05-23fix: preserve arbitrary precision in Rat.Compare() for Rat-to-RatPaul Buetow
2026-05-23refactor: split Value and Stack types out of variables.goPaul Buetow
2026-05-23refactor: extract shared logOp() helper for Log2/Log10/LnPaul Buetow
2026-05-23fix: prevent stack corruption in popTwo() and FastPower()Paul Buetow