1
0
mirror of https://github.com/golang/go synced 2024-10-02 12:18:33 -06:00
go/src/sort
Russ Cox 3caa02f603 sort: split post-Go1.4 code into its own file
This will let us build the latest sort when bootstrapping the compiler.
The compiler depends on the precise tie-breaks used by sort in
some cases, and it's easier to bring sort along than require checking
every sort call ever added to the compiler.

Change-Id: Idc622f89aedbb40d848708c76650fc28779d0c3c
Reviewed-on: https://go-review.googlesource.com/73951
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2017-10-27 16:01:43 +00:00
..
example_interface_test.go sort: update main example to use Slice along with Sort 2017-09-24 14:40:37 +00:00
example_keys_test.go sort: fix mix-up between "!less" and "greater" in examples 2017-08-25 20:48:39 +00:00
example_multi_test.go sort: fix mix-up between "!less" and "greater" in examples 2017-08-25 20:48:39 +00:00
example_search_test.go sort: fix search descending order example 2016-09-17 00:14:19 +00:00
example_test.go sort: add examples for IntsAreSorted, Float64s and Float64sAreSorted 2017-08-28 17:29:29 +00:00
example_wrapper_test.go
export_test.go
genzfunc.go sort: optimize average calculation in symMerge and doPivot. 2017-02-10 16:53:24 +00:00
search_test.go
search.go all: single space after period 2017-06-09 20:29:09 +00:00
slice.go sort: split post-Go1.4 code into its own file 2017-10-27 16:01:43 +00:00
sort_test.go sort: fix TestAdversary 2017-08-25 05:58:57 +00:00
sort.go sort: split post-Go1.4 code into its own file 2017-10-27 16:01:43 +00:00
zfuncversion.go sort: optimize average calculation in symMerge and doPivot. 2017-02-10 16:53:24 +00:00