index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
sort
Commit message (
Expand
)
Author
Age
Files
Lines
*
std lib: fix various typos in comments
Robert Griesemer
2014-05-02
1
-1
/
+1
*
all: fix a few spelling errors in source comments
Martin Olsson
2013-12-27
1
-2
/
+2
*
sort: move example to package level and simplify further
Andrew Gerrand
2013-09-16
1
-7
/
+7
*
sort: fix up example expected output formatting
Robert Daniel Kortschak
2013-09-08
2
-6
/
+7
*
sort: add a simpler sort.Interface example
Andriy Lytvynov
2013-09-08
2
-56
/
+99
*
sort: fix Example_sortMultiKeys
Andriy Lytvynov
2013-09-06
1
-5
/
+4
*
sort: use a very fast random generator for benchmarks
Dave Cheney
2013-08-29
1
-1
/
+7
*
sort: harden limit in stable test
Volker Dobler
2013-08-27
1
-1
/
+1
*
all: protect alloc count tests by -testing.short
Rob Pike
2013-08-21
1
-0
/
+3
*
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-07-23
1
-2
/
+2
*
sort: fix 32-bit build
Russ Cox
2013-07-01
1
-1
/
+1
*
sort: implement stable sorting
Volker Dobler
2013-07-01
2
-4
/
+381
*
sort: don't depend on math
Brad Fitzpatrick
2013-04-20
1
-3
/
+6
*
sort: be consistent when describing "less: function in the multiKeys example
Rob Pike
2013-04-02
1
-3
/
+3
*
sort: new example: programmatic sort by multiple keys
Rob Pike
2013-04-02
1
-0
/
+132
*
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
Albert Strasheim
2013-03-06
1
-0
/
+4
*
sort: use proper mass unit in example
Volker Dobler
2013-02-27
1
-2
/
+2
*
sort: add an example showing sorting struct by different keys
Rob Pike
2013-02-26
1
-0
/
+96
*
cmd/gc: apply escape analysis results to closures.
R?my Oudompheng
2013-02-26
1
-0
/
+22
*
sort: use fewer comparisons when choosing pivot.
David Symonds
2013-02-14
2
-28
/
+37
*
sort: delete now-duplicate example, fix build
Brad Fitzpatrick
2013-02-01
1
-30
/
+0
*
sort: add Reverse as a function
Miek Gieben
2013-02-01
3
-0
/
+40
*
sort: fix comment for various Search routines
Shenghou Ma
2012-11-07
1
-5
/
+8
*
sort: make return value for 'not found' clearer in docs
Rob Pike
2012-11-02
1
-3
/
+8
*
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-30
1
-3
/
+3
*
sort: Fixed a typo in the documentation for SearchStrings.
Patrick Smith
2012-10-28
1
-1
/
+1
*
sort: add time complexity to doc
Stefan Nilsson
2012-03-22
1
-1
/
+2
*
sort: fix computation of maxDepth to avoid infinite loop
Stefan Nilsson
2012-03-20
1
-2
/
+2
*
sort: document two undocumented functions
Brad Fitzpatrick
2012-03-20
1
-0
/
+3
*
sort: add interface examples
Andrew Gerrand
2012-02-16
2
-0
/
+107
*
godoc: make example code more readable with new comment convention
Andrew Gerrand
2012-02-16
1
-1
/
+1
*
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-30
1
-12
/
+0
*
sort: eliminate extra Len() call
Robert Griesemer
2012-01-05
1
-1
/
+1
*
go/printer, gofmt: fine tuning of line spacing
Robert Griesemer
2011-12-16
1
-0
/
+4
*
go/printer, godoc: print comments in example code
Robert Griesemer
2011-12-13
1
-1
/
+1
*
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
Rob Pike
2011-11-08
1
-1
/
+1
*
go/doc, godoc, gotest: support for reading example documentation
Andrew Gerrand
2011-10-06
1
-0
/
+17
*
sort: use heapsort to bail out quicksort
Ziad Hatahet
2011-09-07
3
-11
/
+127
*
sort: fixed bug in (Float64Slice) Less; NaN less than anything else
Florian Uekermann
2011-07-23
2
-2
/
+5
*
sort: remove testing cycle
Russ Cox
2011-07-22
2
-3
/
+14
*
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-14
4
-21
/
+0
*
sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]
Andrew Gerrand
2011-07-08
2
-18
/
+18
*
sort: change the name of Float64Array to Float64Slice.
Rob Pike
2011-06-16
4
-28
/
+28
*
sort: change IntArray etc. to IntSlice for better name hygiene.
Rob Pike
2011-06-11
4
-24
/
+24
*
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-20
1
-2
/
+2
*
testing: shorten some tests.
Rob Pike
2011-03-25
1
-1
/
+8
*
delete float, complex - code changes
Russ Cox
2011-01-19
4
-29
/
+29
*
Sort: reduced stack depth to lg(n) in quickSort
Stefan Nilsson
2010-12-02
1
-4
/
+12
*
sort: avoid overflow in pivot calculation.
Rob Pike
2010-11-30
1
-1
/
+1
*
sort: invert meaning of f in Search
Russ Cox
2010-11-18
2
-29
/
+45
[next]