]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-04-28 Than McIntosh[dev.link] cmd/link: tweak genasmsym to eliminate Gotyp...
2020-04-28 Cherry Zhang[dev.link] cmd/link: write data sections to heap in...
2020-04-28 Cherry Zhang[dev.link] cmd/link: convert dwarfcompress to using...
2020-04-28 Jeremy Faller[dev.link] cmd/link: move wavefront past address
2020-04-28 Cherry ZhangRevert "[dev.link] cmd/link: stop overwriting symbol...
2020-04-28 Cherry Zhang[dev.link] cmd/link: fix accidental shadowing
2020-04-27 Cherry Zhang[dev.link] cmd/link: stop overwriting symbol types...
2020-04-27 Cherry Zhang[dev.link] cmd/link: delete old dodata
2020-04-27 Cherry Zhang[dev.link] cmd/link: accept more types in Xcoffadddynrel
2020-04-27 Than McIntosh[dev.link] cmd/link: support new dodata for PPC64
2020-04-27 Cherry Zhang[dev.link] cmd/link: remove ctxt.Syms.Allsym
2020-04-27 Cherry Zhang[dev.link] cmd/link: stop setting ReadOnly attribute...
2020-04-27 Cherry Zhang[dev.link] cmd/link: always run Asmb before reloc
2020-04-27 Cherry Zhang[dev.link] cmd/link: enable new dodata on darwin/arm64
2020-04-27 Cherry Zhang[dev.link] cmd/link: use new dodata on MIPS(64) and...
2020-04-27 Jeremy Faller[dev.link] cmd/link: support Loader in s390x dodata
2020-04-27 Cherry Zhang[dev.link] cmd/link: remove symbol movement workaround...
2020-04-27 Cherry Zhang[dev.link] cmd/link: set symbol alignments after dynreloc2
2020-04-27 Cherry Zhang[dev.link] cmd/link: sort DynidSyms
2020-04-27 Than McIntosh[dev.link] cmd/link: support new dodata for elf/{arm...
2020-04-25 Cherry Zhang[dev.link] cmd/link: use new dodata on Plan 9 and Wasm
2020-04-25 Cherry Zhang[dev.link] cmd/link: use new dodata on darwin/amd64
2020-04-25 Cherry Zhang[dev.link] cmd/link: fix buglet in new GCProg generatio...
2020-04-24 Cherry Zhang[dev.link] cmd/link: fix minor error on error reporting
2020-04-24 Than McIntosh[dev.link] cmd/link: create symbol updated lazily in...
2020-04-24 Cherry Zhang[dev.link] cmd/link: check fingerprint for index consis...
2020-04-24 Cherry Zhang[dev.link] cmd/internal/goobj2: add index fingerprint...
2020-04-24 Cherry Zhang[dev.link] cmd/link: panic if HeadType is not set
2020-04-24 Cherry Zhang[dev.link] cmd/link: set HeadType early
2020-04-24 Than McIntosh[dev.link] cmd/link: support new dodata for elf/386
2020-04-24 Cherry Zhang[dev.link] cmd/link: remove -a flag
2020-04-24 Than McIntosh[dev.link] cmd/link: begin converting dodata() to loade...
2020-04-24 Than McIntosh[dev.link] cmd/link: move more error handling into...
2020-04-24 Than McIntosh[dev.link] cmd/link/internal/loader: add SetRelocType...
2020-04-24 Than McIntosh[dev.link] cmd/link/internal/loader: fix buglet in...
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-23 Cherry Zhang[dev.link] cmd/link: clean up some tests
2020-04-23 Johan Janssoncmd/go: allow generate to process invalid packages
2020-04-23 Josh Bleecher... cmd/compile: add ssa.Block.truncateValues
2020-04-23 Josh Bleecher... cmd/compile: simplify zcse
2020-04-23 witchardcmd/go/internal/modget: improve GOINSECURE docs
2020-04-23 Cuong Manh Lecmd/compile: pre-alloc enough room for Escape.walkAll
2020-04-23 Matthew Dempskycmd/compile: refactor variadac call desugaring
2020-04-23 Andrei Tudor... testing: make TempDir work for subtests
2020-04-23 Matthew Dempskycmd/compile: be stricter about recognizing safety rule #4
2020-04-22 Jeremy Faller[dev.link] cmd/link: only allow heap area to grow to...
2020-04-22 Daniel Theophanesdatabase/sql: de-flake TestTxCannotCommitAfterRollback
2020-04-22 Kirill Korotaevencoding/base64: improve performance up to 20% total
2020-04-22 Hana (Hyang... net/http/pprof: allow "seconds" parameters to most...
2020-04-22 Hana (Hyang... net/http/pprof: make TestDeltaProfile less flaky by...
2020-04-22 Lynn Bogercmd/compile: update PPC64.rules to use typed aux values
2020-04-22 Michael Mundaycmd/compile: clean up codegen for branch-on-carry on...
2020-04-22 Than McIntosh[dev.link] cmd/link/internal/loader: fix AttrSubSymbol
2020-04-22 Than McIntosh[dev.link] cmd/link/internal/loader: preprocess numeric...
2020-04-22 Alberto Donizetticmd/compile: switch to typed aux for mips lowering...
2020-04-22 Than McIntosh[dev.link] cmd/link: create loader-specific version...
2020-04-22 Katie Hockmancrypto/x509: disallow setting MaxPathLen without IsCA
2020-04-22 Colindatabase/sql: count connections expired in foreground...
2020-04-22 Alberto Donizettiruntime: fix bad link to issue tracker in test
2020-04-22 David Finkelruntime/pprof: plumb labels for goroutine profiles
2020-04-22 Ruixin(Peter... math/big: clean up whitespace in arith_s390x.s file
2020-04-22 Cherry Zhang[dev.link] cmd/link, cmd/oldlink: remove more darwin...
2020-04-22 Cherry Zhang[dev.link] cmd/internal/goobj: add index to symbol...
2020-04-22 Cherry Zhang[dev.link] cmd/link: delete ctxt.Reachparent
2020-04-22 Cherry Zhang[dev.link] cmd/link: reduce memory usage for storing...
2020-04-22 Martin Möhrmannunicode/utf8: optimize Valid and ValidString for ASCII...
2020-04-22 Ruixin(Peter... cmd/internal: allow ADDE to work with memory location...
2020-04-22 Cuong Manh Lecmd/compile: remove ntz function
2020-04-22 Ian Lance Taylortime: use extended time format past end of zone transitions
2020-04-22 Koichi Shiraishireflect: fix typo on resolveReflectName function docume...
2020-04-22 Ian Lance Taylorruntime: crash on SI_USER SigPanic signal
2020-04-21 Brad Fitzpatricknet/http: fix Server.Shutdown race where it could miss...
2020-04-21 Michael Anthony... runtime: add bitmap-based markrootSpans implementation
2020-04-21 Matthew Dempskycmd/compile: more precise analysis of method values
2020-04-21 Matthew Dempskycmd/compile: refactor Escape.tagHole
2020-04-21 Michael Prattruntime: allow proflock and mheap.speciallock above...
2020-04-21 Michael Mundaycmd/compile: optimize comparisons with immediates on...
2020-04-21 Josh Bleecher... Revert "runtime/pprof: speed up CPU profiling shutdown"
2020-04-21 Cuong Manh Lecmd/compile: remove unused nlo function
2020-04-21 Cuong Manh Lecmd/compile: remove nlz function
2020-04-21 Alberto Donizetticmd/compile: convert last 386 rules to typed aux
2020-04-21 Jay Conrodcmd/go/internal/load: load imports for all package...
2020-04-21 Russ Coxcmd/compile: detect and diagnose invalid //go: directiv...
2020-04-21 Than McIntosh[dev.link] cmd/link: separate out DWARF processing...
2020-04-21 Than McIntosh[dev.link] cmd/link: refactor section creation in dodata
2020-04-21 BurtonQincmd/go/internal/modfetch: add Unlock before return...
2020-04-21 Rohith Ravicmd/trace: fix the broken link in region pages and...
2020-04-21 Cherry Zhang[dev.link] cmd/link: convert symtab pass to new style
2020-04-21 Richard Milleros: correct bad PathError message from FileOpen with...
2020-04-21 alex-semenyuktest/codegen, runtime/pprof, runtime: apply fmt
2020-04-21 Alberto Donizetticmd/compile: switch to typed aux for 386 optimization...
2020-04-21 Josh Bleecher... cmd/compile: use cheaper implementation of oneBit
2020-04-21 Matthew Dempskyreflect: disallow invoking methods on unexported embedd...
2020-04-21 Josh Bleecher... Revert "cmd/compile: use cheaper implementation of...
2020-04-21 Ian Lance Taylorreflect: return user-visible method name in panic string
2020-04-21 Cuong Manh Lecmd/compile: use proper magnitude for (x>>c) & uppermas...
2020-04-21 Cuong Manh Lecmd/compile: rewrite shift rules to use typed aux fields
2020-04-21 Brad FitzpatrickA: add Tailscale Inc. (Corporate CLA)
2020-04-21 Josh Bleecher... cmd/compile: use cheaper implementation of oneBit
2020-04-21 Josh Bleecher... cmd/compile: use oneBit instead of isPowerOfTwo in...
next