aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-31[release-branch.go1.4] all: fixes for modern compilersrelease-branch.go1.4Russ Cox
2018-12-18[release-branch.go1.4] runtime: mark stacks with MAP_STACK on openbsdJoel Sing
2018-07-25[release-branch.go1.4] all.bash: skip tests by defaultJosh Bleecher Snyder
2018-07-25[release-branch.go1.4] make.bash: set CGO_ENABLED=0Josh Bleecher Snyder
2017-10-03[release-branch.go1.4] time: Skip TestParseInLocation test.Joel Sing
2017-10-03[release-branch.go1.4] runtime, syscall: update openbsd for changes to syskillJoel Sing
2017-10-02[release-branch.go1.4] runtime: stop using sigreturn on openbsd/386Joel Sing
2017-10-02[release-branch.go1.4] cmd/link: specify correct size for dynamic symbols in ...Joel Sing
2017-09-22[release-branch.go1.4] go/build: don't enable cgo for any system by defaultIan Lance Taylor
2017-07-20[release-branch.go1.4] cmd/go: if -no-pie doesn't work, try -nopieIan Lance Taylor
2017-05-31[release-branch.go1.4] VERSION: go1.4-bootstrap-20170531Chris Broadfoot
2017-05-08[release-branch.go1.4] cmd/go: pass -no-pie along with -Wl,-r to gcc when sup...Ian Lance Taylor
2016-10-25[release-branch.go1.4] VERSION: go1.4-bootstrap-20161024Brad Fitzpatrick
2016-10-24[release-branch.go1.4] time: skip TestLoadFixed on the Go 1.4 branchBrad Fitzpatrick
2016-10-23runtime: use set_thread_area instead of modify_ldt on linux/386Josh Bleecher Snyder
2016-10-23cmd/api: skip api checksJosh Bleecher Snyder
2016-10-23syscall: fix Gettimeofday on macOS SierraJosh Bleecher Snyder
2016-10-23runtime: fix nanotime for macOS Sierra, again.Josh Bleecher Snyder
2016-10-23runtime: fix nanotime for macOS SierraJosh Bleecher Snyder
2016-05-18cmd/ld, cmd/5l, cmd/8l: support new 386/amd64 relocationsMichael Hudson-Doyle
2015-09-23[release-branch.go1.4] go1.4.3go1.4.3Chris Broadfoot
2015-09-23[release-branch.go1.4] doc: document go1.4.3Chris Broadfoot
2015-09-22[release-branch.go1.4] net/http: backport some potential request smuggling ve...Brad Fitzpatrick
2015-09-22[release-branch.go1.4] net/http: harden Server against request smugglingBrad Fitzpatrick
2015-09-22[release-branch.go1.4] net/textproto: don't treat spaces as hyphens in header...Brad Fitzpatrick
2015-09-22[release-branch.go1.4] runtime: don't return a slice with nil ptr but non-zer...Shenghou Ma
2015-09-03cmd/dist: remove -Werror from CFLAGSShenghou Ma
2015-02-18[release-branch.go1.4] go1.4.2go1.4.2Andrew Gerrand
2015-02-18[release-branch.go1.4] doc: document Go 1.4.2Andrew Gerrand
2015-02-17[release-branch.go1.4] runtime: don't fail if we find a pointer to an invalid...Keith Randall
2015-02-17[release-branch.go1.4] cmd/gc: treat non-local vars inlined into wrapper as e...Ian Lance Taylor
2015-02-17[release-branch.go1.4] cmd/gc: don't recurse infinitely when a recursive type...Shenghou Ma
2015-02-17[release-branch.go1.4] runtime: don't panic when given a callback with no inp...Shenghou Ma
2015-02-17[release-branch.go1.4] cmd/gc: don't unpack struct arguments to appendChris Manghane
2015-02-17[release-branch.go1.4] cmd/5g: make sure we normalize after unary ops on smal...Keith Randall
2015-02-17[release-branch.go1.4] math/big: bug in AndNot(x,y) for x>0,y<0.Keith Randall
2015-02-17[release-branch.go1.4] cmd/go: handle \r in input textRob Pike
2015-02-17[release-branch.go1.4] cmd/go: document that -run isn't implementedRob Pike
2015-01-15[release-branch.go1.4] go1.4.1go1.4.1Andrew Gerrand
2015-01-15[release-branch.go1.4] doc: document Go 1.4.1Andrew Gerrand
2015-01-15[release-branch.go1.4] doc: update source install instruction to use tag 'go1...Andrew Gerrand
2015-01-14[release-branch.go1.4] syscall: fix the deprecated way of parsing routing mes...Mikio Hara
2015-01-14[release-branch.go1.4] runtime: fix nacl build, hashmap overflow field offset...Keith Randall
2015-01-14[release-branch.go1.4] cmd/go: adjust error for custom import checkout mismatchRuss Cox
2015-01-14[release-branch.go1.4] runtime: fix deadlock in runtime.StackKeith Randall
2015-01-14[release-branch.go1.4] runtime: fix SIGPROF changeRuss Cox
2015-01-14[release-branch.go1.4] all: copy master .gitattributes and .gitignoreRuss Cox
2015-01-14[release-branch.go1.4] cmd/ld: put .bss from external objects into real .bss ...Shenghou Ma
2015-01-14[release-branch.go1.4] runtime: hashmap: move overflow pointer to end of bucketKeith Randall
2015-01-14[release-branch.go1.4] reflect: add kindNoPointers if a function layout has n...Keith Randall