]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-07-22 Alex Brainmannet: implement netpoll for windows
2013-07-22 David Symondsruntime: add a missing newline in a debug printf.
2013-07-22 Andrew Gerranddoc: fix wiki content error
2013-07-20 Rémy Oudomphengregexp: use a very fast random generator for benchmarks.
2013-07-20 Anthony Martinlibmach: support more 386/amd64 instructions
2013-07-20 Alex Brainmanlibmach,lib9: override unused parameter warnings (fixes...
2013-07-20 Alex Brainmanlibmach,lib9: override unused parameter warnings (fixes...
2013-07-19 Russ Coxcmd/dist, cmd/go: enable more warnings, make clang...
2013-07-19 Russ Coxcmd/ld, runtime: remove unused fields from Func
2013-07-19 Ian Lance Taylorcmd/gc, cmd/ld: fix build: remove unused var, use corre...
2013-07-19 Russ Coxruntime: use funcdata to supply garbage collection...
2013-07-19 Russ Coxcmd/dist: generate offsets for P structure
2013-07-19 Keith Randalldebug/gosym: put pclinetest file in temporary directory
2013-07-19 Keith Randallruntime: cleanup: use ArgsSizeUnknown to mark all functions
2013-07-19 Dmitriy Vyukovruntime: prevent GC from seeing the contents of a frame...
2013-07-19 Dmitriy Vyukovtest: fix error output in the test
2013-07-19 Dmitriy Vyukovruntime: hide mheap from GC
2013-07-19 Dmitriy Vyukovruntime: prevent sysmon from polling network excessivly
2013-07-19 David Symondsregexp: exclude exhaustive RE2 test from running under...
2013-07-19 Russ Coxruntime: disable preemption during runtime.settype
2013-07-19 Brad Fitzpatricknet/http: document and test Client.Post treating Reader...
2013-07-18 Dmitriy Vyukovruntime: preempt long-running goroutines
2013-07-18 Russ Coxruntime: handle morestack/lessstack in stack trace
2013-07-18 Russ Coxcmd/6a, cmd/6l: make FUNCDATA work
2013-07-18 Daniel Morsingregexp/syntax: update documentation for Parse.
2013-07-18 Russ Coxruntime: disable preemption during deferreturn
2013-07-18 Russ Coxruntime: record full frame size for arm _sfloat2
2013-07-18 Russ Coxruntime: mark concatstring as variadic (fixes 386 build)
2013-07-18 Russ Coxcmd/ld: refine test for history stack pop (fix Windows...
2013-07-18 Russ Coxdebug/gosym: avoid test failure on Windows
2013-07-18 Russ Coxcmd/ld, runtime: use new contiguous pcln table
2013-07-18 Russ Coxlibmach: update for Go 1.2 pcln table
2013-07-18 Russ Coxdebug/gosym: update for Go 1.2 pcln table
2013-07-18 Brad Fitzpatrickio: let SectionReader seek past the end; document Seeke...
2013-07-18 Andrew Bonventreimage/gif: don't write superfluous global color table
2013-07-18 Ian Lance Taylorcmd/cgo: don't emit #pragma declarations when using...
2013-07-18 Dave Cheneycmd/ld: trivial: fix unused parameter pedantry
2013-07-18 Brad Fitzpatricknet/http: document NewRequest treating Reader as ReadCloser
2013-07-17 Ian Lance Taylorruntime: disable preemption again to fix linux build
2013-07-17 Dominik Honnefmisc/emacs: Add godef-jump-other-window
2013-07-17 Russ Coxruntime: re-enable preemption
2013-07-17 Dmitriy Vyukovruntime: more reliable preemption
2013-07-17 Russ Coxruntime: use new frame argument size information
2013-07-17 Joel Singcrypto/tls: Add support for ECDHE-ECDSA
2013-07-17 Daniel Morsingcmd/8g: Make clearfat non-interleaved with pointer...
2013-07-17 Dave Cheneydoc/effective_go: stamp out stray GOROOT reference
2013-07-16 Keith Randallruntime: print g0 stack if we throw on it and GOTRACEBA...
2013-07-16 Adam Langleycrypto/rsa: remove obsolete TODO.
2013-07-16 Ian Lance Taylortest: add a compilation test that gccgo failed to compile
2013-07-16 Adam LangleyCONTRIBUTORS: add Drew Hintz (Google CLA)
2013-07-16 Russ Coxcmd/5g, cmd/6g, cmd/8g: insert arg size annotations...
2013-07-16 Russ Coxcmd/5c, cmd/6c, cmd/8c: record arg size for every call
2013-07-16 Russ Coxruntime: record argument size in assembly functions
2013-07-16 Russ Coxsyscall: record argument size for all assembly functions
2013-07-16 Russ Coxcmd/5a, cmd/6a, cmd/8a: parse PCDATA
2013-07-16 Russ Coxcmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in...
2013-07-16 Alan Donovantest: invert incorrect condition.
2013-07-16 Dmitriy Vyukovruntime: minor cleanup of hashmap code
2013-07-16 Joel Singnet: fix setsockopt for openbsd
2013-07-16 Russ Coxcmd/ld, runtime: new in-memory symbol table format
2013-07-16 Dmitriy Vyukovcmd/gc: do not race instrument syscall.forkAndExecInChild
2013-07-16 Daniel Morsingcmd/gc: fix incorrect error when using f(g()) form...
2013-07-16 Evan Shawcmd/gc: complex types don't contain pointers
2013-07-16 Rémy Oudomphengcmd/gc: fix race detector instrumentation of type switches.
2013-07-16 Alex Brainmanruntime: switch to os stack in windows osyield and...
2013-07-16 Russ Coxcmd/gc: tweak interface satisfaction error message
2013-07-15 David Presottonet: add SetKeepAlivePeriod
2013-07-15 Russ CoxCONTRIBUTORS: add David Presotto (Google CLA)
2013-07-15 Dmitriy Vyukovruntime: minor test cleanup
2013-07-15 Shenghou Mamisc/cgo/test: skip test for issue 3250, the runtime...
2013-07-15 Andrew Bonventreimage/gif: add writer implementation
2013-07-15 Alexandre Normanddist: fix postinstall script for Darwin
2013-07-15 Andrew GerrandA+C: Alexandre Normand (individual CLA)
2013-07-15 Nigel TaoA+C: Andrew Bonventre (individual CLA).
2013-07-14 Joseph Holstenlog/syslog: fix typo: change Wanring to Warning
2013-07-14 Rob PikeA+C: Joseph Holsten (individual CLA)
2013-07-13 Russ Coxcmd/6l, cmd/8l: use one-byte XCHG forms when possible
2013-07-13 Russ Coxencoding/json: add more tests for UTF-8 coercion
2013-07-13 Russ Coxcmd/go, testing: streamline direct use of test binaries
2013-07-12 Russ Coxundo CL 11161044 / ba455262a9db
2013-07-12 Russ Coxencoding/json: coerce invalid UTF-8 to valid UTF-8...
2013-07-12 Keith Randallcmd/dist: allow assembly code to use enumerated constants.
2013-07-12 Russ Coxcmd/5a, cmd/6a, cmd/8a: fix flag parsing
2013-07-12 Shenghou Marun.bash: enlarge timeout of runtime tests
2013-07-12 Russ Coxcmd/5g, cmd/6g, cmd/8g: fix line number of caller of...
2013-07-12 Russ Coxcmd/ld: fix large stack split for preempt check
2013-07-12 Russ Coxcmd/go, testing: remove redundant "for pkg" in coverage...
2013-07-12 Shenghou Mamisc/cgo/test: relax the threshold in test3250.
2013-07-12 Russ Coxruntime: fix 386 build after cas64 change
2013-07-12 David Symondsencoding/json: escape U+2028 and U+2029.
2013-07-12 Russ Coxruntime: make cas64 like cas32 and casp
2013-07-12 Russ Coxrun.bash: actually stop on cgo failures
2013-07-12 Russ Coxmisc/cgo/test: make test work with -linkmode=internal
2013-07-12 Russ Coxcmd/ld: place read-only data in non-executable segment
2013-07-12 Russ Coxcmd/5l, cmd/6l, cmd/8l: increase error buffer size
2013-07-12 Russ Coxcmd/gc: fix error message for import as 'init'
2013-07-12 Paul Bormanjson: unmarshal types that are byte slices.
2013-07-12 Alex Brainmanmake.bat: incease runtime test timeout to 300s (fixes...
2013-07-11 ChaiShushanmisc/goplay: use `go run x.go` instead of `go build...
2013-07-11 Robert Griesemerspec: move decl in example closer to use
next