]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-02-15 Austin Clementsruntime: make span map sparse
2018-02-15 Austin Clementsruntime: abstract remaining mheap.spans access
2018-02-15 Austin Clementsruntime: make the heap bitmap sparse
2018-02-15 Austin Clementsruntime: fix various contiguous bitmap assumptions
2018-02-15 Austin Clementsruntime: lay out heap bitmap forward in memory
2018-02-15 Austin Clementsruntime: use spanOf* more widely
2018-02-15 Austin Clementsruntime: consolidate mheap.lookup* and spanOf*
2018-02-15 Austin Clementsruntime: split object finding out of heapBitsForObject
2018-02-15 Austin Clementsruntime: replace mlookup and findObject with heapBitsFo...
2018-02-15 Austin Clementsruntime: validate lfnode addresses
2018-02-15 Austin Clementsruntime: expand/update lfstack address space assumptions
2018-02-15 Chad Rosiercmd/compile: improve absorb shifts optimization for...
2018-02-15 Than McIntoshcompiler: honor //line directives in DWARF variable...
2018-02-15 Hana Kiminternal/trace: link user span start and end events
2018-02-15 zaq1tomocmd/cgo: delete double space in comment
2018-02-15 Ian Lance Taylordebug/dwarf: formStrp uses a 64-bit value for 64-bit...
2018-02-15 Hana Kimruntime/trace: implement annotation API
2018-02-15 Hana Kimruntime/trace: user annotation API
2018-02-15 Michael Fraenkelcmd/compile: convert untyped bool for OIF and OFOR
2018-02-15 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: add Immediate Shifted...
2018-02-15 Mikio Haraall: drop support for Windows Vista or below (Windows XP)
2018-02-15 Tobias Klausernet, internal/poll, net/internal/socktest: set SOCK_...
2018-02-15 Robert Griesemercmd/compile/internal/syntax: don't assume (operator...
2018-02-15 Daniel Martícmd/vendor/github.com/google/pprof: refresh from upstream
2018-02-15 Tobias Klauserruntime: move ELF structure definitions into own files
2018-02-15 Josh Bleecher... runtime: speed up stack copying a little
2018-02-15 Josh Bleecher... runtime: simplify amd64 memmove of 3/4 bytes
2018-02-15 Josh Bleecher... runtime: fix minor doc typos in amd64 memmove
2018-02-15 Josh Bleecher... runtime: short-circuit typedslicecopy when dstp ==...
2018-02-15 Martin Möhrmannruntime: use new instead of newobject to create hmap...
2018-02-15 Martin Möhrmannruntime: improve test file naming
2018-02-15 Ian Lance Taylorcmd/go: add options to security whitelist
2018-02-15 Ian Lance Taylordoc: remove draft notice from Go 1.10 release notes
2018-02-15 Ian Lance Taylortest: add new test that gccgo failed to compile
2018-02-15 Robert Griesemercmd/compile/internal/syntax: fix syntax.Parse doc strin...
2018-02-15 Robert Griesemercmd/compile/internal/syntax: more tolerant handling...
2018-02-15 Matthew Dempskycmd/compile: fix typechecking of untyped boolean expres...
2018-02-15 Kunpei Sakaicmd/compile: allow converting defined string types...
2018-02-14 Robert Griesemercmd/compile/internal/syntax: follow Go naming conventio...
2018-02-14 Keith Randallcmd/compile: fix constant folding of right shifts on...
2018-02-14 Matthew Dempskycmd/compile: fix printing of untyped types in -W output
2018-02-14 Cherry Zhangcmd/compile: fix go:uintptrescapes tag for unnamed...
2018-02-14 Joe Tsaiencoding/json: make error capture logic in recover...
2018-02-14 Robert Griesemergo/types: make gotype continue after syntax errors
2018-02-14 Keith Randallcmd/compile: constant fold !true and !false
2018-02-14 Ian Lance Taylortest: add test case for incorrect gccgo compilation...
2018-02-14 Ian Lance Taylortest: add a test that gccgo miscompiled
2018-02-14 Ian Lance Taylortest: add test for rounding to positive zero
2018-02-14 Ilya Tocarcmd/compile/internal/ssa: don't spill register offsets...
2018-02-14 Ilya Tocarcmd/compile/internal/amd64: update popcnt code generation
2018-02-14 Heschi Kreinickcmd/compile/internal: pass LocalSlot values, not pointers
2018-02-14 Heschi Kreinickcmd/compile/internal: reuse memory for valueToProgAfter
2018-02-14 Heschi Kreinickcmd/compile/internal/ssa: use math/bits for register...
2018-02-14 Heschi Kreinickcmd/compile/internal/ssa: reduce location list memory use
2018-02-14 Heschi Kreinickcmd/compile: reimplement location list generation
2018-02-14 Heschi Kreinickcmd/compile/internal: decouple scope tracking from...
2018-02-14 Ian Lance Taylorruntime: use private futexes on Linux
2018-02-14 fanzha02cmd/asm: add PRFM instruction on ARM64
2018-02-14 Cherry Zhangcmd/internal/obj/mips: support NEG, avoid crash with...
2018-02-14 Cherry Zhangnacl*.bash: pass flags to make.bash
2018-02-14 Cherry Zhangcmd/compile: CALLudiv on nacl/arm doesn't clobber R12
2018-02-14 Cherry Zhangruntime/internal/atomic: add early nil check on ARM
2018-02-14 Cherry Zhangruntime/internal/atomic: unify sys_*_arm.s on non-linux
2018-02-14 Martin Möhrmanncmd/compile: replace range loop over list of nodes...
2018-02-14 Andrew Bonventregithub: add a Pull Request template
2018-02-14 Chad Rosiercmd/compile: generate tbz/tbnz when comparing against...
2018-02-14 Tobias Klausersyscall, os: use pipe2 syscall on NetBSD instead of...
2018-02-14 Nate Wilkinsoncmd/go: put "go help" list in the right order, take 2
2018-02-14 Lorenz Bauersync: enable profiling of RWMutex
2018-02-14 Conrado Gouveacrypto/cipher: add NewGCMWithNonceAndTagSize for custom...
2018-02-14 Filippo Valsordacrypto/rsa: improve error message for keys too short...
2018-02-14 Ian Lance Taylorreflect: add embedded field test
2018-02-14 David Crawshawruntime: remove extraneous stackPreempt setting
2018-02-14 Ben Shicmd/compile/internal/ssa: optimize arm64 with FNMULS...
2018-02-14 Ian Lance Taylormisc/cgo/testcshared: increase sleep in TestUnexportedS...
2018-02-14 Daniel Martípath/filepath: fix escaped chars in Glob on non-Windows
2018-02-14 Daniel Martípath: remove filename mentions from pattern godocs
2018-02-14 Alberto Donizettimath/big: fix %s verbs in Float tests error messages
2018-02-14 Martin Möhrmanncmd/compile: change type of clear argument of ordercopy...
2018-02-14 Martin Möhrmanninternal/cpu: make arm64 capability bits naming less...
2018-02-14 Tobias Klauserruntime: add symbol for AT_FDCWD on Linux amd64 and...
2018-02-14 Agniva De Sarkerdoc/articles/wiki: highlight the use of _ warning
2018-02-14 Tim Cooperencoding/hex: fix potential incorrect Dumper output...
2018-02-14 Keith Randallcmd/compile: fix constant folding of right shifts
2018-02-13 Mikio Harago/build: add go1.11 build tag
2018-02-13 David du Colombierruntime/trace: fix TestTraceSymbolize when GOMAXPROCS=1
2018-02-13 Austin Clementsruntime: remove unused memlimit function
2018-02-13 Daniel Martítext/template: never call reflect.Zero(nil)
2018-02-13 Kevin Burketime: add example for FixedZone
2018-02-13 Tamir Dubersteindatabase/sql: remove duplicate validation
2018-02-13 HaraldNordgrendatabase/sql: include SQL column name in Scan() error...
2018-02-13 Daniel Martícmd/vet: replace hasMethod with isFormatter
2018-02-13 Daniel Martícmd/compile: print usage to stderr for consistency
2018-02-13 Austin Clementsruntime: avoid bad unwinding from sigpanic in C code
2018-02-13 Austin Clementsruntime: refactor test for pushing sigpanic frame
2018-02-13 Nate Wilkinsoncmd/go: put "go help" list in alphabetical order
2018-02-13 Robert Griesemergo/types: better handle arrays whose length expression...
2018-02-13 Peter Teichmanimage/gif: support non-looping animated gifs (LoopCount=-1)
2018-02-13 Brad Fitzpatrickdoc: mention net/http Server Content-Type change
2018-02-13 Andrew Bonventrecmd/go/internal/test: remove redundant if statement
next