]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2015-02-19 Ryan Seysdoc: fix broken link in README
2015-02-19 Nigel Taoimage/jpeg: support 16-bit quantization tables and...
2015-02-19 Austin Clementsruntime: make gcDrainN take an int instead of uintptr
2015-02-19 Matthew Dempskyruntime: fix accidentally exported OpenBSD constants
2015-02-18 Aaron Jacobsencoding/json: Fixed the comment specifying Marshal...
2015-02-18 Nigel Taoimage: change Rectangle.Eq to return true for all empty...
2015-02-18 Brad Fitzpatrickdoc: add cgi change go1.5.txt
2015-02-18 Alex Sergeyevnet/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORT
2015-02-18 David Crawshawcrypto/x509: embed certificates on darwin/arm
2015-02-18 David du Colombiercmd/gc: replace NULL by nil
2015-02-18 Dmitry Vyukovcmd/gc: generate simpler names for closures
2015-02-18 Andrew Gerranddoc: document Go 1.4.2
2015-02-17 Nigel Taoimage/draw: add CMYK fast path.
2015-02-17 Austin Clementsruntime: fix runtime-gdb_test on arm
2015-02-17 Austin Clementsruntime: rename gcwork.go to mgcwork.go
2015-02-17 Austin Clementsruntime: in runtime-gdb.py, use SliceValue wrapper
2015-02-17 Austin Clementsruntime: fix GDB "info goroutines" for Go 1.5
2015-02-17 Ivan Ukhovmath: change Nextafter64 to Nextafter in the descriptio...
2015-02-17 David Crawshawcmd/go: skip stat check when using -toolexec
2015-02-17 Alex Brainmansyscall: make mksyscall_windows.go to work even when...
2015-02-17 Yasuhiro Matsumotoall: fix typo in doc
2015-02-17 Nigel Taoimage: fix Rectangle.Overlaps and Rectangle.Union for...
2015-02-17 mattnos: fix typo in doc
2015-02-17 Nigel Taoimage/draw: add CMYK test.
2015-02-16 Aaron Jacobsunicode: Fixed an out of date comment (MaxLatin1, not...
2015-02-16 Michael MacInnisdoc: Add reminder to go1.5.txt for os/signal changes
2015-02-16 Mikio Haracmd/dist: don't use "uname -v" to recognize GOHOSTARCH
2015-02-16 Michael MacInnisos/signal: add ability to ignore signals and restore...
2015-02-16 Nigel Taoimage/jpeg: remove the (temporary) dependency on image...
2015-02-16 Matthew Dempskyruntime: remove C-style strcmp and strncmp helpers
2015-02-16 Nigel Taoimage/jpeg: support decoding CMYK and YCbCrK images.
2015-02-16 Nigel Taoimage: add image.CMYK and color.CMYK types.
2015-02-15 Robert Griesemermath/big: implement fast path in Float.SetRat if argume...
2015-02-15 Dmitry Vyukovcmd/gc: fix noscan maps
2015-02-15 Robert Griesemermath/big: always round after the sign is set
2015-02-15 Shenghou Madoc/asm: document that assembly function must use short...
2015-02-14 Shenghou Macmd/go: remove script and script.txt
2015-02-14 Ian Lance Taylortest: add test case for issue 4365
2015-02-14 Robert Griesemermath/big: fix aliasing bug in Float.Quo
2015-02-14 Robert Griesemermath/big: don't scan past a binary exponent if not...
2015-02-14 Robert Griesemermath/big: only permit bases 2, 10, 16 when scanning...
2015-02-14 Robert Griesemermath/big: remove Float.Round (not needed anymore),...
2015-02-14 Robert Griesemermath/big: implement/rename accessors for precision...
2015-02-14 Robert Griesemermath/big: fix aliasing error in Add, Sub
2015-02-14 Robert Griesemermath/big: use internal validation more consistently
2015-02-13 Brad Fitzpatricktest: deflake init1.go test, tighten its bounds
2015-02-13 David du Colombiercmd/gc: replace NULL by nil
2015-02-13 David Crawshawcmd/ld: always mark tlsg STLSBSS
2015-02-13 Hyang-Ah (Hana... androidtest.bash: remove use of cp --preserve.
2015-02-13 Shenghou Macmd/ld: set alignment for the .rel.plt section on 32...
2015-02-13 Russ Coxcmd/ld: make cmd/ld a real library
2015-02-13 Russ Coxcmd/dist: avoid trailing space in instruction name...
2015-02-13 Russ Coxcmd/gc: minor adjustments for C to Go translation
2015-02-13 Russ Coxcmd/gc: eliminate some pointer arithmetic
2015-02-13 Russ Coxcmd/gc: rename arch to thearch
2015-02-13 Russ Coxcmd/gc: add .y to error about missing x in x.y
2015-02-13 Russ Coxcmd/gc: add debugging to liveness analysis
2015-02-13 Russ Coxcmd/gc: correct errors in constant parsing
2015-02-13 Russ Coxcmd/gc: avoid writing past end of region array
2015-02-13 Russ Coxcmd/yacc: adjust expansion of $n to be more useful...
2015-02-13 Roger Peppeencoding/xml: encoding name spaces correctly
2015-02-13 Dmitry Vyukovruntime: fix stack corruption in race mode
2015-02-13 Dmitry Vyukovruntime/race: fix test in preparation for new race...
2015-02-13 Austin Clementsruntime: rename drainworkbuf and drainobjects
2015-02-13 Austin Clementsruntime: remove drainallwbufs argument to drainworkbuf
2015-02-13 Austin Clementsruntime: eliminate drainworkbufs from scanblock
2015-02-13 Austin Clementsruntime: eliminate b == 0 special case from scanblock
2015-02-13 Austin Clementsruntime: replace scanblock(0, 0, nil, nil) with drainwo...
2015-02-13 Austin Clementsruntime: move checknocurrentwbuf() from scanblock to...
2015-02-13 Dmitry Vyukovcmd/gc: transform closure calls to function calls
2015-02-13 Shenghou Macmd/go: make consistent use of leading Tabs
2015-02-13 Dmitry Vyukovcmd/gc: restore amd64p32 hack for bucket size
2015-02-13 Dmitry Vyukovruntime: cleanup after conversion to Go
2015-02-13 Josh Bleecher... cmd/5g, cmd/6g, cmd/8g, cmd/9g: use a register to zero...
2015-02-13 Josh Bleecher... cmd/5g, cmd/6g, cmd/8g, cmd/9g: zero more in componentgen
2015-02-12 Josh Bleecher... cmd/gc: evaluate concrete == interface without allocating
2015-02-12 Josh Bleecher... cmd/6g, cmd/8g: make 2/3 word sgen more efficient
2015-02-12 Josh Bleecher... cmd/6g: allocate fewer new registers in sgen
2015-02-12 Robert Griesemermath/big: implemented Float.Int64, simplified Float...
2015-02-12 Austin Clementsruntime: move wbuf-related functions to new gcwork.go
2015-02-12 Austin Clementsruntime: on Plan 9, zero memory returned to the brk...
2015-02-12 Andrew Gerranddoc: update pre-requisites for bootstrapping
2015-02-12 Dmitry Vyukovcmd/gc: allocate non-escaping maps on stack
2015-02-12 Dmitry Vyukovcmd/gc: restore stack frame debugging
2015-02-12 Dmitry Vyukovruntime: fix race instrumentation of append
2015-02-12 Dmitry Vyukovcmd/gc: remove several copies of outervalue
2015-02-12 Dmitry Vyukovcmd/gc: allocate buffers for non-escaping string conver...
2015-02-12 Brad Fitzpatrickruntime: remove obsolete SELinux execmem comment
2015-02-12 Alex Brainmanruntime: move all stdFunctions into os1_windows.go...
2015-02-12 Alex Brainmanruntime: remove unused signals_windows.h
2015-02-12 mattnsyscall: Readlink doesn't handle junction on windows
2015-02-11 Russ Coxcmd/gc: avoid %#016x, which really means Go's %#014x
2015-02-11 Russ Coxcmd/gc: use go.builtin as package prefix, not go%2ebuiltin
2015-02-11 Russ Coxcmd/gc: make qsort comparisons totally ordered
2015-02-11 Russ Coxcmd/gc: remove C subclassing trick from popt.c
2015-02-11 Russ Coxcmd/gc: move reg.c into portable code
2015-02-11 Russ Coxcmd/gc: remove cgen_asop, no longer used
2015-02-11 Russ Coxcmd/gc: factor newly-portable code into gc directory
2015-02-11 Robert Griesemerstrconv: simplified logic resulting in faster float...
2015-02-11 Robert Griesemermath/big: completed Float.Uint64
next