]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-29 Austin Clements[dev.garbage] runtime: document sysAlloc
2016-04-29 Austin Clements[dev.garbage] runtime: remove unused head/end arguments...
2016-04-29 Rick Hudson[dev.garbage] runtime: use sys.Ctz64 intrinsic
2016-04-29 Rick Hudson[dev.garbage] runtime: restructure alloc and mark bits
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-27 Rick Hudson[dev.garbage] runtime: add gc work buffer tryGet and...
2016-04-27 Rick Hudson[dev.garbage] runtime: cleanup and optimize span.base()
2016-04-27 Rick Hudson[dev.garbage] runtime: remove heapBitsSweepSpan
2016-04-27 Rick Hudson[dev.garbage] runtime: add bit and cache ctz64 (count...
2016-04-27 Rick Hudson[dev.garbage] runtime: logic that uses count trailing...
2016-04-27 Rick Hudson[dev.garbage] runtime: replace ref with allocCount
2016-04-27 Rick Hudson[dev.garbage] runtime: allocate directly from GC mark...
2016-04-27 Rick Hudson[dev.garbage] runtime: mark/allocation helper functions
2016-04-27 Rick Hudson[dev.garbage] runtime: refactor next free object
2016-04-27 Rick Hudson[dev.garbage] runtime: add stackfreelist
2016-04-27 Rick Hudson[dev.garbage] runtime: bitmap allocation data structs
2016-04-27 Dave Cheneycmd/compile/internal/gc: remove oconv(op, 0) calls
2016-04-27 Dan Petersonnet: search domain from hostname if no search directives
2016-04-27 Damien Neilsyscall: fix uint64->int cast of control message header
2016-04-27 Cherry Zhangmisc/cgo/testcarchive: fix path of libgo.a for darwin/arm
2016-04-27 Austin Clementsruntime: don't rescan globals
2016-04-27 Austin Clementsruntime: make {add,subtract}{b,1} nosplit
2016-04-27 David Crawshawreflect: fix strings of SliceOf-created types
2016-04-27 David Crawshawreflect: unnamed interface types have no name
2016-04-27 Zhongwei Yaocmd/compile: enable const division for arm64
2016-04-27 Robert Griesemercmd/compile: switch to compact export format by default
2016-04-27 Michael Matloobregexp: add a harder regexp to the benchmarks
2016-04-27 Cherry Zhangcmd/link: remove absolute address for c-archive on...
2016-04-27 Robert Griesemercmd/compile: don't write pos info for builtin packages
2016-04-27 Keith Randallcmd/compile: don't use line numbers from ONAME and...
2016-04-27 Zhongwei Yaocmd/asm: fix SIMD register name on arm64
2016-04-27 Dmitry Vyukovruntime/race: improve TestNoRaceIOHttp test
2016-04-27 Martin Möhrmannimage/color: optimize RGBToYCbCr
2016-04-27 Dave Cheneycmd/compile/internal: unexport gc.Oconv
2016-04-27 Josh Bleecher... cmd/compile: fix opnames
2016-04-27 Brad Fitzpatricknet/http: remove idle transport connections from Transp...
2016-04-27 Brad Fitzpatrickcontext: fix doc typo
2016-04-27 Russ Coxcmd/go: add Package.StaleReason for debugging with...
2016-04-27 Michael Mundaycrypto/sha256: add s390x assembly implementation
2016-04-26 Austin Clementsruntime: make stack re-scan O(# dirty stacks)
2016-04-26 Austin Clementsruntime: don't clear gcscanvalid in casfrom_Gscanstatus
2016-04-26 Austin Clementsruntime: fix typos in comment about gcscanvalid
2016-04-26 Austin Clementsruntime: remove stack barriers during sweep
2016-04-26 Austin Clementsruntime: remove stack barriers during concurrent mark
2016-04-26 Austin Clementsruntime: avoid span root marking entirely during mark...
2016-04-26 Austin Clementsruntime: free dead G stacks concurrently
2016-04-26 Austin Clementsruntime: split gfree list into with-stacks and without...
2016-04-26 Keith Randallcmd/compile: a rule's line number is at its ->
2016-04-26 Matthew Dempskycmd/compile: lazily initialize litbuf
2016-04-26 Robert Griesemercmd/dist: sort entries in zcgo.go generated file for...
2016-04-26 Egon Elbreunicode: improve SimpleFold performance for ascii
2016-04-26 Alan Donovangc: use AbsFileLine for deterministic binary export...
2016-04-26 Robert Griesemercmd/compile: don't discard inlineable but empty functio...
2016-04-26 Michael Hudson... cmd/link: pass -no-pie (if supported) when creating...
2016-04-26 Michael Mundaycmd/link: fix gdb backtrace on architectures using...
2016-04-26 Russ Coxcmd/compile/internal/gc: rewrite comment to avoid autom...
2016-04-26 Keith Randallcmd/compile: more sanity checks on rewrite rules
2016-04-26 Michael Mundaycrypto/sha512: add s390x assembly implementation
2016-04-26 Matthew Dempskynet: ignore lame referral responses like libresolv
2016-04-26 David Crawshawcmd/link: correctly decode name length
2016-04-26 David Chasecmd/compile: fix another bug in dominator computation
2016-04-26 Ilya Tocarstrings: use SSE4.2 in strings.Index on AMD64
2016-04-25 Robert Griesemercmd/compile: sort import strings for canonical obj...
2016-04-25 Keith Randallruntime: arm5, fix large-offset floating-point stores
2016-04-25 Robert Griesemercmd/compile: for now, keep parameter numbering in binar...
2016-04-25 Matthew Dempskycmd/compile: treat empty and absent struct field tags...
2016-04-25 Keith Randallruntime: zero tmpbuf between len and cap
2016-04-25 Alexandru Moșoicmd/compile: introduce bool operations.
2016-04-25 Robert Griesemerspec: be more explicit about equivalence of empty strin...
2016-04-25 Josh Bleecher... test: add test for issue 15084
2016-04-25 Josh Bleecher... cmd/compile: encapsulate OSLICE* representation
2016-04-25 Russ Coxcmd/go: disable failing TestGoGetInsecure
2016-04-25 Alex Brainmandebug/pe: better error messages
2016-04-25 Josh Bleecher... cmd/compile: minor cleanup in inl
2016-04-25 Josh Bleecher... cmd/compile: replace len(Nodes.Slice()) with Nodes...
2016-04-24 Josh Bleecher... test: add test that required algs get generated
2016-04-24 Josh Bleecher... cmd/compile: use gc.Etype's String method
2016-04-24 Josh Bleecher... cmd/compile: give gc.Op a String method, use it
2016-04-24 Josh Bleecher... cmd/compile: don't generate algs for map buckets
2016-04-24 Josh Bleecher... cmd/compile: don't generate algs for ... args
2016-04-24 Keith Randallcmd/compile: reorder how slicelit initializes a slice
2016-04-24 Dmitry Vyukovinternal/trace: fix event ordering for coarse timestamps
2016-04-24 Dmitry Vyukovruntime/trace: test detection of broken timestamps
2016-04-24 Alex Brainmandebug/pe: introduce File.COFFSymbols and (*COFFSymbol...
2016-04-23 Brad Fitzpatrickcmd/link: add -dumpdep flag to dump linker dependency...
2016-04-23 Keith Randallcmd/compile: get rid of most byte and word insns for...
2016-04-23 Keith Randallcmd/compile: combine stores into larger widths
2016-04-23 Dmitry Vyukovruntime: use per-goroutine sequence numbers in tracer
2016-04-23 Francesc Campoydoc: mention security from contribution guidelines
2016-04-22 Matthew Dempskycmd/compile: remove redundant "// fallthrough" comments
2016-04-22 Robert Griesemercmd/compile: don't export pos info in new export format...
2016-04-22 Brad Fitzpatrickapi: update next.txt
2016-04-22 Brad Fitzpatrickcmd/api: ignore vendored packages
2016-04-22 Matthew Dempskynet: keep waiting for valid DNS response until timeout
2016-04-22 Mohit Agarwalnet/url: validate ports in IPv4 addresses
2016-04-22 Caleb Spareencoding/json: add Encoder.DisableHTMLEscaping
2016-04-22 Matthew Dempskycmd/compile: replace Ctype switches with type switches
2016-04-22 Dmitry Vyukovruntime: fix description of trace events
2016-04-22 Matthew Dempskycmd/compile: map TSLICE to obj.KindSlice directly
2016-04-22 Ian Lance Taylorcmd/dist: skip misc/cgo/test with internal linking...
next