index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
index
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-06-24
index/suffixarray: reduce size of a benchmark
Dmitriy Vyukov
2012-03-13
all: various typos
Robert Griesemer
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2011-11-08
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
Rob Pike
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-09-30
index/suffixarray: 4.5x faster index serialization (to memory)
Robert Griesemer
2011-09-27
index/suffixarray: revert change from int -> int32
Robert Griesemer
2011-09-26
regexp: move to old/regexp, replace with exp/regexp
Russ Cox
2011-09-23
suffixarray: add benchmarks for construction
Eric Eisner
2011-09-20
suffixarray: improved serialization code
Robert Griesemer
2011-09-19
suffixarray: generate less garbage during construction
Eric Eisner
2011-09-15
index/suffixarray: support for serialization
Robert Griesemer
2011-09-12
godoc, suffixarray: switch to exp/regexp
Robert Griesemer
2011-08-08
crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses.
Kyle Consalus
2011-07-14
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-08
sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]
Andrew Gerrand
2011-05-30
pkg: spelling tweaks, I-Z
Robert Hencke
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-01-31
suffixarray: fix construction bug
Eric Eisner
2011-01-24
suffixarray: use binary search for both ends of Lookup
Eric Eisner
2011-01-11
suffixarray: faster creation algorithm
Eric Eisner
2011-01-04
fix occurrences of occur[^sr .,?!;\n]
Robert Griesemer
2010-12-17
suffixarray: implememted FindAllIndex regexp search
Robert Griesemer
2010-12-14
suffixarray: rename Data() -> Bytes()
Robert Griesemer
2010-12-13
suffixarray: provide accessor to data
Robert Griesemer
2010-12-08
throughout: simplify two-variable ranges with unused second variable
Ryan Hitchman
2010-11-19
index/suffixarray: use sort.Search
Russ Cox
2010-10-22
gofmt -s -w src misc
Robert Griesemer
2010-09-22
suffixarray: cleanup per suggestion from Roger Peppe
Robert Griesemer
2010-09-21
suffixarray: a package for creating suffixarray-based indexes
Robert Griesemer