]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-02-20 Keith Randallcmd/compile: reset branch prediction when deleting...
2018-02-19 Alberto Donizettiencoding/xml: simplify slice-growing logic in rawToken
2018-02-19 Ahmet Soormallyregexp: dont use builtin type as variable name
2018-02-19 Daniel Martítext/template: remove associate's error return
2018-02-19 Keith Randallcmd/compile: add | operator to make rewrite rules more...
2018-02-19 Daniel Martíall: add more uses of stringer
2018-02-19 Daniel Martítext/template: differentiate nil from missing arg
2018-02-19 Daniel Martíhtml/template: remove unused func
2018-02-19 Martin Möhrmannruntime: avoid clearing memory during byte slice alloca...
2018-02-19 Yazen2017doc: improve clarity of map index examples
2018-02-18 Kunpei Sakaiall: remove "the" duplications
2018-02-18 Mansour Rahimios: make MkdirAll support path in extended-length form
2018-02-17 Tobias Klauserruntime: remove unused getrlimit function
2018-02-17 Yury Smolskycmd/go: document 'go run' exit codes
2018-02-17 Martin Möhrmannruntime: move map fast functions into type specific...
2018-02-17 Martin Möhrmanncmd/compile: replace misleading variable name
2018-02-17 Martin Möhrmannruntime: rename map implementation and test files to...
2018-02-17 Andrew Bonventredoc: update devel/release.html to add Go 1.10
2018-02-17 Ian Lance Taylorcmd/go: permit pkg-config flags in any argument position
2018-02-17 Joe Kyocompress/bzip2: use sort.Slice in huffman.go
2018-02-17 Arthur Khashaevcmd/go: fix command injection in VCS path
2018-02-16 Ian Lance Taylorcmd/go: restrict meta imports to valid schemes
2018-02-16 Richard Millernet/http: increase timeout length for TestOnlyWriteTimeout
2018-02-16 Richard Millerruntime: don't ignore address hint for sysReserve in...
2018-02-16 Chad Rosiercmd/compile: make math.Ceil/Floor/Round/Trunc intrinsic...
2018-02-16 Elias Naurruntime: only run TestArenaCollision if the target...
2018-02-16 Ian Lance Taylorcmd/compile: permit go:cgo_import_dynamic anywhere
2018-02-16 Ian Lance Taylordoc: add note about invalid flag errors to 1.10 release...
2018-02-15 Balaram Makamcmd/compile: arm64 intrinsics for math/bits.OnesCount
2018-02-15 Matthew Dempskycmd/compile/internal/gc: use functype instead of OTFUNC
2018-02-15 Austin Clementsruntime: replace _MaxMem with maxAlloc
2018-02-15 Austin Clementsruntime: move comment about address space sizes to...
2018-02-15 Austin Clementsruntime: remove non-reserved heap logic
2018-02-15 Austin Clementsruntime: use sparse mappings for the heap
2018-02-15 Austin Clementsruntime: eliminate most uses of mheap_.arena_*
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
next