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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
more 6g reorg; checkpoint.
Russ Cox
2009-08-03
15
-50
/
+34
*
delete some code from walkexpr that is now
Russ Cox
2009-07-30
3
-15
/
+15
*
use errchk in more places.
Russ Cox
2009-07-30
20
-113
/
+25
*
fixed golden.out, which is what 32496 should have done.
Russ Cox
2009-07-29
2
-2
/
+9
*
fix build
Russ Cox
2009-07-29
1
-8
/
+1
*
bug136 unfixed
Russ Cox
2009-07-29
2
-4
/
+11
*
another test error tweak
Russ Cox
2009-07-29
1
-1
/
+3
*
tweak final line of test output:
Russ Cox
2009-07-29
2
-15
/
+32
*
break and continue fixes
Russ Cox
2009-07-29
4
-3
/
+54
*
introduce typecheck pass before walkexpr.
Russ Cox
2009-07-29
1
-0
/
+1
*
make every func literal expression allocate,
Russ Cox
2009-07-28
1
-0
/
+12
*
bug177: anonymous struct fields in reflect
Russ Cox
2009-07-28
1
-0
/
+28
*
Support use of $GOBINDIR to override $HOME/bin
Phil Pennock
2009-07-28
1
-1
/
+1
*
constant keys for array initializers
Russ Cox
2009-07-27
1
-0
/
+14
*
move bug148, already fixed, to fixedbugs
Russ Cox
2009-07-27
2
-7
/
+7
*
bug170; fix test for bug175
Russ Cox
2009-07-27
2
-9
/
+0
*
multiple return in := bug
Russ Cox
2009-07-27
2
-0
/
+20
*
print(1<<x)
Russ Cox
2009-07-27
1
-0
/
+12
*
named string type bugs
Russ Cox
2009-07-27
1
-0
/
+21
*
catch
Russ Cox
2009-07-27
1
-0
/
+12
*
do not insert implicit "return;" in empty function body
Russ Cox
2009-07-27
3
-1
/
+13
*
do not echo command in errchk,
Russ Cox
2009-07-21
2
-3
/
+3
*
runtime: fix init scheduling bug.
Russ Cox
2009-07-21
1
-0
/
+28
*
You can't set a fixed array to nil.
Ian Lance Taylor
2009-07-21
2
-0
/
+16
*
triple quote
Russ Cox
2009-07-20
2
-0
/
+13
*
Recognize gccgo error message.
Ian Lance Taylor
2009-07-17
1
-1
/
+1
*
baby step: const decls can refer to future
Russ Cox
2009-07-17
1
-3
/
+2
*
another step toward eliminating forward declarations.
Russ Cox
2009-07-17
1
-2
/
+1
*
step toward no function prototypes.
Russ Cox
2009-07-13
1
-8
/
+8
*
bug148.
Russ Cox
2009-07-13
1
-2
/
+4
*
bug168 (dsymonds) + fix
Russ Cox
2009-07-09
1
-0
/
+18
*
bug167
Russ Cox
2009-07-07
2
-6
/
+0
*
update tests for new reflect
Russ Cox
2009-07-07
2
-12
/
+12
*
bug167: types declared in different scopes should
Robert Griesemer
2009-07-07
2
-0
/
+32
*
fix test
Robert Griesemer
2009-07-07
1
-2
/
+2
*
allow conversion to interface type
Russ Cox
2009-07-06
1
-4
/
+11
*
change bug163 to use actual non-letter in identifier
Russ Cox
2009-07-03
1
-1
/
+1
*
maps have == so maps should work as map keys.
Russ Cox
2009-07-03
4
-7
/
+6
*
Recognize gccgo error message.
Ian Lance Taylor
2009-07-02
1
-1
/
+1
*
Recognize gccgo error messages.
Ian Lance Taylor
2009-07-02
1
-12
/
+12
*
bug163 bug164 bug166
Russ Cox
2009-06-29
4
-12
/
+2
*
bug041 not a bug.
Russ Cox
2009-06-29
2
-19
/
+0
*
bogus test: planning to allow forward declarations
Russ Cox
2009-06-29
1
-16
/
+0
*
6g appears to permit semicolons to be omitted after qualified
Ian Lance Taylor
2009-06-29
2
-0
/
+16
*
Getenv: almost no one wants the error, so make it return a string that may be...
Rob Pike
2009-06-26
1
-2
/
+2
*
bug165
Russ Cox
2009-06-25
2
-5
/
+5
*
add ./ to imports where necessary
Russ Cox
2009-06-25
6
-7
/
+7
*
cannot have interfaces refer to themselves as map keys
Rob Pike
2009-06-25
2
-0
/
+15
*
update tests for CL 30586.
Russ Cox
2009-06-25
5
-30
/
+83
*
canonicalize bug122.go
Rob Pike
2009-06-22
2
-4
/
+2
[next]