]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-05-05 Samuel Tanhtml/template: allow safe usage of predefined escapers...
2017-05-05 Dieter Plaetincktemplate: warn about interleaved nature of writes
2017-05-05 David Crawshawcmd/link: stop passing unused read_only_relocs
2017-05-05 Alex Brainmancmd/link: do not read .bss sections in ldpe
2017-05-04 Josh Bleecher... go/constant: avoid generating rats for large negative...
2017-05-04 Josh Bleecher... cmd/compile: suppress duplicate type errors
2017-05-04 Ian Lance Taylorcmd/link: set ELF CPIC bit in mips64 objects
2017-05-04 David Crawshawcmd/go, cmd/compile: match tool versions
2017-05-04 Adam Benderdoc: fix minor formatting issues in contribute.html
2017-05-04 Brad Fitzpatrickall: use time.Time.Equal instead of == in some tests
2017-05-04 David Crawshawcmd/go: use os.Executable to find GOROOT
2017-05-04 Brad Fitzpatrickcrypto: revise wording about cryptographically broken...
2017-05-04 Brad Fitzpatrickspec: remove an unnecessary semicolon from code example
2017-05-04 Josh Bleecher... cmd/compile: prevent panic while formatting func(....
2017-05-03 Andreas Auernhammercrypto: document insecure algorithms
2017-05-03 Brad Fitzpatricknet/http: update bundled http2
2017-05-03 Steven Hartlandcrypto/x509: load certs from env vars + extra locations
2017-05-03 Shenghou Macmd/link/internal/ld: always show output from external...
2017-05-03 Josh Bleecher... cmd/compile: avoid panic when printing *<N>
2017-05-03 Martin Möhrmannvendor/golang_org/x/crypto/chacha20poly1305: revendor
2017-05-03 feilengcui008runtime: clean redundant call of environ function
2017-05-03 Filip Gruszczyńskiencoding/gob: use MakeMapWithSize when decoding map
2017-05-02 Filip Gruszczynskiruntime: don't panic for bad size hint in hashmap
2017-05-02 Alberto Donizettidoc/contribute: directly link to the Agreements page
2017-05-02 Brad Fitzpatrickapi: update next.txt
2017-05-02 Michael Mundaycmd/{asm,compile}: avoid zeroAuto clobbering flags...
2017-05-02 Bryan C. Millsexpvar: reduce sync.Map overhead for (*Map).Set
2017-05-02 Chris Manghanenet/http: bgErr is unused; remove it
2017-05-02 Josh Bleecher... cmd/dist: spin up fewer test dir runners
2017-05-02 Josh Bleecher... cmd/internal/obj: fix LSym.Type during compilation...
2017-05-01 Elias Naurmisc/android: don't let the Android exec wrapper hang...
2017-05-01 Martin Möhrmanncmd/compile: use MOVL instead of MOVQ for small constan...
2017-05-01 Martin Möhrmannruntime: refactor cpu feature detection for 386 & amd64
2017-05-01 Michael Hudson... cmd/internal/obj/x86: use LEAx rather than ADDx when...
2017-05-01 Damien Lespiaucmd/internal/obj/x86: fix ANDPS encoding
2017-05-01 Josh Bleecher... cmd/compile: avoid giant init functions due to many...
2017-05-01 Josh Bleecher... runtime: use 64 bit calculation in overLoadFactor
2017-05-01 Josh Bleecher... cmd/compile: add minor bit twiddling optimizations
2017-05-01 Josh Bleecher... cmd/compile: add comments to trackAllTypes
2017-05-01 Damien Lespiaucmd/asm: enable CMPPS, CMPPD, CMPSS and CMPSD encoding...
2017-05-01 Michael Hudson... Revert "cmd/link: replace SHIDDEN bit in SymKind with...
2017-04-30 Michael Hudson... cmd/link: replace SHIDDEN bit in SymKind with a bit...
2017-04-30 Michael Hudson... cmd/link: rename AttrHidden to AttrNotInSymbolTable
2017-04-30 Michael Hudson... cmd/link: document the various Attribute values
2017-04-30 Todd Nealcmd/compile: fix error when typeswitching on untyped
2017-04-30 Josh Bleecher... cmd/compile: make Class a Stringer
2017-04-30 Ingo Oesersync: really test DeepCopyMap
2017-04-30 Alex Brainmanos: skip TestNetworkSymbolicLink if Server service...
2017-04-30 Josh Bleecher... cmd/compile: checkwidth T when constructing *T
2017-04-29 Emmanuel Odekecmd/compile: add test for blank field in composite...
2017-04-29 Bryan C. Millsarchive/zip: replace RWMutex with sync.Map
2017-04-29 Josh Bleecher... cmd/compile: move writebarrier pass after dse
2017-04-29 Emmanuel Odekenet/http: enable TestRequestDoesntBodyCloseDoesntBlock
2017-04-29 Austin Clementsruntime: reduce Windows timer resolution when idle
2017-04-29 Hiroshi Iokamime: re-accept empty encoded-text
2017-04-29 Ben Shicmd/compile/internal/ssa: more constant folding rules...
2017-04-28 Josh Bleecher... cmd/compile: checkwidthj all expressions in walk
2017-04-28 Austin Clementsruntime/pprof: use symbol information already in profil...
2017-04-28 Daniel Theophanesdatabase/sql: ensure releaseConn is defined before...
2017-04-28 Austin Clementsruntime: make _TinySizeClass an int8 to prevent use...
2017-04-28 Austin Clementsruntime: eliminate heapBitsSetTypeNoScan
2017-04-28 Austin Clementsruntime: eliminate heapBits.hasPointers
2017-04-28 Austin Clementsruntime: separate spans of noscan objects
2017-04-28 Austin Clementsruntime: document runtime.Frames better
2017-04-28 Bryan C. Millsexpvar: replace RWMutex usage with sync.Map and atomics
2017-04-28 Brad FitzpatrickRevert "build: fail nicely if somebody runs all.bash...
2017-04-28 Bryan C. Millsmime: use sync.Map instead of RWMutex for type lookups
2017-04-28 Bryan C. Millsnet/rpc: use a sync.Map for serviceMap instead of RWMutex
2017-04-28 Bryan C. Millsencoding/json: replace encoderCache RWMutex with a...
2017-04-28 Josh Bleecher... cmd/compile: check width of embedded interfaces in...
2017-04-28 Michael Hudson... cmd/link/internal/ld: unexport ReadOnly and RelROMap
2017-04-28 Michael Hudson... cmd/internal/objabi: shrink SymType down to a uint8
2017-04-28 Michael Hudson... cmd/internal: remove SymKind values that are only check...
2017-04-28 Josh Bleecher... cmd/compile: use a map to track liveness variable indices
2017-04-28 Brad Fitzpatricknet/http: re-simplify HTTP/1.x status line writing
2017-04-28 Daniel Martícmd/go: error on space-separated list with comma
2017-04-28 Ian Lance Taylorcmd/go: don't run TestTestRaceInstall in short mode
2017-04-28 Justin Nußos/exec: document that non-comparable writers may race
2017-04-28 Michael Matloobruntime/pprof: propagate profile labels into profile...
2017-04-28 Russ Coxruntime: fix profile handling of labels for race detector
2017-04-28 Robert Griesemerspec: clarify admissible argument types for print,...
2017-04-28 Robert Griesemerbytes: clarify documentation for UnreadByte/Rune
2017-04-28 Josh Bleecher... cmd/compile: prevent infinite recursion printing types...
2017-04-28 Dmitri Shuralyovcmd/go/internal/get: allow go get on github.com/ import...
2017-04-28 Bryan C. Millsencoding/xml: replace tinfoMap RWMutex with sync.Map
2017-04-28 Alberto Donizetticmd/go: reject buildmode=pie when -race is enabled
2017-04-28 Kevin Burkeregexp: speed up QuoteMeta with a lookup table
2017-04-28 Nigel Taocompress/lzw: fix hi code overflow.
2017-04-28 Tommy Schaefersyscall: fix typo in documentation for StringToUTF16Ptr
2017-04-28 Josh Bleecher... cmd/compile: add sizeCalculationDisabled flag
2017-04-28 Josh Bleecher... Revert "cmd/compile: add Type.MustSize and Type.MustAli...
2017-04-28 Mikio Haranet: simplify probeWindowsIPStack
2017-04-28 Mikio Haranet: make zone helpers into methods of ipv6ZoneCache
2017-04-28 Mikio Harasyscall: stylistic cleanup and typo fixes in syscall_dr...
2017-04-27 Josh Bleecher... cmd/compile: minor writebarrier cleanup
2017-04-27 Josh Bleecher... cmd/compile: move Used from gc.Node to gc.Name
2017-04-27 Josh Bleecher... cmd/compile: add Type.MustSize and Type.MustAlignment
2017-04-27 Josh Bleecher... cmd/compile: dowidth more in the front end
2017-04-27 Michael Hudson... cmd/internal/objabi, cmd/link: move linker-only symkind...
2017-04-27 Hana Kimdwarf: add marker for embedded fields in dwarf
next