]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-09-11 Russ Coxruntime: fix crash trace on amd64
2010-09-11 Rob Pikearm: work around reg allocator bug in 5g, in two parts.
2010-09-11 Ian Lance Taylortest: Add test for //line (currently fails).
2010-09-11 Ian Lance Taylortest: Match gccgo error messages.
2010-09-10 Ian Lance Taylortest: Run garbage collector before testing malloc numbers.
2010-09-10 Ian Lance Taylortest: Reduce race conditions in chan/nonblock.go.
2010-09-10 Adam Langleycrypto/tls: don't return an error from Close()
2010-09-10 Russ Coxnet: fix windows build
2010-09-10 Ian Lance Taylortest: Match gccgo error messages.
2010-09-10 Ian Lance Taylortest: Match gccgo error messages.
2010-09-10 Ian Lance Taylortest: Match gccgo error messages.
2010-09-10 Russ Coxnet: fix freebsd build
2010-09-10 Joe Poirierwindows: disable unimplemented tests
2010-09-10 Dan Sinclairld: handle quoted spaces in package path
2010-09-10 Russ CoxA+C: add Dan Sinclair (individual CLA)
2010-09-10 Russ Cox6c, 8c: show line numbers in -S output
2010-09-10 Russ Coxgc: remove &[10]int -> []int conversion
2010-09-10 Nigel Taoexp/draw: fast path for drawing overlapping image.RGBAs.
2010-09-10 Nigel Taoexp/draw: fix double-counting of pt.Min for the src...
2010-09-10 Rob Pikearm: fix a couple of build bugs.
2010-09-10 Ian Lance Taylortest: Match gccgo error messages.
2010-09-10 Alex Brainmansyscall: fix windows Gettimeofday
2010-09-10 Rob Pikedoc/tutorial: update for slice changes.
2010-09-09 Robert Griesemerfix build
2010-09-09 Russ Coxgc: more accurate line numbers for ATEXT
2010-09-09 Ian Lance Taylortest: Match gccgo error messages.
2010-09-09 Nigel Taoexp/draw: clip destination rectangle to the image bounds.
2010-09-09 Nigel Taoexp/draw: rename Context to Window, and add a Close...
2010-09-09 Joe Poirierbuild: generate, clean .exe files on Windows
2010-09-09 Scott Lawrencetest: remove slice syntax test
2010-09-09 Ivan Krasinpath: add IsAbs
2010-09-09 Rob PikeMake.inc: fix build for tiny.
2010-09-09 Robert Griesemergofmt, go/printer: update internal estimated position...
2010-09-09 Rob Pikeruntime: fix bug in tracebacks
2010-09-09 Ian Lance Taylortest: Match gccgo error messages.
2010-09-09 Ian Lance Taylortest: Match gccgo error messages.
2010-09-09 Russ Coxtest new slices
2010-09-09 Joe Poirierbuild: test for _WIN32, not _MINGW32
2010-09-09 Scott Lawrencegc: implement new slice spec
2010-09-09 Alex Brainmanruntime: fix windows build
2010-09-08 Andrew Gerrandcgo: add typedef for uintptr in generated headers
2010-09-08 Andrew Gerrandpath: fix typo in path.Visitor
2010-09-08 Ian Lance Taylortest: Recognize gccgo error messages.
2010-09-08 Ian Lance Taylortest: Match gccgo error messages.
2010-09-08 Ian Lance Taylortest: Actually run bug296.
2010-09-08 Jukka-Pekka... http: do not cache CanonicalHeaderKey
2010-09-08 Russ Coxgc: better printing of named constants, func literals
2010-09-08 Robert Griesemergodoc: moved package directory support code into separa...
2010-09-07 Robert Griesemergo_spec: consistent use of 'low', 'high' in slices...
2010-09-07 Scott Lawrencespec: Allow omission of low slice bound
2010-09-07 Russ Coxos, exec: rename argv0 to name
2010-09-07 Jukka-Pekka... build: work with GNU Make 3.82
2010-09-07 Robert Griesemergo_spec: fix typo (pointed out by Hiroshi Iwatani)
2010-09-07 Russ Coxruntime: fix linux/amd64 build: wrong name for munmap
2010-09-07 Russ Coxruntime: use manual stack for garbage collection
2010-09-07 Russ Coxtest/garbage/parser: sync with recent parser changes
2010-09-07 Russ Coxcgo: silence warning for C call returning const pointer
2010-09-07 Nigel Taoexp/draw: reintroduce the MouseEvent.Nsec timestamp.
2010-09-07 Brad Fitzpatrickarm: use the correct stat syscalls
2010-09-07 Nigel Taoimage: change a ColorImage's minimum point from (0...
2010-09-07 Andrew Gerrandtag release.2010-09-06
2010-09-07 Andrew Gerrandrelease.2010-09-06 weekly.2010-09-06
2010-09-06 Nigel Taoexp/draw: unify a draw.Context's keyboard, mouse, etc...
2010-09-05 Anthony Martinfmt.Scan: fix integer overflow on 32-bit machines
2010-09-04 Rob Pikenetchan: use acknowledgements on export send.
2010-09-04 Rob Pikefmt: delete erroneous sentence about return value for...
2010-09-04 Rob Piketest/turing: refactor
2010-09-04 Rob Piketest: remove semiocolons.
2010-09-04 Rob Piketutorial: regenerate HTML to pick up change to progs...
2010-09-03 Russ Coxbuild: implement NOINSTALL=1 for Make.ccmd
2010-09-03 Russ Coxgoinstall: assume go binaries are in path
2010-09-03 Robert Griesemersolitaire: an exercise in backtracking and string conve...
2010-09-03 Andrew Gerrandrevert accidental submit of builder.go
2010-09-03 Nigel Taoimage: introduce Config type and DecodeConfig function...
2010-09-03 Andrew Gerrandmisc/dashboard/builder: Go implementation of continuous...
2010-09-03 Rob Pikelist: update comment to state that the zero value is...
2010-09-02 Russ Coxgc: appease bison version running on FreeBSD builder
2010-09-02 Robert Griesemerexp/iterables: fix typo
2010-09-02 Russ Coxtime: do not crash in String on nil Time
2010-09-02 Russ Coxhttp: add Date to server, Last-Modified and If-Modified...
2010-09-02 Russ Coxbuild: create bin and pkg directories as needed; drop...
2010-09-02 Russ Coxruntime: add GOOS, GOARCH; fix FuncLine
2010-09-02 Russ Coxgc: fix spurious syntax error
2010-09-02 Scott Lawrencegoinstall: added -a flag to mean "all remote packages"
2010-09-02 Robert Griesemergo spec clarification: arrays must be addressable to...
2010-09-02 Alex Brainman8l: suppress emitting DWARF in Windows PE.
2010-09-02 Ian Lance Taylortest: Match gccgo error messages.
2010-09-02 Ian Lance Taylortest: Recognize gccgo error messages.
2010-09-02 Andrew Gerrandhttp: add PostForm function to post url-encoded key...
2010-09-01 Kyle ConsalusFix incorrect reporting of error in Scanner.next()...
2010-09-01 Rob Pikenetchan: rather than 0, make -1 mean infinite, by analo...
2010-09-01 Ian Lance Taylortest: Use global variables to defeat gccgo optimizer.
2010-09-01 Luuk van Dijk6l/8l: emit DWARF in macho.
2010-09-01 Rob Pikefmt: fix typo in package comment.
2010-09-01 Scott Lawrencetemplate: fixed documentation formatting
2010-09-01 Rob Pikespec: delete spurious space (missed fix from previous...
2010-09-01 Rob Pikespec: fix a couple of tiny glitches
2010-09-01 Ian Lance Taylortest: Recognize gccgo error messages.
2010-08-31 Ian Lance Taylortest: Match gccgo error messages.
2010-08-31 Robert Griesemerbig: added RatString, some simplifications
next