]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-05-01 Ian Lance Taylorsyscall: if Setctty, require that Ctty be a child descr...
2020-05-01 Dmitri Shuralyovcmd/gofmt, go/format, go/printer: move number normaliza...
2020-05-01 fanzha02doc, cmd/internal/obj/arm64: update the directives...
2020-05-01 Cherry Zhangcmd/link: expand a TODO comment
2020-05-01 Mark Ryancmd/internal/obj/x86: prevent jumps crossing 32 byte...
2020-05-01 alex-semenyukA+C: add Alexey Semenyuk (individual CLA)
2020-05-01 Matthew Dempskycmd/cgo: "not-type" means "is not a type", not "is...
2020-05-01 Cherry Zhangcmd/link: don't mark a symbol's Gotype reachable
2020-05-01 Matthew Dempskygo/types: add UsesCgo config to support _cgo_gotypes.go
2020-05-01 Matthew Dempskycmd/cgo: use type aliases for #define type macros
2020-05-01 Brad Fitzpatrickcmd,std: update golang.org/x/net to 20200501053045...
2020-05-01 Dan Scalesruntime: add one extra lock ranking partial edge
2020-05-01 Tobias Klauserinternal/unsafeheader: fix reference in godoc comment...
2020-05-01 Gerrit Code... Merge "cmd: merge branch 'dev.link' into master"
2020-05-01 Michał Łowickicmd/go: add 'go help buildconstraint'
2020-05-01 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-05-01 Cherry Zhang[dev.link] cmd/link: directly use loader.ExtReloc in...
2020-05-01 Cherry Zhang[dev.link] cmd/link: drop fields of external symbols...
2020-05-01 Cherry Zhang[dev.link] cmd/link: batch allocations when converting...
2020-05-01 Tobias Klausercmd/dist: don't copy riscv64 specific files for bootstr...
2020-05-01 Keith Randallruntime/race: rebuild race detector .syso files
2020-05-01 Brad Fitzpatricknet/http: remove badStringError, make some unexported...
2020-05-01 cncalruntime/race: fix comment in select_test.TestNoRaceSelect1
2020-05-01 Ian Lance Taylorsyscall: document exact meaning of Ctty field
2020-05-01 Robert Griesemerbytes: simpler and faster FieldsFunc (apply same change...
2020-05-01 Brian Kesslermath/cmplx: handle special cases
2020-05-01 Bryan C. Millsinternal/unsafeheader: consolidate stringHeader and...
2020-05-01 Than McIntosh[dev.link] cmd/link: tweaks to data alignment processing
2020-05-01 Than McIntosh[dev.link] cmd/link/internal/loader: change storage...
2020-04-30 Anton Kuklincmd: disable *.go domains lookup in go get command
2020-04-30 Gerrit Code... Merge "cmd: merge branch 'dev.link' into master"
2020-04-30 Robert Griesemerstrconv: fix for parseFloatPrefix
2020-04-30 Cherry Zhang[dev.link] cmd/link: use more compact representation...
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Than McIntosh[dev.link] cmd/link: performance changes for relocsym
2020-04-30 Michael Anthony... runtime: add scavenge -> traceBuf to lock partial order
2020-04-30 Michael Anthony... runtime: wake scavenger and update address on sweep...
2020-04-30 Michael Anthony... runtime: make the scavenger's pacing logic more defensive
2020-04-30 Alberto Donizetticmd/compile: switch to typed auxint for arm64 TBZ/TBNZ...
2020-04-30 Keith Randallcmd/compile: add indexed memory modification ops to...
2020-04-30 Keith Randallcmd/compile: add indexed load+op operations to amd64
2020-04-30 Brad Fitzpatrickdoc/go1.15: add 32-bit darwin removal and Resolver...
2020-04-30 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-30 Than McIntosh[dev.link] cmd/link: minor performance tweaks in dodata
2020-04-30 Cherry Zhang[dev.link] cmd/link: fold zero symbol check into Resolv...
2020-04-30 Cherry Zhang[dev.link] cmd/link: pass reloc by value to Adddynrel2
2020-04-30 Cherry Zhang[dev.link] cmd/link: unescape relocs passed to Archreloc2
2020-04-30 Brad Fitzpatricknet/http/httputil: don't append to X-Forwarded-For...
2020-04-30 Ruixin Baocmd/compile: adopt strong aux typing for some s390x...
2020-04-30 Alex Brainmancmd/go: use -buildmode=pie as default on window
2020-04-30 Tobias Klauserlib/time, time/tzdata: update tz data to 2020a
2020-04-30 Daniel Martícmd/go: make 'mod verify' use multiple CPUs
2020-04-30 Keyan Pishdadiancmd/go: add error for cross-compiled -race builds
2020-04-30 Rob Pikecmd/cover: include a package name in the HTML title
2020-04-30 Robert Griesemerstrconv: implement parseFloatPrefix returning no. of...
2020-04-30 Ian Lance Taylorsyscall: on linux-arm64, prefer prlimit to {g,s}etrlimit
2020-04-30 Cherry Zhang[dev.link] cmd/link: remove sym.Symbols.Newsym
2020-04-30 Cherry Zhang[dev.link] cmd/link: combine decodesym.go and decodesym2.go
2020-04-30 Ian Lance Taylordebug/gosym: correct comments for Table.{Files,Objs}
2020-04-30 Austin ClementsRevert "cmd/compile: omit file:pos for non-existent...
2020-04-30 Emmanuel T... cmd/compile: omit file:pos for non-existent, permission...
2020-04-30 Austin Clementsruntime: move condition into wakep
2020-04-30 kakulisenmath: Add a function example
2020-04-30 Matthew Dempskynet/http/cgi: replace constant map with switch statement
2020-04-29 Keith Randallcmd/compile: move last of the generic rules to typed aux
2020-04-29 Austin Clementscmd/compile,runtime: stack maps only at calls, remove...
2020-04-29 Austin Clementscmd/compile: make LivenessMap sparse
2020-04-29 Austin Clementscmd/compile: don't emit stack maps for write barrier...
2020-04-29 Austin Clementscmd/compile: fix unsafe-points with stack maps
2020-04-29 Austin Clementscmd/compile: rename issafepoint -> hasStackMap
2020-04-29 Austin Clementscmd/compile: mark PanicBounds/Extend as calls
2020-04-29 Austin Clementsruntime: use conservative scanning for debug calls
2020-04-29 Austin Clementsruntime: perform debug call injection on a new goroutine
2020-04-29 Austin Clementsruntime: make newproc1 not start the goroutine
2020-04-29 Austin Clementsruntime/pprof: fix units of MaxRSS on Linux
2020-04-29 Austin Clementsruntime: fix debuglog traceback printing off-by-one
2020-04-29 Alberto Donizetticmd/compile: convert CCop arm64 rules to typed aux
2020-04-29 Martin Möhrmannbytes, strings: align requirements for functions passed...
2020-04-29 Jay Conrodcmd/go: trim source paths when compiling C with -trimpath
2020-04-29 Russ Coxgo/ast: drop //directive comments from doc.Text
2020-04-29 Richard Millercmd/go/internal/modload: use lockedfile to read path...
2020-04-29 Katie Hockmancrypto/x509/pkix: improve docs and Name.String()
2020-04-29 Cherry Zhang[dev.link] cmd/link: use new reloc on Wasm
2020-04-29 Ruixin Baocrypto/ed25519: drop the purego build tag
2020-04-29 Lynn Bogercmd/asm: update ppc64enc.s testcase
2020-04-29 Cherry Zhang[dev.link] cmd/link: free compressed symbols after...
2020-04-29 Jeremy Faller[dev.link] cmd/link: add loader.ExtReloc to Archreloc2
2020-04-29 Keith Randallcmd/compile: convert constant divide strength reduction...
2020-04-29 Cherry Zhang[dev.link] cmd/link: free loader memory after LoadFull
2020-04-29 Cherry Zhang[dev.link] cmd/link: fix R_GOTOFF handling
2020-04-29 Cherry Zhang[dev.link] cmd/link: support external linking in new...
2020-04-29 Than McIntosh[dev.link] cmd/link: remove Sub field from sym.Symbol
2020-04-29 Lynn Bogercmd/compile,cmd/internal/obj/ppc64: use mod instruction...
2020-04-29 Nigel Taoimage: guard against NewXxx integer overflow
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-29 Nigel Taoimage/jpeg: accept "\xff\x00" before a RST marker
2020-04-29 Nigel Taoimage: add a NewUniform doc comment
2020-04-29 Ruixin Baocmd/compile: adopt strong aux typing for some s390x...
2020-04-29 Meng Zhuocmd/compile: adjust MIPS64x rewrite rules to use typed...
2020-04-28 Jeremy Faller[dev.link] cmd/link: add archrelocsym x86 support for...
next