]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-09-15 Ian Lance Taylorcmd/go: don't run TestIssue7573 if cgo not supported
2015-09-15 Rob Pikeinternal/obj: protect against nil addr.Sym
2015-09-15 Robert Griesemersrc/cmd/compile/internal/gc: fix type assertion in...
2015-09-15 Austin Clementsdebug/dwarf: add test for split DWARF
2015-09-15 Austin Clementsdebug/dwarf: return ClassUnknown if attribute class...
2015-09-15 Ian Lance Taylorruntime: on unexpected netpoll error, throw instead...
2015-09-15 Keith Randallruntime: fix aeshash of empty string
2015-09-15 Alberto Donizettimath/big: Add small complete example of big.Rat usage
2015-09-15 Rob Pikedoc: go1.6.txt: template.Funcs checks names
2015-09-15 Rob Pikeasm: more early returns on errors
2015-09-15 Rob Piketext/template: verify that names in FuncMap are valid...
2015-09-15 Marvin Stengercmd/compile/internal/gc: cleaning lex.go
2015-09-15 Brad Fitzpatricknet: remove named parameters in Listener.Accept doc...
2015-09-15 Dave Cheneycmd/go: skip external tests on linux/arm
2015-09-15 Alex Brainmanruntime: provide room for first 4 syscall parameters...
2015-09-14 Robert Griesemergo/parser: better error message for unexpected ','...
2015-09-14 Ian Lance Taylorruntime: unblock special glibc signals on each thread
2015-09-14 Austin Clementsruntime: minor clarifications of markroot
2015-09-14 Austin Clementsruntime: remove unused g.readyg field
2015-09-14 Austin Clementsruntime: simplify mSpan_Sweep
2015-09-14 Austin Clementsruntime: split marking of span roots into 128 subtasks
2015-09-14 Austin Clementsruntime: fix hashing of trace stacks
2015-09-14 Håvard Haugencmd/compiler/internal/gc: make Type.Copyto a []*Node
2015-09-14 Andrew Gerranddatabase/sql: fix typo
2015-09-13 Håvard Haugencmd/compile/internal/gc: clean up errcmp
2015-09-13 Dave Cheneyruntime: reduce pthread stack size in TestCgoCallbackGC
2015-09-12 Shenghou Maruntime/cgo: explicitly link msvcrt on windows
2015-09-12 Dave Cheneycmd/compile/internal/gc: avoid allocation in bnum
2015-09-12 Robert Griesemerspec: fix composite literal syntax to match prose
2015-09-11 Michal Bohuslávekgo/printer: fix indentation of *ast.CallExpr parameters
2015-09-11 Rob Pikeall: use one 'l' when cancelling everywhere except...
2015-09-11 Didier Speziaencoding/base64,xml: map/slice literals janitoring
2015-09-11 Didier Speziacmd/doc: slice/map literals janitoring
2015-09-11 Didier Speziacrypto/x509: map/slice literals janitoring
2015-09-11 Didier Speziaruntime,internal/trace: map/slice literals janitoring
2015-09-11 Didier Speziacmd/compile/internal/ppc64: map/slice literals janitoring
2015-09-11 Rob Pikecmd/asm: fix some fuzz bugs
2015-09-11 alexander demakinarchive/zip: fixes unexpected EOF when reading archive
2015-09-10 Shenghou Macmd/dist: re-enable GOARM auto-detection
2015-09-10 Robert Griesemermath/big: use more direct formatting in ExampleRounding...
2015-09-10 Brad Fitzpatrickmime: fix docs for WordDecoder.Decode
2015-09-10 Didier Speziacmd/internal/obj: map/slice literals janitoring
2015-09-10 Robert Griesemerstrconv: fix comment
2015-09-10 Rob Pikedoc: in go1.6.txt, small changes to fmt and time
2015-09-10 Rob Pikefmt: allow any type in a format's width argument
2015-09-10 Rob Piketime: allow any one- or two-digit day of the month...
2015-09-10 Konstantin... math/big: add example for RoundingMode
2015-09-10 Michael Hudson... cmd/internal/obj, cmd/link, runtime: a saner model...
2015-09-10 Yao Zhangcmd/objdump: skip TestDisasm* for mips64{,le}
2015-09-10 Yao Zhangcmd/go: skip part of TestNoteReading for mips64{,le}
2015-09-10 Russ Coxcmd/vet: diagnose plain assignment in copylock detector
2015-09-10 Dave Cheneycmd/go: use RawToken to parse remote package metadata
2015-09-10 Dave Cheneycmd/compile: convert typecheckdefstack to []*Node
2015-09-10 Shenghou Maruntime: move arch1_$GOARCH.go into arch_$GOARCH.go
2015-09-10 Shenghou Mahash/*: document the byte order used by the Sum methods
2015-09-10 Robert Stepanekencoding/xml: Return SyntaxError for unmatched root...
2015-09-10 Brad FitzpatrickA+C: automated updates
2015-09-09 Nodir Turakulovhtml/template: preserve attr in stateBeforeValue
2015-09-09 Nodir Turakulovtext/template: perform value validity checks
2015-09-09 Keith Randallruntime: on map update, don't overwrite key if we don...
2015-09-09 Shawn Walker... syscall: implement getwd on Solaris
2015-09-09 Rob Pikecmd/doc: the builtin package should always show unexpor...
2015-09-09 Marvin Stengertime: fixed handling of "5" in Format's layout string
2015-09-09 Rob Pikedoc: go1.6.txt: text/template and space trimming
2015-09-09 Keith Randallcmd/compile/internal/gc: handle weird map literals...
2015-09-09 Marvin Stengercmd/compile/internal/gc: convert fields of TempVar...
2015-09-09 Marvin Stengercmd/compile/internal/gc: convert fields of Symlink...
2015-09-09 Rob Pikedoc: fix typo in go1.6.txt
2015-09-09 Rob Piketext/template: provide a way to trim leading and traili...
2015-09-09 Konstantin... all: minor documentation tweaks for constants
2015-09-09 Nigel Taoimage/png: reject zero-width and zero-height images.
2015-09-09 Nigel Taocompress/lzw: tidy up some flush calls.
2015-09-09 Michael Hudson... cmd/dist, cmd/link: force external linking for shared...
2015-09-09 Austin Clementsruntime: add high-level description of how stack barrie...
2015-09-09 Austin Clementsruntime: move stack barrier code to its own file
2015-09-09 Chris Broadfootdoc: document go1.5.1
2015-09-09 Dave Cheneycmd/internal/obj: remove unused code
2015-09-08 Michael Hudson... cmd/internal/ld: put read-only relocated data into...
2015-09-08 Shenghou Macmd/compile/internal/mips64: copy cmd/compile/internal...
2015-09-08 Shenghou Macmd/internal/obj/mips: copy cmd/internal/obj/ppc64
2015-09-08 Michael Hudson... cmd/internal/obj: remove dead code and small cleanups
2015-09-08 Brad FitzpatrickAUTHORS: add Oracle as corporate copyright holder
2015-09-08 Rob Pikedoc: mention that go install removes binaries built...
2015-09-08 Rob Pikedoc: strconv.QuoteToGraphic in go1.6.txt
2015-09-08 Rob Pikestrconv: add QuoteToGraphic and friends
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Type to...
2015-09-08 Marvin Stengercmd/compile/internal/gc: convert fields of Pkg to bool
2015-09-08 Håvard Haugencmd/compile/internal/gc: unexport and make Hasdefer...
2015-09-08 Marvin Stengercmd/compile/internal/gc: remove unused field Type.Siggen
2015-09-08 Håvard Haugencmd/compile: make importlist a []*Node instead of ...
2015-09-08 Dave Cheneycmd/compile/internal/gc: convert Type.Broke into a...
2015-09-07 Dave Cheneycmd/compile/internal/gc: convert Label.Used to bool
2015-09-07 Michael Hudson... runtime: remove unused FUNCDATA_DeadValueMaps
2015-09-07 Marvin Stengercmd/compile/internal: some janitoring
2015-09-07 Michael Hudson... runtime: add stub sigreturn on arm
2015-09-07 Dave Cheneycmd/dist: fix mkzversion to produce gofmt'd output
2015-09-06 Dave Cheneycmd/compile: convert typecheck_stack to []*Node
2015-09-05 Didier Speziacmd/asm: fix another infinite loop in register list...
2015-09-05 Dave Cheneycmd/compile: use []*Node instead of NodeList in bottomU...
2015-09-05 Paul Marksnet: Make Listen(":port") use IPv6 when IPv4 is not...
next