aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/quote_test.go
AgeCommit message (Expand)Author
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2018-02-13strconv: detect invalid UTF-8 in the Unquote fast pathBrad Fitzpatrick
2016-10-17strconv: strip \r in raw strings passed to UnquoteQuentin Smith
2016-02-27strconv: Avoid allocation in AppendQuote*Justin Nuß
2015-09-08strconv: add QuoteToGraphic and friendsRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox