]> Cypherpunks.ru repositories - gostls13.git/history - test/ken
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / ken /
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-05 Ian Lance Taylortest/ken/slicearray.go: correct type width in comment
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-09-08 Ainar Garipovall: fix typos
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-31 Yury Smolskytest: remove rundircmpout and cmpout actions
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-03 Eric Engestromall: fix spelling mistakes
2012-02-24 Rob Pikego/test/chan1.go: fix typo
2012-02-24 Rob Piketest: document ken/*.go
2012-02-24 Brad Fitzpatricktest: add cmpout to testlib
2012-02-17 Russ Coxtest: use testlib (fourth 100)
2012-02-03 Ian Lance Taylortest: test slice beyond len
2012-01-19 Ian Lance Taylortest: split golden.out into expected output per test
2012-01-18 Ian Lance Taylortest: change several tests to not print
2012-01-18 Ian Lance Taylortest: gofmt a few tests
2011-11-08 Rob Pikerenaming_4: gofix -r everything/but/src/pkg
2011-10-26 Russ Coxcgo, goyacc, go/build, html, http, path, path/filepath...
2011-09-19 Russ Coxgc: handle complex CONVNOP
2011-04-25 Russ Coxfix tree for reflect rename
2011-04-08 Russ Coxupdate go tree for reflect changes
2011-02-22 Russ Coxtest: do not depend on implicit if condition
2011-01-20 Russ Coxdelete float, complex - code changes
2010-11-02 Rob Piketest/ken/convert.go: add conversion torture test
2010-09-09 Russ Coxtest new slices
2010-08-31 Ian Lance Taylortest: don't assign address of array to slice.
2010-07-20 Kai Backmanmore soft float support. passes several basic tests
2010-06-23 Russ Coxgc: fix crash for nested complex division
2010-06-21 Russ Coxreflect: add Type.Bits method, add tags to prohibit...
2010-06-09 Russ Coxmisc cleanup: gofmt + &x -> x[0:] conversion
2010-03-30 Russ Coxsingle argument panic
2010-03-24 Rob Pikedelete all uses of panicln by rewriting them using...
2010-03-10 Ken Thompson1. decommit complex(float) conversion
2010-03-09 Ken Thompsonidentical complex implementation
2010-03-06 Ken Thompson6g complex type usable
2010-03-03 Russ Coxtest: fix 386 build (missing complex)
2010-03-03 Ken Thompsonmore on type complex.
2010-01-20 Ian Lance TaylorAdd explicit locking.
2009-12-10 Robert Griesemertrailing comma's are not accepted with current syntax
2009-12-10 Robert Griesemermake test/ken safe for optional semis
2009-11-20 Russ Coxx[y:] for strings
2009-11-20 Russ Coxx[lo:] - gc and runtime.
2009-10-14 Rob Pikewrite stack traces and panics to stderr
2009-10-09 Russ Coxtime tests; sort -nr times.out | sed 10q is illuminating.
2009-09-28 Russ Coxdisallow interface { x, y() }
2009-09-15 Russ Coxfix "declared and not used" in tests;
2009-09-08 Ken Thompsoncompound literal test
2009-08-28 Ken Thompsonarraytoslice and some cleanup
2009-08-28 Ken Thompsonsliceslice inline
2009-08-27 Ken Thompsoninline slicearray
2009-08-21 Ian Lance TaylorEnable these tests. Fix divconst.go and modconst.go to
2009-08-17 Rob Pikefix up some irregular indentation
2009-08-12 Russ Coxdelete forward type declarations
2009-08-12 Russ Coxconvert non-pkg go files to whole-package compilation.
2009-08-10 Russ Cox8-bit div and mod
2009-08-08 Ken Thompsonanother plateau - almost done
2009-08-07 Ken Thompsondivide by a constant power of 2
2009-06-04 Rob Pikestring([]int) is now implemented
2009-05-08 Russ Coxmove things out of sys into os and runtime
2009-05-06 Ken Thompsonadded a distinguishing string to the error prints
2009-05-06 Ken Thompsonsigns on div and mod
2009-04-17 Russ Coxmake string take []byte only, so have to use *[10]byte...
2009-04-16 Russ Coxcode changes for array conversion.
2009-02-12 Russ Coxinsert type assertions when narrowing.
2009-01-30 Russ Coxupdate go code tree to new func rules.
2009-01-26 Ken Thompsonremoved a:b in range syntax
2009-01-20 Russ Coxdelete export
2009-01-17 Russ Coxconvert tests; nothing interesting.
2009-01-16 Russ Coxcasify, cleanup sys
2009-01-06 Russ Coxnew new & make
2008-12-20 Rob Pikefix some tests. only 3 remain broken (complit, hilbert...
2008-12-19 Russ Coxchange *map to map; *chan to chan; new(T) to new(*T)
2008-12-19 Ken Thompsonarrays
2008-12-15 Ken Thompsonrange clause must have = or :=
2008-12-06 Ken Thompsonrange statement
2008-11-25 Rob Pikecompiler catches out of bounds; work around
2008-11-07 Ian Lance TaylorDon't use a type guard with a type which is not an...
2008-10-29 Ken Thompsontypes
2008-10-25 Ken Thompsontest
2008-10-25 Ian Lance TaylorPer discussion earlier today with r and gri: when an...
2008-10-16 Ken Thompsonbasic types/interfaces test
2008-10-07 Russ Coxremove uses of *T as an implicit forward declaration...
2008-10-07 Russ Coxupdate code to follow new semicolon rules:
2008-09-29 Ian Lance TaylorStoring an out of range constant into a variable should
2008-09-21 Ken Thompsonanother async select bug
2008-09-20 Rob Pikefix some tests
2008-09-20 Ken Thompsonchannel test
2008-09-06 Ken ThompsonT{} syntax for constructors
2008-09-03 Rob Pikeupdate tests
2008-08-29 Ken Thompsonfix type of (1<<x)
2008-08-20 Rob Pikedelete redundant bug.
2008-08-12 Ken Thompsonfixed bugs in const/case
2008-08-12 Rob Pikefix bug depot:
2008-08-07 Rob Pikefix erroneous code in bugs; reported by iant.
2008-07-08 Rob Piketest update. also remove two duplicates
2008-07-08 Rob Piketest update. some tests now run; no change to output
2008-07-07 Rob Piketest cleanup
2008-06-27 Rob Pikeexport sys.exit
2008-06-21 Ken Thompsonremove receclarations from tests
next