compiler: fix slice/array evaluation order bug
[gcc.git] / gcc / go / gofrontend / expressions.cc
2016-10-30 Ian Lance Taylorcompiler: fix slice/array evaluation order bug
2016-10-28 Ian Lance Taylorcompiler, runtime: copy slice code from Go 1.7 runtime
2016-10-20 Ian Lance Taylorruntime: rewrite interface code into Go
2016-10-14 Ian Lance Taylorruntime: copy mprof code from Go 1.7 runtime
2016-10-14 Ian Lance Taylorruntime: copy cpuprof code from Go 1.7 runtime
2016-10-12 Ian Lance Taylorcompiler, runtime: copy string code from Go 1.7
2016-10-10 Ian Lance Taylorruntime: copy print/println support from Go 1.7
2016-10-10 Ian Lance Taylorruntime: copy channel code from Go 1.7 runtime
2016-10-07 Ian Lance Taylorcompiler: stack allocate storage for temp slices.
2016-09-30 Ian Lance Taylorruntime: copy internal locking code from Go 1.7 runtime
2016-09-23 Than McIntoshcompiler: better abstraction layer for diagnostics.
2016-09-22 Ian Lance Taylorcompiler: compile runtime.getcaller{pc,sp} into builtin...
2016-09-22 Ian Lance Taylorgofrontend: add missing break in Builtin_call_expressio...
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-09-09 Ian Lance Taylorcompiler: increase buffer size to avoid -Wformat-length...
2016-09-01 Martin Seborc-ada-spec.c (dump_ada_function_declaration): Increase...
2016-08-22 Ian Lance Taylorcompiler: don't permit P.M if P is a pointer type
2016-08-10 Ian Lance Taylorcompiler: annotate or fix fall through cases in switch...
2016-08-03 Ian Lance Taylorcompiler: improve type caching for interface types
2016-08-03 Ian Lance Taylorescape: Stack allocate non-escaping expressions.
2016-06-10 Ian Lance Taylorcompiler: fix quoting in error message
2016-04-28 Ian Lance Taylorcompiler: Export String_index_expression.
2016-04-26 Ian Lance Taylorcompiler: Add Enclosed_var_expression.
2016-04-23 Ian Lance Taylorcompiler: Expose runtime code through Func_expression.
2016-01-27 Ian Lance Taylorcompiler: Accept map composite literals with omitted...
2015-11-01 Ian Lance Taylorre PR go/67968 (go1: internal compiler error: in write_...
2015-10-29 Ian Lance Taylorcompiler, runtime: change type hash/equal to Go funcs
2015-10-20 Ian Lance Taylorcompiler: Report errors after evaluating invalid constant.
2015-10-20 Ian Lance Taylorcompiler: Report errors for non-integral shift counts.
2015-10-07 Ian Lance Taylorcompiler: Don't make temporaries for constant operands.
2015-09-29 Ian Lance Taylorcompiler: Accept untyped integral values as string...
2015-09-17 Ian Lance Taylorcompiler: Issue channel type errors earlier.
2015-09-16 Ian Lance Taylorcompiler: Don't crash on erroneous channel reads.
2015-09-16 Ian Lance Taylorcompiler: Don't crash on malformed numeric constants.
2015-09-15 Ian Lance Taylorcompiler: Report init dependency errors with builtin...
2015-09-14 Ian Lance Taylorcompiler: Ignore result context in constant expressions.
2015-09-10 Chris Manghanecompiler: Report errors from very large types.
2015-09-10 Ian Lance Taylorcompiler: Don't allow shifts with non-integers.
2015-09-02 Ian Lance Taylorcompiler: Mark erroneous constants as invalid.
2015-09-02 Ian Lance Taylorcompiler: Accept out of range integer -> unicode conver...
2015-08-27 Ian Lance Taylorcompiler: Don't crash on invalid builtin calls.
2015-08-26 Ian Lance Taylorcompiler: Don't crash on invalid arithmetic ops.
2015-08-25 Ian Lance Taylorcompiler: Disallow use of unary ^ on booleans.
2015-08-25 Ian Lance Taylorcompiler: Allow string slices with start index == length.
2015-08-20 Ian Lance Taylorcompiler: Don't crash on invalid print call.
2015-08-13 Ian Lance Taylorcompiler: Flatten erroneous subtrees into errors.
2015-08-04 Ian Lance Taylorcompiler: Use context to determine types of complex...
2015-07-31 Ian Lance Taylorcompiler: Report errors for malformed builtin calls.
2015-07-23 Ian Lance Taylorcompiler: Check for errors in the underlying types...
2015-07-20 Ian Lance Taylorcompiler: Remove unnecessary check for GCC-specific...
2015-07-14 Ian Lance Taylorescape: Analyze multiple result type assertions.
2015-07-13 Aldy HernandezFix double word typos.
2015-05-12 Ian Lance Taylorcompiler: If unary & does not escape, the var does...
2015-05-05 Ian Lance Taylorcompiler: Don't make temporaries for constant string...
2015-04-30 Chris Manghanecompiler: Use backend interface for stack allocation.
2015-04-17 Chris Manghanecompiler: Escape analysis.
2015-03-31 Ian Lance Taylorcompiler: Mark builtin calls with bad types as errors.
2015-02-03 Ian Lance Taylorre PR go/64836 (go.test/test/fixedbugs/issue4348.go...
2015-01-22 Ian Lance Taylorcompiler: Prohibit use of ellipsis operator on multi...
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-07 Ian Lance Taylorcompiler: Don't assign to embedded builtins in imported...
2015-01-07 Ian Lance Taylorcompiler: Add explicit sign to exported complex constan...
2014-12-19 Ian Lance Taylorcompiler: Add temporaries required in cases of interfac...
2014-12-19 Ian Lance Taylorcompiler: More cases that need a temporary for interfac...
2014-12-19 Ian Lance Taylorcompiler: Avoid multiple evaluations in interface conve...
2014-12-17 Ian Lance Taylorcompiler: Don't crash on append with single argument.
2014-12-16 Ian Lance Taylorre PR go/61264 (gccgo: ICE in __normal_iterator [GoSmith])
2014-12-15 Ian Lance Taylorre PR go/61255 (gccgo: spurious "error: argument 2...
2014-12-15 Ian Lance Taylorre PR go/61248 (gccgo: spurious "error: too many argume...
2014-12-14 Ian Lance Taylorcompiler: Fix crash when tracked field used in global...
2014-12-14 Ian Lance Taylorre PR go/61244 (gccgo: ICE in write_specific_type_funct...
2014-12-10 Ian Lance Taylorre PR go/61316 (gccgo: spurious "incompatible types...
2014-12-10 Ian Lance Taylorcompiler: Don't track fields in compiler-generated...
2014-12-01 Ian Lance Taylorcompiler: Don't crash with self-referential types.
2014-11-13 Ian Lance Taylorcompiler: Do not count package uses from ambiguous...
2014-11-04 Ian Lance Taylorcompiler: Logical operators should yield untyped bool...
2014-10-24 Ian Lance Taylorcompiler: Use MPC library for complex numbers.
2014-10-24 Ian Lance Taylorcompiler: Simplify making integer expressions.
2014-10-21 Ian Lance Taylorcompiler: Remove obsolete hidden_fields_are_ok code.
2014-10-20 Ian Lance Taylorcompiler, runtime: Add type information to single objec...
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-08-29 Ian Lance Taylorcompiler: Fix comparison of struct/array with interface.
2014-08-13 Ian Lance Taylorcompiler, runtime: Fix unexpected GC interfering with...
2014-08-05 Ian Lance Taylorre PR go/61308 (gccgo: ICE in Expression::check_bounds...
2014-07-18 Ian Lance Taylorcompiler: fix test for mismatch between function result...
2014-07-08 Ian Lance Taylorre PR go/61308 (gccgo: ICE in Expression::check_bounds...
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-06 Chris Manghanecompiler: Use backend interface for expressions.
2014-05-06 Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-05-06 Chris Manghanecompiler: Use backend interface for slice construction.
2014-05-05 Chris Manghanecompiler: Handle recursive pointer types for unary...
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for type info expressions.
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for sink expressions.
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for set and use tempora...
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for struct field offsets.
2014-05-05 Ian Lance Taylorcompiler: Use backend interface for bound method expres...
2014-05-01 Ian Lance Taylorcompiler: Use backend interface for heap expressions.
2014-04-26 Chris Manghanecompiler: Use backend interface for defining global...
2014-04-17 Chris Manghanecompiler: Use backend interface for constant expressions.
next