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
/
cmd
Age
Commit message (
Expand
)
Author
2011-07-12
[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2
release.r58.1
Russ Cox
2011-06-29
[release-branch.r58] gofix: fixes for os/signal changes
Andrew Gerrand
2011-06-29
[release-branch.r58] gopprof: update list of memory allocators
Andrew Gerrand
2011-06-29
[release-branch.r58] ld: dwarf emit filenames in debug_line header instead of...
Andrew Gerrand
2011-06-29
[release-branch.r58] 6g, 8g: fix goto fix
Andrew Gerrand
2011-06-29
[release-branch.r58] gc: work around goto bug
Andrew Gerrand
2011-06-09
gopack: make unused page function a fatal error
Dave Cheney
2011-06-09
gopack: remove warning from the use of mktemp
Dave Cheney
2011-06-09
5l: fix softfloat nits
Russ Cox
2011-06-09
gc: compactframe breaks arm - fix build
Russ Cox
2011-06-10
gc: nit
Luuk van Dijk
2011-06-09
5l: delete dead code
Russ Cox
2011-06-10
gc: compact stackframe
Luuk van Dijk
2011-06-09
math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation
Fan Hongjian
2011-06-09
gc: nits
Russ Cox
2011-06-08
gofmt: update test script so that it passes again
Robert Griesemer
2011-06-08
ebnf: follow EBNF for EBNF faithfully
Robert Griesemer
2011-06-08
gc: alternative clang compatible abort.
Dave Cheney
2011-06-07
gofix: fix diff regression from exec change
Brad Fitzpatrick
2011-06-07
godefs: do not assume forward type references are enums
Robert Hencke
2011-06-07
ld: fix and simplify ELF symbol generation
Anthony Martin
2011-06-07
gc/lex.c: fix formatting of #include statement
Caine Tighe
2011-06-07
gofmt: fix -d regression from exec change
Brad Fitzpatrick
2011-06-07
cgo: support non intel gcc machine flags
Dave Cheney
2011-06-06
gc: enable building under clang/2.9
Dave Cheney
2011-06-03
8g: compute register liveness during regopt
Russ Cox
2011-06-03
8l, ld: Initial adjustments for Plan 9 native compilation of 8l
Lucio De Re
2011-06-03
gc: renamed walkdef to typecheckdef and moved from walk to typedef.
Luuk van Dijk
2011-06-03
gc: allow tags on parameters in export section of object files.
Luuk van Dijk
2011-06-02
gc: typecheck the whole tree before walking. preparation for some escape-ana...
Luuk van Dijk
2011-06-01
exec: new API, replace Run with Command
Brad Fitzpatrick
2011-06-01
gc: make merely referencing an outer variable in a closure not force heapallo...
Luuk van Dijk
2011-06-01
filepath: remove string constants. They are unnecessary.
Rob Pike
2011-06-01
gobuilder: include file missing from change, fix build
Andrew Gerrand
2011-06-01
goinstall: document GOPATH and support relative/absolute installs
Andrew Gerrand
2011-05-31
gc: fix m[x], _ = y.(T)
Russ Cox
2011-05-31
gc: disallow ... in type conversions
Anthony Martin
2011-05-31
gc: implement new shift rules
Russ Cox
2011-05-31
gc: elide call to runtime.closure for function literals called in-place.
Luuk van Dijk
2011-05-31
gc: check parameter declarations in interface fields
Anthony Martin
2011-05-30
goinstall: skip standard packages
Russ Cox
2011-05-30
pkg: spelling tweaks, I-Z
Robert Hencke
2011-05-30
goinstall: use bash to execute gomake
Alex Brainman
2011-05-28
gotest, pkg/exec: use bash instead of sh to execute shell scripts on windows
Alex Brainman
2011-05-27
cgo: restrict #cgo directives to prevent shell expansion
Gustavo Niemeyer
2011-05-26
cgo: support pkg-config for flags and libs
Gustavo Niemeyer
2011-05-26
gc: patch y.tab.c to fix build when using Bison 2.5
Ian Lance Taylor
2011-05-25
gc: typo
Russ Cox
2011-05-25
5g: alignment fixes
Russ Cox
2011-05-25
5l: fix build
Russ Cox
[next]