go /
go /
947a3ddf871794c109f85218de42511a9f02f02e - 947a3dd cmd/gc: recognize u<<1 op u>>31 as a rotate when op is ^, not just |. by Nigel Tao · 13 years ago
- 5612fd7 api: add Linux/ARM to go1 API by Shenghou Ma · 13 years ago
- 290115f net/http: change a Del to delete by Brad Fitzpatrick · 13 years ago
- 24075d3 path/filepath: fix test by Mikio Hara · 13 years ago
- a76c8b2 time: make Format 2.7x faster by Russ Cox · 13 years ago
- eb4138f net: move cgo address info flags to per-platform files by Joel Sing · 13 years ago
- 8801402 syscall: correct Win32finddata definition by Alex Brainman · 13 years ago
- b1cb5f5 cmd/5g: fix typo by Russ Cox · 13 years ago
- bbac652 api: add net.UnixConn's CloseRead and CloseWrite methods by Russ Cox · 13 years ago
- 40af78c cmd/gc: inline slice[arr,str] in the frontend (mostly). by Luuk van Dijk · 13 years ago
- 1925505 exp/html/atom: faster Lookup with smaller tables by Russ Cox · 13 years ago
- 911f802 syscall: fix 32-bit uid calls by Shenghou Ma · 13 years ago
- e8265f1 runtime: remove unnecessary macros in vlop_arm.s by Shenghou Ma · 13 years ago
- d186d07 cmd/5a, cmd/5l, math: add CLZ instruction for ARM by Shenghou Ma · 13 years ago
- 65e61d5 runtime: add (unused for now) gc field to type information by Jan Ziak · 13 years ago
- 322057c math: amd64 versions of Ceil, Floor and Trunc by Charles L. Dorian · 13 years ago
- 2b57a87 path/filepath: implement documented SkipDir behavior by Jan Mercl · 13 years ago
- d87bc2f cmd/5c, cmd/5g, cmd/5l: enable use of R12, F8-F15 by Shenghou Ma · 13 years ago
- b7c2ade api: add FreeBSD to go1 API by Brad Fitzpatrick · 13 years ago
- 0e45890 text/template/parse: restore the goroutine by Rob Pike · 13 years ago
- a04d4f0 go/parser: ~15% faster parsing by Robert Griesemer · 13 years ago
- c9e698b misc/emacs: stop go-mode from spuriously marking the buffer modified when it loads by Ryan Barrett · 13 years ago
- c48ce69 cmd/6l: loop alignment, disabled by Russ Cox · 13 years ago
- 96b0594 cmd/5g, cmd/6g, cmd/8g: delete clearstk by Russ Cox · 13 years ago
- 935d8d1 misc/dashboard/codereview: handle abandoned CLs. by David Symonds · 13 years ago
- d2a6098 exp/html/atom: faster, hash-based lookup. by Nigel Tao · 13 years ago
- baf91c3 runtime: lower memory overhead of heap profiling. by Rémy Oudompheng · 13 years ago
- 29e32d7 CONTRIBUTORS: Add Ryan Barrett (Google CLA) by Sameer Ajmani · 13 years ago
- c4a814f runtime/pprof, misc/pprof: correct profile of total allocations. by Rémy Oudompheng · 13 years ago
- bb4a817 exp/html/atom: new package. by Nigel Tao · 13 years ago
- 43cf550 regexp: fix a couple of bugs in the documentation Byte slices are not strings. by Rob Pike · 13 years ago
- 735ec94 misc/dashboard/app: add debug logging to notifyOnFailure; remove unused Result.OK function by Andrew Gerrand · 13 years ago
- 023a7e8 misc/dashboard/app: fix tests by Andrew Gerrand · 13 years ago
- 5b2cd44 cmd/go: add -ccflags by Dave Cheney · 13 years ago
- 001b75c cmd/gc: contiguous loop layout by Russ Cox · 13 years ago
- aad8e95 net: fix test to avoid unintentional nil pointer dereference by Mikio Hara · 13 years ago
- 6a5660f cmd/5l: fix PLD by Russ Cox · 13 years ago
- f2bd3a9 cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction by Russ Cox · 13 years ago
- 8820ab5 cmd/ld: align function entry on arch-specific boundary by Russ Cox · 13 years ago
- b91cf50 cmd/6l, cmd/8l: fix chaining bug in jump rewrite by Russ Cox · 13 years ago
- 37f046b compress/flate: fix overflow on 2GB input. Reset hashOffset every 16 MB. by Ivan Krasin · 13 years ago
- b8a0256 go-mode: Works for both GNU-Emacs and XEmacs-21.5 by Mats Lidell · 13 years ago
- 6f3ffd4 test/bench/shootout: more speedups by Rob Pike · 13 years ago
- a768de8 cmd/6g: avoid MOVSD between registers by Russ Cox · 13 years ago
- eb056db shootout: make mandelbrot.go more like mandelbrot.c by Russ Cox · 13 years ago
- 3806cc7 A+C: add Mats Lidell. He signed the agreement with the Sweden email by Sameer Ajmani · 13 years ago
- 7b6111a misc/emacs: Use patch output of gofmt instead of replacing the buffer. by Jean-Marc Eurin · 13 years ago
- ec4d213 test/bench/shootout/timing.log: mandelbrot is restored by Rob Pike · 13 years ago
- deb93b0 runtime: always initialise procid on netbsd by Joel Sing · 13 years ago
- 334bf95 runtime: update field types in preparation for GC changes by Jan Ziak · 13 years ago
- 586b6df cmd/ld: increase number of ELF sections by Joel Sing · 13 years ago
- 46d7d5f runtime: hide symbol table from garbage collector by Jan Ziak · 13 years ago
- c633f85 exp/locale/collate: avoid double building in maketables.go. Also added check. by Marcel van Lohuizen · 13 years ago
- cb9759d test/bench/go1: add mandelbrot for floating point by Russ Cox · 13 years ago
- de96df1 cmd/6g: change sbop swap logic by Russ Cox · 13 years ago
- dbcdce5 image/png: optimize paeth some more. by Nigel Tao · 13 years ago
- 994cdce runtime: disable new TestCrashHandle on freebsd to fix build by Alex Brainman · 13 years ago
- 3480878 runtime: do not unset the special bit after finalization. by Rémy Oudompheng · 13 years ago
- 4e0749a exp/html: Convert \r and \r\n to \n when tokenizing by Andrew Balholm · 13 years ago
- afe0e97 runtime: handle windows exceptions, even in cgo programs by Alex Brainman · 13 years ago
- 034fa90 exp/html: add some tokenizer and parser benchmarks. by Nigel Tao · 13 years ago
- 397b687 net: skip UnixShutdown test on windows by Brad Fitzpatrick · 13 years ago
- 0ce9045 net: add CloseRead, CloseWrite methods to UnixConn. by Rémy Oudompheng · 13 years ago
- 53bc194 fmt: speed up 10-20% by Rob Pike · 13 years ago
- d61707f encoding/json: add round trip test in Unmarshal by Russ Cox · 13 years ago
- 253d7f04 net/http: better comment in hasToken by Brad Fitzpatrick · 13 years ago
- 2d1fa08 Emacs go-mode: don't indent the inside of strings. by Peter Kleiweg · 13 years ago
- bd7c626 exp/types: properly read dotted identifiers by Robert Griesemer · 13 years ago
- 12b2022 net/http: flush server response gracefully when ignoring request body by Brad Fitzpatrick · 13 years ago
- c1b53d4 merge unexpected branch by Russ Cox · 13 years ago
- a0efca8 time: fix deadlock in Sleep(0) See time/sleep_test.go for repro. by Dmitriy Vyukov · 13 years ago
- 93fe8c0c database/sql: use driver.ColumnConverter everywhere consistently by Brad Fitzpatrick · 13 years ago
- 6dbaa20 runtime: replace runtime·rnd function with ROUND macro by Russ Cox · 13 years ago
- 90d59c5 test/bench/shootout/timing.log: update after recent compiler changes by Rob Pike · 13 years ago
- 95ae5c1 exp/types: disable test by Russ Cox · 13 years ago
- fb32d60 runtime: make go work on netbsd/386 by Joel Sing · 13 years ago
- 8c8ab05 net: fix comment on FileListener by Mikio Hara · 13 years ago
- 992a11b crypto: housekeeping by Russ Cox · 13 years ago
- 14ad411 undo CL 6248054 / 0f418a63cdf9 by Mikio Hara · 13 years ago
- 28e9e15 Emacs go-mode: fix Emacs freeze-up when copy/pasting from string or comment. by Peter Kleiweg · 13 years ago
- 154c84c cmd/6l: Fixes for 64-bit Plan 9 by Akshat Kumar · 13 years ago
- fefae6e cmd/6g, cmd/8g: move panicindex calls out of line by Russ Cox · 13 years ago
- b9918db A+C: Peter Kleiweg (individual CLA) by Sameer Ajmani · 13 years ago
- 9c14184 exp/html: implement Noah's Ark clause by Andrew Balholm · 13 years ago
- 7db8c77 net: fix comment on FileListener by Mikio Hara · 13 years ago
- ac486ab net: make parsePort as a function by Mikio Hara · 13 years ago
- 0605c0c net/http: avoid fmt.Fprintf in Header.WriteSubset by Brad Fitzpatrick · 13 years ago
- 1e814df net/http: avoid a bunch of unnecessary CanonicalHeaderKey calls by Brad Fitzpatrick · 13 years ago
- c238031 net/http: speed up ServeMux when no patterns contain hostnames by Brad Fitzpatrick · 13 years ago
- 469e3a9 net/http: correct and faster hasToken by Brad Fitzpatrick · 13 years ago
- cb62365 net/http: reuse http proxy connections for different http requests by Alexey Borzenkov · 13 years ago
- 042848d syscall: simplify text returned by Errno.Error() when FormatMessage fails by Alex Brainman · 13 years ago
- dcc80e4 net/rpc: improve response reading logic by Alexey Borzenkov · 13 years ago
- 1423ecb image/png: optimize the paeth filter implementation. by Nigel Tao · 13 years ago
- 97cbf47 cmd/8c: better fix for 64-bit register smash by Russ Cox · 13 years ago
- 51072eb cmd/gc: fix parallel assignment in range by Russ Cox · 13 years ago
- bf18d57 runtime: handle and test large map values by Russ Cox · 13 years ago
- ca6b4d5 misc/dist: use archive/tar.FileInfoHeader by Brad Fitzpatrick · 13 years ago
- c23041e exp/html: adjust parseForeignContent to match spec by Andrew Balholm · 13 years ago
- 60ffae2 hash/adler32: optimize. by Nigel Tao · 13 years ago