]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-21 Andrew Gerranddoc: link to self-hosted articles from docs.html
2012-02-21 Andrew Gerrandmisc/goplay: remain in work directory, build in temp...
2012-02-21 Brad Fitzpatricknet: more docs on deadlines
2012-02-20 Brad Fitzpatricknet/http: add optional Server.TLSConfig field
2012-02-20 Devon H. O... runtime: implement runtime.osyield on FreeBSD 386,...
2012-02-20 Mikio Haranet: move hosts testdata to testdata folder
2012-02-20 Rob Pikedoc/go1: delete obsolete reference to FileStat
2012-02-20 Russ Cox5g, 6g, 8g: flush modified globals aggressively
2012-02-20 Brad Fitzpatrickbuild: remove old version*.go files from hgignore
2012-02-20 Dmitriy Vyukovcmd/6c: add line feed after an error message
2012-02-20 Joe Poiriermisc/dist/windows: app engine gopher replaced with...
2012-02-20 Joe Poiriermisc/dist/windows: ongoing dev
2012-02-20 Rob Pikeos: drop the Wait function and the options to Process...
2012-02-20 Joe Poiriermisc/dist/windows: ongoing dev
2012-02-20 Brad Fitzpatrickdatabase/sql/driver: API cleanups
2012-02-20 Rob Pikehtml/template: don't indirect past a Stringer
2012-02-20 Russ Coxstrconv: run garbage collection before counting allocat...
2012-02-20 Rob Pikego/doc: update golden file to fix build
2012-02-20 Rob Pikeall: rewrite references to old tool names
2012-02-20 Rob PikeFAQ: many small fixes and adjustments
2012-02-20 Scott Lawrencegodoc: fix tag mismatch validation errors
2012-02-20 Fazlul Shahriaros,time: fix Plan 9 build
2012-02-20 Alex Brainmanbuild: implement clean.bat
2012-02-20 David Symondshtml/template: minor tweak to docs to improve HTML...
2012-02-19 Shenghou Ma5a, 5c, 5g, 5l: fix build for Linux/ARM.
2012-02-19 Russ Coxdoc/go1: update for runtime, unsafe API changes
2012-02-19 Shenghou Masyscall: force Windows to always use US English error...
2012-02-19 Bobby Powersdoc: update contrib.html
2012-02-19 Russ Coxcmd/fix: add runtime renamings
2012-02-19 Rob Pikedoc/install.html: fix link
2012-02-19 Rob Piketest/initsyscall.go: delete
2012-02-19 Rob Piketest/initcomma.go: restore what it's supposed to be...
2012-02-19 Rob Piketest/hashmap.go: delete
2012-02-19 Russ Coxcmd/cgo: bug fixes
2012-02-19 Marcel van... doc: Fixed type in documentation for FormatFloat.
2012-02-19 Shenghou Ma6l, 8l: fix build for ELF systems
2012-02-19 Russ Coxruntime: fix another memory leak
2012-02-19 Russ Coxgc, ld: tag data as no-pointers and allocate in separat...
2012-02-19 Russ Coxlib/time/zoneinfo: delete
2012-02-19 Russ Coxtime: switch to using (uncompressed) zoneinfo zip file
2012-02-19 Rob Piketest/chan: document tests
2012-02-19 Rob Piketest/interface: document tests
2012-02-19 Russ Coxencoding/json: disable anonymous fields
2012-02-19 Russ Coxruntime: fix tiny memory leak
2012-02-19 Brad Fitzpatrickos: remove Getenverror
2012-02-19 Russ Coxgc: fix error for floating-point constant %
2012-02-19 Russ Coxruntime: API
2012-02-19 Rob Piketest: explanatory comments [c-g]*
2012-02-19 Rob Pikego 1: add a description of the os error changes.
2012-02-19 Rob Piketest: [a-c]: add introductory comments to tests
2012-02-19 Russ Coxgc: drop ideal bool
2012-02-19 Russ Coxtime: use Go distribution zoneinfo if system copy not...
2012-02-19 Mikio Haranet: make LocalAddr on multicast return group address
2012-02-19 Russ Coxtime: add zoneinfo files, mainly for non-Unix systems
2012-02-19 Russ Coxlib/time: add README, update.bash script
2012-02-19 Russ Coxcmd/api: s/ideal-bool/bool/
2012-02-18 Russ Coxall: shorten some of the longer tests
2012-02-18 Rémy Oudomphengtest: use testlib (another bunch).
2012-02-18 Shenghou Matest/run: honor $TMPDIR
2012-02-18 Rob Piketemplates: minor edits to the documentation
2012-02-18 Ian Lance Taylordoc: update gccgo_contribute.html
2012-02-18 Brad Fitzpatrickos: document the type of link errors
2012-02-18 David Symondsbytes: document Compare/Equal semantics for nil argumen...
2012-02-18 Shenghou Madoc: various updates to doc/code.html
2012-02-18 Rob Pikehtml/template: replace obsolete reference to template.Set
2012-02-18 Ian Lance Taylortest: change bug040 to use errorcheck
2012-02-18 Ian Lance Taylortest: remove a couple of bad tests that duplicate declb...
2012-02-18 Nigel Taoimage: add Decode example.
2012-02-18 Rob Pikeencoding/gob: cache engine for user type, not base...
2012-02-18 Ian Lance Taylortest: add some tests that gccgo failed to handle correctly
2012-02-18 Rob Pikeencoding/gob: fix mutually recursive slices of structs
2012-02-18 Andrew Gerrandpkg: a slew of examples
2012-02-17 Robert Griesemercrypto/dsa: add missing period in package comment
2012-02-17 Russ Coxdoc: fix tables
2012-02-17 Rob Pikemath/rand: Intn etc. should panic if their argument...
2012-02-17 Anthony Martinos: fix existential typo
2012-02-17 Robert Griesemergo/doc: move Example code from go/ast to go/doc.
2012-02-17 Russ Coxcmd/gc: fix comparison of struct with _ field
2012-02-17 Gustavo Niemeyerruntime: remove use of ?:
2012-02-17 Robert Griesemergodoc: don't print spurious suggestion when running...
2012-02-17 Robert Griesemergo/parser: example for ParseFile use
2012-02-17 Robert Griesemergo/scanner: replace comment with example
2012-02-17 Joe Poiriermisc/dist/windows: distro builder updates
2012-02-17 Shenghou Macmd/dist: make dir check in defaulttarg() more robust
2012-02-17 Evan Shaw8a, 8l: add EMMS instruction
2012-02-17 Shenghou Ma.hgignore: add src/cmd/dist/dist.dSYM
2012-02-17 Ian Lance Taylordoc: clarify gccgo support for segmented stacks
2012-02-17 Dmitriy Vyukovsync: say that Cond.Wait can not return spuriously
2012-02-17 Dmitriy Vyukovnet/rpc: fix spurious panic in test
2012-02-17 Alex Brainmanruntime: silence warnings
2012-02-17 Rob Pikefaq: add entry about nil interfaces vs. nil pointers
2012-02-17 Russ Coxtest: use testlib (final 61)
2012-02-17 Russ Coxtest: use testlib (fourth 100)
2012-02-17 Russ Coxtest: use testlib (third 100)
2012-02-17 Russ Coxtest: use testlib (second 100)
2012-02-17 Russ Coxtest: use testlib (first 100)
2012-02-17 Russ Coxtest: add testlib
2012-02-17 Russ Coxnet/url: API
2012-02-17 David Symondsnet/url: spell the package name correctly.
2012-02-17 Nigel Taofix: walk ast.Ellipsis values.
next