1. be6556f test: match gccgo error strings. by Rémy Oudompheng · 12 years ago
  2. 1761e25 test/shift1.go: recognize gccgo errors by Ian Lance Taylor · 12 years ago
  3. 148fac7 cmd/gc: fix escape analysis ordering by Russ Cox · 12 years ago
  4. 05cf6fe test: add shift expression incorrectly rejected by gccgo. by Rémy Oudompheng · 12 years ago
  5. 20ebee2 cmd/gc: fix pointer composite literals in exported if statements. by Rémy Oudompheng · 12 years ago
  6. de47f68 spec: fix spec on conversions to match implementations by Robert Griesemer · 12 years ago
  7. 004dd3d7 test: match gccgo error messages by Rémy Oudompheng · 12 years ago
  8. ae5e791 cmd/gc: save local var list before inlining by Ian Lance Taylor · 12 years ago
  9. 880d869 cmd/gc: compute initialization order for top-level blank vars too. by Rémy Oudompheng · 12 years ago
  10. faef52c all: fix typos by Shenghou Ma · 12 years ago
  11. 63a707e undo CL 10017045 / 6ec8c49421a0 by Brad Fitzpatrick · 12 years ago
  12. 8c1b0da test: do not run SIGCHLD test on Plan 9 by Anthony Martin · 12 years ago
  13. 62891fb cmd/gc: fix missing slice/array types in export data. by Rémy Oudompheng · 12 years ago
  14. 44b7d5b test/stress: fix a goroutine leak in threadRing stresstest by Robert Obryk · 12 years ago
  15. 0d0d57c cmd/gc: do not corrupt init() with initializers of _ in closures. by Rémy Oudompheng · 12 years ago
  16. 2c1acc1 test: correct sizeof.go. by Rémy Oudompheng · 12 years ago
  17. bf9a00b cmd/gc: fix overflow in array bounds calculation. by Daniel Morsing · 12 years ago
  18. 9bdb7e1 test/bench/shootout/timing.log: update to Go 1.1 by Rob Pike · 12 years ago
  19. 3577398 test: add test for issue 3888. by Rémy Oudompheng · 12 years ago
  20. 1beb791 test/errchk: use "#!/usr/bin/env perl" shebang line by Shenghou Ma · 12 years ago
  21. 6f5af9c cmd/gc: fix confusing error with broken types and defer/go by Daniel Morsing · 12 years ago
  22. 910bd15 test: do not run the test that relies on precise GC on 32-bits by Dmitriy Vyukov · 12 years ago
  23. 1308194 runtime: zeroize g->fnstart to not prevent GC of the closure Fixes #5493. by Dmitriy Vyukov · 12 years ago
  24. 78f5b61 cmd/gc: repair make(T) in export data for inlining. by Rémy Oudompheng · 12 years ago
  25. 13cbf41 cmd/gc: initialize t->width in dgcsym() if required by Jan Ziak · 12 years ago
  26. db1c218 undo CL 8954044 / ad3c2ffb16d7 by Jan Ziak · 12 years ago
  27. e9bbe3a runtime: prevent the GC from seeing the content of a frame in runfinq() by Jan Ziak · 12 years ago
  28. 578dc3a cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checks by Ian Lance Taylor · 12 years ago
  29. b3809ca test/stress: start of a runtime stress program by Brad Fitzpatrick · 12 years ago
  30. 7b8e086 cmd/gc: disable inlining of method values by Daniel Morsing · 12 years ago
  31. 4925f8a test: make goprint.go wait longer for go its routine to execute by Carl Shapiro · 12 years ago
  32. 14cb1a1 test: raise the allocation threshold for chan/select2.go failure by Carl Shapiro · 12 years ago
  33. a9f1569 gc: escape unicode BOM in exported string literals by Volker Dobler · 12 years ago
  34. 1d729b7 test: fix mapnan.go build tag by Brad Fitzpatrick · 12 years ago
  35. 20e0530 cmd/gc: properly set variadic flag on method values. by Rémy Oudompheng · 12 years ago
  36. 5e21cb7 test: fix flaky NaN-key map complexity test by Brad Fitzpatrick · 12 years ago
  37. 2d3216f cmd/gc: fix Offsetof computation. by Rémy Oudompheng · 12 years ago
  38. 4b6ca21 cmd/gc: be more tolerant with recursive types when checking map types. by Rémy Oudompheng · 12 years ago
  39. df9f4f1 cmd/gc: do not reuse bool temporaries for composite equality. by Rémy Oudompheng · 12 years ago
  40. d815a14 cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate definition. by Rémy Oudompheng · 12 years ago
  41. ba0dd1f cmd/gc: fix line number for 'missing return' in closure by Russ Cox · 12 years ago
  42. b5cfbda cmd/vet: add assembly checker by Russ Cox · 12 years ago
  43. f8ff689 test: more systematic shift tests by Robert Griesemer · 12 years ago
  44. 88b98ff cmd/gc: accept ideal float as indices. by Rémy Oudompheng · 12 years ago
  45. 38e9b07 cmd/gc: fix escape analysis of method values by Russ Cox · 12 years ago
  46. 7c3694c cmd/gc: reject methods on non-locals, even if symbol exists by Daniel Morsing · 12 years ago
  47. d3c758d cmd/gc: implement method values by Russ Cox · 12 years ago
  48. 2667dcd cmd/gc: steal escape analysis info when inlining by Daniel Morsing · 12 years ago
  49. 861aa46 cmd/gc: missing type inference for untyped complex() calls. by Rémy Oudompheng · 12 years ago
  50. 615f289 cmd/gc: ensure unique parameter and result names in function types by Russ Cox · 12 years ago
  51. 20c7e41 cmd/gc: fix escape analysis bug. by Rémy Oudompheng · 12 years ago
  52. f6a9525 cmd/gc: disallow fallthrough in final case of switch by Tyler Bunnell · 12 years ago
  53. d526e5e go/test/bench/go1: add regexp test by Rob Pike · 12 years ago
  54. ba6ea4a test/bench/go1: add http test by Brad Fitzpatrick · 12 years ago
  55. 4e6e9f9 test/bench/garbage: fix parser benchmark by Jan Ziak · 12 years ago
  56. 05403fa go/test/bench/go1: add printf and time format tests by Rob Pike · 12 years ago
  57. 401e0fe cmd/gc: reject complex calls with mismatched argument types. by Rémy Oudompheng · 12 years ago
  58. 4c20317 cmd/8g: fix code generation of int64(0) == int64(0). by Rémy Oudompheng · 12 years ago
  59. ecab408 cmd/gc: implement new return requirements by Russ Cox · 12 years ago
  60. 13075ed test/bench/go1: use raw string instead of string addition by Shenghou Ma · 12 years ago
  61. b65acae cmd/gc: disallow selectors to the blank identifier by Daniel Morsing · 12 years ago
  62. a85fce2 cmd/gc: simplify and fix defaultlit. by Rémy Oudompheng · 12 years ago
  63. 66a9372 test/bench/garbage: fix parser benchmark by Jan Ziak · 12 years ago
  64. b0bb6f8 cmd/gc: unbreak exporting of composite literals. by Rémy Oudompheng · 12 years ago
  65. 71b3b46 cmd/gc: accept cases with same value but different types in switch. by Rémy Oudompheng · 12 years ago
  66. 9e66ee4 cmd/gc: fix corruption in export of &T{} literals. by Rémy Oudompheng · 12 years ago
  67. aa5aaab exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go. by Alan Donovan · 12 years ago
  68. ac1015e cmd/8g: fix sse2 compare code gen by Russ Cox · 12 years ago
  69. 551f3f2 test/run: use correct $PWD to make os.Getwd less expensive by Russ Cox · 12 years ago
  70. 052c942 test: ensure all failing tests exit nonzero. by Alan Donovan · 12 years ago
  71. 1c1096e test: a number of fixes. by Alan Donovan · 12 years ago
  72. 7594440 cmd/8g: add a few missing splitclean by Russ Cox · 12 years ago
  73. fd178d6 cmd/gc: add way to specify 'noescape' for extern funcs by Russ Cox · 12 years ago
  74. 572d984 cmd/gc: fix escape analysis by Russ Cox · 12 years ago
  75. 399dcc7 cmd/gc: fix &^ code generation bug by Russ Cox · 12 years ago
  76. f02067a cmd/gc: implement latest rules for checking make sizes by Russ Cox · 12 years ago
  77. 09a17ca cmd/gc: make inlined labels distinct by Russ Cox · 12 years ago
  78. d82dcad cmd/gc: clean up string index errors by Russ Cox · 12 years ago
  79. 4ad505d cmd/gc: update ideal bool rules to match latest spec by Russ Cox · 12 years ago
  80. ffc742b cmd/gc: allow new conversion syntax by Russ Cox · 12 years ago
  81. 2af3cbe cmd/gc: treat &T{} like new(T): allocate on stack if possible by Russ Cox · 12 years ago
  82. a72f9f4 cmd/gc: avoid duplicate allocation during inlining by Russ Cox · 12 years ago
  83. 5ea52a4 cmg/gc: Fix evaluation order of map indexing during multiple assignments by Daniel Morsing · 12 years ago
  84. 8931306 cmd/gc: reject non-Go constants by Russ Cox · 12 years ago
  85. f607c47 cmd/gc: silence redundant error prints for misuse of [...]int by Russ Cox · 12 years ago
  86. e2711cb cmd/gc: put 'not used' message on correct line by Russ Cox · 12 years ago
  87. 79a16a3 cmd/gc: clearer error for defer/go of conversion or invalid function call by Russ Cox · 12 years ago
  88. 193ff39 test: add test that caused a gccgo compilation failure by Ian Lance Taylor · 12 years ago
  89. ba05a43 cmd/gc: Error out on division by constant zero. by Daniel Morsing · 12 years ago
  90. e38339e test: add test case miscompiled by gccgo by Ian Lance Taylor · 12 years ago
  91. 4f6a2b9 test: add support for build tags. by Rémy Oudompheng · 12 years ago
  92. 09cb91e test: re-enable issue4348.go. by Rémy Oudompheng · 12 years ago
  93. c0d9bf5 cmd/gc: more robust checking of OIND nodes. by Daniel Morsing · 12 years ago
  94. 1d6eb2e cmd/gc: fix handling of struct padding in hash/eq. by Rémy Oudompheng · 12 years ago
  95. d127ed5 cmd/gc, cmd/6g: fix error on large stacks. by Rémy Oudompheng · 12 years ago
  96. 2ad57b4 cmd/gc: don't hash nor compare struct padding or blank fields. by Rémy Oudompheng · 12 years ago
  97. dc75670 test: limit runoutput tests on arm platforms by Dave Cheney · 12 years ago
  98. 578f24d test: add rotate.go and fixedbugs/bug313 by Rémy Oudompheng · 12 years ago
  99. ab1385e test: adapt old-style tests to new flag parsing. by Rémy Oudompheng · 12 years ago
  100. c3836ed test: make rundir match compiledir/errorcheckdir. by Rémy Oudompheng · 12 years ago