]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-02-20 Dmitry Vyukovcmd/trace: add new command
2015-02-20 Dmitry Vyukovruntime/race: update race runtime to rev 229396
2015-02-20 Dmitry Vyukovruntime: adjust program counters in race detector
2015-02-20 Russ Coxruntime: split gc_m into gcMark and gcSweep
2015-02-20 Russ Coxruntime: unroll gc_m loop
2015-02-20 Russ Coxruntime: tidy GC driver
2015-02-20 Dmitry Vyukovruntime: fix cputicks on x86
2015-02-20 Andrew Gerrandpath/filepath: add example for filepath.Split
2015-02-20 Mikio Haranet, syscall: more accurate parsers for routing message...
2015-02-20 Ingo Oesercmd/go: simplify/fix handling private github repos
2015-02-20 Russ Coxdoc: dummy commit in go1.5.txt
2015-02-19 Andrew Gerrandcmd/dist: show friendlier error message when building...
2015-02-19 Russ Coxruntime: do not unmap work.spans until after checkmark...
2015-02-19 Russ Coxruntime: missed change from reorganization CL
2015-02-19 Russ Coxruntime: reorganize memory code
2015-02-19 Dmitry Vyukovcmd/pprof: add -runtime flag
2015-02-19 Josh Bleecher... runtime: don't test gdb on darwin
2015-02-19 Austin Clementsruntime: use more natural types in struct workbuf
2015-02-19 Austin Clementsruntime: switch to gcWork abstraction
2015-02-19 Austin Clementsruntime: introduce higher-level GC work abstraction
2015-02-19 Austin Clementsruntime: drop unused workbufhdr.id field
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...
next