index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
go
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
go/doc/comment: remove unused fields
Daniel Martí
2023-04-13
1
-2
/
+0
*
slices: new package
Ian Lance Taylor
2023-02-13
1
-0
/
+1
*
maps: new package
Ian Lance Taylor
2023-02-03
1
-0
/
+1
*
all: add missing periods in comments
cui fliter
2022-11-18
2
-2
/
+2
*
go: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
1
-2
/
+1
*
go/doc: recognize methods on generic types as Funcs
Keith Randall
2022-11-10
3
-8
/
+17
*
all: use time.Since instead of time.Now().Sub
hopehook
2022-10-02
3
-3
/
+3
*
go/doc: use strings.TrimPrefix
cuiweixie
2022-09-30
1
-3
/
+1
*
go/doc: using strings.Builder
cuiweixie
2022-09-06
1
-2
/
+1
*
go/doc/comment: support links in lists in comments
Ben Sarah Golightly
2022-06-30
5
-0
/
+131
*
go/doc/comment: add heuristics for common badly formatted comments
Russ Cox
2022-06-06
7
-99
/
+322
*
go/doc/comment: do not turn ``` into “`
Russ Cox
2022-06-06
2
-1
/
+12
*
go/doc/comment: add doc comment
Russ Cox
2022-06-06
1
-0
/
+36
*
go/doc: remove unused top-level declarations from playable example
Jonathan Amsterdam
2022-05-10
9
-15
/
+676
*
go/doc: move code from playExample to a separate function
Jonathan Amsterdam
2022-05-10
1
-70
/
+75
*
go/doc: move example tests into files
Jonathan Amsterdam
2022-05-10
18
-494
/
+549
*
go/doc: remove brackets from receiver in example identifier
Jonathan Amsterdam
2022-05-10
2
-2
/
+38
*
go/doc: group play example imports
Jonathan Amsterdam
2022-05-10
3
-12
/
+180
*
go/doc/comment: don't crash if there are no words to wrap
Ian Lance Taylor
2022-05-09
2
-1
/
+17
*
go/doc: fix incorrect identifier parsing in comments
Jorropo
2022-04-16
2
-1
/
+13
*
all: gofmt main repo
Russ Cox
2022-04-11
3
-5
/
+7
*
go/doc: use go/doc/comment
Russ Cox
2022-04-11
8
-794
/
+383
*
go/doc/comment: parse and print lists
Russ Cox
2022-04-11
15
-5
/
+869
*
go/doc/comment: parse and print code
Russ Cox
2022-04-11
9
-9
/
+263
*
go/doc/comment: parse and print headings
Russ Cox
2022-04-11
8
-10
/
+265
*
go/doc/comment: add text wrapping
Russ Cox
2022-04-11
11
-7
/
+488
*
go/doc/comment: parse and print explicit links
Russ Cox
2022-04-11
9
-3
/
+321
*
go/doc/comment: parse and print doc links
Russ Cox
2022-04-11
17
-6
/
+536
*
go/doc/comment: parse and print identifiers, automatic links
Russ Cox
2022-04-11
11
-7
/
+185
*
go/doc/comment: add Printer and basic comment printing
Russ Cox
2022-04-11
8
-4
/
+488
*
go/doc/comment: add paragraph parsing and test framework
Russ Cox
2022-04-11
3
-0
/
+351
*
go/doc/comment: add low-level parsing helpers
Russ Cox
2022-04-11
2
-0
/
+374
*
go/doc/comment: add data structures
Russ Cox
2022-04-11
1
-0
/
+169
*
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-05
1
-1
/
+1
*
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
6
-35
/
+0
*
all: fix various doc comment formatting nits
Russ Cox
2022-04-01
1
-4
/
+9
*
all: untab /* */ doc comments
Russ Cox
2022-03-15
1
-5
/
+5
*
go/doc: mark comparable predeclared
Jonathan Amsterdam
2022-02-11
5
-0
/
+19
*
go/doc: handle generic receiver strings
Jonathan Amsterdam
2022-01-03
2
-2
/
+167
*
go/doc: use subtests
Jonathan Amsterdam
2022-01-03
1
-42
/
+40
*
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
7
-58
/
+58
*
all: update terminology for fuzzing
Katie Hockman
2021-11-11
1
-3
/
+3
*
go/doc: don't treat functions returning type parameters as constructors
Robert Findley
2021-11-10
5
-0
/
+52
*
cmd/doc, go/doc: add basic support for generic code
Robert Findley
2021-11-04
7
-28
/
+322
*
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-28
1
-1
/
+0
*
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-06
2
-20
/
+13
*
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-05-17
3
-1
/
+30
|
\
|
*
go/doc: avoid panic on references to functions with no body
Norman B. Lancaster
2021-03-30
2
-1
/
+29
|
*
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-20
1
-0
/
+1
*
|
[dev.fuzz] all: merge master into dev.fuzz
Katie Hockman
2020-12-14
4
-9
/
+21
|
\
\
|
|
/
[next]