aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fmtsort
AgeCommit message (Expand)Author
10 daysall: change from sort functions to slices functions where feasibleIan Lance Taylor
12 daysinternal/fmtsort: use cmp.Compare for value comparisonsaimuz
2024-05-13fmt, internal/fmtsort: refactor SortedMap to use slice of structs for map sor...aimuz
2023-10-30internal/fmtsort: makeChans pin pointerqiulaidongfeng
2023-09-22all: clean unnecessary casts for test filesJes Cok
2022-09-14all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...Emmanuel T Odeke
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-08internal/fmtsort: order channels in test in memory address orderKeith Randall
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2020-11-19internal/fmtsort: sort the unsafe pointers in mapHanlin Shi
2019-09-09src: gofmt -sAinar Garipov
2019-08-30internal/fmtsort: don't out-of-bounds panic if there's a race conditionKeith Randall
2019-02-28fmtsort: sort interfaces deterministicallylukechampine
2018-10-18fmt: print maps in key-sorted orderRob Pike