aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/quote.go
AgeCommit message (Expand)Author
2021-08-21strconv: reject surrogate halves in UnquoteJoe Tsai
2021-05-04strconv: add QuotedPrefixJoe Tsai
2021-02-23all: faster midpoint computation in binary searchyangwenmai
2020-11-24[dev.regabi] strconv: add to bootstrap packagesMatthew Dempsky
2020-01-26strconv: stop describing Unicode graphic characters as non-ASCIIIan Lance Taylor
2019-04-18strconv: pre-allocate in appendQuotedWithRob Pike
2019-02-12strconv: format hex floatsRuss Cox
2018-08-22strconv: use bytealg implementation of IndexByteStringTim Cooper
2018-06-04strconv: check for empty string in UnquoteCharRebecca Stambler
2018-02-13strconv: detect invalid UTF-8 in the Unquote fast pathBrad Fitzpatrick
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-03-06strconv: remove unused append rune width paramDaniel Martí
2016-10-17strconv: strip \r in raw strings passed to UnquoteQuentin Smith
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-27strconv: Avoid allocation in AppendQuote*Justin Nuß
2015-09-08strconv: add QuoteToGraphic and friendsRob Pike
2014-09-09strconv: fix documentation for CanBackquote.Rob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox