]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-03-09 Bryan C. Millsruntime: fix _cgo_yield usage with sysmon and on BSD
2017-03-09 Alberto Donizettitime: make the ParseInLocation test more robust
2017-03-09 Elias Naurmisc/cgo/testcarchive: add missing header
2017-03-09 Aliaksandr... cmd/compile/internal/gc: shrink Sym by 8 bytes on amd64
2017-03-09 Keith Randallcmd/compile: set base register of spill/restore to SP
2017-03-08 Elias Naurgo/internal/srcimporter: skip tests on iOS
2017-03-08 Josh Bleecher... runtime: optimize slicebytestostring
2017-03-08 Elias Nauros/user: fake Current on Android
2017-03-08 Bryan C. Millsruntime: poll libc to deliver signals under TSAN
2017-03-08 David Chasecmd/compile: check loop rescheduling with stack bound...
2017-03-08 Kevin Burkedatabase/sql: fix spelling mistake in tests
2017-03-08 Robert Griesemercmd/compile: fix recorded export data position info
2017-03-08 Sarah Adamsdatabase/sql: proper prepared statement support in...
2017-03-08 Johan Brandhorstnet/http: use httptest.Server Client in tests
2017-03-08 Hiroshi Iokanet/mail: fix wrong error message in consumePhrase
2017-03-08 Russ Coxruntime/pprof: add GNU build IDs to Mappings recorded...
2017-03-07 Robert Griesemercmd/internal/src: fix Pos.String() for positions after...
2017-03-07 Mikio Harainternal/poll: code cleanup
2017-03-07 Austin Clementsruntime: join selectgo and selectgoImpl
2017-03-07 Matthew Dempskycmd/compile: refactor portable SSA Op handling
2017-03-07 Austin Clementsruntime: print SP/FP on bad pointer crashes
2017-03-07 Austin Clementsruntime: honor GOTRACEBACK=crash even if _g_.m.tracebac...
2017-03-07 Matthew Dempskycmd/compile, runtime: simplify multiway select implemen...
2017-03-07 Daniel Martíruntime/pprof: actually use tag parameter
2017-03-07 Elias Nauros/user: use the stubs fallback for Android
2017-03-07 Alberto Donizetticmd/compile: fix misleading "truncated to int" messages
2017-03-07 Matthew Dempskycmd/compile/internal/gc: skip autotmp vars in gc again
2017-03-07 Matthew Dempskycmd/internal/obj: change started to bool
2017-03-07 Elias Naurruntime/pprof: fix the protobuf tests on Android
2017-03-07 Kevin Burkeencoding/base64, html/template: fix grammar mistakes
2017-03-07 Hiroshi Iokamime: fix panic parsing 'encoded-word', be stricter
2017-03-07 Matthew Dempskycmd/internal/obj: move dwarf.Var generation into compiler
2017-03-07 Matthew Dempskycmd/compile: change signatlist to []*Type
2017-03-07 Andrew Bentoncrypto/x509: rename and reposition rsaPublicKey struct...
2017-03-07 Daniel Martínet: remove unused Interface parameter
2017-03-07 Alex Brainmancmd/link: use IMAGE_SYM_CLASS_STATIC for local symbols
2017-03-07 Hiroshi Iokanet/mail: ignore whitespace between adjacent 'encoded...
2017-03-07 Josselin Costanziencoding/base64: add alphabet and padding restrictions
2017-03-07 Michael Mundaycmd/compile: regenerate knownFormats
2017-03-07 Jaana Burcu... doc: add link to the setting GOPATH guide
2017-03-06 Robert GriesemerRevert "cmd/compile: improve error message if init...
2017-03-06 philhofercmd/compile: emit OffPtr for first field in SSA'd structs
2017-03-06 Daniel Martínet/http: remove unused ResponseWriter params
2017-03-06 Robert Griesemercmd/compile/internal/syntax: print position info for...
2017-03-06 Matthew Dempskycmd/internal/obj, cmd/compile: rip off some toolstash...
2017-03-06 Matthew Dempskycmd/internal/obj: move STEXT-only LSym fields into...
2017-03-06 Matthew Dempskycmd/internal/obj: remove AUSEFIELD pseudo-op
2017-03-06 Matthew Dempskycmd/compile: preserve Type.nod in copytype
2017-03-06 Quentin Smithtest/fixedbugs: add test for #19403
2017-03-06 Austin Clementsruntime: strongly encourage CallersFrames with the...
2017-03-06 Daniel Martígo/internal/gccimporter: actually use pkg parameter
2017-03-06 Ian Lance Taylorinternal/poll: only start Windows goroutines when we...
2017-03-06 Josselin Costanziencoding/base64: fix decode reports incorrect index
2017-03-06 Austin Clementsruntime: avoid repeated findmoduledatap calls
2017-03-06 Matthew Dempskycmd/internal/goobj: update to support go19ld
2017-03-06 Matthew Dempskycmd/internal/obj, cmd/link: bump magic string to go19ld
2017-03-06 Daniel Martíregexp/syntax: remove unused flags parameter
2017-03-06 Robert Griesemergo/internal/gcimporter: return (possibly incomplete...
2017-03-06 Robert Griesemergo/internal/srcimporter: return (possibly incomplete...
2017-03-06 Robert Griesemergo/types: continue type-checking with fake packages...
2017-03-06 Austin Clementsruntime: lock-free fast path for mark bits allocation
2017-03-06 Austin Clementsruntime: don't hold global gcBitsArenas lock over alloc...
2017-03-06 Josh Bleecher... cmd/compile: avoid generating some dead blocks
2017-03-06 Aliaksandr... cmd/compile/internal/gc: convert Sym.Flags to bitset8
2017-03-06 Daniel Martíencoding/gob: remove unused ut and atyp parameters
2017-03-06 Russ Coxtest/locklinear: deflake again
2017-03-06 Daniel Martígo/doc: remove unused tok parameter
2017-03-06 Daniel Martígo/printer: remove unused comment parameter
2017-03-06 Daniel Martígo/types: remove unused field parameter
2017-03-06 Eitan Adlerall: remove the the duplicate words
2017-03-06 Daniel Martíencoding/xml: remove unused start parameter
2017-03-06 Daniel Martístrconv: remove unused append rune width param
2017-03-05 Cherry Zhangcmd/compile: mark MOVWF/MOVFW clobbering F15 on ARM
2017-03-05 Josh Bleecher... runtime: add slicebytetostring benchmark
2017-03-04 Josh Bleecher... cmd/internal/src: cache prefixed filenames
2017-03-04 Kevin Burkeos/user: add non-cgo versions of Lookup, LookupId
2017-03-04 Giovanni Bajocmd/compile: improve generic rules for BCE based on...
2017-03-04 Austin Clementsruntime: make ReadMemStats STW for < 25µs
2017-03-04 Austin Clementsruntime: remove unused gcstats
2017-03-04 Elias Naurmisc/ios,cmd/go, runtime/cgo: fix iOS test harness...
2017-03-04 Elias NaurRevert "cmd/go, misc: switch from breakpoint to SIGUSR2"
2017-03-04 Josh Bleecher... cmd/compile: cull UINF
2017-03-04 Dmitri Shuralyovgo/build: fix lack of error for Import of nonexistent...
2017-03-04 Elias NaurRevert "cmd/go: add comment about SIGUSR2 on iOS"
2017-03-04 Elias NaurRevert "cmd/go, misc: rework cwd handling for iOS tests"
2017-03-04 Elias NaurRevert "all: test adjustments for the iOS builder"
2017-03-03 Matthew Dempskycmd/compile/internal/gc: replace Node.Ullman with Node...
2017-03-03 David Lazarcmd/compile: include position info in exported function...
2017-03-03 David Lazarcmd/compile: add flag for debugging PC-value tables
2017-03-03 David Lazarcmd/internal/obj: avoid duplicate file name symbols
2017-03-03 David Lazarruntime: use inlining tables to generate accurate trace...
2017-03-03 David Lazarcmd/compile: copy literals when inlining
2017-03-03 David Lazarcmd/compile,link: generate PC-value tables with inlinin...
2017-03-03 Aliaksandr... cmd/compile: pack bool fields in Node, Name, Func and...
2017-03-03 Johan Brandhorstnet/http/httptest: add Client and Certificate methods...
2017-03-03 Matthew Dempskycmd/compile/internal/ssa: remove Hmul{8,16}{,u} ops
2017-03-03 Cherry Zhangcmd/compile: remove zeroing after newobject
2017-03-03 Cherry Zhangcmd/compile: fix optimization of Zero newobject on...
2017-03-03 Matthew Dempskycmd/compile/internal/gc: remove OHMUL Op
2017-03-03 Austin Clementsruntime: clarify access to mheap_.busy
next