Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -31/+66 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -19/+86 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -4/+7 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -160/+230 |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -1/+0 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -75/+352 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+1956 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -1935/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -4/+14 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -4/+18 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -3/+7 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -4/+0 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -3/+28 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+1 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -35/+168 |
2010-06-14 | gc: no more ... | Russ Cox | 1 | -16/+26 |
2010-06-12 | gc: less aggressive name binding, for better line numbers in errors | Russ Cox | 1 | -18/+18 |
2010-06-11 | gc: change -u to require imports to be marked safe | Russ Cox | 1 | -0/+1 |
2010-06-09 | gc: more cleanup | Russ Cox | 1 | -22/+68 |
2010-06-08 | gc: new typechecking rules | Russ Cox | 1 | -4/+22 |
2010-06-07 | gc: backslash newline is not a legal escape sequence in strings | Robert Griesemer | 1 | -4/+0 |
2010-05-20 | gc: disallow · in Go programs | Russ Cox | 1 | -1/+1 |
2010-05-03 | gc: bug267 | Russ Cox | 1 | -0/+2 |
2010-04-27 | gc: better windows detection | Russ Cox | 1 | -13/+8 |
2010-04-27 | gc: fix islocalname on windows | Russ Cox | 1 | -1/+22 |
2010-04-11 | gc: distinguish fatal compiler bug from error+exit | Russ Cox | 1 | -11/+20 |
2010-03-31 | gc: implement panic and recover | Russ Cox | 1 | -2/+9 |
2010-03-30 | gc: add panic and recover (still unimplemented in runtime) | Russ Cox | 1 | -0/+1 |
2010-03-29 | gc: flush warnings, if any | Russ Cox | 1 | -0/+1 |
2010-03-24 | depricate panicln | Ken Thompson | 1 | -1/+0 |
2010-03-08 | gc: avoid fixed length buffer cleanbuf | Dean Prichard | 1 | -2/+3 |
2010-03-05 | 6g complex type usable | Ken Thompson | 1 | -0/+3 |
2010-03-03 | gc: fix imported and not used message - show path | Russ Cox | 1 | -2/+2 |
2010-02-17 | new types complex, complex64 and complex128 | Ken Thompson | 1 | -0/+27 |
2010-02-16 | gc: disallow NUL byte, catch more invalid UTF-8, test | Russ Cox | 1 | -30/+22 |
2010-02-16 | gc: test & fix handling of very long string constants | Russ Cox | 1 | -8/+13 |
2010-02-08 | *l/*c: add -V flag to display version number | Andrew Gerrand | 1 | -0/+4 |
2010-01-28 | gc: tweak error messages, avoid internalization settings in bison | Russ Cox | 1 | -9/+13 |
2010-01-26 | gc: improved syntax errors | Russ Cox | 1 | -0/+84 |
2010-01-26 | gc: do not treat .6 different from .a anymore | Russ Cox | 1 | -13/+8 |
2010-01-25 | eliminate package global name space | Russ Cox | 1 | -3/+1 |
2010-01-24 | gc: record full package paths in runtime type data | Russ Cox | 1 | -0/+3 |
2010-01-24 | gc: cut some dead code, fix 6g -S output | Russ Cox | 1 | -1/+11 |
2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox | 1 | -31/+45 |
2010-01-18 | build: move GOOS, GOARCH, GOROOT lookup into central library. | Russ Cox | 1 | -2/+2 |
2010-01-18 | gc: more precise handling of import . | Russ Cox | 1 | -3/+3 |
2010-01-13 | ignore $GOARCH inside the compiler and linker. | Rob Pike | 1 | -1/+1 |
2010-01-07 | gc: bug219, bug239, bug240 | Russ Cox | 1 | -6/+22 |
2009-12-11 | gc: semicolons | Russ Cox | 1 | -81/+58 |
2009-12-02 | gc: make 'invalid rune in string' a little less cryptic | Russ Cox | 1 | -1/+3 |