aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-13go1.1.2go1.1.2release-branch.go1.1Andrew Gerrand
2013-08-13[release-branch.go1.1] doc: release notes for go1.1.2Andrew Gerrand
2013-07-29[release-branch.go1.1] bufio: check buffer availability before reading in Rea...Andrew Gerrand
2013-07-29[release-branch.go1.1] syscall: prlimit argument error for Getrlimit and Setr...Andrew Gerrand
2013-07-29[release-branch.go1.1] cmd/cgo: gccgo fixesAndrew Gerrand
2013-07-26[release-branch.go1.1] cmd/gc: avoid passing unevaluated constant expressions...Andrew Gerrand
2013-07-23[release-branch.go1.1] undo 6efaa14e2e7fAndrew Gerrand
2013-07-23[release-branch.go1.1] runtime: prevent sysmon from polling network excessivlyAndrew Gerrand
2013-07-23[release-branch.go1.1] cmd/8g: Make clearfat non-interleaved with pointer cal...Andrew Gerrand
2013-07-23[release-branch.go1.1] runtime: properly set G status after syscallAndrew Gerrand
2013-07-23[release-branch.go1.1] cmd/6g, cmd/8g: prevent constant propagation of non-co...Andrew Gerrand
2013-07-22[release-branch.go1.1] cmd/gc: fix issue with method wrappers not having esca...Andrew Gerrand
2013-07-22[release-branch.go1.1] time: prevent a panic from leaving the timer mutex heldAndrew Gerrand
2013-07-22[release-branch.go1.1] cmd/gc: fix missing export data for inlining in a few ...Andrew Gerrand
2013-07-22[release-branch.go1.1] cmd/gc: fix pointer composite literals in exported if ...Andrew Gerrand
2013-06-13[release-branch.go1.1] doc: add go1.1.1 to the release notesgo1.1.1Andrew Gerrand
2013-06-13go1.1.1Andrew Gerrand
2013-06-13[release-branch.go1.1] remove release tag from release branchAndrew Gerrand
2013-06-13[release-branch.go1.1] cmd/gc: compute initialization order for top-level bla...Andrew Gerrand
2013-06-13[release-branch.go1.1] cmd/gc: save local var list before inliningAndrew Gerrand
2013-06-11[release-branch.go1.1] doc: GCC 4.8.1 is not updated to Go 1.1Shenghou Ma
2013-06-05[release-branch.go1.1] cmd/gc: fix missing slice/array types in export data.Andrew Gerrand
2013-06-05[release-branch.go1.1] runtime: fix heap corruption during GCAndrew Gerrand
2013-06-05[release-branch.go1.1] test: do not run the test that relies on precise GC on...Andrew Gerrand
2013-06-05[release-branch.go1.1] runtime: zeroize g->fnstart to not prevent GC of the c...Andrew Gerrand
2013-06-05[release-branch.go1.1] cmd/gc: repair make(T) in export data for inlining.Andrew Gerrand
2013-06-05[release-branch.go1.1] runtime: fix GC scanning of slicesAndrew Gerrand
2013-06-05[release-branch.go1.1] cmd/gc: do not corrupt init() with initializers of _ i...Andrew Gerrand
2013-06-04[release-branch.go1.1] runtime: introduce cnewarray() to simplify allocation ...Andrew Gerrand
2013-06-03[release-branch.go1.1] doc: add Go 1.1 to release.htmlAndrew Gerrand
2013-06-03[release-branch.go1.1] doc: update linux tarball version for Go 1.1Andrew Gerrand
2013-05-13go1.1go1.1Andrew Gerrand
2013-05-13[release-branch.go1.1] runtime/race: improve public documentationAndrew Gerrand
2013-05-13[release-branch.go1.1] doc: add a "New packages" section to the 1.1 release n...Andrew Gerrand
2013-05-08go1.1rc3go1.1rc3Andrew Gerrand
2013-05-08[release-branch.go1.1] runtime: fix crash in selectAndrew Gerrand
2013-05-08[release-branch.go1.1] spec: fix incorrect exampleAndrew Gerrand
2013-05-08[release-branch.go1.1] doc: pull front page featured articles using new blog ...Andrew Gerrand
2013-05-08[release-branch.go1.1] cmd/cgo: pass -Wsystem-headers when looking for errorsAndrew Gerrand
2013-05-08[release-branch.go1.1] net: fix dial race on plan9 and windowsAndrew Gerrand
2013-05-08[release-branch.go1.1] effective_go.html: be more accepting in the guidelines...Andrew Gerrand
2013-05-06go1.1rc2go1.1rc2Andrew Gerrand
2013-05-06api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick
2013-05-06runtime: fix crash in badsignal()Dmitriy Vyukov
2013-05-07runtime: reduce max arena size on windows/amd64 to 32 GiBShenghou Ma
2013-05-06database/sql: remove an unused field from RowsBrad Fitzpatrick
2013-05-06doc: add FAQ entry about language changesAndrew Gerrand
2013-05-07syscall: fix prototype of Fchflags (API change)Shenghou Ma
2013-05-06go/doc/example: Fix bug causing false negatives for Example playability.Jeremiah Harmsen
2013-05-06C: add Jeremiah Harmsen (Google CLA)Andrew Gerrand