]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 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 Alberto Donizetticmd/compile: switch to typed aux for mips lowering...
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 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 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 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...
2020-04-21 Josh Bleecher... cmd/compile: convert two generic rules to be typed
2020-04-21 Robert Griesemergo/types: remove duplicate assert call (minor cleanup)
2020-04-20 David FinkelRevert "Revert "cmd/compile: adjust RISCV64 rewrite...
2020-04-20 David Cartercmd/cover: add <title> tag to <head> for coverage repor...
2020-04-20 Ian Lance Taylorruntime: skip TestBigGOMAXPROCS if it runs out of memory
2020-04-20 Than McIntoshRevert "cmd/compile: adjust RISCV64 rewrite rules to...
2020-04-20 Bryan C. Millscmd/api: limit concurrent 'go list' calls to GOMAXPROCS
2020-04-20 Brad Fitzpatrickcrypto/tls: add Dialer
2020-04-20 David Finkelcmd/compile: adjust RISCV64 rewrite rules to use typed...
2020-04-20 Josh Bleecher... cmd/compile: use fuse to implement shortcircuit loop
2020-04-20 Daniel Theophanesdatabase/sql: on Tx rollback, retain connection if...
2020-04-20 Daniel Theophanesdatabase/sql: prevent Tx statement from committing...
2020-04-20 Daniel Theophanesdatabase/sql: check conn expiry when returning to pool...
2020-04-20 Josh Bleecher... cmd/compile: use dereference boundedness hint in ssa...
2020-04-20 Josh Bleecher... cmd/compile: simplify state.addr
2020-04-20 Josh Bleecher... cmd/compile: use dereference boundedness hint during...
2020-04-20 Josh Bleecher... cmd/compile: clarify Node.NonNil and Node.Bounded
2020-04-20 Josh Bleecher... runtime/pprof: speed up CPU profiling shutdown
2020-04-20 Josh Bleecher... cmd/compile: delete gdata
2020-04-20 Josh Bleecher... cmd/compile: simplify slicebytes
2020-04-20 Cuong Manh Lecmd/compile: remove useless nil check in symfmt
2020-04-20 Cuong Manh Lecmd/compile: remove nil check for p in isReflectPkg
2020-04-20 Cherry Zhangall.rc: pass arguments to make.rc
2020-04-20 Cuong Manh Lecmd/compile: refactor detecting package reflect logic
2020-04-20 Josh Bleecher... cmd/compile: speed up compiling with -S
2020-04-19 Than McIntoshdebug/pe: improve testpoint error message
2020-04-19 Cuong Manh Lecmd/compile: rewrite integer range rules to use typed...
2020-04-19 alex-semenyuktest: remove duplicate code from makechan/makemap
2020-04-19 Alberto Donizetticmd/compile: switch to typed aux for 386 lowering rules
2020-04-19 Cherry Zhangcmd/link: check for reflect.Value.MethodByName explicitly
2020-04-19 Cherry Zhangcmd/compile: when marking REFLECTMETHOD, check for...
2020-04-18 Cherry Zhangcmd/link: add a test that reflect.Value.Call does not...
2020-04-18 Daniel Martícmd/compile: use exported field names in rulegen
2020-04-18 Ian Lance Tayloros/exec: build TestExtraFiles subprocess without cgo
2020-04-18 Cherry Zhangcmd/link: update comment for deadcode
2020-04-18 Cherry Zhangcmd/link: stop checking reflect.Value.Call in deadcode...
2020-04-17 Russ Coxregexp/syntax: fix comment on p.literal and simplify
2020-04-17 Rob Pikecmd/doc: don't print package clauses on error
2020-04-17 Michael Matloobcmd/go: convert TestCaseCollisions to the script framework
2020-04-17 Michael Prattruntime: explictly state lock ordering direction
2020-04-17 Hana Kimnet/http/pprof: support the "seconds" param for block...
2020-04-17 Katie Hockmancrypto/x509: clarify MarshalPKIXPublicKey and ParsePKIX...
2020-04-17 Josh Bleecher... cmd/compile: remove superfluous SetBounded call
2020-04-17 Michael Mundaycmd/compile: make some s390x rules use strongly typed...
2020-04-17 Russ Coxtest: add copyright notice to typecheck.go
2020-04-17 Josh Bleecher... test: add test for nil check / bounds check compiler...
2020-04-17 Matthew Dempskycmd/compile: fix misassumption about n.Left.Bounded()
2020-04-17 Ian Lance Taylorruntime: use mcache0 if no P in profilealloc
2020-04-16 Matthew Dempskycmd/compile: remove totype0 type-constructor helpers
2020-04-16 Russ Coxnet/url: add URL.RawFragment, URL.EscapedFragment
2020-04-16 empijeihtml/template,text/template: switch to Unicode escapes...
2020-04-16 Rebecca Stamblergo/types: add detail to missing method error messages
next