]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-02-08 Alan Donovanexp/ssa: (#5 of 5): the SSA interpreter and 'ssadump...
2013-02-08 Dmitriy Vyukovruntime/race: deflake tests
2013-02-08 Dmitriy Vyukovruntime: fix integer overflow
2013-02-08 Mikio Haranet: simplify Dial, Listen, ListenPacket and those...
2013-02-08 Mikio Haranet: delete duplicate listenerSockaddr
2013-02-08 Rémy Oudomphengcmd/5g: add missing splitclean.
2013-02-08 Shenghou Maruntime: fix build for Linux/ARM
2013-02-08 Jeremy Schlatterio: Simplify CopyN implementation by delegating to...
2013-02-08 Brad FitzpatrickC: add Jeremy Schlatter (Google CLA)
2013-02-08 Russ Coxcodereview: use hgapplydiff instead of hgpatch
2013-02-08 Russ Coxnet: do not use RLock around Accept
2013-02-08 David Symondscmd/godoc: fix format strings.
2013-02-08 Brad Fitzpatrickbytes: minor optimization to lastIndexFunc
2013-02-07 Russ Coxcmd/8g: add a few missing splitclean
2013-02-07 Ian Lance Taylorcrypto/md5: fix for big-endian processors
2013-02-07 Ian Lance Taylornet: skip TestMulticastListener on Solaris
2013-02-07 Péter Surányios/exec: LookPath on Unix shouldn't look in cwd when...
2013-02-07 Shenghou Macrypto/rc4: naïve ARM assembly implementation
2013-02-07 Ian Lance Taylornet: permit pollster DelFD to return whether to call...
2013-02-06 Gaal Yahassync: improve WaitGroup example by putting the call...
2013-02-06 Ian Lance TaylorCONTRIBUTORS: add Gaal Yahas (Google CLA)
2013-02-06 Albert Strasheimsyscall, net: Fix unix socket autobind on Linux.
2013-02-06 Volker Doblerexp/cookiejar: infrastructure for upcoming implementation
2013-02-06 Shenghou Madoc/articles/error_handling: no more os.Error
2013-02-06 Dmitriy Vyukovruntime/race: switch to explicit race context instead...
2013-02-05 Jeff R. Allenlog/syslog: retry once if write fails
2013-02-05 Shenghou Maruntime: save LR to stack when panicking to handle...
2013-02-05 Shenghou Malib9: fix build for windows
2013-02-05 Ian Lance Taylorexp/inotify: close event channel before file descriptor
2013-02-05 Shenghou Macmd/dist: add -Wstrict-prototypes to CFLAGS and fix...
2013-02-05 Caleb Sparecontainer/heap: fix comment typo in example test
2013-02-05 Russ Coxcmd/gc: add way to specify 'noescape' for extern funcs
2013-02-05 Dave Cheneymisc/dashboard/app: trim old builds from the history
2013-02-05 Dmitriy Vyukovruntime/race: do not include pthread.h
2013-02-05 David Symondsarchive/tar: small simplification using FileMode.
2013-02-05 Brad Fitzpatricknet/http: fix Server blocking after a Handler's Write...
2013-02-05 Russ Coxpath/filepath: document that Walk does not follow symlinks
2013-02-05 Russ Coxcmd/gc: fix escape analysis
2013-02-05 Anthony Martinsyscall: fix marshaling of stat messages on Plan 9
2013-02-04 Brad Fitzpatricknet/http: add Next Protocol Negotation upgrade support...
2013-02-04 Mikio Harasyscall: regenerate ztype files for linux
2013-02-04 Brad Fitzpatricknet/http: fix when server deadlines get extended
2013-02-04 Shenghou Macmd/go: update doc.go
2013-02-04 Alan Donovanexp/ssa: (#4 of 5): the SSA builder.
2013-02-04 Russ Coxcmd/gc: fix &^ code generation bug
2013-02-04 Alex Brainmannet: use windows sysSocket everywhere
2013-02-04 Russ Coxruntime/debug: add controls for garbage collector
2013-02-04 Russ Coxtime: fix error message from Parse
2013-02-04 Andrew Gerrandregexp: update comment on (*Regexp).Longest
2013-02-04 Russ Coxcmd/go, testing: revise docs for test flags
2013-02-04 Nigel Taocontainer/heap: fix package doc comment about ordering.
2013-02-04 Andrew Gerrandregexp: add (*Regexp).Longest
2013-02-04 Russ Coxtime: deal a bit better with time zones in Parse
2013-02-04 Russ CoxC: add Alex Bramley (Google CLA)
2013-02-04 Russ Coxtime: handle zone file with no transitions
2013-02-04 Andrew Gerrandarchive/tar: add Copyright notice to example_test.go
2013-02-04 Alex Brainmannet: prevent races during windows lookup calls
2013-02-04 Robin Eklindarchive/tar: Add reader and writer code example.
2013-02-03 Russ Coxcmd/gc: slightly better code generation
2013-02-03 Brad FitzpatrickA+C: add Yusuke Kagiwada (Individual CLA)
2013-02-03 Russ Coxcmd/gc: implement latest rules for checking make sizes
2013-02-03 Russ Coxcmd/go: update 'go get' help message
2013-02-03 Shenghou Macmd/5l, cmd/ld: support generating ELF binaries for...
2013-02-03 Shivakumar GNxml: omit newline at beginning of MarshalIndent output
2013-02-03 Russ Coxcmd/gc: make inlined labels distinct
2013-02-03 Russ Coxcmd/gc: clean up string index errors
2013-02-03 Russ Coxcmd/gc: update ideal bool rules to match latest spec
2013-02-03 Russ Coxexp/gotype: disable broken test
2013-02-03 Russ Coxcmd/gc: remove reference to ? and @ symbols in error...
2013-02-03 Russ Coxcmd/gc: elide self-assignment during return
2013-02-03 Russ Coxcmd/gc: allow new conversion syntax
2013-02-03 Russ Coxcmd/gc: treat &T{} like new(T): allocate on stack if...
2013-02-03 Russ Coxcmd/gc: avoid duplicate allocation during inlining
2013-02-03 Russ Coxcmd/gc: remove spurious newline from node dump
2013-02-03 Kyle Lemonstesting: add AllocsPerRun
2013-02-02 Shenghou Malib9/main.c: don't show the crash dialog on windows
2013-02-02 Russ Coxcmd/go: run examples in source order, not name order
2013-02-02 Ian Lance Taylorruntime: fix windows build
2013-02-02 Shenghou Masyscall: (*Proc).Call should return nil error when...
2013-02-02 Shenghou Masrc: add race.bat
2013-02-02 Daniel Morsingcmg/gc: Fix evaluation order of map indexing during...
2013-02-02 Russ Coxcmd/gc: reject non-Go constants
2013-02-02 Russ Coxcmd/gc: silence redundant error prints for misuse of...
2013-02-02 Russ Coxcmd/gc: put 'not used' message on correct line
2013-02-02 Russ Coxcmd/gc: clearer error for defer/go of conversion or...
2013-02-02 Russ Coxreflect: explain StructField.Anonymous field as 'embedded'
2013-02-02 Russ Coxtesting: SkipNow, FailNow must be called from test...
2013-01-18 Alex Brainmannet: use windows GetAddrInfoW in LookupPort when possible
2013-02-01 Elias Naurruntime, cmd/ld: make code more position-independent
2013-02-01 Robert Daniel... reflect: document that Value.Slice panics on an unaddre...
2013-02-01 Brad Fitzpatricksort: delete now-duplicate example, fix build
2013-02-01 Miek Giebensort: add Reverse as a function
2013-02-01 Brad Fitzpatrickbytes, strings: add TrimPrefix and TrimSuffix
2013-02-01 Elias Naurcmd/6c, cmd/6g: add flag to support large-model code...
2013-02-01 Russ Coxruntime: cgo-related fixes
2013-02-01 Russ Coxcmd/go: clean cgo compiler errors
2013-02-01 Russ Coxcmd/cgo: fix line number annotations in generated C...
2013-02-01 Russ Coxcmd/cgo: document //export preamble restriction
2013-02-01 Russ Coxcmd/dist: fix build
2013-02-01 Russ Coxcmd/dist: redirect acid output to file to separate...
next