1 2009-11-07 Marek Safar <marek.safar@gmail.com>
5 * expression.cs: Fixed mixed version of expression tree anonymous
8 2009-11-06 Marek Safar <marek.safar@gmail.com>
12 * linq.cs, expression.cs, class.cs, cs-parser.jay: Initialize
13 expression tree version of anonymous type with members declaration.
15 2009-11-05 Marek Safar <marek.safar@gmail.com>
17 * parameter.cs: Handle nullable parameter default expression.
19 * argument.cs, dynamic.cs, expression.cs, support.cs, ecore.cs,
20 class.cs, attribute.cs: Check for wrong dynamic arguments.
22 2009-11-05 Marek Safar <marek.safar@gmail.com>
24 * statement.cs: Dynamic statements.
26 2009-11-04 Marek Safar <marek.safar@gmail.com>
28 * dynamic.cs, assign.cs, context.cs, expression.cs, ecore.cs:
29 Compound assignments over dynamic type.
31 2009-11-03 Marek Safar <marek.safar@gmail.com>
33 * argument.cs, dynamic.cs, expression.cs, delegate.cs: Dynamic
34 constructor arguments.
36 2009-10-30 Marek Safar <marek.safar@gmail.com>
38 * dynamic.cs, convert.cs, assign.cs, constant.cs, expression.cs,
39 codegen.cs: Unary mutator on dynamic member access expression.
41 2009-10-29 Marek Safar <marek.safar@gmail.com>
44 * convert.cs: Don't eliminate explicit precission casts.
46 2009-10-28 Marek Safar <marek.safar@gmail.com>
50 * parameter.cs, iterators.cs, context.cs, anonymous.cs,
51 expression.cs, statement.cs, ecore.cs: Quote any nested expression
54 2009-10-27 Marek Safar <marek.safar@gmail.com>
56 * constant.cs, nullable.cs: Create nullable-null as LiftedNull
59 * class.cs: Allow nullable binary user operators.
61 2009-10-26 Marek Safar <marek.safar@gmail.com>
63 * expression.cs: Move binary expression optimization at the end of
66 2009-10-23 Marek Safar <marek.safar@gmail.com>
68 * constant.cs, nullable.cs, expression.cs, literal.cs, cfold.cs:
69 Separate NullConstant from NullLiteral.
71 2009-10-23 Marek Safar <marek.safar@gmail.com>
73 * typemanager.cs, eval.cs, decl.cs, roottypes.cs, context.cs,
74 anonymous.cs, expression.cs, rootcontext.cs, ecore.cs, class.cs,
75 flowanalysis.cs, cs-parser.jay, driver.cs, codegen.cs: Split
76 ModuleContainer. Add common unclosed member check routine.
78 2009-10-22 Marek Safar <marek.safar@gmail.com>
80 * argument.cs: Use literal flag for real literals only.
82 * dynamic.cs: Use correct return type for custom delegates.
84 2009-10-22 Marek Safar <marek.safar@gmail.com>
86 * dynamic.cs, expression.cs: Pass logical binary flag to dynamic
89 2009-10-22 Marek Safar <marek.safar@gmail.com>
91 * dynamic.cs, ecore.cs: Dynamic invocation with void return type.
93 2009-10-21 Marek Safar <marek.safar@gmail.com>
95 * dynamic.cs, convert.cs, expression.cs, ecore.cs: Wrap array index
98 2009-10-21 Marek Safar <marek.safar@gmail.com>
100 * typemanager.cs, dynamic.cs, expression.cs: Don't resolve runtime
103 2009-10-20 Marek Safar <marek.safar@gmail.com>
105 * argument.cs, dynamic.cs, expression.cs: Latest API update.
107 2009-10-19 Marek Safar <marek.safar@gmail.com>
109 * typemanager.cs, expression.cs: Dynamic array initializer.
111 2009-10-16 Marek Safar <marek.safar@gmail.com>
113 * typemanager.cs, rootcontext.cs: Clear -nostdlib flag when object
116 2009-10-16 Marek Safar <marek.safar@gmail.com>
118 A fix for bug #493523, #507067
119 * convert.cs, nullable.cs, expression.cs: Do implicit and explicit
120 standard nullable conversion using underlying standard conversion
121 and not full conversion.
123 2009-10-15 Marek Safar <marek.safar@gmail.com>
125 * dynamic.cs, expression.cs, ecore.cs, delegate.cs: Check return
126 type in VerifyArgumentsCompat.
128 2009-10-15 Marek Safar <marek.safar@gmail.com>
130 * nullable.cs, expression.cs, statement.cs, namespace.cs, ecore.cs:
131 Reject variable used with type arguments.
133 2009-10-14 Marek Safar <marek.safar@gmail.com>
135 * argument.cs, dynamic.cs, assign.cs, expression.cs, ecore.cs:
136 Implement dynamic expressions assignment.
138 2009-10-14 Marek Safar <marek.safar@gmail.com>
140 * expression.cs: Build underlying expression when resolving unary
143 2009-10-14 Marek Safar <marek.safar@gmail.com>
145 * expression.cs: Emit enum array initializer using binary blob.
147 2009-10-08 Marek Safar <marek.safar@gmail.com>
149 * typemanager.cs, constant.cs: Optimize decimal constants which fit
152 2009-10-07 Marek Safar <marek.safar@gmail.com>
154 * typemanager.cs: Reset object_type.
156 * assign: Made SimpleAssign public.
158 2009-10-06 Marek Safar <marek.safar@gmail.com>
160 * typemanager.cs, decl.cs, namespace.cs, ecore.cs, class.cs: Pass
161 invocation assembly to IsThisOrFriendAssembly.
163 2009-10-05 Marek Safar <marek.safar@gmail.com>
165 * expression.cs: Equality comparison of generic parameter with
168 2009-10-05 Marek Safar <marek.safar@gmail.com>
170 A fix for bug #543570
171 * generic.cs: Import predefined constraints correctly.
173 2009-10-02 Marek Safar <marek.safar@gmail.com>
175 * ecore.cs: Don't crash on overloads with optional paremeters where
176 arguments count overflows.
178 * parameter.cs: Import optional parameter constants using optional
181 2009-10-01 Marek Safar <marek.safar@gmail.com>
183 * Makefile: Default is gmcs compiler.
185 2009-10-01 Marek Safar <marek.safar@gmail.com>
187 * cs-parser.jay: Fixed few NRE.
189 2009-10-01 Marek Safar <marek.safar@gmail.com>
191 * cs-parser.jay, driver.cs: Expose parser exception in verbose mode.
193 2009-09-30 Marek Safar <marek.safar@gmail.com>
195 * linq.cs, convert.cs, assign.cs, expression.cs, ecore.cs: Add
196 ShimExpression, ImplicitCast.
198 2009-09-30 Marek Safar <marek.safar@gmail.com>
200 A fix for bug #542959
201 * delegate.cs: Emit correct delegate instance variable when there
202 are static and non-static overloads.
204 2009-09-29 Marek Safar <marek.safar@gmail.com>
206 * dynamic.cs, linq.cs, anonymous.cs, expression.cs, statement.cs,
207 ecore.cs, cs-parser.jay: Unary expression dynamic compiler.
209 2009-09-28 Marek Safar <marek.safar@gmail.com>
211 A fix for bug #542487
212 * ecore.cs: Resolve extension methods hidden by properties.
214 2009-09-25 Marek Safar <marek.safar@gmail.com>
216 * expression.cs, ecore.cs: More dynamic binary expressions.
218 2009-09-22 Marek Safar <marek.safar@gmail.com>
220 * nullable.cs, expression.cs: Fixed null lifted conversion for
221 bitwise enum operations.
223 2009-09-22 Marek Safar <marek.safar@gmail.com>
225 * convert.cs, ecore.cs: Fixed explicit unsafe coversion of long
226 values in checked context.
228 2009-09-22 Marek Safar <marek.safar@gmail.com>
230 * expression.cs, ecore.cs: Fixed array index constant conversion.
232 2009-09-20 Miguel de Icaza <miguel@novell.com>
234 * expression.cs: Do not crash when MemberLookup returns something
235 that is not a MemberExpr here. Report error 582 instead.
239 2009-09-18 Marek Safar <marek.safar@gmail.com>
241 * decl.cs, class.cs: Check protected property accessors.
243 2009-09-18 Marek Safar <marek.safar@gmail.com>
245 * dynamic.cs, assign.cs: Dynamic compound assignment.
247 2009-09-17 Marek Safar <marek.safar@gmail.com>
249 * expression.cs: Fixed compound assignment explicit conversion.
251 2009-09-17 Marek Safar <marek.safar@gmail.com>
253 * expression.cs, ecore.cs: Cannot infer variables from method group.
255 2009-09-16 Marek Safar <marek.safar@gmail.com>
257 * argument.cs, dynamic.cs, convert.cs, context.cs, anonymous.cs,
258 constant.cs, nullable.cs, expression.cs, literal.cs, ecore.cs,
259 codegen.cs: Dynamic binary operations scaffolding.
261 2009-09-15 Marek Safar <marek.safar@gmail.com>
263 * expression.cs: Fixes nullable promotion for enum type variables.
265 2009-09-11 Marek Safar <marek.safar@gmail.com>
267 * driver.cs, dynamic.cs: Reset more static variables.
269 2009-09-11 Marek Safar <marek.safar@gmail.com>
271 * dynamic.cs, expression.cs, rootcontext.cs, namespace.cs, ecore.cs,
272 driver.cs: Introduced Expression::MakeExpression.
274 2009-09-11 Marek Safar <marek.safar@gmail.com>
276 * eval.cs: Exposed MessageOutput instead of cleaning up eval API.
278 2009-09-09 Marek Safar <marek.safar@gmail.com>
280 * eval.cs, report.cs: Use Console.Out for all eval error or warning
283 2009-09-09 Marek Safar <marek.safar@gmail.com>
285 A fix for bug #518707
286 * expression.cs (Is): Optimize only generic parameter type
287 expression probing value type generic parameter.
289 2009-09-09 Marek Safar <marek.safar@gmail.com>
291 A fix for bug #532571
292 * ecore.cs: Check for simple name type arguments used with
295 2009-09-08 Marek Safar <marek.safar@gmail.com>
297 A fix for bug #497421
298 * generic.cs (CheckConstraint): Don't use buildin types to check for
299 parameterless constructor.
301 2009-09-08 Marek Safar <marek.safar@gmail.com>
303 A fix for bug #537402
304 * generic.cs (CheckConstraint): Correctly inflate generic type
305 arguments when checking generic method.
307 2009-09-08 Marek Safar <marek.safar@gmail.com>
309 A fix for bug #536463
310 * decl.cs (AddToContainer): Don't report collision between explicit
311 and parameterless non-explicit members.
313 2009-09-08 Marek Safar <marek.safar@gmail.com>
315 * eval.cs: Reset more static stuff.
317 2009-09-07 Marek Safar <marek.safar@gmail.com>
319 A fix for bug #324625
320 * expression.cs, ecore.cs: Create nested generic type expression
321 using declaring and not current type.
323 2009-09-07 Marek Safar <marek.safar@gmail.com>
325 * *.cs: Changed Report class to accept various output printers and
326 be an instance class. An expression resolver can now use different
327 message reporter for each call and Report.Error can safely throw
328 an exception. Part of ongoing work to turn mcs into proper library.
330 2009-09-04 Marek Safar <marek.safar@gmail.com>
332 * statement.cs, ecore.cs: Removed error reporting from emit code.
334 2009-09-04 Marek Safar <marek.safar@gmail.com>
336 * cs-parser.jay, parameter.cs: Moved parser check out of constructor
338 2009-09-03 Marek Safar <marek.safar@gmail.com>
340 * anonymous.cs, expression.cs, statement.cs, cs-parser.jay: Moved
341 parser checks out of constructors.
343 2009-09-02 Marek Safar <marek.safar@gmail.com>
345 * expression.cs, statement.cs, ecore.cs: Use common Report.Error.
347 2009-09-02 Marek Safar <marek.safar@gmail.com>
349 A fix for bug #535448
350 * anonymous.cs, class.cs: Copy return label between all contexts.
352 2009-09-02 Marek Safar <marek.safar@gmail.com>
354 A fix for bug #535395
355 * namespace.cs: Resolve context can be null.
357 2009-08-25 Marek Safar <marek.safar@gmail.com>
359 A fix for bug #533912
360 * generic.cs: Use correct context for constraints resolving.
362 2009-08-25 Marek Safar <marek.safar@gmail.com>
364 A fix for bug #532630
365 * driver.cs: Trim conditional symbols.
367 2009-08-25 Marek Safar <marek.safar@gmail.com>
369 * context.cs: New file.
371 * *.exe.sources, *.csproj: Updated.
373 2009-08-25 Marek Safar <marek.safar@gmail.com>
375 * generic.cs, parameter.cs, decl.cs, statement.cs, namespace.cs,
376 class.cs, generic-mcs.cs, codegen.cs: Add GetSignatureForError to
377 IMembercontext, some small cleanups.
379 2009-08-24 Marek Safar <marek.safar@gmail.com>
381 * *.cs: Split ResolveContext and EmitContext.
383 2009-08-24 Marek Safar <marek.safar@gmail.com>
385 * *.cs: Only ResolveContext implements IMemberContext.
387 2009-08-21 Marek Safar <marek.safar@gmail.com>
389 * *.cs: Renamed IResolveContext to IMemberContext.
391 2009-08-21 Marek Safar <marek.safar@gmail.com>
393 * *.cs: Detached ResolveContext from EmitContext.
395 2009-08-21 Marek Safar <marek.safar@gmail.com>
397 * codegen.cs: Moved flow-analysis to BlockContext.
399 2009-08-21 Marek Safar <marek.safar@gmail.com>
401 * *.cs: Detached BlockContext from EmitContext.
403 2009-08-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
405 * statement.cs: avoid nullref when the return value of GetEnumerator()
406 does not contain any MoveNext() method.
408 2009-08-19 Marek Safar <marek.safar@gmail.com>
410 * *.cs: Removed IResolveContext::GenericDeclContainer.
412 2009-08-19 Marek Safar <marek.safar@gmail.com>
414 * class.cs, delegate.cs: Changed Delegate to be TypeContainer based.
416 2009-08-19 Marek Safar <marek.safar@gmail.com>
418 * generic.cs, iterators.cs, expression.cs, statement.cs, ecore.cs,
419 cs-parser.jay, attribute.cs, codegen.cs: Better error reports.
421 2009-08-18 Marek Safar <marek.safar@gmail.com>
423 * *.cs: Removed boolean fields from EmitContext.
425 2009-08-18 Marek Safar <marek.safar@gmail.com>
427 * *.cs: Add IResolveContext::IsStatic.
429 2009-08-18 Marek Safar <marek.safar@gmail.com>
431 * *.cs: Moved TopBlock's methods from EmitContext to TopBlock.
433 2009-08-17 Marek Safar <marek.safar@gmail.com>
435 * *.cs: Removed DeclContainer from EmitContext.
437 2009-08-17 Marek Safar <marek.safar@gmail.com>
439 * *.cs: Add IResolveContext::CurrentTypeParameters.
441 2009-08-14 Marek Safar <marek.safar@gmail.com>
443 * *.cs: Removed TypeContainer and ContainerType from EmitContext.
445 2009-08-14 Marek Safar <marek.safar@gmail.com>
447 * decl.cs, expression.cs, namespace.cs, ecore.cs, class.cs,
448 codegen.cs: Add IResolveContext::LookupExtensionMethod.
450 2009-08-13 Marek Safar <marek.safar@gmail.com>
452 * decl.cs: Look in PartialContainer for parent type parameters.
454 2009-08-13 Marek Safar <marek.safar@gmail.com>
456 * decl.cs, namespace.cs, ecore.cs, class.cs, attribute.cs,
457 codegen.cs: Add IResolveContext::LookupTypeParameter.
459 2009-08-13 Marek Safar <marek.safar@gmail.com>
461 * lambda.cs, expression.cs, statement.cs, namespace.cs, ecore.cs:
462 Moved resolved logic from Emit to Resolve.
464 2009-08-13 Marek Safar <marek.safar@gmail.com>
466 * parameter.cs, decl.cs, roottypes.cs, class.cs, attribute.cs,
467 codegen.cs: Reworked atttributes handling of ResolveContext.
469 2009-08-12 Marek Safar <marek.safar@gmail.com>
471 * decl.cs, ecore.cs, class.cs, attribute.cs, codegen.cs: Pushed
472 LookupNamespaceOrType to ResolveContext.
474 2009-08-12 Marek Safar <marek.safar@gmail.com>
476 * typemanager.cs, decl.cs, expression.cs, namespace.cs, ecore.cs,
477 class.cs: Removed unused parameters and methods.
479 2009-08-11 Marek Safar <marek.safar@gmail.com>
481 * generic.cs, lambda.cs, anonymous.cs, statement.cs, generic-mcs.cs,
482 codegen.cs: Finding the best common type of a set of expressions for
485 2009-08-07 Marek Safar <marek.safar@gmail.com>
487 * dynamic.cs, expression.cs: More dynamic conversions.
489 2009-08-06 Miguel de Icaza <miguel@novell.com>
491 * generic.cs: This loop was incorrect, it was increment ii, but
492 checking for `i'. This was a change introduced to fix #327497,
495 * class.cs: Catch another case for cs0533 error, fixes #324782.
497 2009-08-06 Rodrigo Kumpera <rkumpera@novell.com>
499 * typemanager.cs (GetGenericArguments): SRE returns null for
500 generic methods on type builder instances if they are not generic
501 themselves. For example, for Foo<int>::Bar() it returns null, but
502 not for Foo<int>::Bar<>() or Foo<int>::Bar<double>().
504 2009-08-05 Marek Safar <marek.safar@gmail.com>
506 * argument.cs, dynamic.cs, expression.cs, ecore.cs, class.cs,
507 delegate.cs: Work on dynamic binding.
509 2009-08-04 Marek Safar <marek.safar@gmail.com>
511 A second fix for bug #525342
512 * class.cs: Attach partial method attributes to method
515 2009-08-03 Marek Safar <marek.safar@gmail.com>
517 * typemanager.cs, parameter.cs, support.cs, class.cs: Dynamic type
520 * rootcontext.cs: Default to langversion v4.
522 2009-08-03 Marek Safar <marek.safar@gmail.com>
524 * pending.cs: Check return type before member info is set.
526 2009-08-03 Marek Safar <marek.safar@gmail.com>
528 * anonymous.cs: Fully initialize generic hoisted field expression.
530 2009-08-02 Miguel de Icaza <miguel@novell.com>
532 * cs-parser.jay: Flag variables declared on the interactive shell
533 as used to prevent the 168 warning about local variable not being
536 2009-07-31 Marek Safar <marek.safar@gmail.com>
538 * parameter.cs, dynamic.cs, support.cs, class.cs, delegate.cs,
539 attribute.cs: Emit dynamic export attribute.
541 2009-07-30 Marek Safar <marek.safar@gmail.com>
543 * expression.cs: More verifier work.
545 2009-07-29 Marek Safar <marek.safar@gmail.com>
547 * nullable.cs: Fixed SRE crash during corlib compilation.
549 2009-07-29 Marek Safar <marek.safar@gmail.com>
551 * generic.cs, typemanager.cs, decl.cs, iterators.cs, convert.cs,
552 nullable.cs, expression.cs, ecore.cs, class.cs, attribute.cs:
553 More TypeManager.TypeToCoreType needed.
555 2009-07-29 Marek Safar <marek.safar@gmail.com>
557 * anonymous.cs: Update after recent SRE fixes.
559 2009-07-28 Marek Safar <marek.safar@gmail.com>
561 * typemanager.cs, expression.cs, ecore.cs, delegate.cs: Use correct
562 version of GetFieldHandle for fields of generic types.
564 2009-07-27 Marek Safar <marek.safar@gmail.com>
566 * typemanager.cs, argument.cs, convert.cs, assign.cs, expression.cs,
567 ecore.cs: Add TypeManager.IsDynamicType,
568 PredefinedAttributes.Dynamic.
570 2009-07-27 Marek Safar <marek.safar@gmail.com>
572 A fix for bug #415375
573 * expression.cs: Fixed object and reference type parameter
576 2009-07-27 Marek Safar <marek.safar@gmail.com>
578 A fix for bug #525342
579 * class.cs: Attach partial method attributes to method
582 2009-07-24 Marek Safar <marek.safar@gmail.com>
584 * argument.cs, dynamic.cs, expression.cs, class.cs, attribute.cs:
587 2009-07-24 Marek Safar <marek.safar@gmail.com>
589 * anonymous.cs (MutateField): Add imported types handling.
591 2009-07-23 Marek Safar <marek.safar@gmail.com>
593 * expression.cs, delegate.cs: Moved arguments resolve into their
594 counterparts expressions. Removed argument resolve from
595 CollectionElementInitializer.
597 2009-07-23 Marek Safar <marek.safar@gmail.com>
599 A fix for bug #523683
600 * convert.cs, delegate.cs: Use common overload mechanism for method
601 group conversion check.
603 2009-07-22 Marek Safar <marek.safar@gmail.com>
605 A fix for bug #523899
606 * generics.cs: Exact type inference with other bound types.
608 2009-07-22 Raja R Harinath <harinath@hurrynot.org>
610 Don't complain when the same type is implemented by the output
611 assembly as well as multiple referenced assemblies
612 * namespace.cs (RootNamespace.LookupTypeReflection): Add
613 'must_be_unique' flag.
614 (GlobalRootNamespace): Update to changes.
615 (Namespace.LookupType): Pass 'must_be_unique' only when we don't
616 already have a type in hand.
618 2009-07-22 Marek Safar <marek.safar@gmail.com>
620 * expression.cs: More verifier instrumentation.
622 * statement.cs: Do proper throw expression conversion.
624 2009-07-22 Marek Safar <marek.safar@gmail.com>
626 A fix for bug #522789
627 * expression.cs: Mutate invocation return type.
629 2009-07-16 Marek Safar <marek.safar@gmail.com>
631 * anonymous.cs: Split assignable and readonly generated variable
634 2009-07-16 Marek Safar <marek.safar@gmail.com>
636 A fix for bug #521671
637 * statement.cs: Fixed crash when checking missing type.
639 2009-07-16 Marek Safar <marek.safar@gmail.com>
641 * typemanager.cs, generic.cs, argument.cs, linq.cs, convert.cs,
642 assign.cs, expression.cs, statement.cs, support.cs, ecore.cs,
643 class.cs, driver.cs: Work on dynamic binding.
645 * dynamic.cs: New file.
647 * *.sources, *.proj: Updated.
649 2009-07-15 Marek Safar <marek.safar@gmail.com>
651 * expression.cs (Conditional): Avoid double Resolve.
653 2009-07-13 Marcus Griep <marcus@griep.us>
655 * ecore.cs: Fix obscure bug with resolving members of interfaces
656 that hide parent interface members. Fixes bug #444388 and corrects
659 2009-07-13 Marek Safar <marek.safar@gmail.com>
661 * expression.cs (LocalVariableReference): Bounce resolve.
663 2009-07-10 Marek Safar <marek.safar@gmail.com>
665 * typemanager.cs, lambda.cs, parameter.cs, convert.cs, anonymous.cs,
666 expression.cs, literal.cs, ecore.cs, complete.cs: Moved internal
669 * support.cs: New dynamic type wrapper.
671 2009-07-08 Marek Safar <marek.safar@gmail.com>
673 * ecore.cs, cs-parser.jay: Better error reporting for implicitly
674 typed local variable.
676 2009-07-06 Marek Safar <marek.safar@gmail.com>
678 A fix for bug #519005
679 * anonymous.cs: Use null_type as no return type placeholder.
681 2009-07-02 Marek Safar <marek.safar@gmail.com>
683 * generic.cs: Handle type inference of identical type parameters
684 with different bounds.
686 2009-07-01 Marek Safar <marek.safar@gmail.com>
688 * expression.cs, class.cs: Events variance.
690 * cs-parser.jay: Interface events error messages.
692 2009-07-01 Marek Safar <marek.safar@gmail.com>
694 * generic.cs, argument.cs: Updated type inference logic to C# 4.0.
696 2009-06-29 Marek Safar <marek.safar@gmail.com>
698 * parameter.cs, convert.cs, expression.cs, class.cs: Default
699 parameter expression can be value-type New.
701 * cs-parser.jay: Clean up too many parameter modifier boolean flags.
703 2009-06-26 Marek Safar <marek.safar@gmail.com>
705 * generic.cs, argument.cs, expression.cs, ecore.cs, cs-parser.jay:
706 Implemented C# 4.0 named arguments.
708 2009-06-24 Marek Safar <marek.safar@gmail.com>
710 * typemanager.cs, parameter.cs, iterators.cs, convert.cs,
711 expression.cs, ecore.cs, delegate.cs: Removed unnecessary ArgList
712 parameter modifier. Also fixes bug #515497.
714 2009-06-24 Marek Safar <marek.safar@gmail.com>
716 * *.cs: Replaced ArrayList with Arguments in need of a nonsequential
717 arguments expression to be implemented.
719 *.sources: Add argument.cs
721 2009-06-23 Marek Safar <marek.safar@gmail.com>
723 * parameter.cs: Moved GetParameterIndexByName to base class.
725 * expression.cs, statement.cs, ecore.cs, delegate.cs: Removed
726 unused AType. Use argument's version of GetExpressionTree.
728 2009-06-22 Marek Safar <marek.safar@gmail.com>
730 * expression.cs, cs-parser.jay, attribute.cs, codegen.cs: Named
733 2009-06-17 Marek Safar <marek.safar@gmail.com>
735 A fix for bug #514096
736 * class.cs: Allow IntPtr/UIntPtr fields to be volatile.
738 2009-06-17 Marek Safar <marek.safar@gmail.com>
740 * expression.cs: The first multi-dimensional array nested array
741 initializers was not checked.
743 * statement.cs (Switch): Fixed error message to reflect 2.0 changes.
745 2009-06-17 Marek Safar <marek.safar@gmail.com>
747 A fix for bug #513400
748 * nullable.cs (EmitEquality): Operands emit could be simplified for
749 built-in types when we now emit user operators differently.
751 2009-06-16 Marek Safar <marek.safar@gmail.com>
753 * ecore.cs: Report inaccessible delegate methods correctly.
755 2009-06-16 Marek Safar <marek.safar@gmail.com>
757 * parameter.cs, expression.cs, ecore.cs, class.cs, delegate.cs,
758 cs-parser.jay: Implemented C# 4.0 optional parameters.
760 2009-06-16 Marek Safar <marek.safar@gmail.com>
762 * driver.cs: Removed broken DefineManifestResource.
764 2009-06-16 Raja R Harinath <harinath@hurrynot.org>
766 * Makefile [net_2_0_bootstrap]: Don't explicitly mention net_1_1.
767 Use $(BOOTSTRAP_PROFILE) instead.
769 2009-06-12 Jb Evain <jbevain@novell.com>
771 * rootcontext.cs: add a Platform field.
772 * driver.cs: handle /platform.
773 * codegen.cs: pass the proper flags according to
774 the platform when saving the assembly.
776 2009-06-11 Marek Safar <marek.safar@gmail.com>
778 * parameter.cs, const.cs, report.cs, cs-parser.jay, attribute.cs:
779 Add optional parameters grammar.
781 2009-06-10 Marek Safar <marek.safar@gmail.com>
783 * eval.cs, anonymous.cs, report.cs, rootcontext.cs, cs-parser.jay,
784 driver.cs: Split lang version and metadata version.
786 2009-06-10 Marek Safar <marek.safar@gmail.com>
788 * decl.cs: Better overload ctor collision error message.
790 2009-06-05 Jb Evain <jbevain@novell.com>
792 * driver.cs (EmbededResource): avoid using an internal method
793 in gmcs to embed manifest resources.
795 2009-06-04 Sebastien Pouliot <sebastien@ximian.com>
797 * generic.cs, parameter.cs: Avoid using 'var' so we can bootstrap
798 the compiler from older mono versions (like moon's bots)
800 2009-06-04 Marek Safar <marek.safar@gmail.com>
802 * namespace.cs (LookupTypeReflection): Ignore collisions between
805 2009-06-04 Marek Safar <marek.safar@gmail.com>
807 * codegen.cs: Enabled generic type forwarders.
809 2009-06-04 Marek Safar <marek.safar@gmail.com>
811 * dmcs.*: Add another version of SRE compiler.
813 2009-06-03 Marek Safar <marek.safar@gmail.com>
815 * generic.cs, typemanager.cs, parameter.cs, convert.cs,
816 generic-mcs.cs: Fixed variant type conversions.
818 2009-06-02 Marek Safar <marek.safar@gmail.com>
820 A fix for bug #507863
821 * codegen.cs: Fixes a crash on invalid string value attribute.
823 2009-06-01 Marek Safar <marek.safar@gmail.com>
825 A fix for bug #508334
826 * typemanager.cs, parameter.cs, convert.cs, expression.cs, ecore.cs,
827 cs-parser.jay: Fully import __arglist modifier.
829 2009-05-29 Marek Safar <marek.safar@gmail.com>
831 * generic.cs, typemanager.cs, parameter.cs, ecore.cs, class.cs,
832 delegate.cs, generic-mcs.cs: Rewrote type variance checks to
833 actually work with closed generic types.
835 2009-05-27 Alan McGovern <amcgovern@novell.com>
837 * class.cs, decl.cs, delegate.cs, parameter.cs:
838 Fix the build by replacing the use of 'var' with the actual type.
840 2009-05-27 Marek Safar <marek.safar@gmail.com>
842 * generic.cs, parameter.cs, decl.cs, ecore.cs, class.cs, delegate.cs
843 cs-parser.jay, generic-mcs.cs: Report wrong variant types
846 * driver.cs, rootcontext.cs, report.cs: Add 3.0 language version
849 2009-05-26 Rodrigo Kumpera <rkumpera@novell.com>
850 Marek Safar <marek.safar@gmail.com>
852 A fix for bug #377509
853 * parameter.cs: Use predefined and not empty name for implicit
856 2009-05-21 Marek Safar <marek.safar@gmail.com>
858 * class.cs: Don't report wrong warnings for event fields.
860 2009-05-21 Marek Safar <marek.safar@gmail.com>
862 A fix for bug #504667
863 * class.cs: Check for static class using parent container instead of
866 2009-05-08 Marek Safar <marek.safar@gmail.com>
868 A fix for bug #496922
869 * expression.cs: Always use temporary variable when using object
872 2009-04-28 Marek Safar <marek.safar@gmail.com>
874 A fix for bug #495112
875 * class.cs (IsUnmanagedType): Handle recursive unmanaged types using
878 2009-04-27 Miguel de Icaza <miguel@novell.com>
880 * driver.cs: Add a flag to work as a replacement for CSC in VS.
882 2009-04-24 Miguel de Icaza <miguel@novell.com>
884 * complete.cs: No idea how gonzalo got a null in the list, but
887 2009-04-24 Miguel de Icaza <miguel@novell.com>
889 * complete.cs (CompletionElementInitializer): New completion class
890 to support completing inside a C# 3 element initializer, so this
891 allows completion for Silverlight situations where it is very
894 new TextBlock () { Fo<TAB>
896 (CompletionSimpleName): Expose the prefix that was
897 passed to the simple name.
899 * cs-parser.jay (object_or_collection_initializer): Add support
900 for element_initializers.
902 * expression.cs (CollectionOrObjectInitializers.DoResolve):
903 special case completion expressions as this method aggressively
904 collects data before it operates, and errors were being thrown
905 earlier than we were able to complete.
907 2009-04-23 Miguel de Icaza <miguel@novell.com>
909 * eval.cs: Make getcompletions silent and enable debugging output
910 if the -v option is passed.
912 * namespace.cs (NamespaceEntry.CompletionGetTypesStartingWith):
913 Consider looking up the namespace that matches the prefix being
916 This is part of the support for allowing completions like:
917 `System.Co<TAB>' to complete to System.Console.
919 * complete.cs (CompletionSimpleName.AppendResults): Make this
922 2009-04-21 Raja R Harinath <harinath@hurrynot.org>
924 * cs-parser.jay (GetTokenName): Mark GENERATE_COMPLETION and
925 COMPLETE_COMPLETION as internal.
927 2009-04-17 Miguel de Icaza <miguel@novell.com>
929 * complete.cs: Include namespace resolution in simple names as
930 well as global types and types in the using scope in the
933 * namespace.cs: Supporting infrastrcture to provide completions
934 based on the current using scope.
936 * eval.cs: Introduce an entry point that allows for initialization
937 to return a list of the files passed on the command line.
939 2009-04-14 Marek Safar <marek.safar@gmail.com>
941 A fix for bug #494243
942 * report.cs (SymbolRelatedToPreviousError): Fixed NRE.
944 2009-04-13 Marek Safar <marek.safar@gmail.com>
946 A fix for bug #493887
947 * statement.cs: Don't skip string multi-section with default or
948 null label when populating string hashtable.
950 2009-04-06 Marek Safar <marek.safar@gmail.com>
952 A fix for bug #492329
953 * expression.cs (New): Load variable when assigning type parameter
956 2009-04-06 Marek Safar <marek.safar@gmail.com>
958 A fix for bug #488960
959 * decl.cs: Compare MVAR types using non-null values.
961 2009-03-27 Marek Safar <marek.safar@gmail.com>
963 * typemanager.cs, expression.cs: Removed unused nullable checks.
965 2009-03-27 Marek Safar <marek.safar@gmail.com>
967 * *.cs: Removed some gmcs conditionals.
969 2009-03-26 Marek Safar <marek.safar@gmail.com>
971 * generic.cs, support.cs: Moved generics stuff out of support.cs
973 2009-03-24 Marek Safar <marek.safar@gmail.com>
975 * ecore.cs, expression.cs: Use queried type for MethodGroupExpr
978 2009-03-23 Marek Safar <marek.safar@gmail.com>
980 * attribute.cs: Consider all members for error reporting when
981 checking named arguments.
983 2009-03-23 Marek Safar <marek.safar@gmail.com>
985 A fix for bug #487625
986 * namespace.cs: Use a warning for all predefined type conflicts.
988 2009-03-23 Marek Safar <marek.safar@gmail.com>
990 A fix for bug #485706
991 * statement.cs: Explicitly type catch type argument to pass verifier
994 2009-03-22 Miguel de Icaza <miguel@novell.com>
996 Initial support to provide code completion facilities to consumers
997 of the evaluator API.
999 * cs-tokenizer.cs (CompleteOnEOF): this new property is used to
1000 support the completion engine. When we reach the end of the
1001 input stream instead of returning EOF, when this flag is true the
1002 tokenizer instead produces:
1004 One GENERATE_COMPLETION token: this token then must be
1005 handled in the grammar at every point where the user
1006 would likely request a completion.
1008 As many COMPLETE_COMPLETION tokens as necessary. These
1009 tokens are generated to assist the parser in unwinding and
1010 producing a valid parse tree.
1012 The parser rules do not have to be perfect, the parser needs to be
1013 augmented with judicious use of GENERATE_COMPLETION tokens to
1014 improve the areas where we can provide completion and the parser
1015 needs to add support for COMPLETE_COMPLETION tokens in productions
1018 It is common to not have enough support for COMPLETE_COMPLETION
1019 under certain rules and that even if we generated the
1020 GENERATE_COMPLETION token that the resulting tree will be invalid
1021 due to the missing rules that support COMPLETE_COMPLETION.
1023 The final EOF token is produced by having the parser notify the
1024 tokenizer when it reaches the root production that the next token
1027 * support.cs (CompletionResult): New Exception. This exception
1028 is thrown to return the completion results when one of the special
1029 completion expressions is reached.
1031 This exception is thrown by the completing ExpressionStatements
1032 classes that live in complete.cs
1034 * complete.cs (CompletingExpression): a new base class for
1035 completing expressions. This derives from the
1036 ExpressionStatement class and not from Expression as it allows
1037 completion to happen not only where expressions are expected in
1038 the grammar, but also where statements are expected.
1040 (CompletionSimpleName): A new class used to provide completions
1041 for SimpleNames. This currently only resolves to local
1042 variables from the evaluator context (GetVars call).
1044 (CompletionMemberAccess): Implements support for completing member
1047 * cs-parser.jay: Add support for completion in a few places.
1049 * eval.cs (GetCompletions): New public API for the evaluator that
1050 returns a list of possible completions given the input. The
1051 return value is an array of completions
1053 * anonymous.cs (Compatible): If the exception thrown from the
1054 resolved expression is a CompletionResult exception let that one
1055 through instead of printing a diagnostic error in the try/catch.
1057 2009-03-22 Miguel de Icaza <miguel@novell.com>
1061 * driver.cs (Main): Use Environment.Exit to quit quickly and
1062 prevent the compiler from doing the usual wait for helper thread
1065 This is to prevent a slowdown that was reported by Gonzalo on
1068 2009-03-19 Marek Safar <marek.safar@gmail.com>
1070 * ecore.cs: Load build-in types directly instead of accessing
1073 2009-03-18 Marek Safar <marek.safar@gmail.com>
1075 * ecore.cs: Always use unbox.any when available.
1077 2009-03-18 Marek Safar <marek.safar@gmail.com>
1079 * class.cs: Always set TypeAttributes.BeforeFieldInit conditionally.
1081 2009-03-17 Marek Safar <marek.safar@gmail.com>
1083 * generic.cs: Removed obsolete version of type inference.
1085 2009-03-16 Marek Safar <marek.safar@gmail.com>
1087 * typemanager.cs, decl.cs, roottypes.cs, anonymous.cs, nullable.cs,
1088 expression.cs, rootcontext.cs, namespace.cs, ecore.cs, class.cs,
1089 delegate.cs, flowanalysis.cs, cs-parser.jay, driver.cs,
1090 attribute.cs, codegen.cs: Changed RootTypes to be ModuleContainer.
1092 2009-03-11 Marek Safar <marek.safar@gmail.com>
1094 A fix for bug #482996
1095 * anonymous.cs: Make sure we are not infering return type when
1096 checking type compatibility.
1098 2009-03-11 Marek Safar <marek.safar@gmail.com>
1100 * typemanager.cs, generic.cs, parameter.cs, decl.cs, const.cs,
1101 rootcontext.cs, namespace.cs, class.cs, delegate.cs, driver.cs,
1102 generic-mcs.cs, attribute.cs, codegen.cs: Maintain predefined
1103 attributes in their own structure. Needed when accessing their
1104 properties before they are resolved.
1106 2009-03-09 Marek Safar <marek.safar@gmail.com>
1108 * cs-tokenizer.cs: Optimized GetKeyword using an array instead of
1109 hashtable (~10x faster).
1111 * driver.cs: Removed wrong Reset.
1113 2009-03-08 Marek Safar <marek.safar@gmail.com>
1115 * class.cs: Use correct common base type for unmanaged delayed
1118 * rootcontext.cs: Wrap unhandled exception.
1120 2009-03-06 Raja R Harinath <harinath@hurrynot.org>
1122 Make SeekableStreamReader self-tuning and arbitrarily seekable
1123 * support.cs (SeekableStreamReader.ResetStream): New. Allocates
1125 (SeekableStreamReader.Position.set): Use it. Simplify logic
1126 which, as a side-effect, makes it arbitrarily-seekable. Tune the
1127 buffer size when the stream needs to be re-read from the beginning.
1129 2009-03-05 Marek Safar <marek.safar@gmail.com>
1131 A fix for bug #480100
1132 * parameter.cs: A parameter is not hoisted when used directly as ET.
1134 2009-03-04 Marek Safar <marek.safar@gmail.com>
1136 * statement.cs: Fixed an issue when using variable is of interface
1139 2009-03-03 Marek Safar <marek.safar@gmail.com>
1141 A fix for bug #480319
1142 * report.cs, driver.cs: Support -warnaserror-:<warning list> option.
1144 2009-03-03 Marek Safar <marek.safar@gmail.com>
1146 A fix for bug #480867
1147 * typemanager.cs, expression.cs, ecore.cs: Changed method group
1148 expression to have no valid type.
1150 2009-03-03 Marek Safar <marek.safar@gmail.com>
1152 A fix for bug #481258
1153 * class.cs: Set extension method flag in partial container.
1155 2009-03-03 Marek Safar <marek.safar@gmail.com>
1157 * statement.cs, typemanager.cs: Use expression for StringEmitter.
1159 * attribute.cs: Add sanity check.
1161 2009-02-27 Marek Safar <marek.safar@gmail.com>
1163 * class.cs: Add external constructor error.
1165 2009-02-26 Marek Safar <marek.safar@gmail.com>
1167 A fix for bug #475354
1168 * convert.cs, nullable.cs, expression.cs, statement.cs: Emit
1169 correctly user defined nullable equality operators.
1171 2009-02-25 Marek Safar <marek.safar@gmail.com>
1173 A fix for bug #479532
1174 * expression.cs: Implement NewInitialize::AddressOf.
1176 2009-02-25 Marek Safar <marek.safar@gmail.com>
1178 A fix for bug #413633
1179 * expression.cs: Iterate all base class-constraint types.
1181 2009-02-24 Marek Safar <marek.safar@gmail.com>
1183 A fix for bug #479209
1184 * literal.cs: Mutate null underlying type.
1186 2009-02-24 Marek Safar <marek.safar@gmail.com>
1188 A fix for bug #476295
1189 * convert.cs: Avoid wrapping implicitly convertible reference type.
1191 2009-02-23 Marek Safar <marek.safar@gmail.com>
1193 * iterators.cs: Create MemberName correctly.
1195 2009-02-23 Marek Safar <marek.safar@gmail.com>
1197 A fix for bug #478655
1198 * literal.cs: Check also underlying null type conversion.
1200 2009-02-21 Marek Safar <marek.safar@gmail.com>
1202 * generic.cs, ecore.cs, class.cs: Removed redundant AsAccessible.
1204 2009-02-20 Marek Safar <marek.safar@gmail.com>
1206 A fix for bug #477447
1207 * statement.cs: Add reference to correct parent storey when this
1208 is accessible from deep children storey (more than 1 level).
1210 2009-02-19 Marek Safar <marek.safar@gmail.com>
1212 A fix for bug #475860 by David Mitchell <dmitchell@logos.com>
1213 * class.cs: Define base type members before setting up member cache.
1215 2009-02-18 Marek Safar <marek.safar@gmail.com>
1217 A fix for bug #477378
1218 * nullable.cs, expression.cs, statement.cs: More precise null type
1221 2009-02-18 Marek Safar <marek.safar@gmail.com>
1223 A fix for bug #472805
1224 * typemanager.cs, namespace.cs: Import only visible extension method
1227 2009-02-18 Marek Safar <marek.safar@gmail.com>
1229 A fix for bug #476895
1230 * attribute.cs: Use correct resolve context for attribute type.
1232 2009-02-18 Marek Safar <marek.safar@gmail.com>
1234 A fix for bug #476266
1235 * anonymous.cs: Mutate multi-dimensional arrays.
1237 2009-02-18 Marek Safar <marek.safar@gmail.com>
1239 A fix for bug #476400
1240 * statement.cs, expression.cs: Removed wrong Dispose optimization.
1242 2009-02-18 Marek Safar <marek.safar@gmail.com>
1244 A fix for bug #476811
1245 * generics.cs: Fixed null-literal check.
1247 2009-02-17 Marek Safar <marek.safar@gmail.com>
1249 * typemanager.cs, convert.cs, flowanalysis.cs, driver.cs,
1250 expression.cs, ecore.cs, rootcontext.cs, eval.cs, class.cs: More
1251 messing with static variables.
1253 2009-02-16 Marek Safar <marek.safar@gmail.com>
1255 A fix for bug #475965
1256 * generics.cs: Check generic parameter type after extracting from
1259 2009-02-16 Marek Safar <marek.safar@gmail.com>
1261 A fix for bug #475823
1262 * convert.cs, expression.cs, literal.cs, ecore.cs, cfold.cs: Add
1265 2009-02-14 Marek Safar <marek.safar@gmail.com>
1267 * modifiers.cs, decl.cs, ecore.cs, class.cs, flowanalysis.cs:
1268 Simplified event field definition using backing field and not
1269 field builder directly.
1271 * expression.cs (EmitLdArg): Optimize fast paths.
1273 2009-02-13 Marek Safar <marek.safar@gmail.com>
1275 A fix for bug #475327
1276 * expression.cs (ArrayCreation): Don't mutate values optimized away.
1278 2009-02-13 Marek Safar <marek.safar@gmail.com>
1280 A fix for bug #475342
1281 * cs-parser.jay: Using 'super' instead of 'base' to call base
1282 constructor crashes compiler.
1284 2009-02-13 Marek Safar <marek.safar@gmail.com>
1286 A fix for bug #475354
1287 * expression.cs (Constantify): Add nullable types.
1289 * const.cs (EmitDecimalConstant): Avoid explicit cast.
1291 2009-02-12 Marek Safar <marek.safar@gmail.com>
1293 A fix for bug #475246
1294 * expression.cs: More broken flowanalysis hacking needed.
1296 2009-02-12 Marek Safar <marek.safar@gmail.com>
1298 * attribute.cs: Compare only ref/out array modifiers.
1300 2009-02-11 Marek Safar <marek.safar@gmail.com>
1302 * statement.cs: Use member cache when looking for foreach members.
1304 2009-02-11 Marek Safar <marek.safar@gmail.com>
1306 * expression.cs: Don't expose internal initializer types.
1308 * statement.cs: Check also explicit conversions for goto case.
1310 2009-02-11 Marek Safar <marek.safar@gmail.com>
1312 * convert.cs, statement.cs: Removed usage of IsAssignableFrom.
1314 2009-02-10 Marek Safar <marek.safar@gmail.com>
1316 * *.cs: Replace null-type with NullLiteral where appropriate.
1318 2009-02-09 Marek Safar <marek.safar@gmail.com>
1320 * expression.cs: Initializer of reference argument use temporary
1321 variable to be verifiable.
1323 * parameter.cs: Share EmitLdArg.
1325 2009-02-09 Marek Safar <marek.safar@gmail.com>
1327 A fix for bug #473559
1328 * class.cs: Fixed: Not reporting error about nested class with the
1331 2009-02-06 Scott Peterson <lunchtimemama@gmail.com>
1333 Contributed under the MIT/X11 license.
1335 * generic.cs: Added VerifyVariantTypeParameters which performs new
1336 variance verification logic. The old logic, based on the spec, was
1337 wrong because the spec is full of LIES!
1339 * generic-mcs.cs: Stubbed out the VerifyVariantTypeParameters method.
1341 *typemanager.cs: Moved variance verification logic to GenericTypeExpr.
1344 * ecore.cs: Added calls to the new variance verification logic.
1347 * delegate.cs: Removed calls to the old variance verification logic.
1349 2009-02-06 Marek Safar <marek.safar@gmail.com>
1351 * delegate.cs: Use cached Invoke method directly.
1353 2009-02-06 Marek Safar <marek.safar@gmail.com>
1355 * expression.cs: Emit expression tree for hoisted variable access.
1357 2009-02-04 Marek Safar <marek.safar@gmail.com>
1359 * namespace.cs: Add better extension class check.
1361 2009-02-05 Scott Peterson <lunchtimemama@gmail.com>
1363 * generic.cs: Fixed typeo (TypeParameter.Variacne).
1365 2009-02-04 Scott Peterson <lunchtimemama@gmail.com>
1367 This patch adds initial generic variance support to the compiler.
1368 It is contributed under the MIT/X11 license.
1370 * typemanager.cs: Modified ImplementsInterface to check variance.
1371 Added VerifyVariantTypeParameters which checks the specified type to see
1372 if it uses a variant type parameter as a type argument (which is not
1373 allowed). Added IsVariantOf which determins if the first type is a
1374 variant of the second. NOTE: This only supports reference types at
1375 the moment to conform with the current level of VM support. When the
1376 VM supports value types, this will follow step.
1378 * generic.cs: Added the Variance enum. Added a Variance property to
1379 TypeParameter and added variance support to definition phase. Added a
1380 Variance property to TypeParameterName. Also check to make sure that
1381 no variant types appear in generic method parameters.
1383 * cs-tokenizer.cs: Modified parse_less_than to tokenize the variance
1384 keywords if the langversion supports it.
1386 * parameter.cs: Added Parameter.VerifyNoVariantTypeParameters to ensure
1387 that variant types are only used in legal positions. Also added
1388 ParametersCompiled.VerifyNoVariantTypeParameters to check all of its
1391 * decl.cs: Construct TypeParameter with the variance information.
1393 * convert.cs: Checks variance in ImplicitReferenceConversionExists
1394 and ImplicitConversionStandard.
1396 * rootcontext.cs: Added new "Future" language version.
1398 * class.cs: In TypeContainer.DoDefineMembers, ensure that contravariant
1399 type parameters are not used as type arguments in interface inheritance.
1400 In MemberBase.DoMemberDependentChecks, ensure that contravariant type
1401 parameters are not used as method return types. In MemberBase.
1402 ResolveMemberType, ensure that variant type parameters are not used
1403 as type arguments. Also call VerifyNoVariantTypeParameters on every
1404 set of parameters which are resolved.
1406 * delegate.cs: Modified Delegate.Define to ensure that variant
1407 parameters are not used as type arguments and that a contravariant
1408 parameter is not used as the return type. Also call
1409 VerifyNoVariantTypeParameters on the delegate parameters.
1411 * cs-parser.jay: Modified grammar to support "in" and "out" keywords
1412 to specify generic variance.
1414 * driver.cs: Added support for LanguageVersion.Future in the form of
1415 "-langversion:future".
1417 * generic-mcs.cs: Stubbed out new members in generic.cs.
1419 2009-02-03 Marek Safar <marek.safar@gmail.com>
1421 * class.cs, generic.cs: Emit type parameter constraints for nested
1424 2009-02-02 Marek Safar <marek.safar@gmail.com>
1426 A fix for bug #471213
1427 * class.cs: Avoid emitting backing field for abstract event fields.
1429 2009-02-01 Marek Safar <marek.safar@gmail.com>
1431 A fix for bug #359731
1432 * cs-tokenizer.cs, cs-parser.jay: Correctly parse nested query
1435 2009-01-30 Marek Safar <marek.safar@gmail.com>
1437 A fix for bug #470767
1438 * statement.cs: Introduced BlockScopeExpression, needed when
1439 expression tree conversion has to emit scope variables.
1441 2009-01-29 Marek Safar <marek.safar@gmail.com>
1443 * class.cs: Remove duplicate CallingConvention.
1445 2009-01-29 Marek Safar <marek.safar@gmail.com>
1447 *.cs: Rename Parameters to ParametersCompiled and ParametersImported
1448 when I finally found the right naming convention.
1450 2009-01-29 Marek Safar <marek.safar@gmail.com>
1452 * cs-tokenizer.cs: Put back different open parens optimization.
1454 2009-01-28 Marek Safar <marek.safar@gmail.com>
1456 A fix for bug #470227
1457 * cs-tokenizer.cs: Remove too agressive parser optimization.
1459 2009-01-28 Marek Safar <marek.safar@gmail.com>
1461 A fix for bug #324319
1462 * class.cs: Remove too early base type resolve.
1464 2009-01-27 Marek Safar <marek.safar@gmail.com>
1466 A fix for bug #324319
1467 * ecore.cs: Explicitly type null when assigning to type argument to
1468 make pass verifier check.
1470 2009-01-27 Marek Safar <marek.safar@gmail.com>
1472 * anonymous.cs: Fixed recent regression when initializing captured
1475 2009-01-26 Marek Safar <marek.safar@gmail.com>
1477 A fix for bug #469019
1478 * anonymous.cs: Use all parent type parameters when instantiating
1479 nested generic storey.
1481 2009-01-26 Marek Safar <marek.safar@gmail.com>
1483 * expression.cs: Check for null instance methodgroup expression.
1485 2009-01-26 Marek Safar <marek.safar@gmail.com>
1487 A fix for bug #469244
1488 * cs-tokenizer.cs, cs-parser.jay: Fixed parsing of nullable type
1489 instance inside a conditional expression.
1491 2009-01-23 Marek Safar <marek.safar@gmail.com>
1493 * typemanager.cs, generic.cs, parameter.cs, decl.cs, anonymous.cs,
1494 expression.cs, report.cs, ecore.cs, attribute.cs: Use common
1495 GetElementType and HasElementType. IsValueType clean up.
1497 2009-01-23 Marek Safar <marek.safar@gmail.com>
1499 * nullable.cs: Use common EmitCall.
1501 * expression.cs: Emit constraint. for virtual calls only.
1503 2009-01-23 Marek Safar <marek.safar@gmail.com>
1505 * typemanager.cs, generic.cs, eval.cs, convert.cs, const.cs,
1506 expression.cs, statement.cs, rootcontext.cs, ecore.cs, class.cs,
1507 driver.cs, attribute.cs, enum.cs: Split IsValueType and IsStruct
1510 2009-01-22 Jb Evain <jbevain@novell.com>
1512 * anonymous.cs: make anonymous types' ToString implementation
1513 match what csc outputs.
1515 2009-01-21 Marek Safar <marek.safar@gmail.com>
1517 * typemanager.cs, ecore.cs, iterator.cs: TypeLookupExpression clean
1520 2009-01-17 Marek Safar <marek.safar@gmail.com>
1522 * convert.cs, ecore.cs: Explicitly casts type arguments to pass
1525 2009-01-16 Marek Safar <marek.safar@gmail.com>
1527 * nullable.cs (LiftedBinaryOperator): Check for all possible null
1530 2009-01-15 Marek Safar <marek.safar@gmail.com>
1532 A fix for bug #466634
1533 * statement.cs: Add reference for nested storey when only this
1536 2009-01-15 Marek Safar <marek.safar@gmail.com>
1538 A fix for bug #466474
1539 * codegen.cs: Emit SecurityPermissionAttribute when -unsafe option
1542 2009-01-15 Marek Safar <marek.safar@gmail.com>
1544 * iterators.cs, anonymous.cs, expression.cs, statement.cs, ecore.cs:
1545 Fixed nested stories parent referencing process. Also fixes #463985.
1547 2009-01-06 Marek Safar <marek.safar@gmail.com>
1549 * decl.cs, iterators.cs, expression.cs, statement.cs, doc.cs,
1550 class.cs, cs-parser.jay, codegen.cs: Clean up destructor
1551 implementation. Also fixes #463108.
1553 2009-01-05 Marek Safar <marek.safar@gmail.com>
1555 A fix for bug #416109
1556 * decl.cs: Issue correct CLSAttribute warning location.
1558 2009-01-05 Marek Safar <marek.safar@gmail.com>
1560 A fix for bug #456775
1561 * attribute.cs: Use attribute owner scope when resolving attribute
1564 2009-01-05 Marek Safar <marek.safar@gmail.com>
1566 A fix for bug #457257
1567 * decl.cs: Fixed incorrect member declaring type comparison.
1569 2009-01-05 Marek Safar <marek.safar@gmail.com>
1571 A fix for bug #460896
1572 * driver.cs: Handle /RES resources as embeddable.
1574 2009-01-05 Marek Safar <marek.safar@gmail.com>
1576 A fix for bug #462515
1577 * ecore.cs: Report inacessible members upwards.
1579 2009-01-05 Marek Safar <marek.safar@gmail.com>
1581 A fix for bug #463190, #463192
1582 * decl.cs, namespace.cs: Also import internal extension classes.
1584 2009-01-04 Marek Safar <marek.safar@gmail.com>
1586 A fix for bug #463415
1587 * generic.cs: Use right index for RemoveDependentTypes.
1589 2009-01-02 Marek Safar <marek.safar@gmail.com>
1591 A fix for bug #463196
1592 * expression.cs: Fixed enum to null comparison.
1594 2009-01-02 Marek Safar <marek.safar@gmail.com>
1596 A fix for bug #463121
1597 * nullable.cs: Fixed nullable user equality operator comparison.
1599 2009-01-02 Marek Safar <marek.safar@gmail.com>
1601 A fix for bug #462950
1602 * class.cs, decl.cs: Use full explicit name when defining automatic
1603 property backing field.
1605 2009-01-02 Marek Safar <marek.safar@gmail.com>
1607 A fix for bug #462592
1608 * pending.cs: Emit type arguments for generic proxy method.
1610 2008-12-30 Marek Safar <marek.safar@gmail.com>
1612 * expression.cs (As): Mutate all type arguments.
1614 2008-12-29 Marek Safar <marek.safar@gmail.com>
1616 A fix for bug #462622
1617 * anonymous.cs: Resolve anonymous type GetHashCode in unchecked
1620 2008-12-29 Marek Safar <marek.safar@gmail.com>
1622 A fix for bug #450782
1623 * ecore.cs: Consider more variables of form V.I to be fixed.
1625 2008-12-29 Marek Safar <marek.safar@gmail.com>
1627 A fix for bug #460712
1628 * typemanager.cs: Core types could be imported.
1630 2008-12-28 Marek Safar <marek.safar@gmail.com>
1632 A fix for bugs #460847, #460772, #458049, #457339, #447807
1633 * generic.cs, parameter.cs, lambda.cs, linq.cs, anonymous.cs
1634 statement.cs, ecore.cs, class.cs, delegate.cs, flowanalysis.cs
1635 cs-parser.jay, driver.cs: LINQ implementation upgrade to deal with
1636 user lambdas used inside query clauses.
1638 2008-12-18 Marek Safar <marek.safar@gmail.com>
1640 A fix for bug #460229
1641 * cs-tokenizer.cs: Ignore wrongly placed BOM markers.
1643 2008-12-18 Marek Safar <marek.safar@gmail.com>
1645 A fix for bug #459952
1646 * decl.cs, namespace.cs: Use common CheckAccessLevel.
1648 2008-12-18 Marek Safar <marek.safar@gmail.com>
1650 A fix for bug #459630
1651 * convert.cs: Enum to valuetype conversion is not allowed.
1653 2008-12-18 Marek Safar <marek.safar@gmail.com>
1655 A fix for bug #457087
1656 * generic.cs: Don't crash when constraint comes from type
1659 2008-12-16 Marek Safar <marek.safar@gmail.com>
1661 A fix for bug #459221
1662 * anonymous.cs, statement.cs: Delay only captured this
1665 2008-12-12 Marek Safar <marek.safar@gmail.com>
1667 A fix for bug #457489
1668 * anonymous.cs, statement.cs: Split anonymous storey instantiation
1669 and initialization to capture scope initializers correctly.
1671 2008-12-11 Marek Safar <marek.safar@gmail.com>
1673 * generic.cs, parameter.cs, expression.cs, statement.cs, doc.cs:
1674 ParameterReference refactoring.
1676 2008-12-03 Marek Safar <marek.safar@gmail.com>
1678 * typemanager.cs, namespace.cs, driver.cs: Allow ExtensionAttribute
1679 to be imported from any assembly.
1681 2008-12-03 Marek Safar <marek.safar@gmail.com>
1683 * parameter.cs, lambda.cs, linq.cs, iterators.cs, anonymous.cs
1684 statement.cs, class.cs, cs-parser.jay: Removed duplicate parameters
1685 from anonymous method and lambda expression.
1687 2008-12-01 Marek Safar <marek.safar@gmail.com>
1689 A fix for bug #448560
1690 * expression.cs (As): Box any generic type arguments to be
1693 2008-11-29 Raja R Harinath <harinath@hurrynot.org>
1695 Add tripwire for implicit conversion bugs
1696 * ecore.cs (MethodGroupExpr.Error_ArgumentCountWrong): New helper
1698 (MethodGroupExpr.OverloadResolve): Add sanity check between
1699 IsApplicable and VerifyArgumentsCompat.
1700 (VerifyArgumentsCompat): Report CS1501 where appropriate.
1702 2008-11-29 Raja R Harinath <harinath@hurrynot.org>
1704 Fix build break in System.Data_test
1705 * convert.cs (ImplicitConversionExists): Move NullLiteral
1707 (ImplicitStandardConversionExists): ... here.
1709 2008-11-28 Marek Safar <marek.safar@gmail.com>
1711 * literal.cs: Emit correctly explicit null to nullable cast.
1713 2008-11-28 Marek Safar <marek.safar@gmail.com>
1715 * ecore.cs, generics.cs: Fixed crash when type arguments fail to
1718 2008-11-28 Marek Safar <marek.safar@gmail.com>
1720 A fix for bug #449005
1721 * convert.cs, nullable.cs: Use only one implicit nullable
1724 2008-11-27 Marek Safar <marek.safar@gmail.com>
1726 * convert.cs, literal.cs: More Convert cleanup is needed.
1728 2008-11-27 Marek Safar <marek.safar@gmail.com>
1730 * decl.cs, class.cs: Fixed misleading error message.
1732 2008-11-26 Marek Safar <marek.safar@gmail.com>
1734 A fix for bug #449005
1735 * nullable.cs (EmitEquality): Disable optimization for user operator
1738 2008-11-25 Marek Safar <marek.safar@gmail.com>
1740 A fix for bug #447027
1741 * anonymous.cs (HoistedVariable): Cache also outer access to deal
1742 with context variables stored as expression instances.
1744 2008-11-25 Marek Safar <marek.safar@gmail.com>
1746 A fix for bug #447027
1747 * delegate.cs: Fixed delegate VerifyMethod logic.
1749 2008-11-24 Marek Safar <marek.safar@gmail.com>
1751 * ecore.cs, delegate.cs: MethodGroup expressions can be applicable
1754 2008-11-21 Marek Safar <marek.safar@gmail.com>
1756 * typemanager.cs, decl.cs, anonymous.cs, class.cs, enum.cs: Rewrote
1757 member type resolve to follow normal flow, instead of random
1760 2008-11-21 Marek Safar <marek.safar@gmail.com>
1762 * iterators.cs (GetEnumeratorStatement): Re-use already resolved
1765 2008-11-21 Marek Safar <marek.safar@gmail.com>
1767 * const.cs: Emit decimal array constant as literal.
1769 2008-11-20 Marek Safar <marek.safar@gmail.com>
1771 * iterators.cs, ecore.cs: Removed CurrentBlock statement.
1773 2008-11-19 Marek Safar <marek.safar@gmail.com>
1775 * eval.cs, location.cs, driver.cs (Location.SourceFiles): Turned
1776 into real property (saves 8 MB for corlib compilation).
1778 2008-11-19 Marek Safar <marek.safar@gmail.com>
1780 * generic.cs, lambda.cs, linq.cs, iterators.cs, anonymous.cs,
1781 nullable.cs, expression.cs, statement.cs, ecore.cs, cs-parser.jay
1782 generic-mcs.cs: Small cleanup of TypeArguments.
1784 2008-11-18 Marek Safar <marek.safar@gmail.com>
1786 * generic.cs, iterators.cs, anonymous.cs, nullable.cs, ecore.cs,
1787 expression.cs, namespace.cs, generic-mcs.cs, class.cs: Small cleanup
1788 of ConstructedType expression, renamed to GenericTypeExpr.
1790 2008-11-17 Marek Safar <marek.safar@gmail.com>
1792 A fix for bug #445303
1793 * location.cs (IsConditionalDefined): Handle undefined global
1796 2008-11-17 Marek Safar <marek.safar@gmail.com>
1798 A fix for bug #444678
1799 * expression.cs (TryReduceConstant): Always create new constant
1802 2008-11-17 Marek Safar <marek.safar@gmail.com>
1804 A fix for bug #444673
1805 * ecore.cs: Ignore open generic types when used as generic type
1808 2008-11-17 Marek Safar <marek.safar@gmail.com>
1810 A fix for bug #445458
1811 * expression.cs, cs-parser.jay: Don't crash when an expression
1814 2008-11-17 Marek Safar <marek.safar@gmail.com>
1816 A fix for bug #445464
1817 * expression.cs, cs-parser.jay: Fixed typeof of non-generic type
1818 inside unbound type.
1820 2008-11-14 Jb Evain <jbevain@novell.com>
1822 * driver.cs: ignore empty -nowarn argument such as
1823 the one in -nowarn:12,13,,.
1825 2008-11-13 Marek Safar <marek.safar@gmail.com>
1827 A fix for bug #444271
1828 * anonymous.cs: Rescan parent storeys when best candidate was
1831 2008-11-13 Marek Safar <marek.safar@gmail.com>
1833 * generic.cs, expression.cs, ecore.cs, cs-parser.jay: Removed
1834 useless UnboundTypeExpression.
1836 * attribute.cs: Do check obsolete attribute on generic types.
1838 2008-11-12 Marek Safar <marek.safar@gmail.com>
1840 A fix for bugs #425680, #400139
1841 * ecore.cs, expression.cs: Trying to do some almost_matched_members
1844 2008-11-11 Marek Safar <marek.safar@gmail.com>
1846 A fix for bug #435747
1847 * assign.cs, expression.cs: Cleanup New assignment to emit correcly
1848 compound value types assignment. Few micro optimizations added.
1850 2008-11-10 Marek Safar <marek.safar@gmail.com>
1852 A fix for bug #442610
1853 * anonymous.cs (MutateConstructor): More SRE hacking.
1855 2008-11-10 Marek Safar <marek.safar@gmail.com>
1857 A fix for bug #442579
1858 * ecore.cs: Also initialize expanded form of a method with 1 params
1861 2008-11-06 Marek Safar <marek.safar@gmail.com>
1863 * expression.cs (UnaryMutator): Do early l-side check.
1865 2008-11-05 Miguel de Icaza <miguel@novell.com>
1867 * codegen.cs (InitDynamic): also setup Assembly.Name like we do in
1868 Init, otherwise we would crash later on when checking for friend
1871 * eval.cs: Do not hide errors from invalid calls to LoadAssembly.
1872 Otherwise we never get any meaningful information as to what
1875 2008-11-05 Marek Safar <marek.safar@gmail.com>
1877 A fix for bug #436318
1878 * driver.cs, report.cs: Add -warnaserror:Wn to command line options.
1880 2008-11-05 Miguel de Icaza <miguel@novell.com>
1882 * namespace.cs: Turns out that it was a really bad idea to hide
1883 the errors for namespaces not found here in eval mode.
1885 * eval.cs: When we process using clauses, only enter those into
1886 the list of valid using clauses after they have been validated.
1888 The above change gives the proper semantics: it does not
1889 senselessly report the same errors with broken using statements by
1890 never storing them in the first place when they are invalid.
1892 2008-11-05 Marek Safar <marek.safar@gmail.com>
1894 A fix for bug #421839
1895 * cs-parser.jay: Remove expression from coalesce rule to force lower
1896 priority than the assignment operator.
1898 2008-11-05 Marek Safar <marek.safar@gmail.com>
1900 A fix for bug #437875
1901 * nullable.cs: Compile correctly method group operand used with null
1902 coalescing operator.
1904 2008-11-04 Marek Safar <marek.safar@gmail.com>
1906 A fix for bug #434589
1907 * expression.cs (Binary): Ignore lifted conversions when at least
1908 one operand is of reference type.
1910 2008-11-04 Marek Safar <marek.safar@gmail.com>
1912 * cs-parser.jay: Better syntax error report.
1914 2008-11-03 Marek Safar <marek.safar@gmail.com>
1916 A fix for bug #436792
1917 * cs-parser.jay: Use GetLocation to access location.
1919 2008-11-03 Marek Safar <marek.safar@gmail.com>
1921 A fix for bug #440774
1922 * cs-parser.jay: Also set current_array_type when parsing local
1925 2008-11-03 Marek Safar <marek.safar@gmail.com>
1927 A fix for bug #440785
1928 * expression.cs (As): Don't resolve self modifing expression
1931 2008-11-03 Marek Safar <marek.safar@gmail.com>
1933 A fix for bug #439447
1934 * cs-tokenizer.cs: Tokenize surrogates only where allowed.
1936 2008-11-03 Marek Safar <marek.safar@gmail.com>
1938 A fix for bug #437571
1939 * cs-parser.jay: Fixes internal error for invalid expression
1942 2008-10-17 Marek Safar <marek.safar@gmail.com>
1944 * ecore.cs: Resolve correctly ambiguous params delegate methods.
1946 2008-10-17 Marek Safar <marek.safar@gmail.com>
1948 * generic.cs, anonymous.cs: Simplified GetDeclarations.
1950 2008-10-17 Marek Safar <marek.safar@gmail.com>
1952 * cs-tokenizer.cs: More precise cast parsing.
1954 2008-10-16 Martin Baulig <martin@ximian.com>
1956 * anonymous.cs (AnonymousMethodStorey): Put back the
1957 `hoisted_locals' hashtable and use it in EmitType().
1959 2008-10-15 Marek Safar <marek.safar@gmail.com>
1961 * cs-tokenizer.cs, nullable.cs, expression.cs, statement.cs,
1962 cs-parser.jay: Tokenizer optimizations and memory reduction, saves
1965 2008-10-14 Marek Safar <marek.safar@gmail.com>
1967 * cs-tokenizer.cs: Add bool type to the list of valid cast tokens.
1969 2008-10-14 Marek Safar <marek.safar@gmail.com>
1971 * statement.cs: Mutate scope initializers.
1973 2008-10-14 Marek Safar <marek.safar@gmail.com>
1975 * expression.cs: Use typeless value for This constant.
1977 * ecore.cs: Access FieldInfo via GetConstructedFieldInfo.
1979 2008-10-14 Marek Safar <marek.safar@gmail.com>
1981 * cs-tokenizer.cs, cs-parser.jay: Unify context sensite keyword
1984 2008-10-13 Marek Safar <marek.safar@gmail.com>
1986 * cs-tokenizer.cs: Add missing alias qualifier and dotted generic
1989 2008-10-13 Marek Safar <marek.safar@gmail.com>
1991 * cs-tokenizer.cs, expression.cs, cs-parser.jay: Reworked parens
1992 parser and tokenizer. Fixes many ambiguities including #433258.
1994 2008-10-10 Marek Safar <marek.safar@gmail.com>
1996 * cs-parser.jay: Fixed missing accessor recovery.
1998 2008-10-10 Marek Safar <marek.safar@gmail.com>
2000 A fix for bug #433701
2001 * expression.cs: Better error message.
2003 2008-10-10 Marek Safar <marek.safar@gmail.com>
2005 * cs-parser.jay, expression.cs: Start reporting real parser errors.
2007 * Makefile: Disabled unused debug symbols.
2009 Also fixes: #320556, #321097, #321656, #321876, #351316
2011 2008-10-09 Miguel de Icaza <miguel@novell.com>
2013 * eval.cs: rename "<interactive>" to "{interactive}", to work
2014 around a requirement in the compiler that this be a valid
2015 filename, and in Windows it is not (433886).
2017 2008-10-09 Marek Safar <marek.safar@gmail.com>
2019 * cs-tokenizer.cs, cs-parser.jay: Fixed more subtle parser problems
2021 2008-10-08 Marek Safar <marek.safar@gmail.com>
2023 * cs-tokenizer.cs, eval.cs, anonymous.cs, statement.cs, class.cs
2024 cs-parser.jay: Generic type declaration and type arguments cleanup.
2026 2008-10-05 Marek Safar <marek.safar@gmail.com>
2028 * cs-parser.jay: Allow parsing weird array creation construct.
2030 2008-10-05 Marek Safar <marek.safar@gmail.com>
2032 * cs-parser.jay: Conflicts reduction.
2034 2008-10-04 Marek Safar <marek.safar@gmail.com>
2036 * cs-parser.jay: Conflicts reduction.
2038 2008-10-04 Raja R Harinath <harinath@hurrynot.org>
2041 * flowanalysis.cs (MyBitvector.MakeShared): Rename from 'Shared'
2042 property. Add a 'count' hint about the use of the shared vector.
2043 Ensure that we don't leak out dirty bits.
2044 (UsageVector.MergeChild): Throw away information about variables
2046 Based on patch and analysis by Moritz Kroll <Moritz.Kroll@gmx.de>.
2048 2008-10-03 Marek Safar <marek.safar@gmail.com>
2050 A fix for bug #431746
2051 * iterators.cs, anonymous.cs: Re-initialize hoisted iterator
2052 parameters when iterator is created.
2054 2008-10-03 Marek Safar <marek.safar@gmail.com>
2056 A fix for bug #431827
2057 * expression.cs: Fixed right based pointer arithmetic operations
2060 2008-10-03 Marek Safar <marek.safar@gmail.com>
2062 A fix for bug #353779
2063 * assign.cs, expression.cs: Fixed compound assignment conversions.
2065 2008-10-02 Marek Safar <marek.safar@gmail.com>
2067 A fix for bug #375262
2068 * statement.cs: Refactor ArrayForeach to be usable with string
2069 indexer. Optimized single dimentional arrays foreach.
2071 2008-10-02 Marek Safar <marek.safar@gmail.com>
2073 A fix for bug #431255
2074 * anonymous.cs, expression.cs: Removed broken optimization.
2076 2008-10-01 Marek Safar <marek.safar@gmail.com>
2078 * anonymous.cs: Use full type parameters of parent generic
2079 containers. Removed unnecessary AddParentStoreyReference call.
2081 2008-10-01 Marek Safar <marek.safar@gmail.com>
2083 A fix for bug #324702
2084 * class.cs: Use better shorter names for explicit interface member
2087 * ecore.cs, typemanager.cs: Convert only mscorlib predefined names.
2089 2008-10-01 Marek Safar <marek.safar@gmail.com>
2091 * expression.cs: Use new interface to check fixed expression.
2093 2008-10-01 Marek Safar <marek.safar@gmail.com>
2095 A fix for bug #421101
2096 * expression.cs, statement.cs, ecore.cs: Use IFixedExpression
2097 interface to check for fixed fixed-buffers.
2099 2008-10-01 Marek Safar <marek.safar@gmail.com>
2101 A fix for bug #429264
2102 * assign.cs, anonymous.cs, ecore.cs: More type mutators added.
2104 * delegate.cs: Removed unnecessary casts.
2106 2008-09-30 Marek Safar <marek.safar@gmail.com>
2108 A fix for bug #352151
2109 * decl.cs, iterators.cs, anonymous.cs, report.cs, namespace.cs,
2110 class.cs: Fixed already defined explicit interface members check.
2112 2008-09-29 Rodrigo Kumpera <rkumpera@novell.com>
2114 cs-tokenizer.cs: Fix typo.
2116 2008-09-28 Miguel de Icaza <miguel@novell.com>
2118 * eval.cs (InteractiveBase): The quit command now just sets a
2119 flag, instead of calling Environment.Exit(), it is milder on
2122 CompiledMethod is now in Mono.CSharp, not nested inside
2123 the Evaluator, it was inconvenient to use.
2125 2008-09-27 Miguel de Icaza <miguel@novell.com>
2127 * eval.cs (Evaluator): Introduce Compile method, to allow compiled
2128 code to be invoked without having to reparse.
2130 2008-09-27 Miguel de Icaza <miguel@novell.com>
2132 * ecore.cs: The recent changes to FieldExpr broke this as well.
2133 Fixes LINQ queries in the interactive shell.
2135 * Multiple files: indentation fixing for the Mono coding
2136 guidelines for the switch statement.
2138 * eval.cs: Make the Evaluator API thread safe.
2140 2008-09-26 Marek Safar <marek.safar@gmail.com>
2142 * anonymous.cs, statement.cs, class.cs, cs-parser.jay: Simplified
2143 constructor parsing.
2145 2008-09-26 Marek Safar <marek.safar@gmail.com>
2147 A fix for bug #325326
2148 * statement.cs: Check possible mistaken empty statement using
2149 explicit blocks only.
2151 2008-09-25 Miguel de Icaza <miguel@novell.com>
2153 * eval.cs (LoadAssembly, ReferenceAssembly): Call
2154 RootNamespace.ComputeNamespaces to update the internal list of
2155 namespaces, this is no longer done for us.
2157 (InteractiveBase): Use the Evaluator APIs instead of calling into
2160 2008-09-25 Marek Safar <marek.safar@gmail.com>
2162 A fix for bug #429264
2163 * expression.cs: Missing mutator for access to multidimensional
2166 2008-09-25 Marek Safar <marek.safar@gmail.com>
2168 * class.cs, statement: Emit DebuggerHidden attribute for iterator
2171 * driver.cs: Missing input argument check.
2173 2008-09-25 Marek Safar <marek.safar@gmail.com>
2175 * typemanager.cs, generic.cs, eval.cs, decl.cs, anonymous.cs,
2176 expression.cs, statement.cs, rootcontext.cs, class.cs,
2177 cs-parser.jay, driver.cs, generic-mcs.cs, enum.cs: Removed obsolete
2180 2008-09-24 Miguel de Icaza <miguel@novell.com>
2182 * ecore.cs (FieldExpr): Only initialize eclass when we return a
2183 fully constructed FieldExpr, fixes the regression introduced in
2186 * ecore.cs, expression.cs: Plug back the eclass initialization as
2187 otherwise it regresses `csharp'.
2189 2008-09-24 Marek Safar <marek.safar@gmail.com>
2191 * typemanager.cs, decl.cs, convert.cs, assign.cs, expression.cs,
2192 ecore.cs, attribute.cs: Moved obsolete method checks from emit
2193 phase to resolve phase. It resolves problems with expression trees
2194 and fixes bugs #323796, #325156.
2196 2008-09-23 Marek Safar <marek.safar@gmail.com>
2198 * codegen.cs: Report better error when symbol writer is missing.
2200 2008-09-23 Marek Safar <marek.safar@gmail.com>
2202 * codegen.cs: Set .NET symbol writer.
2204 * decl.cs: Guard against null generic arguments.
2206 * report.cs: Don't report exactly same additional details.
2208 2008-09-22 Marek Safar <marek.safar@gmail.com>
2210 A fix for bug #324917
2211 * cs-parser.jay: Add missing multidimensional non-expression type
2214 2008-09-22 Marek Safar <marek.safar@gmail.com>
2216 A fix for bug #428191
2217 * anonymous.cs: Create an outer generic fields also for non-storey
2220 2008-09-22 Marek Safar <marek.safar@gmail.com>
2222 A fix for bug #378294
2223 * class.cs: Make fixed size buffers gmcs feature only.
2225 2008-09-22 Marek Safar <marek.safar@gmail.com>
2227 A fix for bug #355622, #324993
2228 * assign.cs, const.cs, class.cs: Create new EmitContext for each
2231 2008-09-19 Marek Safar <marek.safar@gmail.com>
2233 * nullable.cs, expression.cs, namespace.cs, delegate.cs: Duplicate
2236 2008-09-19 Marek Safar <marek.safar@gmail.com>
2238 A fix for bug #416110
2239 * generic.cs: Struct constraint results in default ctor and
2240 ValueType base type constraint to be set.
2242 2008-09-19 Marek Safar <marek.safar@gmail.com>
2244 A fix for bug #423791
2245 * generic.cs: Fixed params output type type-inference.
2247 2008-09-19 Marek Safar <marek.safar@gmail.com>
2249 * cs-parser.jay, expression.cs: Fixed few expression crashes.
2251 2008-09-19 Marek Safar <marek.safar@gmail.com>
2253 * cs-tokenizer.cs: Don't break on extra partial modifier.
2255 2008-09-19 Marek Safar <marek.safar@gmail.com>
2257 A fix for bug #427592
2258 * generic.cs: Use common parameter resolve method.
2260 2008-09-18 Marek Safar <marek.safar@gmail.com>
2262 A fix for bug #414758
2263 * expression.cs, ecore.cs: Fixed crash when accessing non-static
2266 2008-09-18 Marek Safar <marek.safar@gmail.com>
2268 * driver.cs, namespace.cs: Read types and namespaces after all
2269 requested assemblies are loaded, fixes issues with System.Core
2270 auto-reference, and #419888.
2272 2008-09-18 Marek Safar <marek.safar@gmail.com>
2274 A fix for bug #417705
2275 * cs-parser.jay: Fixed as/is operator expression split.
2277 2008-09-18 Marek Safar <marek.safar@gmail.com>
2279 * const.cs, expression.cs, statement.cs, ecore.cs, cs-parser.jay:
2280 Fixed expression tree representation of empty new expression and
2281 new initializer expression.
2283 2008-09-18 Miguel de Icaza <miguel@novell.com>
2285 * eval.cs: Remove warning, keep reference to driver around.
2287 * Hide fields that do not need to be public.
2289 2008-09-17 Marek Safar <marek.safar@gmail.com>
2291 A fix for bug #426385
2292 * expression.cs (ImplicitlyTypedArrayCreation): Use full implicit
2293 conversion for array elements.
2295 2008-09-17 Marek Safar <marek.safar@gmail.com>
2297 * expression.cs, statement.cs, class.cs, cs-parser.jay: Fixed
2298 void parsing conflicts.
2300 2008-09-15 Marek Safar <marek.safar@gmail.com>
2302 A fix for bug #425601
2303 * driver.cs, typemanager.cs, namespace.cs: Automatically reference
2304 System.Core only when there is no custom ExtensionAttribute
2307 2008-09-15 Miguel de Icaza <miguel@novell.com>
2309 * namespace.cs: Do not report CS0246 (name
2311 2008-09-12 Marek Safar <marek.safar@gmail.com>
2313 A fix for bug #425669
2314 * generic.cs: Don't cache generic static anonymous method
2317 2008-09-12 Marek Safar <marek.safar@gmail.com>
2319 * generic.cs, class.cs, delegate.cs: Check recursive inherited
2320 conflicting constraints.
2322 2008-09-12 Raja R Harinath <harinath@hurrynot.org>
2324 * cs-tokenizer.cs (consume_identifier): Allow partial methods in
2327 2008-09-12 Marek Safar <marek.safar@gmail.com>
2329 * literal.cs, convert.cs, expression.cs, statement.cs: More null
2330 to null pointer conversion fixes.
2332 2008-09-11 Marek Safar <marek.safar@gmail.com>
2334 * cs-parser.jay, expression.cs: An implicitly typed local variable
2335 declarator cannot use an array initializer.
2337 2008-09-11 Marek Safar <marek.safar@gmail.com>
2339 * cs-parser.jay: Reduced number of printed tokens, add sorting.
2341 2008-09-11 Marek Safar <marek.safar@gmail.com>
2343 * generic.cs (InflatedConstraints): Don't crash when constraints
2346 * cs-parser.jay: const_declarator is a block.
2348 * constant.cs: Check for not allowed NaN conversions.
2350 2008-09-10 Miguel de Icaza <miguel@novell.com>
2352 * driver.cs: Drop --shell argument, the compiler is no longer a
2355 * eval.cs: Move most of the code that deals with evaluation into
2356 this file and document the public API from repl.cs
2358 * repl.cs: Remove from here.
2360 2008-09-10 Marek Safar <marek.safar@gmail.com>
2362 A fix for bug #424684
2363 * generic.cs: Generic class constraints must come first.
2365 2008-09-09 Miguel de Icaza <miguel@novell.com>
2367 * cs-parser.jay: Improve error reporting for syntax errors in
2368 statements and expressions, we now report the expected tokens
2369 instead of reporting the useless "; expected".
2371 Drop the strings from the token declaration, it turns out that
2372 they did not do what I thought they did. Instead they were adding
2373 two sets of tokens to the tables.
2375 2008-09-09 Marek Safar <marek.safar@gmail.com>
2377 * typemanager.cs, generic.cs, parameter.cs, expression.cs, class.cs,
2378 delegate.cs: Share special type check.
2380 2008-09-09 Marek Safar <marek.safar@gmail.com>
2382 A fix for bug #423981
2383 * expression.cs (EmitBranchable): Correctly emit inverted float conditions.
2385 2008-09-09 Marek Safar <marek.safar@gmail.com>
2387 * ecore.cs (ReducedConstantExpression): Implemented ConvertExplicitly and
2390 2008-09-09 Marek Safar <marek.safar@gmail.com>
2392 A fix for bugs: #324750, #335946
2393 * cs-tokenizer.cs, cs-parser.jay, expression.cs: Use a custom
2394 lookup rule to determine ?-based tokens.
2396 2008-09-08 Miguel de Icaza <miguel@novell.com>
2398 * repl.cs (OptionalAssign.EmitStatement): It is possible that some
2399 expressions (like event adding or removing) end up here, so we
2400 need to treat those as statements.
2402 Add LoadAssembly method.
2404 2008-09-04 Miguel de Icaza <miguel@novell.com>
2406 * repl.cs: Add Time method.
2408 2008-09-05 Marek Safar <marek.safar@gmail.com>
2410 * cs-tokenizer.cs: Fixed swaped UTF-16 surrogates parsing.
2412 2008-09-05 Miguel de Icaza <miguel@novell.com>
2414 * repl.cs: Add workaround for old compilers.
2416 2008-09-04 Jb Evain <jbevain@novell.com>
2418 * repl.cs (PrettyPrint): pretty print everything that
2419 implements IDictionary, as well as IEnumerables. Also,
2420 add a quit helper property.
2422 2008-09-04 Marek Safar <marek.safar@gmail.com>
2424 * constant.cs: Better error reporting for decimal literals.
2426 * class.cs, attribute.cs, typemanager.cs: Emit more fixed buffer
2429 2008-09-04 Marek Safar <marek.safar@gmail.com>
2430 Miguel de Icaza <miguel@novell.com>
2432 A fix for bug #422951
2433 * assign.cs (Assign.DoResolve): Perform the type conversions
2434 checks before we attempt to initialize `New' initializers.
2436 2008-09-04 Marek Safar <marek.safar@gmail.com>
2438 A fix for bug #422853
2439 * delegate.cs (DelegateCreation): Add special handling for
2440 EmptyExpression.Null instance expression which is just another
2441 hack for undecided member instance exression.
2443 2008-09-04 Marek Safar <marek.safar@gmail.com>
2445 * expression.cs, ecore.cs: Emit full expression tree for reduced
2448 2008-09-04 Marek Safar <marek.safar@gmail.com>
2450 * expression.cs (This): Guard against multi-resolving.
2452 * ecore.cs, statement.cs (Throw): Simplified.
2454 * flowanalysis.cs: Also verify event fields.
2456 2008-09-04 Miguel de Icaza <miguel@novell.com>
2458 * assign.cs (Assign.DoResolve): Perform the type conversions
2459 checks before we attempt to initialize `New' initializers.
2461 * repl.cs (PrettyPrint): Add Hashtable prettyprint
2463 * anonymous.cs (AnonymousTypeClass): On EvalMode make the class
2466 * repl.cs: Update help.
2468 2008-09-03 Miguel de Icaza <miguel@novell.com>
2470 * driver.cs (ProcessDefaultConfig): Now it encapsulates all the
2471 handling of the default config handling, including the special
2472 treatment of System.Core assembly.
2474 Fixes the REPL processing for LINQ.
2476 2008-09-03 Marek Safar <marek.safar@gmail.com>
2478 A fix for bug #422507
2479 * expression.cs (UnboxCast): Add missing child expression mutator.
2481 2008-09-03 Marek Safar <marek.safar@gmail.com>
2483 * driver.cs: Don't self reference System.Core assembly.
2485 2008-09-03 Marek Safar <marek.safar@gmail.com>
2487 A fix for bug #422507
2488 * expression.cs (StringConcat): Add missing type mutator.
2490 2008-09-03 Marek Safar <marek.safar@gmail.com>
2492 * generic.cs (TypeInferenceContext): Follow equality rule for
2493 constructed type lower bound type inference.
2495 2008-09-02 Miguel de Icaza <miguel@novell.com>
2497 * getline.cs (CmdRefresh): Apply patch from Douglas S. Blank
2498 <dblank@cs.brynmawr.edu> which updates the cursor position on
2501 2008-09-02 Marek Safar <marek.safar@gmail.com>
2503 A fix for bug #367145
2504 * driver.cs: Fixed import of extension methods when using -noconfig
2507 2008-09-02 Marek Safar <marek.safar@gmail.com>
2509 * iterator.cs: Don't emit GetEnumerator method twice but call a generic
2510 version from non-generic implementation instead.
2512 2008-09-01 Marek Safar <marek.safar@gmail.com>
2514 A fix for bug #418908
2515 * class.cs: Use AddScopeStatement for field initializers.
2517 2008-09-01 Marek Safar <marek.safar@gmail.com>
2519 A fix for bug #415385
2520 * ecore.cs, convert.cs: Do method group conversion for equal group types.
2522 2008-09-01 Marek Safar <marek.safar@gmail.com>
2524 A fix for bug #421736
2525 * iterators.cs: Don't crash on unreachable iterators.
2527 2008-09-01 Marek Safar <marek.safar@gmail.com>
2529 A fix for bug #421628
2530 * parameter.cs, attribute.cs: Clone also parameter attributes.
2532 2008-08-30 Miguel de Icaza <miguel@novell.com>
2534 * namespace.cs (LookupType): In EvalMode, try to replace
2535 the TypeBuilder from our cache with a Type as Reflection.Emit does
2536 not like to mix code from older assemblies emitted and new
2539 This sounds like a serious Mono bug that prevents multiple
2540 assemblies to be generated and consumed at the same time.
2542 * cs-parser.jay (push_current_class): Do not make interactive
2543 classes internal or private, make them public as we currently
2544 generate each new class in a new assembly.
2546 2008-08-29 Miguel de Icaza <miguel@novell.com>
2548 * decl.cs, roottypes.cs, class.cs:: Add an infrastructure to
2549 remove types that are entered into the global namespace during
2550 parsing so that we can remove them on failure.
2552 * cs-parser.jay: Parsing: we now keep track of types that are
2553 entered into global variables and queue those in case the parsing
2556 This happens in a few situations: during partial-input, we invoke
2557 the parser repeatedly for example with the string "class X", this
2558 would cause X to be registed, and we need to remove this
2559 registration so that another parse attempt later with say "class X {"
2560 would actually work.
2562 Additionally, if there is an error in the resolution phase, for
2563 example: "class X : NonExistant {}" th
2565 * cs-parser.jay: Be more precise with the errors being raised,
2566 instead of flagging all exceptions during parsing to be attributed
2567 to the parsing process, distinguish those from errors happening in
2568 the actions and hint that using -v would produce the actual
2571 * repl.cs: Do not load all compiler references on each reset,
2572 doing the partial reset takes care of this.
2574 2008-08-28 Miguel de Icaza <miguel@novell.com>
2576 * repl.cs: Add support for loading all the files from
2577 ~/.config/csharp/*cs as startup scripts and ~/.config/csharp/*.dll
2580 Introduce a micro-parser that is able to deambiguate on its input
2581 whether we are dealing with a compilation unit (namespace, class,
2582 interface, struct, delegate) declaration or a statement. This
2583 allows both declarations and statements to be entered.
2585 Set history size by default to 300 lines.
2587 Instead of distinguishing based on the parser.InteractiveResult,
2588 have only two cases: statements were parsed, or a compilation unit
2589 was. Always pull the Using statement additions from the
2590 compilation unit parse.
2592 * cs-tokenizer.cs: Rename tokens to better describe their intent
2593 (EvalStatementParserCharacter and EvalCompilationUnitParserCharacter).
2595 * rootcontext.cs: Split EvalMode into EvalMode and StatementMode.
2596 EvalMode is used to trigger the lookup of global variables while
2597 StatementMode is used turn variable declarations into static
2600 * getline.cs: Allow history size to be set.
2602 2008-08-29 Marek Safar <marek.safar@gmail.com>
2604 A fix for bug #360755
2605 * ecore.cs (SimpleName): Exclude indexers from simple name resolve.
2607 2008-08-29 Marek Safar <marek.safar@gmail.com>
2609 * generic.cs, iterators.cs, codegen.cs: Removed unused variable.
2611 * typemanager.cs, statement.cs, ecore.cs, enum.cs: Don't reconstruct enum
2612 member name, it is too confusing
2614 * decl.cs, class.cs: Don't report unused fields with attached attribute.
2616 * rootcontext.cs: Finally default to warning level 4.
2618 2008-08-28 Marek Safar <marek.safar@gmail.com>
2620 * class.cs (CheckBase): Ignore overloaded operators.
2622 2008-08-28 Marek Safar <marek.safar@gmail.com>
2624 A fix for bug #420830
2625 * expression.cs, cs-parser.jay: Put back InvocationOrCast expression.
2627 2008-08-28 Marek Safar <marek.safar@gmail.com>
2629 A fix for bug #420832
2630 * anonymous.cs, iterators.cs: Also clone hoisted this iterator variable.
2632 2008-08-28 Marek Safar <marek.safar@gmail.com>
2634 A fix for bug #420386
2635 * nullables.cs: Fixed logic of nullable user comparison operators involving
2638 2008-08-28 Marek Safar <marek.safar@gmail.com>
2640 * attribute (IsClsCompliant): Use FALSE value for pointer types.
2642 2008-08-27 Miguel de Icaza <miguel@novell.com>
2644 * repl.cs: Add support for aborting the running code with C-c.
2646 2008-08-27 Raja R Harinath <harinath@hurrynot.org>
2648 * cs-parser.jay (CS1002): Dump 'yyToken' with Report.ExtraInformation.
2650 2008-08-27 Miguel de Icaza <miguel@novell.com>
2652 * cs-parser.jay (interactive_statement_list): A new set of rules
2653 for hosting statements that uses the "interactive_" prefix.
2655 * repl.cs: Add support for parsing `using' as a statement or as a
2656 directive. Deambiguating before passing this to the parser.
2658 We need to distinguish statement_expressions that occur at the
2659 toplevel vs those that occur embedded into expressions.
2661 * getline.cs: Applied patch from Stuart Carnie <stuart.carnie@gmail.com>
2662 that fixes the cursor key handling, and a history bug.
2664 2008-08-26 Miguel de Icaza <miguel@novell.com>
2666 * Makefile: Drop BOOTSTRAP_COMPILER as that was masking the
2667 limitations in Console, instead the 2.0 bootstrap libraries now
2668 include the Console bits.
2670 Also, remove the use of Nullables from getline.cs
2674 Interactive support for the C# compiler. Use gmcs --shell to
2675 enter a read-eval-print loop shell.
2677 Docs: http://www.mono-project.com/CsharpRepl
2679 * sources: include repl.cs here and getline.cs for gmcs.exe,
2680 everything else is getline.cs impaired.
2682 * Makefile: when bootstrapping pass a special flag
2683 BOOTSTRAP_COMPILER which we use to prevent failures in compilation
2684 as we use NET_2_0 define to pull 2.0 APIs from System.Console.
2685 This distinguishes those two cases.
2687 * repl.cs: Support for a read-eval-print loop. Will be soon
2688 refactored into eval support and then REPL on top of it.
2690 * ecore.cs: If a simplename lookup fails, before erroring out,
2691 if we are in EvalMode to resolve the name to a declaration in the
2694 This means that variable declarations that happened in previous
2695 classes (as repl puts every statement in a separate class) are
2696 made visible in this way.
2698 * cs-parser.jay: UnexpectedEOF, a new flag that is set if we
2699 triggered an error due to the end of file being reached. This is
2700 used to do multi-line input, and notify the caller that the user
2701 needs to provide more text before a successful parse.
2703 Add new grammar rules after the INTERACTIVE_PARSER token is seen
2704 to drive the evaluation with a custom wrapper.
2706 * driver.cs: Add support for --shell, and refactor some code to be
2709 * namespace.cs: Add support for serializing the contents of the
2710 namespaces and reloading them.
2712 * getline.cs: A managed implementation of ReadLine under
2713 X11/Apache2 license terms. Easy to embed in other applications as
2716 * namespace.cs: Add some functions to save and restore the
2719 * rootcontext.cs: New public field.
2721 * cs-tokenizer.cs: Add support for one of the possible characters
2722 we introduce into the token stream.
2724 This patch does not affect the regular tokenization process, the
2725 only performance hit would happen if there is an invalid character
2726 on the input string.
2728 * support.cs: Move isatty helper routine here.
2730 * codegen.cs: Small cleanup, and add a mechanism to initialize the
2731 code generator for in-memory assemblies.
2733 2008-08-26 Marek Safar <marek.safar@gmail.com>
2735 * generic.cs, ecore.cs, delegate.cs, cs-parser.jay, expression.cs: A type
2736 parameter cannot be always used as a type.
2738 2008-08-21 Marek Safar <marek.safar@gmail.com>
2740 * convert.cs, expression.cs: Use single ExplicitReferenceConversion routine.
2742 2008-08-21 Marek Safar <marek.safar@gmail.com>
2744 * convert.cs: Implement explicit array to IList<T> conversion.
2746 2008-08-20 Marek Safar <marek.safar@gmail.com>
2748 A fix for bug #362740
2749 * cs-tokenizer.cs: Handle UTF-16 surrogates.
2751 2008-08-20 Marek Safar <marek.safar@gmail.com>
2753 * generic.cs, support.cs, typemanager.cs, lambda.cs, parameter.cs,
2754 pending.cs, ecore.cs, linq.cs, class.cs, decl.cs, delegate.cs,
2755 flowanalysis.cs, iterators.cs, cs-parser.jay, convert.cs, anonymous.cs,
2756 expression.cs, attribute.cs, statement.cs, doc.cs: Refactored parameters
2757 handling to use just one type of infrastructure and deal with generics
2760 2008-07-23 Martin Baulig <martin@ximian.com>
2762 *** Merged this from trunk revision 108527 ***
2765 (ExplicitBlock.EmitSymbolInfo): Moved to `ToplevelBlock'.
2766 (ToplevelBlock.EmitSymbolInfo): Tell the symbol writer about the
2769 2008-08-15 Marek Safar <marek.safar@gmail.com>
2771 * ecore.cs, linq.cs, const.cs, expression.cs, statement.cs: More robust
2774 2008-08-15 Marek Safar <marek.safar@gmail.com>
2776 * delegate.cs: Fixed compiler crash when creating delegate using partial
2779 * typemanager.cs: MulticastDelegate is not a delegate.
2781 2008-08-14 Marek Safar <marek.safar@gmail.com>
2783 * expression.cs, ecore.cs, anonymous.cs, class.cs: Fixed missing error
2786 2008-08-14 Raja R Harinath <harinath@hurrynot.org>
2788 * cs-parser.jay (type): Allow 'var' in mcs too.
2789 (local_variable_type): Likewise.
2791 2008-08-14 Marek Safar <marek.safar@gmail.com>
2793 * driver.cs: Removed broken -noconfig variants.
2795 2008-08-14 Marek Safar <marek.safar@gmail.com>
2797 A fix for bug #417078
2798 * expression.cs: Emit correctly left side pointer operators.
2800 2008-08-13 Marek Safar <marek.safar@gmail.com>
2802 * generic.cs, lambda.cs: Inflate method generic arguments only.
2804 2008-08-12 Marek Safar <marek.safar@gmail.com>
2806 * class.cs: Fixed struct layout check regression.
2808 2008-08-12 Marek Safar <marek.safar@gmail.com>
2810 * cs-parser.jay, enum.cs: Simplified enum parsing.
2812 * decl.cs: Check all type parameters conflicts.
2814 * expression.cs, statement.cs, attribute.cs: More expression checks.
2816 2008-08-11 Marek Safar <marek.safar@gmail.com>
2818 * generic.cs: Add type inference types restriction.
2820 * parameter.cs, class.cs, delegate.cs, iterators.cs, cs-parser.jay,
2821 anonymous.cs, expression.cs: Allocate less accessor parameters.
2823 2008-08-08 Marek Safar <marek.safar@gmail.com>
2825 * typemanager.cs, ecore.cs: Ambiguous operators can come from different
2828 2008-08-08 Marek Safar <marek.safar@gmail.com>
2830 * convert.cs, delegate.cs: Fixed delegate compatibility conversion.
2832 2008-08-07 Marek Safar <marek.safar@gmail.com>
2834 * class.cs, decl.cs, iterator.cs, ecore.cs: Refactor base type resolving.
2835 Also fixes #362146 and #381592.
2837 2008-08-07 Marek Safar <marek.safar@gmail.com>
2839 * ecore.cs: Reduced constant cannot be used as an attribute value.
2841 * cs-parser.jay: Base expression has to be a type.
2843 * expression.cs (Conditional): Uses ReducedExpression.
2845 2008-08-06 Marek Safar <marek.safar@gmail.com>
2847 A fix for bug #376826
2848 * parameter.cs, ecore.cs, anonymous.cs, expression.cs, statement.cs: An
2849 address of hoisted local variable or parameter cannot be taken.
2851 2008-08-05 Marek Safar <marek.safar@gmail.com>
2853 * ecore.cs, constant.cs, expression.cs, statement.cs: Resolve correctly
2854 anonymous method inside checked/unchecked expression.
2856 2008-08-05 Marek Safar <marek.safar@gmail.com>
2858 * typemanager.cs (IsEqual): Guard against null.
2860 * ecore.cs, class.cs, convert.cs, const.cs, constant.cs, expression.cs,
2861 attribute.cs, enum.cs, statement.cs: Pass EmitContext to constant conversion
2862 routine. Fixed few misleading conversion errors.
2864 2008-08-04 Marek Safar <marek.safar@gmail.com>
2866 * class.cs: Consider generics when checking cycles in struct layout.
2868 2008-08-04 Raja R Harinath <harinath@hurrynot.org>
2870 * cs-tokenizer.cs (get_cmd_arg): Simplify. Don't be too pedantic.
2872 2008-08-04 Marek Safar <marek.safar@gmail.com>
2874 A fix for bug #414165
2875 * anonymous.cs: Use same anonymous implementation method for all anonymous
2878 2008-08-04 Marek Safar <marek.safar@gmail.com>
2880 * generic.cs, anonymous.cs, statement.cs: Emit inherited anonymous method
2883 2008-08-04 Marek Safar <marek.safar@gmail.com>
2885 * cs-parser.jay: Typeof argument has to be a type expression.
2887 * namespace.cs: Check alias and namespace definitions collisions.
2889 * class.cs, pending.cs: Moved explicit interface accessor implementation
2892 * delegate.cs, expression.cs: Verify special name invocations.
2894 2008-08-01 Marek Safar <marek.safar@gmail.com>
2896 * cs-parser.jay: Don't choke on empty generic type arguments.
2898 * cs-tokenizer.cs: Handle escaped preprocessor directives.
2900 * expression.cs, ecore.cs: Minor expressions bugs.
2902 2008-08-01 Marek Safar <marek.safar@gmail.com>
2904 * cs-parser.jay: Removed duplicate interface declaration (fixes 2 conflicts)
2905 and added more error handling.
2907 * class.cs, iterators.cs, anonymous.cs: Removed useless interface parameter.
2909 * modifiers.cs, enum.cs: Fixed.
2911 2008-07-31 Jb Evain <jbevain@novell.com>
2913 * driver.cs: remove -pkg ability of smcs.
2915 2008-07-30 Marek Safar <marek.safar@gmail.com>
2917 * statement.cs (Switch): Correctly set empty default target for single
2920 2008-07-30 Marek Safar <marek.safar@gmail.com>
2922 * typemanager.cs, assign.cs, driver.cs, expression.cs, statement.cs: Rewrote
2923 string switch statement implementation to use string dictionary which
2924 significantly (2-8x) improves performance of generated code.
2926 2008-07-29 Marek Safar <marek.safar@gmail.com>
2928 A fix for bug #412880 by Atsushi Enomoto <atsushi@ximian.com>
2929 * modifiers.cs (GetDescription): Fixed FamANDAssem case.
2931 2008-07-29 Marek Safar <marek.safar@gmail.com>
2933 A fix for bug #412595
2934 * typemanager.cs, convert.cs, expression.cs: Some types are never
2935 convertible to each other.
2937 2008-07-29 Marek Safar <marek.safar@gmail.com>
2939 * nullable.cs (CreateNullConstant): An error messages update.
2941 2008-07-29 Marek Safar <marek.safar@gmail.com>
2943 A fix for bug #412595
2944 * cfold.cs: Don't cast undefined bool constant.
2946 2008-07-29 Martin Baulig <martin@ximian.com>
2949 (SymbolWriter.Reset): New public static method.
2952 (CompilerCallableEntryPoint.Reset): Call SymbolWriter.Reset().
2954 2008-07-28 Marek Safar <marek.safar@gmail.com>
2956 * cs-tokenizer.cs (IsLambdaOpenParens): Optimized using more stop tokens.
2958 * expression.cs (ElementAccess): Exact size allocation.
2960 2008-07-26 Marek Safar <marek.safar@gmail.com>
2962 * driver.cs: Replaced outdated UnixParseOption with CSCParseOption.
2964 2008-07-25 Marek Safar <marek.safar@gmail.com>
2966 * flowanalysis.cs (StructInfo): Fixed detection of dynamic types.
2968 * class.cs: Removed $PRIVATE$ field hack which caused problems during
2971 2008-07-25 Marek Safar <marek.safar@gmail.com>
2973 A fix for bug #412217
2974 * assign.cs: Mutate also assignment type.
2976 2008-07-25 Marek Safar <marek.safar@gmail.com>
2978 A fix for bug #323644
2979 * typemanager.cs (IsValidProperty): Verify DefaultMemberName when checking
2982 2008-07-25 Marek Safar <marek.safar@gmail.com>
2984 A fix for bug #412134
2985 * expression.cs (ResolveOperatorEnum): Do implicit conversion of
2986 non-enumerable operands when overloading equality or bitwise operators.
2988 2008-07-25 Marek Safar <marek.safar@gmail.com>
2990 * anonymous.cs: Cache closed generic anonymous method delegates.
2992 2008-07-24 Marek Safar <marek.safar@gmail.com>
2994 * lambda.cs, linq.cs, class.cs, iterators.cs, cs-parser.jay, assign.cs,
2995 anonymous.cs, statement.cs: Always emit anonymous method as static method
2996 when is instance free. Use nesting for nested anynomous methods blocks.
2998 2008-07-23 Marek Safar <marek.safar@gmail.com>
3000 * anonymous.cs (MutateGenericMethod): Added extra code path for imported
3003 2008-07-23 Marek Safar <marek.safar@gmail.com>
3005 * expression.cs: Removed MakeSimpleCall.
3007 2008-07-23 Marek Safar <marek.safar@gmail.com>
3009 A fix for bug #323012
3010 * class.cs, pending.cs: Emit proxy for indexers when they differ in name.
3011 Base method implementing interface has to be public.
3013 2008-07-23 Marek Safar <marek.safar@gmail.com>
3015 * cs-parser.jay: Don't break on missing argument.
3017 2008-07-22 Marek Safar <marek.safar@gmail.com>
3019 A fix for bug #320993
3020 * report.cs, parameter.cs, class.cs, decl.cs, delegate.cs, attribute.cs,
3021 enum.cs, codegen.cs: Report CLS compliance errors as warnings.
3023 2008-07-22 Marek Safar <marek.safar@gmail.com>
3025 A fix for bug #320748
3026 * convert.cs: Implicit user operators cannot convert to interfaces
3028 2008-07-22 Marek Safar <marek.safar@gmail.com>
3030 A fix for bug #312686
3031 * driver.cs: Ignore empty assembly references.
3033 2008-07-22 Marek Safar <marek.safar@gmail.com>
3035 A fix for bug #387040
3036 * ecore.cs: Skip constrains check for an explicit implementation.
3038 2008-07-21 Marek Safar <marek.safar@gmail.com>
3040 A fix for bug #409045
3041 * cs-tokenizer.cs, rootcontext.cs, class.cs, location.cs, delegate.cs,
3042 cs-parser.jay, driver.cs, expression.cs, attribute.cs: Conditional
3043 identifiers are file specific unless passed as input arguments.
3045 2008-07-21 Marek Safar <marek.safar@gmail.com>
3047 * typemanager.cs, parameter.cs, class.cs, attribute.cs: Use an attribute
3048 to emit UnmanagedMarshal data under 2.0 profile.
3050 2008-07-21 Marek Safar <marek.safar@gmail.com>
3052 A fix for bug #410369
3053 * parameter.cs: Clone correctly ParamsParameter.
3055 2008-07-21 Marek Safar <marek.safar@gmail.com>
3057 * expression.cs (Argument): Always report type for type based expressions
3060 2008-07-18 Marek Safar <marek.safar@gmail.com>
3062 A fix for bug #410666
3063 * anonymous.cs: Correctly initialize generic storey reference.
3065 2008-07-18 Marek Safar <marek.safar@gmail.com>
3067 * convert.cs: Don't box same type arguments.
3069 2008-07-18 Marek Safar <marek.safar@gmail.com>
3071 * ecore.cs, linq.cs, delegate.cs, constant.cs, nullable.cs, expression.cs:
3072 Finished missing generic type mutators.
3074 2008-07-18 Marek Safar <marek.safar@gmail.com>
3076 * iterators.cs, statement.cs: Finished statements CloneTo.
3078 2008-07-18 Marek Safar <marek.safar@gmail.com>
3080 * anonymous.cs: ExpressionTreeProxy is of Value type expression.
3082 * expression.cs: Emit optimized default value expressions in expression tree
3085 2008-07-18 Marek Safar <marek.safar@gmail.com>
3087 * ecore.cs, cs-parser.jay, statement.cs: Error reporting fixes.
3089 2008-07-17 Marek Safar <marek.safar@gmail.com>
3091 A fix for bug #367536
3092 * cs-parser.jay: Check static constructor of generic types for an access
3095 2008-07-17 Marek Safar <marek.safar@gmail.com>
3097 A fix for bug #353800
3098 * lambda.cs: Emit ret for contextual statements.
3100 * codegen.cs: Keep both resolved and unreachable flags, otherwise we end
3101 up emitting redundant ret for all anonymous methods with return.
3103 2008-07-17 Marek Safar <marek.safar@gmail.com>
3105 A fix for bug #365188
3106 * ecore.cs, anonymous.cs, expression.cs, codegen.cs, statement.cs: Don't
3107 create anonymous method storey in unreachable block.
3109 2008-07-17 Marek Safar <marek.safar@gmail.com>
3111 * generic.cs, typemanager.cs, cs-tokenizer.cs, parameter.cs, namespace.cs,
3112 class.cs, delegate.cs, flowanalysis.cs, iterators.cs, anonymous.cs,
3113 driver.cs, nullable.cs, expression.cs, attribute.cs, codegen.cs,
3114 statement.cs: Fixed relevant defects found by Gendarme.
3116 2008-07-17 Marek Safar <marek.safar@gmail.com>
3118 A fix for bug #325291
3119 * modifiers.cs, class.cs, cs-parser.jay, anonymous.cs, codegen.cs,
3120 statement.cs: Replaced IAnonymousHost with top level block flag.
3122 2008-07-17 Marek Safar <marek.safar@gmail.com>
3124 * cs-parser.jay: Clean up unused open_parens.
3126 2008-07-17 Marek Safar <marek.safar@gmail.com>
3128 * ecore.cs: Custom error message for a range variable assignment.
3130 2008-07-16 Marek Safar <marek.safar@gmail.com>
3132 * constant.cs, typemanager.cs: Emit empty string ("") as string.Empty field
3135 2008-07-16 Marek Safar <marek.safar@gmail.com>
3137 * literal.cs: Null literal is of object type.
3139 2008-07-16 Marek Safar <marek.safar@gmail.com>
3141 * nullable.cs (LiftedBinaryOperator): Always lift unwrapped nullable
3142 expression of nullable equality comparison.
3144 2008-07-15 Marek Safar <marek.safar@gmail.com>
3146 * expression.cs(PointerArithmetic): Removed redundant assignment.
3148 2008-07-15 Marek Safar <marek.safar@gmail.com>
3150 * decl.cs (GetSignatureForError): Report full namespace name for containers.
3152 2008-07-14 Marek Safar <marek.safar@gmail.com>
3154 A fix for bug #408361
3155 * anonymous.cs (MutateGenericMethod): Store generic type arguments before
3156 they are replaced by GetMethod.
3158 2008-07-14 Marek Safar <marek.safar@gmail.com>
3160 A fix for bug #408721 by jeremie.laval@gmail.com
3161 * expression.cs (Indirection): Implemented CloneTo.
3163 2008-07-14 Marek Safar <marek.safar@gmail.com>
3165 * statement.cs (AssignableSlots): Temporary disabled variable initialization
3168 2008-07-14 Marek Safar <marek.safar@gmail.com>
3170 * report.cs (EnableReporting): Don't reinitialize 0-based values.
3172 2008-07-11 Marek Safar <marek.safar@gmail.com>
3174 * linq.cs: Reset tranparent parameter counter in probing mode.
3176 2008-07-11 Marek Safar <marek.safar@gmail.com>
3178 * anonymous.cs: Mutate anonymous method type.
3180 2008-07-11 Marek Safar <marek.safar@gmail.com>
3182 * ecore.cs, anonymous.cs: Mutate field expressions.
3184 2008-07-10 Marek Safar <marek.safar@gmail.com>
3186 A fix for bug #369670
3187 * linq.cs, statement.cs: Use explicit block for query expressions variables.
3189 2008-07-10 Marek Safar <marek.safar@gmail.com>
3191 * report.cs, ecore.cs: Flush recorder only when silent mode is off.
3193 2008-07-10 Raja R Harinath <harinath@hurrynot.org>
3196 * cs-tokenizer.cs (is_punct): If a generic lookahead is looking
3197 only one '>', and finds a '>>', abort the generic lookahead.
3199 2008-07-10 Marek Safar <marek.safar@gmail.com>
3201 A fix for bug #319902
3202 * cs-tokenizer.cs: Always look-ahed for `>=' when tokenizing `>'.
3204 2008-07-10 Marek Safar <marek.safar@gmail.com>
3206 A fix for bug #406371
3207 * statement.cs: Moved EmitSymbolInfo to Block.
3209 2008-07-09 Marek Safar <marek.safar@gmail.com>
3211 * ecore.cs: Report better error for extension method overload failures.
3213 2008-07-09 Marek Safar <marek.safar@gmail.com>
3215 * expression.cs (Is): No need to box reference values.
3217 2008-07-09 Marek Safar <marek.safar@gmail.com>
3219 * class.cs: Use event resolve context when initializing CreateEmitContext.
3221 2008-07-09 Marek Safar <marek.safar@gmail.com>
3223 A fix for bug #394436
3224 * anonymous.cs, class.cs, expression.cs, lambda.cs: Emit correctly extension
3225 method used inside expression trees. Added more LINQ to expression tree
3228 2008-07-08 Marek Safar <marek.safar@gmail.com>
3230 A fix for bug #378189, #370577
3231 * lambda.cs, ecore.cs: Implemented 3.0 enhancement to better conversion
3234 2008-07-08 Marek Safar <marek.safar@gmail.com>
3236 * anonymous.cs, class.cs, decl.cs: Emit CompilerGenerated attribute
3239 2008-07-08 Marek Safar <marek.safar@gmail.com>
3241 A fix for bug #406702
3242 * anonymous.cs: Always park anonymous method in the nearest parent storey.
3244 2008-07-07 Marek Safar <marek.safar@gmail.com>
3246 A fix for bug #406648
3247 * cs-parser.jay: Report nullable use in mcs for some cases.
3249 2008-07-07 Marek Safar <marek.safar@gmail.com>
3251 * ecore.cs: Improved argument mismatch error messages.
3253 2008-07-07 Marek Safar <marek.safar@gmail.com>
3255 * anonymous.cs: Don't cache generic delegates when reference MVAR argument.
3257 2008-07-07 Marek Safar <marek.safar@gmail.com>
3259 * expression.cs (TypeOf): Mutate type argument.
3261 2008-07-04 Marek Safar <marek.safar@gmail.com>
3263 * class.cs: Report missing partial modifier for correct type.
3265 2008-07-04 Marek Safar <marek.safar@gmail.com>
3267 * ecore.cs, expression.cs (VariableReference): Variable property is
3270 2008-07-04 Marek Safar <marek.safar@gmail.com>
3272 * ecore.cs, convert.cs: Made OpcodeCast more memory efficient.
3274 2008-07-04 Marek Safar <marek.safar@gmail.com>
3276 * anonymous.cs, class.cs, lambda.cs, iterator.cs: Cache static anonymous
3279 2008-07-04 Marek Safar <marek.safar@gmail.com>
3281 * anonymous.cs, class.cs, expression.cs, iterator.cs, statement.cs: Reduce
3282 anonymous method storey to an instance method when only "this" is hoisted.
3284 2008-07-03 Marek Safar <marek.safar@gmail.com>
3286 A fix for bug #321615
3287 * expression.cs: Pointer comparisons use unsigned operator.
3289 2008-07-03 Marek Safar <marek.safar@gmail.com>
3291 * expression.cs: Fixed native pointer conversions. Also fixes #321615.
3293 2008-07-02 Marek Safar <marek.safar@gmail.com>
3295 A fix for bug #404905
3296 * class.cs: Always initialize local unsafe variables.
3298 2008-06-30 Marek Safar <marek.safar@gmail.com>
3300 A fix for bug #396987
3301 * expression.cs (NewInitialize): Clear local temporary variable for next run
3303 2008-06-27 Marek Safar <marek.safar@gmail.com>
3305 A fix for bug #401020
3306 * ecore.cs: Both types and modifiers have to match for ref and out arguments
3308 2008-06-27 Marek Safar <marek.safar@gmail.com>
3310 A fix for bug #398319
3311 * cs-parser.jay: Implemented undocumented base access expression inside
3314 2008-06-26 Marek Safar <marek.safar@gmail.com>
3316 A fix for bug #404227
3317 * cs-parser.jay: Parse namespace declaration using qualified identifier.
3319 2008-06-26 Marek Safar <marek.safar@gmail.com>
3321 A fix for bug #404227
3322 * convert.cs: Fixed explicit array to interface cast.
3324 2008-06-26 Marek Safar <marek.safar@gmail.com>
3326 A fix for bug #403894
3327 * delegate.cs: Mutate DelegateInvocation type.
3329 2008-06-26 Marek Safar <marek.safar@gmail.com>
3331 A fix for bug #379348
3332 * delegate.cs: Box a load of generic parameters.
3334 2008-06-26 Marek Safar <marek.safar@gmail.com>
3336 * expression.cs: Add an array creation arguments mutate.
3338 2008-06-26 Marek Safar <marek.safar@gmail.com>
3340 A fix for bug #386068
3341 * anonymous.cs, expression.cs: Emit correctly hoisted expression tree
3344 2008-06-25 Marek Safar <marek.safar@gmail.com>
3346 * ecore.cs, expression.cs: Fixed broken TypeCast clone, implemented few more
3349 2008-06-25 Marek Safar <marek.safar@gmail.com>
3351 A fix for bug #403518
3352 * delegate.cs: Type correctly anonymous method new invocation.
3354 2008-06-24 Marek Safar <marek.safar@gmail.com>
3356 A fix for bug #394826
3357 * anonymous.cs: Fully qualify members when resolving anonymous type internal
3360 2008-06-24 Marek Safar <marek.safar@gmail.com>
3362 A fix for bug #394826
3363 * anonymous.cs, iterators.cs: Construct generic storey only when is really
3366 2008-06-24 Marek Safar <marek.safar@gmail.com>
3368 * class.cs: Clone indexer parameters for localized capturing.
3370 2008-06-24 Marek Safar <marek.safar@gmail.com>
3372 A fix for bug #402379
3373 * expression.cs: Don't crash when an object initializer resolve fails.
3375 2008-06-24 Marek Safar <marek.safar@gmail.com>
3377 A fix for bug #402888
3378 * expression.cs: Mutate conditional expression.
3380 2008-06-24 Marek Safar <marek.safar@gmail.com>
3382 A fix for bug #401012
3383 * class.cs: Keep StructLayout in shared container.
3385 2008-06-24 Marek Safar <marek.safar@gmail.com>
3387 A fix for bug #400438
3388 * decl.cs, class.cs: Only properties can be automatically implemented.
3390 2008-06-24 Marek Safar <marek.safar@gmail.com>
3392 * statement.cs (ChangeToIterator): Copy also labels.
3394 2008-06-23 Marek Safar <marek.safar@gmail.com>
3396 * ecore.cs: Pass type argument details to parent extension method.
3398 2008-06-23 Marek Safar <marek.safar@gmail.com>
3400 A fix for bug #375966
3401 * delegate.cs: Fixed IsTypeCovariant generic type conversions.
3403 2008-06-23 Raja R Harinath <harinath@hurrynot.org>
3405 * Makefile (bootstrap-libs): Pass NO_DIR_CHECK to sub-make.
3407 2008-06-22 Marek Safar <marek.safar@gmail.com>
3409 A fix for bug #394347
3410 * anonymous.cs: Cache compatible delegates as compatibility check produces
3411 a new method every time.
3413 2008-06-20 Marek Safar <marek.safar@gmail.com>
3415 * anonymous.cs: Propagate storey reference for single references.
3417 2008-06-20 Marek Safar <marek.safar@gmail.com>
3419 A fix for bug #387615
3420 * assign.cs, expression.cs: Correctly clone compound assignment.
3422 2008-06-19 Marek Safar <marek.safar@gmail.com>
3424 A fix for bug #359611, #359604
3425 * anonymous.cs: Mutate all types of hoisted parameters.
3427 2008-06-19 Marek Safar <marek.safar@gmail.com>
3429 * typemanager.cs, lambda.cs, parameter.cs, ecore.cs, linq.cs, class.cs
3430 delegate.cs, iterators.cs, cs-parser.jay, assign.cs, anonymous.cs, driver.cs
3431 expression.cs, codegen.cs, statement.cs
3433 Fixes bugs: #318652, #323223, #234779, #325069, #325476, #332532, #334465,
3434 #345907, #349190, #353276, #355256, #359617, #378542, #384584, #396530
3436 ** Anonymous methods, lambda expressions rewrite **
3438 Anonymous expressions are now resolved when an explicit block is resolved
3439 and they don't require any registration procedure anymore. Further,
3440 anonymous methods are defined when explicit block is emitted which allows
3441 better control of whole process and opens possibilities for more
3442 optimizations as well as alternative to reverse whole process.
3444 A concept of `MutateHoistedGenericType' was introduced to keep the resolve
3445 process consistent and to correctly emit hoisted generic methods when they
3446 have at least 1 hoisted variable.
3448 2008-06-17 Martin Baulig <martin@ximian.com>
3450 * class.cs: Also emit the `[DebuggerHidden]' attribute on the main
3452 (AbstractPropertyEventMethod.IsDebuggerHidden): New protected
3453 virtual property; check it in Emit().
3454 (PropertyMethod.IsDebuggerHidden): Override, check whether we're
3456 (MethodOrOperator.ResolveMethods): Set `DEBUGGER_HIDDEN' if we're
3458 (Indexer.Define): Likewise.
3460 2008-06-17 Marek Safar <marek.safar@gmail.com>
3462 * convert.cs: Don't use IsInterface on type arguments.
3464 * delegate.cs: DelegateInvocation uses MethodInfo.
3466 * parameter.cs: Removed IsTypeParameter.
3468 * generic-mcs.cs: More missing stuff.
3470 2008-06-16 Martin Baulig <martin@ximian.com>
3473 (Modifiers.DEBUGGER_HIDDEN): New public const.
3476 (TypeManager.GetDebuggerHiddenAttribute): New public static method.
3479 (MethodOrOperator.Emit): Check `Modifiers.DEBUGGER_HIDDEN'.
3480 (AbstractPropertyEventMethod): Likewise.
3481 (Constructor.Emit): Likewise.
3482 (SourceMethod.SetCompilerGenerated): Removed.
3484 * iterator.cs: Set `Modifiers.DEBUGGER_HIDDEN' everywhere except
3488 (RootScopeInfo.DoDefineMembers): Set `Modifiers.DEBUGGER_HIDDEN'
3489 if we're an `IteratorHost'.
3490 (AnonymousMethodMethod..ctor): Don't set
3491 `Modifiers.COMPILER_GENERATED'; csc only sets this on the class,
3494 2008-06-16 Marek Safar <marek.safar@gmail.com>
3496 * statement.cs: Clean-up foreach statements.
3498 2008-06-12 Marek Safar <marek.safar@gmail.com>
3500 * class.cs: Stop using public method which should not exist
3501 (MethodBuilder.SetGenericMethodSignature).
3503 2008-06-11 Martin Baulig <martin@ximian.com>
3506 (Location.LookupFile): Add `CompilationUnit' argument; when given
3507 a relative file name, make it relative to the directory the .cs
3508 file is located in instead of using the current directory.
3510 2008-06-11 Martin Baulig <martin@ximian.com>
3513 (IMethodData.EmitExtraSymbolInfo): Added `SourceMethod' argument.
3514 (MethodOrOperator.EmitExtraSymbolInfo): Likewise.
3515 (SourceMethod.SetRealMethodName): Moved here from the symbol writer.
3516 (SourceMethod.SetCompilerGenerated): Likewise.
3518 2008-06-11 Marek Safar <marek.safar@gmail.com>
3520 * codegen.cs, driver: Only write symbol file when it's asked for.
3522 2008-06-11 Marek Safar <marek.safar@gmail.com>
3524 * codegen.cs: Don't use assembly writer error handling for symbol writer.
3526 2008-06-10 Martin Baulig <martin@ximian.com>
3528 * symbolwriter.cs: Reflect latest MarkSequencePoint() API changes.
3530 2008-06-09 Marek Safar <marek.safar@gmail.com>
3532 A fix for bug #316290
3533 * expression.cs: Include decimal operators in predefined table.
3535 * parameters.cs: More readonlyness.
3537 2008-06-09 Marek Safar <marek.safar@gmail.com>
3539 A fix for bug #397213
3540 * cs-parser.jay: One more missing current_local_parameters reset.
3542 2008-06-09 Marek Safar <marek.safar@gmail.com>
3544 A fix for bug #396633
3545 * class.cs: Host backing field in partial container.
3547 2008-06-09 Marek Safar <marek.safar@gmail.com>
3549 A fix for bug #397068
3550 * expression.cs: Check both operand types when predefined operator is used.
3552 2008-06-05 Martin Baulig <martin@ximian.com>
3554 Merged the `debugger-kahalo' branch.
3557 (MethodData.Emit): Call SymbolWriter.SetCompilerGenerated() if
3558 we're an iterator method.
3559 (SourceMethod): Reflect latest symbol writer changes;
3560 SymbolWriter.OpenMethod() now takes a `ICompileUnit' argument and
3561 now `start_row' and `end_row'.
3562 (Constructor.Emit): Fix the logic whether to emit symbol information.
3564 * iterator.cs: Call SymbolWriter.SetCompilerGenerated() on all the
3568 (CompilationUnit): New public class; derives from `SourceFile'.
3569 (SourceFileEntry.DefineSymbolInfo): New public method.
3570 (SourceFileEntry.SetChecksum): New public method.
3571 (Location): Encode hidden line numbers by using `column == 255';
3572 the .ctor now accepts `column == -1' to mark a hidden line number.
3573 (Location.Hidden): New public property.
3574 (Location.CheckPoint): Add `CompilationUnit'.
3575 (Location.SourceFiles): Change return type to `CompilationUnit[]'.
3576 (Location.Push): Add `CompilationUnit compile_unit' argument.
3577 (Location.CompilationUnit): New public property.
3580 (ToplevelBlock.Emit): Add `ec.Mark (EndLocation)'.
3582 * cs-parser.jay: `SourceFile' -> `CompilationUnit'.
3584 * driver.cs: `SourceFile' -> `CompilationUnit'.
3586 * cs-tokenizer.cs: `SourceFile' -> `CompilationUnit'.
3588 * namespace.cs: `SourceFile' -> `CompilationUnit'.
3590 * cs-tokenizer.cs: Add support for `#pragma checksum' and
3594 (SymbolWriter.MarkSequencePoint): Take a `Location' and use the
3595 new symbol writer API to also pass the file.
3597 2008-06-05 Marek Safar <marek.safar@gmail.com>
3599 * statement.cs: Emit catch variable assignment using variable expression.
3601 2008-06-05 Marek Safar <marek.safar@gmail.com>
3603 * ecore.cs, expression.cs, statement.cs: Make TemporaryVariable compatible
3604 with other variable types.
3606 2008-06-04 Marek Safar <marek.safar@gmail.com>
3608 * ecore.cs, expression.cs, statement.cs, typemanager.cs: Removed custom
3609 GetLength method emit, it breaks resolve rules.
3611 2008-06-02 Atsushi Enomoto <atsushi@ximian.com>
3612 Marek Safar <marek.safar@gmail.com>
3614 A fix for bug #395542
3615 * cs-parser.jay: The trailing comma is allowed in anonymous type member
3618 2008-06-02 Marek Safar <marek.safar@gmail.com>
3620 A fix for bug #395287
3621 * class.cs, modifiers.cs: Automatic properties method base modifiers checks.
3623 2008-05-31 Marek Safar <marek.safar@gmail.com>
3625 A fix for bug #395845
3626 * class.cs, nullable.cs: User unary operator is allowed to have nullable and
3627 non-nullable parameter type.
3629 2008-05-31 Marek Safar <marek.safar@gmail.com>
3631 * class.cs: Handle contructor initializer as a statement in top-level block.
3633 2008-05-30 Marek Safar <marek.safar@gmail.com>
3635 * attribute.cs: Don't mix old and new corlib types when emitting corlib
3636 security attributes.
3638 2008-05-24 Marek Safar <marek.safar@gmail.com>
3640 * ecore.cs, expression.cs: Small IVariable refactoring.
3642 2008-05-22 Marek Safar <marek.safar@gmail.com>
3644 * assign.cs (LocalTemporary): Implemented CreateExpressionTree.
3646 2008-05-21 Marek Safar <marek.safar@gmail.com>
3648 * cs-parser.jay: Removed redundant catch type check.
3650 2008-05-21 Marek Safar <marek.safar@gmail.com>
3652 A fix for bug #390372
3653 * nullable.cs: Set correct return type.
3655 2008-05-21 Marek Safar <marek.safar@gmail.com>
3657 A fix for bug #391062
3658 * typemanager.cs: Fixed crash when comparing null types.
3660 2008-05-21 Marek Safar <marek.safar@gmail.com>
3662 A fix for bug #391871
3663 * cs-parser.jay: Better error handling for invalid catch type.
3665 2008-05-20 Marek Safar <marek.safar@gmail.com>
3667 A fix for bug #392155
3668 * cs-tokenizer.cs: Fixed casting of byte and decimal expression.
3670 2008-05-15 Marek Safar <marek.safar@gmail.com>
3672 A fix for bug #390666
3673 * ecore.cs (BetterExpressionConversion): Unwrap each Expression<T>
3676 2008-05-15 Marek Safar <marek.safar@gmail.com>
3678 * class.cs, expression.cs, statement.cs: Removed a hack, setting block flag
3681 2008-05-13 Marek Safar <marek.safar@gmail.com>
3683 A fix for bug #389625
3684 * delegate.cs, generic.cs: Some progress on method group return type
3687 2008-05-13 Marek Safar <marek.safar@gmail.com>
3689 A fix for bug #378419
3690 * namespace.cs: Inspect also parent namespaces not only namespace entries.
3692 2008-05-12 Marek Safar <marek.safar@gmail.com>
3694 * class.cs (Constructor): Added IsCompilerGenerated.
3696 2008-05-12 Marek Safar <marek.safar@gmail.com>
3698 * expression.cs: Enum binary operators can accept non-enum operand only when
3699 is implicitly convertible to underlying type.
3701 2008-05-12 Marek Safar <marek.safar@gmail.com>
3703 A fix for bug #389272
3704 * support.cs: Workaround System.InvalidOperationException for enums.
3706 2008-05-12 Marek Safar <marek.safar@gmail.com>
3708 A fix for bug #389073
3709 * convert.cs: More undocumented explicit IntPtr/UIntPtr conversions.
3711 2008-05-10 Marek Safar <marek.safar@gmail.com>
3713 * driver.cs: Split Parse.
3715 * location.cs (LookupFile): Uses string.Empty.
3717 2008-05-07 Marek Safar <marek.safar@gmail.com>
3719 * expression.cs, parameter.cs: Small ParameterReference clean up.
3721 2008-05-07 Marek Safar <marek.safar@gmail.com>
3723 * anonymous.cs, codegen.cs, convert.cs, ecore.cs: Removed uber ugly TempEc
3724 hack. Fixes #387502.
3726 2008-05-06 Martin Baulig <martin@ximian.com>
3728 * class.cs (Constructor.Emit): Fix the logic whether to emit
3731 2008-05-06 Raja R Harinath <harinath@hurrynot.org>
3734 * iterators.cs (Iterator.CurrentBlock.DoEmit): Don't emit
3735 InvalidOperationException when the iterator is before the start or
3738 2008-05-06 Marek Safar <marek.safar@gmail.com>
3740 * nullable.cs (NullCoalescingOperator): Result is underlying type of left,
3741 when left is nullable type.
3743 2008-05-06 Marek Safar <marek.safar@gmail.com>
3745 A fix for bug #386628
3746 * expression.cs (LocalVariableReference): Continue in resolving when
3747 variable is not assigned.
3749 2008-05-05 Marek Safar <marek.safar@gmail.com>
3751 * nullable.cs, statement.cs (Unwrap): Store non-variable expression in all
3752 nullable operations.
3754 2008-05-04 Marek Safar <marek.safar@gmail.com>
3756 * nullable.cs, statement.cs (Unwrap): Don't duplicate variable expressions,
3757 it saves many redundant temporary variables for nullable operations.
3759 2008-05-03 Marek Safar <marek.safar@gmail.com>
3761 * assign.cs: EventAddOrRemove is a statement and cannot have a type.
3763 * cfold.cs, constant.cs, expression.cs: Share Error_OperatorCannotBeApplied
3766 * nullable.cs: Constant coalescing operator optimizations.
3768 2008-05-03 Marek Safar <marek.safar@gmail.com>
3770 * constant.cs: Use unsigned conversion for values which are unsigned only.
3772 2008-05-03 Marek Safar <marek.safar@gmail.com>
3774 * convert.cs, literal.cs, nullabel.cs, typemanager.cs: Implemeted null
3775 coalescing operator as it should be.
3777 2008-05-02 Marek Safar <marek.safar@gmail.com>
3779 A fix for bug #371016
3780 * expression.cs: All predefined delegate operators require implicit method
3783 2008-05-02 Marek Safar <marek.safar@gmail.com>
3785 * constant.cs: Emit long constant as uint when fits the range.
3787 * convert.cs, expression.cs: Fixed few unsafe conversions.
3789 2008-05-02 Marek Safar <marek.safar@gmail.com>
3791 * convert.cs, literal.cs: Don't wrap implicit reference conversion to object
3793 2008-05-02 Raja R Harinath <harinath@hurrynot.org>
3796 * convert.cs (ImplicitNumericConversion): Don't modify the type of
3798 * ecore.cs (EmptyCast.Create): Flatten nested EmptyCasts.
3800 2008-05-01 Marek Safar <marek.safar@gmail.com>
3802 * constant.cs, literal.cs: IsLiteral property for error reporting.
3804 * ecore.cs, expression.cs: Implemented Property expression.
3806 2008-05-01 Marek Safar <marek.safar@gmail.com>
3808 * class.cs, modifiers.cs, flowanalysis.cs: New BACKING_FIELD flag.
3810 * nullable.cs: Implemented nullable coalescing null operator.
3812 * ecore.cs, expression.cs: Expression trees work.
3814 2008-05-01 Marek Safar <marek.safar@gmail.com>
3816 * ecore.cs: CreateExpressionTree is finally abstract.
3818 * expression.cs, linq.cs: Updated.
3820 2008-05-01 Marek Safar <marek.safar@gmail.com>
3822 * expression.cs, ecore.cs: Block base access expression inside expression
3825 2008-05-01 Marek Safar <marek.safar@gmail.com>
3827 A fix for bug #385058
3828 * expression.cs: User-defined operator implementations always take
3829 precedence over predefined operator implementations.
3831 2008-04-30 Marek Safar <marek.safar@gmail.com>
3833 * assign.cs, anonymous.cs, lambda.cs, nullable.cs, ecore.cs, linq.cs,
3834 class.cs, iterators.cs, expression.cs, attribute.cs: Filled a few more
3835 expression tree conversions.
3837 2008-04-30 Marek Safar <marek.safar@gmail.com>
3839 * typemanager.cs, ecore.cs, class.cs, expression.cs, doc.cs: Merged all
3840 operators method details to Operator class.
3842 2008-04-30 Marek Safar <marek.safar@gmail.com>
3844 * anonymous.cs: Pass unsafe flags to anonymous container.
3846 * ecore.cs, expression.cs, statement.cs: Block unsafe pointer operations
3847 inside expression tree.
3849 2008-04-29 Martin Baulig <martin@ximian.com>
3851 * cs-tokenizer.cs (Tokenizer.Position): Added `line'.
3852 (Tokenizer.PopPosition): Also restore the `line'.
3854 2008-04-29 Marek Safar <marek.safar@gmail.com>
3856 * delegate.cs: Implemented Invoke expression.
3858 2008-04-29 Marek Safar <marek.safar@gmail.com>
3860 * expression.cs: Fixed equality reference comparison regression.
3862 2008-04-29 Marek Safar <marek.safar@gmail.com>
3864 * ecore.cs: Clean up EmptyCast hack.
3866 * expression.cs, nullable.cs: Implemented enum binary and unary operations
3867 using correct conversion rules. Also fixes #383993.
3869 2008-04-28 Martin Baulig <martin@ximian.com>
3871 * class.cs (Constructor.Emit): Don't emit debugging information
3872 for generated default .ctor's.
3874 2008-04-28 Marek Safar <marek.safar@gmail.com>
3876 * convert.cs: Empty-cast ushort to int conversion.
3878 2008-04-28 Marek Safar <marek.safar@gmail.com>
3880 A fix for bug #384191
3881 * ecore.cs, expression.cs: Fixed expression cloning.
3883 2008-04-28 Marek Safar <marek.safar@gmail.com>
3885 * ecore.cs, delegate.cs, assign.cs: Few tweaks for recent changes.
3887 2008-04-28 Raja R Harinath <harinath@hurrynot.org>
3889 Fix #381559, test-638.cs, test-639.cs
3890 * assign.cs (CompoundAssign.Helper): New wrapper.
3891 (CompoundAssign.DoResolve): Use it to wrap the nested 'target'
3893 * ecore.cs (MethodGroupExpr.VerifyArgumentsCompat) <params arguments>:
3894 Pass unconverted expressions to the params array creation expression.
3895 (FieldExpr.EmitAssign): Don't special-case StringConcat.
3896 (PropertyExpr.EmitAssign): Likewise.
3897 * expression.cs (ArrayCreation.ResolveArrayElement): Keep track of the
3898 element if it is of kind CompoundAssign.Helper.
3899 (ArrayCreation.Emit): If we saw a CompoundAssign.Helper, emit it
3900 first before anything else.
3901 (ArrayAccess.EmitAssign): Don't special-case StringConcat.
3902 (ArrayAccess.LoadArrayAndArguments): Simplify.
3904 2008-04-27 Marek Safar <marek.safar@gmail.com>
3906 * expression.cs: Fixed cloning of typeof(void).
3908 2008-04-27 Raja R Harinath <harinath@hurrynot.org>
3910 * assign.cs (Assign.DoResolve): Remove support for EventExprs.
3911 (Assign.Emit): Likewise. Move it to ...
3912 (CompoundAssign.DoResolve): ... here and ...
3913 (CompoundAssign.Emit): ... here.
3914 (EventAddOrRemove): New helper to handle += and -= on events, and
3915 avoid the use of BinaryDelegates.
3916 * ecore.cs (EventExpr.DoResolveLValue): Emit CS0070 unconditionally.
3917 (EventExpr.EmitAddOrRemove): Improve.
3918 * delegate.cs (DelegateInvocation.DoResolve): Simplify slightly.
3920 * cs-parser.jay (type) <namespace_or_type_name variant>: Don't
3921 create VarExprs for 'foo.bar.var'.
3922 * ecore.cs (VarExpr.InferType): Rename from DoResolveLValue, which
3923 is a highly inappropriate name for its functionality.
3925 2008-04-26 Raja R Harinath <harinath@hurrynot.org>
3927 Simplify handling of multiple assignments
3928 * assign.cs (Assign): Clear out all 'embedded assign' gunk. Make
3930 (SimpleAssign): New. Class to be used for normal assignments.
3931 * anonymous.cs, class.cs, cs-parser.jay: Update to changes.
3932 * expression.cs, parameter.cs, statement.cs: Likewise.
3934 2008-04-25 Marek Safar <marek.safar@gmail.com>
3936 * ecore.cs, expression.cs, nullable.cs: Implemeted enum binary add operation
3937 for incompatible underlying types, more to come, uff.
3939 2008-04-26 Raja R Harinath <harinath@hurrynot.org>
3942 * expression.cs (VariableReference.EmitAssign) <source is NewInstance>:
3943 Handle 'leave_copy'.
3945 2008-04-25 Marek Safar <marek.safar@gmail.com>
3947 * expression.cs, nullable.cs: Implemented UnaryPlus expression.
3949 2008-04-24 Raja R Harinath <harinath@hurrynot.org>
3951 Fix test-636.cs. Sprinkle a few more 'EmitSideEffect's around
3952 * expression.cs (Unary.TryReduceConstant): Unwrap SideEffectConstant.
3953 * statement.cs (While, Do, For): Allow test to have side effects.
3954 (For.DoEmit): Always emit InitStatement.
3957 * expression.cs (Binary.DoResolve) <BitwiseAnd with zero constant>:
3958 Always create SideEffectConstant.
3959 (Binary.EnumLiftUp): Don't assume that the enumeration constant is
3960 of type EnumConstant.
3962 * expression.cs (Binary.EmitBranchable) <Equality with constant>:
3963 Handle 'right' being SideEffectConstant of type 'bool'.
3965 * expression.cs (Binary.EmitBranchable) <Equality with constant>:
3966 Use left.EmitBranchable instead of open coding it, so as to
3967 improve optimization opportunities.
3969 * constant.cs (SideEffectConstant.EmitSideEffect): Simplify slightly.
3971 * ecore.cs (Expression.EmitBranchable): Document some non-obvious
3973 (Expression.EmitSideEffect): Document.
3975 2008-04-23 Marek Safar <marek.safar@gmail.com>
3977 * expression.cs: Implemented NewArrayBounds, TypeIs, and TypeAs expressions.
3979 2008-04-23 Marek Safar <marek.safar@gmail.com>
3981 * constant.cs, statement.cs: Use EmitSideEffect for constant if statement.
3983 2008-04-23 Marek Safar <marek.safar@gmail.com>
3985 * ecore.cs, expression.cs, delegate.cs: Implemeted delegate instantiation
3986 conversion to expression tree.
3988 2008-04-23 Marek Safar <marek.safar@gmail.com>
3990 * ecore.cs: Removed unused expression.
3992 2008-04-22 Marek Safar <marek.safar@gmail.com>
3994 * expression.cs: Implemented NegateChecked and New expressions.
3996 2008-04-22 Marek Safar <marek.safar@gmail.com>
3998 * convert.cs, nullable.cs, expression.cs: Implemented Negate expression.
4000 2008-04-22 Raja R Harinath <harinath@hurrynot.org>
4003 * anonymous.cs (AnonymousMethodExpression.DoResolve): Mark as
4004 needing final 'ret' instruction.
4006 2008-04-22 Marek Safar <marek.safar@gmail.com>
4008 * expression.cs: Disabled lifted binary conversion on ISO-1 profiles.
4010 2008-04-21 Marek Safar <marek.safar@gmail.com>
4012 * expression.cs: Emit ldnull and not null expression as an instance argument
4013 of static method expression calls.
4015 2008-04-21 Marek Safar <marek.safar@gmail.com>
4017 A fix for bug #378200
4018 * expression.cs: Fixed crash when creating parameterless expression tree
4021 2008-04-21 Marek Safar <marek.safar@gmail.com>
4023 A fix for bug #375297
4024 * anonymous.cs: Fixed crash when inferring from null argument anonymous
4027 2008-04-21 Marek Safar <marek.safar@gmail.com>
4029 A fix for bug #377596
4030 * decl.cs, class.cs: Emit delegate type argument attributes.
4032 2008-04-21 Marek Safar <marek.safar@gmail.com>
4034 A fix for bug #365314
4035 * generic.cs, ecore.cs: Type parameter declaration cannot be of generic type
4037 2008-04-21 Marek Safar <marek.safar@gmail.com>
4039 * cs-parser.jay, expression.cs: ComposedCast can work with type expressions
4042 2008-04-21 Marek Safar <marek.safar@gmail.com>
4044 * generic.cs (TypeParameter): Removed redundant location.
4046 2008-04-19 Marek Safar <marek.safar@gmail.com>
4048 * generic.cs, parameter.cs, namespace.cs, ecore.cs, class.cs, decl.cs,
4049 delegate.cs, iterators.cs, cs-parser.jay, const.cs, enum.cs: Use
4050 FullNamedExpression in all declaration type expression, statements will come
4053 2008-04-18 Marek Safar <marek.safar@gmail.com>
4055 * generic.cs, namespace.cs, ecore.cs, class.cs, decl.cs, generic-mcs.cs,
4056 nullable.cs, expression.cs, enum.cs, doc.cs: Cleaning up type expressions.
4058 2008-04-18 Marek Safar <marek.safar@gmail.com>
4060 * parameter.cs, delegate.cs, cs-parser.jay, expression.cs: Removed unused
4063 2008-04-17 Marek Safar <marek.safar@gmail.com>
4065 * decl.cs, class.cs, generic.cs: Verify partial parts type parameters and
4068 2008-04-17 Marek Safar <marek.safar@gmail.com>
4070 * decl.cs, class.cs, cs-parser.jay, ecore.cs, expression.cs: Unify all type
4074 2008-04-17 Raja R Harinath <harinath@hurrynot.org>
4076 Hook up 'EmitSideEffect'
4077 * constant.cs (Constant.EmitSideEffect): New.
4078 (SideEffectConstant.Emit): Simplify. Use EmitSideEffect.
4079 (SideEffectConstant.EmitSideEffect): New.
4080 * ecore.cs (BoxedCast.EmitBranchable): Remove. We can't use an
4081 unconditional branch in EmitBranchable.
4082 (FieldExpr.EmitBranchable): New.
4083 * expression.cs (Unary.EmitSideEffect): New.
4084 (Binary.EmitSideEffect): New.
4085 (VariableReference.EmitSideEffect): New. Do nothing.
4087 2008-04-16 Raja R Harinath <harinath@hurrynot.org>
4089 Introduce 'EmitSideEffect'
4090 * ecore.cs (Expression.EmitSideEffect): New.
4091 (TypeCast): Rename from EmptyCast.
4093 (EmptyCast.EmitBranchable, EmptyCast.EmitSideEffect): Implement.
4094 (BoxedCast.EmitBranchable, BoxedCast.EmitSideEffect): Implement.
4095 * convert.cs, nullable.cs: Update to changes.
4097 2008-04-16 Marek Safar <marek.safar@gmail.com>
4099 * class.cs, cs-parser.jay: Early check for base types expression.
4101 2008-04-16 Marek Safar <marek.safar@gmail.com>
4103 * decl.cs (MemberName): Declare PrettyName as obsolete.
4105 2008-04-16 Marek Safar <marek.safar@gmail.com>
4107 * namespace.cs: Use MemberName comparison.
4109 2008-04-16 Raja R Harinath <harinath@hurrynot.org>
4112 * decl.cs (MemberName.PrettyName): New. Replaces the misnamed
4114 (MemberName.MethodName, MemberName.GetSignatureForError): Improve.
4115 (MemberName.FullyQualifiedName): New. Provides the functionality
4116 that users assume FullName would have.
4117 * ecore.cs, namespace.cs: Update to changes.
4119 * statement.cs (Using.assign): Make into ExpressionStatement.
4120 (Using.EmitPreTryBody): Simplify.
4122 2008-04-16 Marek Safar <marek.safar@gmail.com>
4124 * report.cs: ColorFormat is protected.
4126 * rootcontext.cs: Unused fields clean-up.
4128 * namespace.cs: Made UsingEntry name private.
4130 2008-04-16 Marek Safar <marek.safar@gmail.com>
4132 * cs-tokenizer.cs, location.cs: Removed unused field.
4134 2008-04-16 Jan Oravec <jan.oravec@6com.sk>
4135 Raja R Harinath <harinath@hurrynot.org>
4138 * constant.cs (SideEffectConstant.value): Rename from 'left'.
4139 (SideEffectConstant.side_effect): Rename from 'right'.
4140 (SideEffectConstant..ctor): Normalize 'side_effect'.
4141 (SideEffectConstant.Emit): Emit 'value', not 'side_effect' as the
4142 value of this constant.
4143 * cfold.cs: Update to changes.
4145 2008-04-15 Marek Safar <marek.safar@gmail.com>
4147 * cs-paser.jay: Removed unused variable.
4149 * driver.cs: Made Compile instance method.
4151 2008-04-15 Raja R Harinath <harinath@hurrynot.org>
4153 * flowanalysis.cs (FlowBranching.MergeChild): Simplify.
4155 2008-04-15 Marek Safar <marek.safar@gmail.com>
4157 * cs-paser.jay, namespace.cs: Simplified handling of namespace imports.
4159 2008-04-13 Jb Evain <jbevain@novell.com>
4161 * namespace.cs: update the System.Core fullname for 2.1
4162 * driver.cs: update the list of required assemblies for 2.1.
4163 Merged from the Moonlight 2 branch.
4165 2008-04-11 Marek Safar <marek.safar@gmail.com>
4167 * assign.cs, ecore.cs, expression.cs, nullable.cs: More work on nullable
4168 types and user defined operators. User operators arguments has to be checked
4169 for null value before invocation, which also means no operator is called
4170 when any argument is not convertible to unwrapped nullable type.
4172 2008-04-09 Marek Safar <marek.safar@gmail.com>
4174 * convert.cs, ecore.cs, expression.cs, nullable.cs: Initial refactoring
4175 of Unary expressions to follow operator overloading rules precisely.
4176 Also fixes #321794, #323794
4178 2008-04-08 Marek Safar <marek.safar@gmail.com>
4180 * cs-parser.jay, expression.cs: Don't wrap Indirection expression in Unary
4183 2008-04-08 Marek Safar <marek.safar@gmail.com>
4185 * expression.cs, ecore.cs: Implemented MemberInit expression.
4187 2008-04-08 Raja R Harinath <harinath@hurrynot.org>
4189 Fix mono/tests/exception4.cs
4190 * statement.cs (ExceptionStatement, TryCatch): Revert to using
4191 ec.NeedReturnLabel () rather emitting a 'nop'.
4193 * statement.cs (ExceptionStatement.SomeCodeFollows): A hook for a
4195 (TryCatch.SomeCodeFollows): Likewise.
4196 * flowanalysis.cs (FlowBranchingException): Call 'SomeCodeFollows'
4197 for 'break', 'continue' and 'return' statements inside a try.
4198 We're fairly sure that the generated IL stream will have more
4199 instructions textually following the try.
4200 (FlowBranchingTryCatch): Likewise.
4202 * statement.cs (Throw.Resolve): Move CS0156 and CS0724 testing ...
4203 * flowanalysis.cs (FlowBranching.CheckRethrow): ... here and to its
4206 * statement.cs (CollectionForeach.DisposableWrapper): Make a true
4207 wrapper -- forward everything to CollectionForeach.
4208 (CollectionForeach.NonDisposableWrapper): New.
4209 (CollectionForeach.EmitFinallyBody): Use 'endfinally' instruction
4210 instead of a pop + branch to end.
4212 2008-04-07 Marek Safar <marek.safar@gmail.com>
4214 A fix for bug #377485
4215 * assign.cs, expression.cs, decl.cs, class.cs, ecore.cs, namespace.cs:
4216 Propagate location for extension method groups. Report conversion failure at
4219 2008-04-07 Marek Safar <marek.safar@gmail.com>
4221 * anonymous.cs, expression.cs, ecore.cs, typemanager.cs: Implemented
4222 ListInit and Field expressions.
4224 2008-04-06 Raja R Harinath <harinath@hurrynot.org>
4226 * iterators.cs (Iterator.EmitMoveNext): Remove try/fault wrapper.
4227 Since $PC is always -1 inside the body of MoveNext, the fault
4229 * flowanalysis.cs (FlowBranchingException.EmitFinally): Kill.
4230 * statement.cs (ExceptionStatement.emit_finally): Likewise.
4231 (ExceptionStatement.ResolveFinally): Drop 'branching' argument.
4233 The denouement! Fix #324708
4234 * iterators.cs (Iterator.EmitMoveNext): Reset $PC to -1 on entry.
4235 (Iterator.EmitYieldBreak): We no longer need to reset $PC.
4236 * statement.cs (ExceptionStatement.DoEmit): Actually emit the
4237 'finally' inside the finally clause.
4239 * statement.cs (ExceptionStatement.DoEmit): Emit try/finally block
4240 inside an iterator. Don't emit the body of the 'finally' inside
4241 the finally clause yet.
4243 Use the ResumableStatement infrastructure for MoveNext ()
4244 * iterators.cs (Iterator.EmitMoveNext_NoResumePoints): New.
4245 (Iterator.EmitMoveNext): Use 'resume_points'. Get rid of
4246 'old_resume_points'. Move dispatcher upfront.
4247 (Iterator.MarkYield): Mark the 'resume_point' of a Yield.
4248 * statement.cs (ExceptionStatement.DoEmit): Emit a dispatcher if
4249 in an enumerator. This encodes the main fix in this patch series
4250 -- we can only jump into the first instruction of a try from the
4251 outside, but we want to emit try/finally regions in iterators and
4252 resume in the middle of them.
4254 2008-04-05 Raja R Harinath <harinath@hurrynot.org>
4256 * statement.cs (ExceptionStatement.ResolveFinally): Move setting
4257 of NeedReturnLabel here.
4259 Introduce a common point for emitting try/finally to IL
4260 * statement.cs (ExceptionStatement.DoEmit): New. Combines all the
4261 features of the various subclasses, which are now driven by ...
4262 (ExceptionStatement.EmitPreTryBody): ... this and ...
4263 (ExceptionStatement.EmitTryBody): ... this and the original
4265 (TryFinally, Lock, Using, UsingTemporary, DisposableWrapper):
4266 Remove DoEmit and update to follow above protocol.
4268 * statement.cs (ExceptionStatement.EmitForDispose): If all labels
4269 of the dispatcher are the same, skip emitting the 'switch'.
4270 * iterator.cs (Iterator.EmitDispose): Update to changes.
4272 Clean up handling of 'using' statement
4273 * statement.cs (UsingTemporary): New. Carved out of ...
4274 (Using): ... this. Simplify drastically. Handle exactly
4276 * cs-parser.jay (using_statement): Split. Create UsingTemporary
4277 or Using as appropriate. If there are multiple variable declared,
4278 create nested Using statements.
4279 (resource_acquisition): Kill.
4281 * statement.cs (ExceptionStatement.EmitForDispose): Use
4282 EmitFinallyBody, not EmitFinally.
4284 * flowanalysis.cs (FlowBranching.StealFinallyClauses): Remove.
4285 * iterator.cs: Update to changes.
4287 Start using the ResumableStatement infrastructure
4288 * statement.cs (ResumeableStatement.PrepareForDispose): New.
4289 (ResumableStatement.EmitForDispose): New.
4290 (ExceptionStatement): Override them.
4291 * iterators.cs (Iterator.EmitDispose): Use PrepareForDispose and
4292 EmitForDispose to create the body of the Dispose method. Don't
4295 * iterator.cs (Iterator.AddResumePoint): Move here from ...
4296 * statement.cs (Toplevel.AddResumePoint): ... here.
4297 (Toplevel.MoveNextStatement.Resolve): Create FlowBranchingIterator.
4298 * flowanalysis.cs (FlowBranchingIterator): New.
4299 * codegen.cs (EmitContext): Update to changes.
4301 * iterators.cs (Iterator.OldResumePoint): Rename from ResumePoint.
4302 (Iterator.old_resume_points): Rename from 'resume_points'.
4303 (Iterator.MoveNextStatement): Remove unused class.
4305 New infrastructure for try/finally in iterators (still unused)
4306 * flowanalysis.cs (FlowBranching.AddResumePoint): New.
4307 (FlowBranchingToplevel.AddResumePoint): Hook into
4308 ToplevelBlock.AddResumePoint.
4309 (FlowBranchingTryCatch): Move CS01626 and CS01631 checks here.
4310 (FlowBranchingException): Hook into ExceptionBlock.AddResumePoint.
4311 * statement.cs (ToplevelBlock.AddResumePoint): New. Collect
4312 resume points and assign program-counter values.
4313 (ExceptionBlock.AddResumePoint): Collect resume points for
4314 de-muxer at the top of try block.
4315 * iterators.cs (Yield.CheckContext): Simplify.
4316 (Yield.Resolve): Use FlowBranching.AddResumePoint.
4318 2008-04-04 Raja R Harinath <harinath@hurrynot.org>
4320 * flowanalysis.cs (FlowBranching.AddReturnOrigin): Change Location
4321 argument to an ExitStatement.
4322 (FlowBranchingException): Refactor saved origins code.
4323 * statement.cs (ExitStatement): Update to cahges.
4324 * iterator.cs (YieldBreak): Likewise.
4326 * statement.cs (ResumableStatement): New. Common base class for
4327 YieldReturn and ExceptionStatement.
4328 (ExitStatement): New. Common base class for Return and YieldBreak.
4329 (Return): Update to changes.
4330 * iterator.cs (YieldBreak): Likewise.
4331 * lambda.cs (ContextualReturn): Likewise.
4334 * ecore.cs (Expression.ResolveAsTypeStep): If '!silent' attempt to
4335 emit a meaningful error message.
4337 Fix #324765, #319508
4338 * flowanalysis.cs (VariableInfo.IsEverAssigned): New.
4339 (VariableInfo.SetAssigned): Set it.
4340 * statement.cs (Block.UsageWarning): Use 'IsEverAssigned' to
4341 determine if CS0219 or CS0168 is appropriate. Don't use
4342 flow-analysis information.
4343 (Block.Resolve): Use ec.EndFlowBranching, not ec.DoEndFlowBranching.
4344 * codegen.cs (EmitContext.DoEndFlowBranching): Kill. Inline into ...
4345 (EmitContext.EndFlowBranching): ... this.
4347 2008-04-03 Marek Safar <marek.safar@gmail.com>
4349 * class.cs, typemanager.cs: Emit volatile field with IsVolatile modifier.
4351 2008-04-03 Marek Safar <marek.safar@gmail.com>
4353 A fix for bug #376508
4354 * convert.cs, expression.cs: Fixed difference between ImplicitConversion and
4355 ImplicitConversionExists.
4357 2008-04-03 Marek Safar <marek.safar@gmail.com>
4359 * expression.cs (Binary): Added remaining binary operators to expression
4362 * nullable.cs: Optimize shift with null argument.
4364 2008-04-03 Raja R Harinath <harinath@hurrynot.org>
4366 Fix minor IL regression
4367 * statement.cs (TryCatch..ctor): Add 'inside_try_finally' argument.
4368 (TryCatch.DoEmit): Use it to avoid creating another ExceptionBlock.
4369 * cs-parser.jay (try_statement): Update to changes.
4371 * statement.cs (TryFinally.need_exc_block): Delete.
4372 (TryFinally): Update to changes.
4374 Now all ExceptionStatements are unconditional
4375 * statement.cs (CollectionForeach.DisposableWrapper): New.
4376 Extract out the try/finally code into a new wrapper.
4377 (CollectionForeach.Resolve): Use it to simplify the code.
4379 2008-04-02 Raja R Harinath <harinath@hurrynot.org>
4381 Start at simplifying ExceptionStatement semantics a bit
4382 * statement.cs (TryCatch, TryFinally): Split 'Try' into two pieces.
4383 * cs-parser.jay (try_statement): Update to changes.
4384 (opt_catch_clauses): Remove.
4385 * flowanalysis.cs: Update to changes.
4386 (FlowBranching.BranchingType.TryCatch): New.
4387 (FlowBranchingTryCatch): New.
4389 * flowanalysis.cs (FlowBranching.BranchingType.SwitchSection): Kill.
4390 (FlowBranching.CreateBranching): Update to changes.
4391 (FlowBranchingBlock.AddSibling): Add sanity check.
4392 * codegen.cs (EmitContext.StartFlowBranching) <Block variant>:
4395 * iterators.cs (Iterator.MarkFinally): Remove.
4396 * statement.cs (ExceptionStatement): Update to changes.
4398 Add support for skipping over finally blocks at runtime. First
4399 in a series to fix #324708
4400 * iterators.cs (Iterator.SkipFinally): New LocalBuilder.
4401 (Iterator.EmitMoveNext): Initialize it.
4402 * statement.cs (ExceptionStatement.EmitFinally): Use it to emit a
4403 branch over the body of the 'finally' clause.
4405 2008-03-31 Raja R Harinath <harinath@hurrynot.org>
4407 Avoid lopsided use of Foo/DoFoo names
4408 * statement.cs (ExpressionStatement.EmitFinallyBody):
4409 Rename from EmitFinally.
4410 (ExpressionStatement.EmitFinally): Rename from DoEmitFinally.
4411 * iterator.cs: Update to changes.
4413 2008-04-02 Marek Safar <marek.safar@gmail.com>
4415 * ecore.cs, expression.cs, nullable.cs: ConditionalLogicalOperator is now
4416 based on UserOperatorCall. More binary nullable operators clean up.
4418 2008-04-02 Martin Baulig <martin@ximian.com>
4420 * symbolwriter.cs: Remove the `#if !DISABLE_TERRANIA_CHANGES' conditionals.
4422 2008-04-02 Marek Safar <marek.safar@gmail.com>
4424 * nullable.cs: Merge user and empty conversions when lifting expression
4427 * expression.cs (StringConcat): Implemented expression tree representation.
4429 2008-04-01 Marek Safar <marek.safar@gmail.com>
4431 * nullable.cs: When lifting null literal and a user operator exists, no call
4434 2008-04-01 Marek Safar <marek.safar@gmail.com>
4436 * nullable.cs, ecore.cs, expression.cs: Convert null arithmetic to lifted
4439 2008-04-01 Marek Safar <marek.safar@gmail.com>
4441 * nullable.cs, expression.cs: Use namespace instead heavily nested
4442 monster abstract class.
4444 2008-04-01 Marek Safar <marek.safar@gmail.com>
4446 * ecore.cs, convert.cs, constant.cs, nullable.cs, expression.cs: Implemented
4447 lifting of null literal and user operators. Clean up of some temporary
4450 2008-03-30 Raja R Harinath <harinath@hurrynot.org>
4452 Fix #368224, test-629.cs
4453 * flowanalysis.cs (FlowBranching.StealFinallyClauses): Return true
4454 if it crossed an unwind-protect boundary.
4455 * iterators.cs (Yield.CheckContext): Relax check for 'yield break'.
4456 (Yield.Resolve, Yield.DoEmit): Track whether the yield occurs
4457 inside an unwind-protected region.
4458 (YieldBreak.Resolve, YieldBreak.DoEmit): Likewise.
4459 (Iterator.MarkYield): Add 'unwind_protect' parameter. Emit a
4460 'leave' instead of a 'br' if unwind-protected.
4461 (Iterator.EmitYieldBreak): Likewise.
4463 2008-03-29 Gert Driesen <drieseng@users.sourceforge.net>
4465 * driver.cs: Only define versioninfo resources if no win32 resource
4468 2008-03-28 Marek Safar <marek.safar@gmail.com>
4470 A fix for bug #372375
4471 * convert.cs: Fixed boxing of nullable types.
4473 2008-03-28 Marek Safar <marek.safar@gmail.com>
4475 * typemanager.cs: Initialize InternalsVisibleTo as the very first optional
4478 2008-03-28 Marek Safar <marek.safar@gmail.com>
4480 A fix for bug #374619
4481 * nullable.cs: Fixed guarding of EmitBitwiseBoolean.
4483 2008-03-27 Marek Safar <marek.safar@gmail.com>
4485 * lambda.cs: Check return type only for invocation.
4487 2008-03-27 Marek Safar <marek.safar@gmail.com>
4489 A fix for bug #374214
4490 * ecore.cs: Correctly report argument type mismatch.
4492 2008-03-27 Marek Safar <marek.safar@gmail.com>
4494 * convert.cs (ImplicitReferenceConversionCore): Correctly compare enum type
4495 and not rely on broken IsEnum.
4497 2008-03-27 Marek Safar <marek.safar@gmail.com>
4499 * nullable.cs: New file, extracted from generic.cs.
4501 * generic.cs, generic-mcs.cs, *.csproj, *.sources: Updated.
4503 2008-03-27 Marek Safar <marek.safar@gmail.com>
4505 * generic.cs, convert.cs, generic-mcs.cs, expression.cs: Added lifting of
4506 predefined comparison operators and null literals.
4508 * report.cs: New warning ID.
4510 2008-03-25 Marek Safar <marek.safar@gmail.com>
4512 A fix for bug #370577
4513 * lambda.cs: Check return type too.
4515 2008-03-25 Marek Safar <marek.safar@gmail.com>
4517 A fix for bug #372846
4518 * class.cs: Automatic properties can be declared as unsafe.
4520 2008-03-20 Marek Safar <marek.safar@gmail.com>
4522 * location.cs: Use string based concatenation.
4524 * expression.cs: LiftedBinaryOperator is gmcs only.
4526 2008-03-20 Marek Safar <marek.safar@gmail.com>
4528 * generic.cs, literal.cs, ecore.cs, expression.cs: Ongoing work on nullable
4529 conversions rules and expression trees.
4531 2008-03-19 Marek Safar <marek.safar@gmail.com>
4533 * delegate.cs: Use extension method source as delegate target.
4535 2008-03-19 Marek Safar <marek.safar@gmail.com>
4537 * generic.cs, generic-mcs.cs, expression.cs, ecore.cs: Rewrote nullable
4538 binary operations to be purely based on binary operations and optimized
4539 emitted code (30% less in some cases). Introduced ReducedExpression for ETs
4540 and other ET refactoring.
4542 * typemanager.cs: Fixed warning.
4544 2008-03-17 Marek Safar <marek.safar@gmail.com>
4546 * class.cs, decl.cs, delegate.cs: Do protected modifier check on each member
4548 * symbolwriter.cs: Fixed.
4550 2008-03-17 Marek Safar <marek.safar@gmail.com>
4552 * anonymous.cs, driver.cs: Reset anonymous types counters.
4554 2008-03-17 Marek Safar <marek.safar@gmail.com>
4556 * ecore.cs (MethodGroupExpr): Skip first candidate, it's already the best.
4558 * class.cs: Use fullname for all type member definitions.
4560 2008-02-19 Martin Baulig <martin@ximian.com>
4563 (IMethodData.EmitExtraSymbolInfo): New interface method.
4564 (MethodData.Emit): Call method.EmitExtraSymbolInfo().
4565 (MethodOrOperator.EmitExtraSymbolInfo): Implement this new
4566 interface method here as an empty public virtual method.
4569 (AnonymousMethodMethod.ctor): Added `string real_name' argument.
4570 (AnonymousMethodMethod.EmitExtraSymbolInfo): Override and call
4571 CodeGen.SymbolWriter.SetRealMethodName().
4573 2008-02-18 Martin Baulig <martin@ximian.com>
4576 (ScopeInfo.EmitType): Override this and emit debugging
4577 information for captured variables.
4578 (RootScopeInfo.EmitType): Override this and emit symbol
4579 information for a captured `this'.
4581 2008-02-15 Martin Baulig <martin@ximian.com>
4583 * iterators.cs: Emit debugging info.
4586 (EmitContext.Flags): Add `OmitDebuggingInfo'.
4587 (EmitContext.OmitDebuggingInfo): New public property.
4590 (While): Override Emit() and don't emit symbol info there; do it
4591 inside DoEmit() instead.
4592 (Block.Emit): Omit symbol information while emitting the scope
4593 initializers; don't ec.Mark() the `EndLocation'. Fix the lexical
4595 (ExplicitBlock.IsIterator): Moved here from `ToplevelBlock'.
4596 (ToplevelBlock.MakeIterator): Pass the `flags' to `ExplicitBlock's
4597 .ctor to make `IsIterator' work.
4599 2008-03-14 Martin Baulig <martin@ximian.com>
4601 * symbolwriter.cs: Added the new symbol writer function from the
4602 debugger's `terrania' branch; temporarily enclose them inside
4603 `#if !DISABLE_TERRANIA_CHANGES' conditionals until I'm back from
4606 2008-03-14 Martin Baulig <martin@ximian.com>
4609 (SymbolWriter): Make this a public static class.
4612 (CodeGen.SymbolWriter): Removed; use the new static `SymbolWriter'
4613 class instead of using `if (CodeGen.SymbolWriter != null)' everywhere.
4615 2008-03-14 Marek Safar <marek.safar@gmail.com>
4617 A fix for bug #370577
4618 * statement.cs, lambda.cs: Added extra limitations when dealing with void
4621 2008-03-14 Marek Safar <marek.safar@gmail.com>
4623 * typemanager.cs (CSharpName): Made 250 times faster.
4625 2008-03-13 Marek Safar <marek.safar@gmail.com>
4627 * ecore.cs, expression.cs: Emit conversion for ET shift argument.
4629 2008-03-12 Marek Safar <marek.safar@gmail.com>
4631 * generic.cs, typemanager.cs, enum.cs, codegen.cs, statement.cs: Try not to
4632 crash when predefined field does not exist.
4634 2008-03-12 Marek Safar <marek.safar@gmail.com>
4636 * ecore.cs (PropertyExpr): Fixed IsSingleDimensionalArrayLength regression.
4638 2008-03-12 Marek Safar <marek.safar@gmail.com>
4640 * class.cs (FixedField): Don't crash when contructors are missing.
4642 2008-03-11 Marek Safar <marek.safar@gmail.com>
4644 * typemanager.cs, namespace.cs, literal.cs, ecore.cs, class.cs, decl.cs,
4645 convert.cs, constant.cs, expression.cs, statement.cs: Use same method to
4646 check internal types accessibility for internal and external types.
4647 Replaced EnumToUnderlying by GetEnumUnderlyingType.
4649 2008-03-11 Marek Safar <marek.safar@gmail.com>
4651 * support.cs, typemanager.cs, pending.cs, ecore.cs, class.cs, delegate.cs
4652 convert.cs, const.cs, anonymous.cs, constant.cs, expression.cs,
4653 attribute.cs, statement: Use corect instance of predefined types (work
4654 related to #364674).
4656 2008-03-07 Marek Safar <marek.safar@gmail.com>
4658 * expression.cs (TypeOfVoid): Fixed predefined method initialization.
4660 2008-03-07 Marek Safar <marek.safar@gmail.com>
4662 * generic.cs, typemanager.cs, parameter.cs, rootcontext.cs, ecore.cs,
4663 class.cs, delegate.cs, iterators.cs, const.cs, constant.cs, driver.cs,
4664 expression.cs, attribute.cs, codegen.cs, statement.cs: TypeManager optional
4665 predefined types clean up, delayed predefined types members initialization
4666 (work related to #364674).
4668 2008-03-05 Marek Safar <marek.safar@gmail.com>
4670 * typemanager.cs (IsFriendAssembly): InternalsVisibleTo is not mandatory.
4672 2008-03-05 Marek Safar <marek.safar@gmail.com>
4674 * typemanager.cs, parameter.cs, rootcontext.cs, ecore.cs, class.cs, decl.cs,
4675 delegate.cs, convert.cs, driver.cs, attribute.cs, codegen.cs: TypeManager
4676 predefined types clean up (work related to #364674).
4678 2008-03-04 Marek Safar <marek.safar@gmail.com>
4680 * ecore.cs: Print an error message instead of throwing exception.
4682 2008-03-04 Marek Safar <marek.safar@gmail.com>
4684 * generic.cs, typemanager.cs, literal.cs, convert.cs, cfold.cs, constant.cs,
4685 expression.cs, statement.cs: Unififed null literal representation.
4687 2008-03-03 Marek Safar <marek.safar@gmail.com>
4689 * anonymous.cs, cfold.cs, convert.cs, delegate.cs, doc.cs, ecore.cs,
4690 expression.cs: Refactored binary operators resolve phase and improved speed.
4691 The nullable code is still missing and won't work correctly, more fixes
4694 It also fixes #323726, #324312, #324248, and many other unreported issues.
4696 2008-02-29 Zoltan Varga <vargaz@gmail.com>
4698 * report.cs (FeatureIsNotAvailable): Use 'mcs1' instead of 'mcs', and 'mcs'
4701 2008-02-27 Marek Safar <marek.safar@gmail.com>
4703 * ecore.cs: Clean-up and split BetterConversion.
4705 2008-02-25 Raja R Harinath <harinath@hurrynot.org>
4708 * enum.cs (EnumMember.Value): Only access 'value' if
4709 ResolveValue says it's ok.
4710 (EnumMember.DoResolveValue): Don't set prev_member.value.
4711 (Enum.GetDefinition): Reverse arguments of Equals --
4712 EnumMember.Value can return 'null'.
4714 * statement.cs (Switch.Error_AlreadyOccurs): Fix typo in name.
4716 2008-02-22 Marek Safar <marek.safar@gmail.com>
4718 * generic.cs, expression.cs: More ongoing work on expression trees.
4720 2008-02-21 Marek Safar <marek.safar@gmail.com>
4722 * class.cs, typemanager.cs: Rewrote operator matching logic to correctly
4723 handle missing matches when mutiple operators exist.
4725 2008-02-20 Marek Safar <marek.safar@gmail.com>
4727 A fix for bug #363218
4728 * expression.cs (ArrayCreation.Clone): Deal with multi-dimensional
4731 2008-02-20 Marek Safar <marek.safar@gmail.com>
4733 * expression.cs, constant.cs, cfold.cs: Yet another side-effect constant
4734 update. This time to deal correctly with SideEffectConstant expression used
4735 as an argument for another constant folding.
4737 2008-02-20 Raja R Harinath <harinath@hurrynot.org>
4739 * typemanager.cs (DropGenericMethodArguments): Ensure we get an underlying
4742 2008-02-19 Marek Safar <marek.safar@gmail.com>
4744 * constant.cs, cfold.cs: SideEffectConstant results can apply for folding.
4746 2008-02-19 Marek Safar <marek.safar@gmail.com>
4748 A fix for bug #328136
4749 * expression.cs: Do not fold immediately LogicalAnd operators when the left
4750 side is a false constant, because we still need to evaluate the right-hand
4753 * statement.cs (If): Emit two types of boolean constants (simple constant,
4754 side-effect constant).
4756 2008-02-19 Marek Safar <marek.safar@gmail.com>
4758 * constant.cs (SideEffectConstant): Don't emit boolean constant.
4760 * expression.cs: Fold immediately LogicalAnd operators when both sides are
4763 2008-02-18 Marek Safar <marek.safar@gmail.com>
4765 A fix for bug #361457
4766 * ecore.cs (IsApplicable): Params methods have lower priority.
4768 * support.cs: Return correct parameter modifier for params types.
4770 2008-02-18 Marek Safar <marek.safar@gmail.com>
4772 * generic.cs (TypeParameter): Cache attribute target name.
4774 * support.cs: Removed unused variable.
4776 * typemanager.cs: Removed debugging leftover.
4778 * ecore.cs: Use local type instead of a property;
4780 * class.cs (VerifyMembers): Consider also parent to test whether type member
4783 * expression.cs (FullMethodDesc): Removed.
4785 * attribute.cs (IsValidArgumentType): Made static.
4787 2008-02-17 Raja R Harinath <harinath@hurrynot.org>
4789 Cleanup to be more readable.
4790 * Makefile (GMCS_PROFILE): Remove.
4791 (COMPILER_NAME): New helper.
4793 2008-02-15 Miguel de Icaza <miguel@novell.com>
4795 * cs-tokenizer.cs: if a conditional expression happens inside a
4796 (...) this also means that we do not need to de-ambiguate between
4797 an parenthesized expression and a cast.
4801 * constant.cs (SideEffectConstant): a constant value that happens
4802 to have a side effect.
4804 Fixes the build regressions introduced by the fix for #359789
4806 2008-02-14 Rodrigo Kumpera <rkumpera@novell.com>
4808 * expression.cs (Conditional.Emit): when emitting the ternary
4809 operator, use local variables to generate code verifiable code.
4811 The verifier cannot infer that the type on stack before the
4812 stloc.0 is executed is of type ParentB. This happens because the
4813 stack merge algorithm uses only parent types when deciding which
4814 is the common type. This is described in Part III 1.8.1.3 of ECMA
4817 This code compiled with mcs is not verifiable under MS. The MS
4818 verifier picks the first common interface of Foo and Bar, which is
4819 wrong, but doesn't use a full join type of the 2 interfaces.
4821 CSC uses a clever hack to compile such code in a verifiable
4822 way. It stores the intermediate values in a local variable with
4827 2008-02-14 Miguel de Icaza <miguel@novell.com>
4829 * expression.cs: Do not fold BitwiseAnd operators when the left
4830 side is a false constant, because we still need to evaluate the
4835 * support.cs: Instead of throwing an InternalErrorException when
4836 the position of the stream is outside the boundary of our buffer,
4837 reset the state of the reader, and restart the reading from the
4838 beginning of the file.
4840 2008-02-14 Marek Safar <marek.safar@gmail.com>
4842 * generic.cs (TypeParameter.GetMembers): Is not supported operation.
4844 2008-02-14 Marek Safar <marek.safar@gmail.com>
4846 A fix for bug #361686
4847 * decl.cs: A protected types used inside a private class which parents
4848 derives from the protected class are accessible.
4850 2008-02-13 Marek Safar <marek.safar@gmail.com>
4852 * generic.cs (ConstraintChecker): Use cached member lookup when looking for
4853 the parameterless constructor.
4855 2008-02-13 Marek Safar <marek.safar@gmail.com>
4857 * generic.cs, typemanager.cs, iterators.cs, codegen.cs: Refactored core
4858 lookup methods to use standard member cache when doing member lookup.
4860 2008-02-12 Marek Safar <marek.safar@gmail.com>
4862 * driver.cs: Don't report full path for referenced module as assembly error.
4864 2008-02-12 Marek Safar <marek.safar@gmail.com>
4866 * Makefile: Fixed `qh' target to work on all machines.
4868 * report.cs, typemanager.cs, parameter.cs, ecore.cs, class.cs, anonymous.cs,
4869 expression.cs, codegen.cs, statement.cs, doc.cs: Replaced type IsSubclassOf
4870 and HasElementType with TypeManager implementation.
4872 2008-02-08 Marek Safar <marek.safar@gmail.com>
4874 A fix for bugs #325134, #359749
4875 * expression.cs, ecore.cs: Try to resolve an extension method even if the
4876 first binds point to non-method member expression.
4878 2008-02-08 Marek Safar <marek.safar@gmail.com>
4880 * cs-parser.jay: Null coalescing operator is not part of ISO-1.
4882 2008-02-08 Marek Safar <marek.safar@gmail.com>
4884 A fix for bugs #321394, #323028
4885 * generic.cs, parameter.cs, ecore.cs, class.cs, decl.cs, delegate.cs:
4886 Reworked naive IsAccessibleAs implementation to handle nested types.
4888 2008-02-05 Jb Evain <jbevain@novell.com>
4890 * class.cs: use generic type comparison for parameters
4893 2008-02-05 Marek Safar <marek.safar@gmail.com>
4895 A fix for bug #325372
4896 * class.cs: Use generic type comparison when testing method signatures.
4898 2008-02-05 Marek Safar <marek.safar@gmail.com>
4900 A fix for bug #357047
4901 * ecore.cs: Applied C# 3.0 changes to better conversion.
4903 2008-02-05 Marek Safar <marek.safar@gmail.com>
4905 A fix for bug #358374
4906 * cs-parser.jay: Correctly set modifiers for all constructor types.
4908 2008-02-04 Marek Safar <marek.safar@gmail.com>
4910 A fix for bug #355251
4911 * generic.cs: Added base class constraint based type inference.
4913 2008-02-01 Marek Safar <marek.safar@gmail.com>
4915 A fix for bug #357255
4916 * decl.cs: One more missing visibility check.
4918 2008-02-01 Marek Safar <marek.safar@gmail.com>
4920 * support.cs: Fixed broken return.
4922 2008-01-25 Marek Safar <marek.safar@gmail.com>
4924 * report.cs: Correctly reset warnings count after probing.
4926 2008-01-25 Martin Baulig <martin@ximian.com>
4929 (NamespaceEntry.SymbolFileID): Make this work again after
4930 MemberName.ToString() is gone.
4932 2008-01-25 Marek Safar <marek.safar@gmail.com>
4934 * expression.cs: Implemented Divide, Equal, ExclusiveOr, GreaterThanOrEqual
4937 2008-01-25 Marek Safar <marek.safar@gmail.com>
4939 * generic.cs: Use full implicit conversion for type inference fixing.
4941 2008-01-24 Marek Safar <marek.safar@gmail.com>
4943 * ecore.cs, expression.cs, generic.cs: Implemented Convert, ConvertChecked.
4944 Fixed user operator conversions.
4946 2008-01-24 Marek Safar <marek.safar@gmail.com>
4948 * generic.cs: Do nullable type to null comparison optimization during
4951 2008-01-24 Marek Safar <marek.safar@gmail.com>
4953 A fix for bug #355163
4954 * generic.cs: Enabled l-value resolve on nullable expressions.
4956 2008-01-24 Marek Safar <marek.safar@gmail.com>
4958 A fix for bug #353986
4959 * class.cs: Ingore static ctors with parameters for any further checks.
4961 2008-01-24 Marek Safar <marek.safar@gmail.com>
4963 A fix for bug #354310
4964 * namespace.cs: Removed redundant check.
4966 2008-01-24 Marek Safar <marek.safar@gmail.com>
4968 A fix for bug #354928
4969 * expression.cs: ElementInitializers can be resolved only once.
4971 2008-01-24 Marek Safar <marek.safar@gmail.com>
4973 * convert.cs, ecore.cs, expression.cs, generic.cs: Implemented Coalesce and
4974 Condition expressions.
4976 2008-01-23 Marek Safar <marek.safar@gmail.com>
4978 * codegen.cs: Fixed AssemblyBuilder initialization on other platforms.
4980 2008-01-22 Marek Safar <marek.safar@gmail.com>
4982 * ecore.cs, expression.cs, generic.cs: Implicit bool? to bool conversion is
4985 * generic.cs: Implemented coalesce expression.
4987 2008-01-22 Marek Safar <marek.safar@gmail.com>
4989 A fix for bug #355145
4990 * anonymous.cs, convert.cs, ecore.cs, generic.cs, lambda.cs: Implemented
4991 expression tree type inference.
4993 2008-01-22 Raja R Harinath <harinath@hurrynot.org>
4996 * expression.cs (Binary.IsUnsignedType): Fix typo.
4998 2008-01-22 Marek Safar <marek.safar@gmail.com>
5000 * ecore.cs, expression.cs, generic.cs: Implemented NewArrayInit expression.
5002 2008-01-22 Marek Safar <marek.safar@gmail.com>
5004 A fix for bug #355161
5005 * ecore.cs, expression.cs: Wider range of extension method supported
5008 2008-01-22 Gert Driesen <drieseng@users.sourceforge.net>
5010 * codegen.cs: Use magic value for AssemblyBuilderAccess to instruct
5011 AssemblyBuilder to operate in compiler context. Fixes mcs part of
5014 2008-01-22 Marek Safar <marek.safar@gmail.com>
5016 A fix for bug #355148
5017 * ecore.cs, expression.cs: Correctly report misused ref and out modifiers.
5019 2008-01-22 Miguel de Icaza <miguel@novell.com>
5021 * expression.cs (CreateExpressionTree): Add support for or and
5022 logical or, and indent following the coding conventions.
5024 * typemanager.cs (LinqExpression): renamed from
5025 ExpressionTreeManager, for a shorter name.
5027 Use TypeManager.CoreLookupType to lookup types from our core
5028 assemblies and turn those into "Type" variables.
5030 Consumers that previously used "Namespace" and "Type" from this
5031 class should instead use the TypeExpression which is a type that
5032 is fully resolved (without involving the regular C# resolution
5035 This typically looks like this:
5037 TypeExpression texpr = new TypeExpression (LinqExpression.expression_type, loc);
5038 new MemberAccess (texpr, name, type_arguments, loc)
5040 This avoids the problem in: #355178
5042 2008-01-21 Marek Safar <marek.safar@gmail.com>
5044 * cs-parser.jay, expression.cs: Check `namespace alias qualifier' language
5045 feature in parser only as we do in other cases.
5047 2008-01-21 Marek Safar <marek.safar@gmail.com>
5049 * attribute.cs, ecore.cs, class.cs, delegate.cs, expression.cs, linq.cs,
5050 typemanager.cs: A refactoring of params arguments to reuse existing
5051 expressions (params -> array initializer) to emit params argument instead
5052 of specialized handling.
5053 It was required by expression tree implementation and it has other benefits
5054 as well, we now apply same optimization for params arguments as we do for
5057 2008-01-18 Marek Safar <marek.safar@gmail.com>
5059 A fix for bug #353526
5060 * generic.cs: A type inference of params arguments may not required any
5061 temporary array creation.
5063 2008-01-18 Marek Safar <marek.safar@gmail.com>
5065 A fix for bug #353534
5066 * generic.cs, ecore.cs, expression.cs: A method group type inference is
5067 supported for delegates only.
5069 2008-01-18 Marek Safar <marek.safar@gmail.com>
5071 * generic.cs: Fixed 3.0 type inference fixing phase to determine a unique
5072 type for more than 1 candidates.
5074 2008-01-18 Marek Safar <marek.safar@gmail.com>
5076 * typemanager.cs, ecore.cs, expression.cs: Implemented ArrayLength and Call
5079 2008-01-16 Marek Safar <marek.safar@gmail.com>
5081 * generic.cs, typemanager.cs, lambda.cs, parameter.cs, ecore.cs, constant.cs,
5082 expression.cs: Implemented Add, And, AndAlso, and ArrayIndex (without unary
5083 operator) expressions.
5085 2008-01-16 Zoltan Varga <vargaz@gmail.com>
5087 * statement.cs: Avoid declaring an IL variable for this_variable since it is
5088 not accessed from the generated IL.
5090 2008-01-14 Marek Safar <marek.safar@gmail.com>
5092 * typemanager.cs, lambda.cs, parameter.cs, ecore.cs, class.cs, delegate.cs,
5093 iterators.cs, convert.cs, assign.cs, anonymous.cs, expression.cs,
5094 statement.cs: The first expression tree implementation drop, mostly
5095 infrastructure work.
5097 2008-01-14 Marek Safar <marek.safar@gmail.com>
5099 * ecore.cs (IsNestedChild): Refactored.
5101 2008-01-11 Marek Safar <marek.safar@gmail.com>
5103 * lambda.cs: Don't use a cast on unknown expression statement.
5105 2008-01-10 Geoff Norton <gnorton@novell.com>
5107 * cs-tokenizer.cs: One more token to distinguish between method and lambda
5110 2008-01-09 Marek Safar <marek.safar@gmail.com>
5112 * doc.cs: Report better /doc crash details.
5114 2008-01-09 Marek Safar <marek.safar@gmail.com>
5116 A fix for bug #352536
5117 * ecore.cs, assign.cs, codegen.cs: Check event assignments.
5119 2008-01-08 Marek Safar <marek.safar@gmail.com>
5121 A fix for bug #352287
5122 * ecore.cs, expression.cs: Do `this' access checking in all member access
5125 2008-01-08 Marek Safar <marek.safar@gmail.com>
5127 * rootcontext.cs, driver.cs: Switch to linq mode by default.
5129 * report.cs: Reset message stacks.
5131 2008-01-08 Marek Safar <marek.safar@gmail.com>
5133 * generic.cs (InferInPhases): Correctly calculate params position.
5135 2008-01-08 Marek Safar <marek.safar@gmail.com>
5137 * cs-tokenizer.cs: No need to parse full string when parsing lambda
5140 2008-01-07 Marek Safar <marek.safar@gmail.com>
5142 * cs-tokenizer.cs: Enabled lambda arguments micro-parser for all profiles.
5144 * decl.cs (LookupNamespaceOrType): Don't cache names which caused an error.
5146 * driver.cs: Updated --help option.
5148 2008-01-07 Marek Safar <marek.safar@gmail.com>
5150 * generic.cs (InferParamsTypeArguments): Removed.
5151 (InferInPhases): Add params type inference.
5152 (LowerBoundInference): Fixed scoring mechanism.
5154 * cs-tokenizer.cs (PreProcessPragma): Use Location instead of line.
5156 2008-01-06 Gert Driesen <drieseng@users.sourceforge.net>
5158 * typemanager.cs: On 2.0 profile, GetPublicKeyToken returns an empty
5159 byte array for unsigned "baked" assemblies.
5161 2008-01-05 Gert Driesen <drieseng@users.sourceforge.net>
5163 * codegen.cs: AssemblyName.GetPublicKey returns a zero-length byte
5164 array for assemblies that are not strongnamed.
5166 2008-01-04 Marek Safar <marek.safar@gmail.com>
5168 A fix for bug #351481
5169 * expression.cs (MemberAccess.ResolveNamespaceOrType): Use correct
5170 declaring type for nested generic types.
5172 2008-01-04 Marek Safar <marek.safar@gmail.com>
5174 * namespace.cs, class.cs, decl.cs, cs-parser.jay: Use GetSignatureForError
5175 instead of ToString.
5177 2008-01-03 Marek Safar <marek.safar@gmail.com>
5179 A fix for bug #351047
5180 * expression.cs (Binary.ResolveOperator): Allow equality operators between
5181 null and structs only when equality and inequality operators are defined
5182 either as an user-operators or predefined operators.
5184 2008-01-03 Marek Safar <marek.safar@gmail.com>
5186 A fix for bug #351047
5187 * generic.cs, typemanager.cs, class.cs: New IsReferenceType helper method.
5189 2008-01-03 Marek Safar <marek.safar@gmail.com>
5191 A fix for bug #351257
5192 * cs-tokenizer.cs: Advance line number for '\r' correctly.
5194 2008-01-03 Marek Safar <marek.safar@gmail.com>
5196 A fix for bug #351157
5197 * class.cs (Using): Fixed yet another broken cloning.
5199 (Block): Put back more sensible default value for statements.
5201 2008-01-01 Gert Driesen <drieseng@users.sourceforge.net>
5203 * codegen.cs: Allow AssemblyVersion with only major version component.
5206 2007-12-29 Marek Safar <marek.safar@gmail.com>
5208 A fix for bug #324654
5209 * class.cs: Use FullName property as member name.
5211 2007-12-28 Marek Safar <marek.safar@gmail.com>
5213 A fix for bug #342117
5214 * generic.cs (ConstraintChecker): Struct constraint also satisfies default
5215 constructor constraint.
5217 2007-12-28 Marek Safar <marek.safar@gmail.com>
5219 A fix for bug #338273
5220 * class.cs (ProbertyBase): Access modifier checks are required for overrides
5223 2007-12-28 Marek Safar <marek.safar@gmail.com>
5225 A fix for bug #350839
5226 * ecore.cs (MethodroupExpr): Probing hacks are no longer required.
5228 2007-12-27 AdTsai (http://code.google.com/u/AdTsai/)
5230 Reviewed by Ben Maurer, Miguel de Icaza, patches from Google's
5233 http://code.google.com/p/google-highly-open-participation-mono/issues/detail?id=4
5235 * statement.cs: Changed some Hashtables to use HybridDictionaries
5236 instead. It was observed that some HashTables only contained a few
5237 items in the vast majority of cases. Since HybridDictionary is
5238 more efficient on small sets (<10 elements), "known_variables"
5239 from class ExplicitBlock as well as "labels" and "constants " from
5240 class Block were changed to HybridDictionaries.
5242 Atsai results: (56216kb->54987kb)
5244 Miguel results (bootstrap of mcs): 59819kb -> 59290kb
5247 2007-12-27 AdTsai (http://code.google.com/u/AdTsai/)
5249 Reviewed by Ben Maurer, Miguel de Icaza, patches from Google's
5252 http://code.google.com/p/google-highly-open-participation-mono/issues/detail?id=4
5254 * expression.cs: foreach loop to for loop, saved on allocation of
5255 enumerator (59333kb->59141kb)
5257 * statement.cs. Changed foreach loops to for loops, saved on
5258 allocation of enumerator (59141kb->59006kb)
5260 * decl.cs: ArrayLists in .NET 1.1 allocate 16 elements by default
5261 when constructed with no specified capacity. This was causing a
5262 few ArrayLists to allocate more memory than they would potentially
5263 need in the Block class and MemberCache class. Setting the
5264 ArrayLists to construct with a capacity of 1 saves some
5265 memory. (56216kb->55585kb)
5267 2007-12-27 Marek Safar <marek.safar@gmail.com>
5269 A fix for bug #347189 (2nd issue)
5270 * expression.cs (MemberAccess): Nested type can be found in base non-generic
5273 2007-12-27 Miguel de Icaza <miguel@novell.com>
5275 * report.cs: Do not use colors if stdout and stderr are not a
5278 2007-12-27 Marek Safar <marek.safar@gmail.com>
5280 A fix for bug #346998
5281 * ecore.cs (MethodGroupExpr): Implemented override filter for generic
5284 2007-12-27 Marek Safar <marek.safar@gmail.com>
5286 A fix for bug #343465
5287 * class.cs: Explicit method name for nested types uses dots only.
5289 2007-12-27 Marek Safar <marek.safar@gmail.com>
5291 A fix for bug #343707
5292 * cs-tokenizer.cs: Advance line number for mixed CR/LF files correctly.
5294 2007-12-27 Marek Safar <marek.safar@gmail.com>
5296 * ecore.cs: Report type inference errors only when arguments count matches
5299 * generic.cs (NullCoalescingOperator): Cannot be applied to null.
5301 * expression.cs, report.cs: New warning.
5303 * typemanager.cs: Catch anonymous method type too.
5305 2007-12-23 Marek Safar <marek.safar@gmail.com>
5307 A fix for bug #346379
5308 * expression.cs (UnaryMutator): Emit size of type for pointer mutator.
5310 2007-12-23 Marek Safar <marek.safar@gmail.com>
5312 A fix for bug #347359
5313 * expression.cs (Invocation): Don't resolve already resolved expression.
5315 2007-12-23 Marek Safar <marek.safar@gmail.com>
5317 A fix for bug #347189
5318 * class.cs (FixedField): Use non-dependent code only in the define phase.
5320 2007-12-23 Marek Safar <marek.safar@gmail.com>
5322 A fix for bug #348076
5323 * ecore.cs (FieldExpr.DoResolve): Allow any variable based expression.
5325 2007-12-22 Marek Safar <marek.safar@gmail.com>
5327 * ecore.cs (MethodGroupExpr.OverloadResolve): Set type arguments for
5328 discovered extension methods.
5330 2007-12-22 Marek Safar <marek.safar@gmail.com>
5332 * ecore.cs, namespace.cs, expression.cs: Removed broken ResolveGeneric
5335 2007-12-21 Miguel de Icaza <miguel@novell.com>
5337 * report.cs (ErrorMessage): Add support for using colors on
5338 terminals that support it.
5340 2007-12-21 Marek Safar <marek.safar@gmail.com>
5342 * ecore.cs: Use information about expanded params for error reporting.
5344 2007-12-21 Marek Safar <marek.safar@gmail.com>
5346 * ecore.cs, generic.cs, delegate.cs: Refactoring of method overloading code
5347 and logic for params overloads.
5349 2007-12-15 Miguel de Icaza <miguel@novell.com>
5351 * generic.cs (NullCoalescingOperator.CloneTo): implement this one,
5352 as this is also created from the parser. Fixes #349034
5354 2007-12-12 Miguel de Icaza <miguel@novell.com>
5356 * statement.cs (Throw.CloneTo): it is valid to have empty
5357 expressions for throw.
5359 2007-12-03 Marek Safar <marek.safar@gmail.com>
5361 * cs-parser.jay: Set delegate constraint parsing region correctly.
5363 2007-12-03 Marek Safar <marek.safar@gmail.com>
5365 A fix for bug #345467
5366 * typemanager.cs (IsEqual): Compare generic parameters position only.
5368 2007-11-28 Marek Safar <marek.safar@gmail.com>
5370 * expression.cs (BaseAccess): Type arguments can be null.
5372 2007-11-27 Raja R Harinath <harinath@gmail.com>
5374 * statement.cs (Block.Resolve): Ensure flow-branching tree is
5375 consistent even when an error has occured.
5376 (Switch.Resolve): Likewise.
5378 2007-11-22 Marek Safar <marek.safar@gmail.com>
5380 A fix for bug #334505
5381 * class.cs: Don't ignore InternalsVisibleTo attribute for internal
5384 2007-11-22 Marek Safar <marek.safar@gmail.com>
5386 * ecore.cs, typemanager.cs, delegate.cs, expression.cs: The first of
5387 refactorings required to resolve extension methods correctly when mixing
5388 generics and non-generics members.
5390 2007-11-20 Marek Safar <marek.safar@gmail.com>
5392 A fix for bug #342584
5393 * convert.cs: Added not documented explicit IntPtr/UIntPtr to enum
5396 2007-11-19 Marek Safar <marek.safar@gmail.com>
5398 A fix for bug #342512
5399 * delegate.cs: Use delegate argument expression when is available. Don't
5400 emit virtual call when class is sealed.
5402 2007-11-16 Marek Safar <marek.safar@gmail.com>
5404 A fix for bug #325423
5405 * assign.cs (FieldInitializer): Use resolved expression for emit.
5407 * class.cs: Print less confusing error message.
5409 2007-11-16 Marek Safar <marek.safar@gmail.com>
5411 * cs-tokenizer.cs: Removed GMCS ifdefs.
5413 * rootcontext.cs, report.cs: Report unavailable gmcs features used by
5416 * cs-parser.jay: Disabled nullable check.
5418 * generic-mcs: Copied more generic stuff.
5420 2007-11-16 Marek Safar <marek.safar@gmail.com>
5422 * gcs-parser.jay: Merged to cs-parser.jay.
5424 * generic.cs, typemanager.cs, cs-tokenizer.cs, linq.cs, Makefile
5425 * *.csproj, *.sources: Updated to use only jay parser file.
5427 2007-11-16 Marek Safar <marek.safar@gmail.com>
5429 * gcs-parser.jay: Added nullable and default expression feature checks.
5431 2007-11-16 Marek Safar <marek.safar@gmail.com>
5433 * gcs-parser.jay, cs-parser.jay, class.cs: Unified parameters parsing,
5434 it fixes many TODOs and hidden bugs.
5436 * expression: Removed duplicate error check.
5438 2007-11-15 Marek Safar <marek.safar@gmail.com>
5440 * gcs-parser.jay, statement.cs, decl.cs, ecore.cs: Try to resolve an
5441 implicitly type local variable only when it is used in a declaration.
5443 2007-11-15 Marek Safar <marek.safar@gmail.com>
5445 * attribute.cs: Use CS0612 for empty strings.
5447 2007-11-14 Marek Safar <marek.safar@gmail.com>
5449 * lambda.cs, statement.cs: Contextual return may act as a statement.
5451 2007-11-14 Marek Safar <marek.safar@gmail.com>
5453 A fix for a regression cause by #324222
5454 * class.cs: Don't report unused even when it implements an interface.
5456 2007-11-13 Marek Safar <marek.safar@gmail.com>
5458 A fix for bug #341205
5459 * ecore.cs, expression.cs: Method group expression cannot do static
5460 method access with an instance reference check before overloading takes
5463 2007-11-13 Marek Safar <marek.safar@gmail.com>
5465 A fix for bug #325359
5466 * class.cs: Use predictable name for automatically generated property.
5468 2007-11-12 Marek Safar <marek.safar@gmail.com>
5470 A fix for bug #324996
5471 * expression.cs (Is): Handle case where D is nullable and T is not
5474 * generics.cs (Nullable.HasValue): Nullable HasValue expression.
5476 2007-11-12 Marek Safar <marek.safar@gmail.com>
5478 * generic.cs, literal.cs, ecore.cs, class.cs, delegate.cs, const.cs,
5479 anonymous.cs, expression.cs, attribute.cs, codegen.cs, statement.cs:
5480 Flush small error reporting changes.
5482 2007-11-09 Marek Safar <marek.safar@gmail.com>
5484 A fix for bug #324996
5485 * expression.cs: Rewrote Is expression implementation to work with
5486 generics, nullable types, anonymous method. A const result expression
5487 uses existing infrastructure instead of custom not fully-featured one.
5489 2007-11-08 Marek Safar <marek.safar@gmail.com>
5491 A fix for bug #340202
5492 * class.cs: Consider generics for volatile field.
5494 2007-11-08 Marek Safar <marek.safar@gmail.com>
5496 A fix for bug #335594
5497 * expression.cs: Use conversion rules when handling string addition.
5499 2007-11-07 Marek Safar <marek.safar@gmail.com>
5501 A fix for bug #336651
5502 * expression.cs: Fixed a crash when probing is on.
5504 2007-11-07 Marek Safar <marek.safar@gmail.com>
5506 A fix for bug #324242
5507 * covert.cs: Added a conversion from any nullable-type with an
5508 underlying enum-type to the type System.Enum.
5510 2007-11-07 Marek Safar <marek.safar@gmail.com>
5512 A fix for bug #324222
5513 * class.cs: Report all non-used event fields.
5515 2007-11-07 Marek Safar <marek.safar@gmail.com>
5517 A fix for bug #325161
5518 * cs-parser.jay, gcs-parser.jay, decl.cs: Implemented namespace alias
5519 qualifier for generic types.
5521 2007-11-07 Marek Safar <marek.safar@gmail.com>
5523 A fix for bug #322971
5524 * expression.cs, ecore.cs: Added intermediate result value check for
5527 2007-11-07 Marek Safar <marek.safar@gmail.com>
5529 A fix for bug #324754
5530 * cs-parser.jay, gcs-parser.jay, class.cs: Try to create an interator
5531 when it was requested.
5533 2007-11-07 Marek Safar <marek.safar@gmail.com>
5535 A fix for bug #325101
5536 * expression.cs: Do type not value comparison for `is' expression.
5538 2007-11-07 Marek Safar <marek.safar@gmail.com>
5540 A fix for bug #320236
5541 * convert.cs: Don't apply user conversion on underlying target type.
5543 2007-11-06 Marek Safar <marek.safar@gmail.com>
5545 * expression.cs: Don't use unresolved expression for error reporting.
5547 2007-11-06 Marek Safar <marek.safar@gmail.com>
5549 A fix for bugs #337712, #324490
5550 * ecore.cs (MethodGroupExpr): Refactored to handle delegate method
5551 overloading resolution too.
5553 * delegate.cs: Uses MethodGroupExpr for overloading resolution. It makes
5554 the process consistent and more robust.
5556 * expression.cs, linq.cs, report.cs: Update.
5558 2007-11-02 Marek Safar <marek.safar@gmail.com>
5560 A fix for bug #332909
5561 * attribute.cs: Resolve attributes in correct context using error
5564 * rootcontext.cs: Define Obsolete attribute members as core members.
5566 2007-11-02 Marek Safar <marek.safar@gmail.com>
5568 * statement.cs: Removed unused methods.
5570 2007-10-31 Wade Berrier <wberrier@novell.com>
5572 * Makefile: reenable copy of gmcs.exe.config, but include it in EXTRA
5573 DIST (it doesn't get included because PROGRAM isn't defined to be gmcs
5576 2007-10-31 Marek Safar <marek.safar@gmail.com>
5578 A fix for bug #338102
5579 * decl.cs (CheckExistingMembersOverloads): Workaround issue with generic
5580 methods registered as non-generics.
5582 2007-10-31 Marek Safar <marek.safar@gmail.com>
5584 A fix for bugs #337712, #324490
5585 * delegate.cs: Delegate covariance and contravariance is not allowed for
5588 2007-10-31 Marek Safar <marek.safar@gmail.com>
5590 A fix for bug #337719
5591 * cs-tokenizer.cs: Restore identifier buffer when parsing contextual
5594 2007-10-30 Marek Safar <marek.safar@gmail.com>
5596 * Makefile (net_2_0_bootstrap/mcs.exe.config): Reverted copy gmcs.exe.config.
5598 2007-10-29 Marek Safar <marek.safar@gmail.com>
5600 * cs-tokenizer.cs, gcs-parser.jay, driver.cs: Fixed parsing of nested
5603 2007-10-29 Raja R Harinath <rharinath@novell.com>
5605 * Makefile (net_2_0_bootstrap/mcs.exe.config): Copy gmcs.exe.config.
5607 2007-10-29 Marek Safar <marek.safar@gmail.com>
5609 A fix for bug #334652
5610 * ecore.cs (MethodGroupExpr.OverloadResolve): Do also lookup for
5611 extension methods when we have not found the best candidate in normal
5614 2007-10-27 Marek Safar <marek.safar@gmail.com>
5616 * AssemblyInfo.cs: Keep up-to-date.
5618 2007-10-27 Marek Safar <marek.safar@gmail.com>
5620 * Makefile: Fixed generics compiler name.
5622 2007-10-27 Marek Safar <marek.safar@gmail.com>
5624 * lambda.test: removed, lambda parsing is done differently.
5626 * gen-il.cs, gen-treedump.cs, old-code.cs : Obsolete.
5628 2007-10-27 Gert Driesen <drieseng@users.sourceforge.net>
5630 * Makefile: Removed dependency on gmcs.exe.config. Fixes build.
5632 2007-10-27 Marek Safar <marek.safar@gmail.com>
5634 * Makefile, *.sources : All C# compilers are in mcs folder.
5636 * *.cs: Use existing 2_1 define for smcs.
5638 2007-10-26 Marek Safar <marek.safar@gmail.com>
5640 A fix for bug #335847
5641 * assign.cs, expression.cs: Couple of changes to avoid creating a
5642 temporary variable for each object initializer assignment statement. It
5643 simplifies struct initialization too, otherwise two temporary variables
5645 Implemented optimization of redundant default element initializers.
5647 2007-10-25 Marek Safar <marek.safar@gmail.com>
5649 A fix for bug #336766
5650 * expression.cs (Class.CheckBase): Use generic name when method is
5653 2007-10-25 Marek Safar <marek.safar@gmail.com>
5655 A fix for bug #334737
5656 * expression.cs (IndexerAccess.EmitAssign): Emit local temporary
5657 variable and not variable argument for prepared copies.
5659 2007-10-24 Marek Safar <marek.safar@gmail.com>
5661 A fix for bug #325110
5662 * class.cs, expression.cs, attribute.cs: Use open generic method when
5663 checking conditional attribute.
5665 2007-10-24 Marek Safar <marek.safar@gmail.com>
5667 * report.cs, cs-tokenizer.cs, class.cs, cs-parser.jay, anonymous.cs,
5668 expression.cs, statement.cs: Renamed method FeatureIsNotISO to
5669 FeatureIsNotAvailable.
5671 2007-10-24 Marek Safar <marek.safar@gmail.com>
5673 ** C# 3.0 Partial methods
5675 * cs-tokenizer.cs, support.cs, class.cs, decl.cs: Implemented partial
5676 methods support. Because of member cache issue with generics only
5677 non-generics partial methods are fully supported.
5679 2007-10-23 Marek Safar <marek.safar@gmail.com>
5681 * class.cs, decl.cs: Rewrote member overloads check to cope with
5682 generics and to use member cache for member checking. It also improves
5683 performance and fixes remaining overloads issues.
5685 2007-10-20 Marek Safar <marek.safar@gmail.com>
5687 * class.cs, const.cs, decl.cs, delegate.cs, enum.cs, generic.cs,
5688 roottypes.cs, typemanager.cs:
5690 A member cache creation logic changed to add members immediately and
5691 not rely on fallback. The member cache is now only prefered way
5692 how to access and find type declaration members. It saves 5 MB of memory
5693 during MWF compilation and makes code ready for more optimizations and
5694 clean-ups, it's also a pre-requirement for partial methods.
5696 2007-10-18 Raja R Harinath <harinath@gmail.com>
5698 * ecore.cs (Expression.Error_ValueCannotBeConverted): Add special
5699 handling for generic parameters.
5701 2007-10-15 Marek Safar <marek.safar@gmail.com>
5703 * class.cs (FixedField): Removed redundant volatile check.
5705 2007-10-15 Marek Safar <marek.safar@gmail.com>
5707 * class.cs, decl.cs: Fixed overload members verification to do only one
5708 check per possible collision.
5710 2007-10-13 Marek Safar <marek.safar@gmail.com>
5712 A fix for bug #325478
5713 * anonymous.cs (AnonymousContainer.Compatible): Merge are flags together
5714 and create only one disposable flags container.
5716 2007-10-12 Marek Safar <marek.safar@gmail.com>
5718 A fix for bug #332442 by Alexandre Gomes <alexmipego@gmail.com>
5719 * statement.cs (Fixed): Fixed variables cloning.
5721 2007-10-12 Marek Safar <marek.safar@gmail.com>
5723 A fix for bug #333342
5724 * class.cs (EventField): Don't mark value type event as synchronized.
5726 2007-10-12 Marek Safar <marek.safar@gmail.com>
5728 * ecore.cs, anonymous.cs (MethodGroupExpr): Use score from type
5729 inference to identify best candidate method correctly.
5730 (ProperyExpr): A range variable is read only and cannot be modified.
5732 2007-10-11 Marek Safar <marek.safar@gmail.com>
5734 * ecore.cs, delegate.cs (MethodGroupExpr): Refactored best candidate
5735 logic to identify best candidate method correctly.
5737 2007-10-11 Marek Safar <marek.safar@gmail.com>
5739 * location.cs (Equals, GetHashCode): Removed.
5741 2007-10-11 Marek Safar <marek.safar@gmail.com>
5743 * report.cs: Implemented message recorder. It is used mainly for lambda
5744 expressions to capture otherwise swallowed error messages.
5746 * anonymous.cs, lambda.cs.cs: Do full parameters check.
5748 * ecore.cs (ExtensionMethodGroup): Report binding failure at the botton
5750 (MethodGroupExpr.DoResolve): Use message recorder for error handling.
5752 * expression.cs (MemberAccess): Always report lookup failure.
5754 * location.cs: Implemented Equals, GetHashCode.
5756 * statement.cs (Return.DoResolve): Fixed hardcoded error argument.
5758 2007-10-10 Jb Evain <jbevain@novell.com>
5760 * codegen.cs: re-enable assembly version check.
5762 2007-10-09 Marek Safar <marek.safar@gmail.com>
5764 * report.cs, anonymous.cs, driver.cs, expression.cs: Added few ISO-2
5767 * namespace.cs (UsingAlias): Do correct version check.
5769 2007-10-08 Marek Safar <marek.safar@gmail.com>
5771 * expresison.cs, ecore.cs: Issue extension method error message when
5774 * rootcontext.cs: Added ISO_2 compiler mode option.
5776 2007-10-08 Marek Safar <marek.safar@gmail.com>
5778 * expresison.cs (UnaryMutator.ResolveOperator): Print more useful error
5781 2007-10-08 Marek Safar <marek.safar@gmail.com>
5783 * attribute.cs (GetString, GetBoolean): Work with both literal and
5786 * ecore.cs, expresison.cs, delegate.cs (Invocation, MethodGroupExpr):
5787 Moved method overload specific methods to MethodGroupExpr.
5789 (IndexerAccess): Re-wrote resolving mechanism, fixed many issues and
5790 it should be less memory consuming.
5792 Mon Oct 8 09:29:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
5794 * codegen.cs: remove the assembly version check until the buildbot is
5797 2007-10-07 Jb Evain <jbevain@novell.com>
5799 * attribute.cs (Attribute.GetString): if the value
5800 expression is a StringConstant, return its string value.
5802 2007-10-07 Jb Evain <jbevain@novell.com>
5804 * typemanager.cs: add `assembly_version_attribute_type`.
5805 * codegen.cs: on attribute emission, check that the
5806 AssemblyVersionAttribute doesn't overflow.
5808 2007-10-05 Marek Safar <marek.safar@gmail.com>
5810 A fix for bug #324677
5811 * anonymous.cs, decl.cs: Yes another anonymous container hack. Overwrite
5812 parent container of a scope container with currently resolved one.
5814 2007-10-05 Marek Safar <marek.safar@gmail.com>
5816 A fix for bug #325534
5817 * class.cs (Invocation.DoResolve): Check invocation of object finalizer
5820 2007-10-05 Marek Safar <marek.safar@gmail.com>
5822 A fix for bug #327504
5823 * class.cs (Operator.Define): Refactored implicit and explicit user
5824 operator conversion rules.
5826 2007-10-05 Marek Safar <marek.safar@gmail.com>
5828 A fix for bug #327520
5829 * ecore.cs (ExtensionMethodGroupExpr): Emit resolved extension argument.
5831 2007-10-04 Marek Safar <marek.safar@gmail.com>
5833 A fix for bug #328022
5834 * class.cs (MethodData.Define): Use correct method to check whether
5835 a method implementents an accessor.
5837 2007-10-04 Marek Safar <marek.safar@gmail.com>
5839 A fix for bug #330069
5840 * statement.cs (Fixed.Resolve): Read the first array element only when
5841 an array is instantiated.
5843 2007-10-04 Marek Safar <marek.safar@gmail.com>
5845 * expression.cs, assign.cs, generics.cs: Print correct operator when
5846 compound assignment is used.
5848 2007-10-04 Marek Safar <marek.safar@gmail.com>
5850 A fix for bug #325841
5851 * expression.cs (ArrayAccess): Use full argument cloning only for
5852 string compound concatenation.
5854 2007-10-03 Marek Safar <marek.safar@gmail.com>
5856 A fix for bug #328774
5857 * ecore.cs (FieldExpr.EmitAssign): Fixed string concatenation compound
5859 (PropertyExpr.EmitAssign): Fixed string concatenation compound
5862 2007-10-03 Raja R Harinath <rharinath@novell.com>
5865 * ecore.cs (SimpleName.DoSimpleNameResolve): Handle Property and
5866 Event accessibility checks here. Remove some bogus code that
5867 accidently made GenericMethods work.
5868 (PropertyExpr.IsAccessibleFrom, EventExpr.IsAccessibleFrom): New.
5870 2007-09-25 Marek Safar <marek.safar@gmail.com>
5872 * expression.cs (ArrayCreation): Fixed cloning of an implicit types.
5874 * statement.cs (Block): Refactored AddVariable to allow error handling
5877 * generic.cs: New stub.
5879 2007-09-23 Marek Safar <marek.safar@gmail.com>
5881 * anonymous.cs, codegen.cs: Changed InferReturnType to be EmitContext
5884 2007-09-17 Marek Safar <marek.safar@gmail.com>
5886 * class.cs: Use partial container to record whether any partial part
5887 contains static field initializer and therefore default contructor has
5890 2007-09-14 Marek Safar <marek.safar@gmail.com>
5892 * class.cs (TypeContainer.AddPartial): Fixed an issue reported on
5893 mono-list when only one of two partial parts has defined accessibility
5896 2007-09-14 Marek Safar <marek.safar@gmail.com>
5898 A fix for bug #82845
5900 * class.cs (TypeContainer): Set correct resolve context for all field
5903 2007-09-13 Marek Safar <marek.safar@gmail.com>
5905 * assign.cs: Fixed a crash when field is resolved twice with an error.
5907 * codegen.cs: Changed InFieldInitializer to be flag.
5909 * anonymous.cs, ecore.cs, expression.cs: Update after
5910 IsInFieldInitializer rename.
5912 * const.cs: Removed unused parameter.
5914 * class.cs: Changed the way how we resolve and emit field initializers.
5915 The field initilizers have to have access to contructor block to emit
5916 compiler generated code.
5918 2007-09-13 Marek Safar <marek.safar@gmail.com>
5920 * expression.cs (MemberAccess.DoResolve): DeclSpace is broken by
5921 generics use TypeContainer instead.
5923 2007-09-12 Marek Safar <marek.safar@gmail.com>
5925 * generic.cs (TypeInferenceContext.InflateGenericArgument): Stub.
5927 * lambda.cs (ResolveParameters): Use more powerful
5928 InflateGenericArgument.
5930 * parameters.cs: Better exception message.
5932 2007-09-10 Marek Safar <marek.safar@gmail.com>
5934 * anonymous.cs (AnonymousMethodExpression.CompatibleChecks): Report
5935 correct expression block type.
5937 * ecore.cs (Expression.Error_MemberLookupFailed): Made virtual.
5939 * expression.cs (Invocation): Extracted method group resolve to
5942 2007-09-07 Marek Safar <marek.safar@gmail.com>
5944 * ecore.cs (Expression.MemberLookupFinal): Removed unused loc parameter.
5945 (MethodGroupExpr.ResolveGeneric): Use existing method group instance.
5947 * expression.cs (MemberAccess.DoResolve): Uses generic resolver for
5948 generic extension methods.
5950 2007-09-06 Marek Safar <marek.safar@gmail.com>
5952 A fix for bug #82676 (Do I get it right now?)
5953 * convert.cs (Binary.ResolveOperator): An interface is converted to the
5954 object before a standard conversion is applied.
5956 2007-09-06 Marek Safar <marek.safar@gmail.com>
5958 * convert.cs (ImplicitReferenceConversionCore): Reverted wrong fix of
5961 2007-09-05 Marek Safar <marek.safar@gmail.com>
5963 A fix for bug #82676
5964 * convert.cs (ImplicitReferenceConversionCore): Check both sides for
5965 non-generic interface types.
5967 2007-09-05 Marek Safar <marek.safar@gmail.com>
5969 A fix for bug #82690
5970 * ecore.cs (PropertyExpr.EmitAssign): Leave a copy does just that.
5972 2007-09-05 Marek Safar <marek.safar@gmail.com>
5974 A fix for bug #82571
5975 * anonymous.cs (AnonymousMethod.DoCreateMethodHost): Use internal
5976 modifier for container based methods.
5978 2007-09-05 Marek Safar <marek.safar@gmail.com>
5980 A fix for bug #82676
5981 * convert.cs (ImplicitReferenceConversionCore): From any class-type S to
5982 any interface-type T means to any of interface type T.
5984 2007-09-04 Marek Safar <marek.safar@gmail.com>
5986 * namespace.cs: We have 2 versions of System.Core assembly.
5988 2007-09-04 Marek Safar <marek.safar@gmail.com>
5990 A fix for bug #82652
5991 * class.cs (Class.GetClassBases): Compare types and not expressions.
5993 2007-09-04 Marek Safar <marek.safar@gmail.com>
5995 A fix for bug #82620
5996 * expression.cs (Invocation.EmitArguments): Duplicate params arguments
5997 actually never worked before.
5998 (IndexerAccess): Emit prepared arguments before they are modified.
6000 2007-09-04 Marek Safar <marek.safar@gmail.com>
6002 A fix for bug #82563
6003 * assign.cs: Revert wrong fix.
6005 * expression.cs (VariableReference.EmitAssign): Handle ref reference
6007 (ArrayAccess): Changed the way we emit compound (prepared) assignments.
6008 Instead of ldelema/stdind we have to use temporary variables to handle
6009 cases like String.Concat (params string[]).
6011 2007-08-31 Marek Safar <marek.safar@gmail.com>
6013 * class.cs: EmitAttributes to Emit rename.
6015 * decl.cs (MemberCore.GetClsCompliantAttributeValue): Parent can be
6017 (MemberCore.HasClsCompliantAttribute): Don't depend on
6018 GetClsCompliantAttributeValue execution.
6020 2007-08-31 Marek Safar <marek.safar@gmail.com>
6022 * anonymous.cs: Use shorter type prefix.
6024 * ecore.cs (SimpleName.DoSimpleNameResolve): Use transparent identifiers
6027 * expression.cs (LocalVariableReference.DoResolveBase): Don't capture
6028 variables when probing is on.
6030 * statement.cs (LocaLInfo.Clone): Clone correctly resolved and
6031 unresolved variables.
6032 (TopLevelBlock.GetTransparentIdentifier): Default implementation doesn't
6033 handle transparent identifiers.
6035 2007-08-26 Marek Safar <marek.safar@gmail.com>
6037 * attribute.cs (IsClsCompliant): Add nullable types test.
6039 2007-08-24 Atsushi Enomoto <atsushi@ximian.com>
6041 * doc.cs : catch other types of exception than XmlException to
6042 report CS1570. Fixed bug #82565.
6044 2007-08-23 Marek Safar <marek.safar@gmail.com>
6046 * anonymous.cs (AnonymousMethodExpressin.ExplicitTypeInference):
6047 The number of delegate parameters has to match.
6048 (AnonymousMethodExpressin.VerifyParameterCompatibility): Handles generic
6051 2007-08-21 Marek Safar <marek.safar@gmail.com>
6053 * anonymous.cs (AnonymousMethod): Generate private anonymous method
6054 to fix problem with private arguments.
6056 2007-08-20 Marek Safar <marek.safar@gmail.com>
6058 * anonymous.cs (AnonymousTypeClass): An anonymous type can be empty.
6060 * decl.cs (MemberName): Ignore generic type with no generic arguments.
6062 * expression.cs (AnonymousTypeDeclaration): An anonymous type can be
6063 empty. Add cloning suport.
6065 * roottypes.cs (GetAnonymousType): Fixed argument comparison logic.
6067 2007-08-20 Marek Safar <marek.safar@gmail.com>
6069 * convert.cs, ecore.cs, expression.cs, literal.cs: Use factory method
6070 to create EmptyCast. It handles EmptyConstantCast specialization for
6073 2007-08-18 Marek Safar <marek.safar@gmail.com>
6075 * expression.cs (Binary.is_unsigned): Handle unsafe types too.
6076 (EmitArrayArgument): One routine for array arguments.
6077 (ArrayCreation.MakeByteBlob): Fixed an array alignment.
6079 2007-08-17 Marek Safar <marek.safar@gmail.com>
6081 * cs-tokenizer.cs (GetKeyword): Handle from keyword in a different way.
6083 2007-08-17 Marek Safar <marek.safar@gmail.com>
6085 * anonymous.cs: MemberLookupFinal update.
6087 * class.cs (ConstructorInitializer): Is expression based.
6089 * delegate.cs: MethodGroupExpr update.
6091 * ecore.cs (Error_MemberLookupFailed): Improved to report better error
6093 (Error_MemberLookupFailed): Customizable error override.
6094 (MethodGroupExpr): Keep queried type for later usage.
6095 (MethodGroupExpr.OverloadResolve): Catch errors related to overload
6098 * expression.cs: Error_MemberLookupFailed refactoring.
6099 (New.DoResolve): Resolve as much as possible.
6100 (ElementInitializer.Error_MemberLookupFailed): Object initializer
6101 customization for invalid member types.
6103 * statement.cs: MethodGroupExpr update.
6105 2007-08-16 Marek Safar <marek.safar@gmail.com>
6107 * modifier.cs (Check): Check all modifiers and not only accessibility
6110 2007-08-16 Marek Safar <marek.safar@gmail.com>
6112 * ecore.cs (Expression.Error_ValueCannotBeConverted): Report always a
6113 type and not an expression.
6115 2007-08-16 Marek Safar <marek.safar@gmail.com>
6117 * statement.cs (Catch.Clone): Type and variable can be null.
6119 2007-08-16 Marek Safar <marek.safar@gmail.com>
6121 A fix for bug #81979
6122 * assign.cs (Assign.Emit): Prepare arguments for string concatenation.
6123 I am really not sure whether this is the best fix.
6125 * expression.cs (VariableReference.EmitAssign): Do prepare_load test
6128 2007-08-14 Marek Safar <marek.safar@gmail.com>
6130 ** C# 3.0 Object and collection initializers (major re-write)
6132 * assign.cs (DoResolve): Initializers are not assign related.
6134 * codegen.cs (EmitContext.CurrentInitializerVariable): Holds a varible
6135 used during collection or object initialization.
6137 * expression.cs (Error_InvalidArguments): Add initializers specific
6138 messages. More will come later because it requires some general
6140 (New.DoResolve): Better error handling for unsafe types.
6141 (EmptyExpressionStatement): New class.
6142 (ElementInitializer): An object initializer expression.
6143 (CollectionElementInitializer): A collection initializer expression.
6144 (CollectionOrObjectInitializers): A block of object or collection
6146 (NewInitialize): New expression with element/object initializers.
6148 * statement.cs: Reverted object/collection initializer hacks.
6150 * typemanager.cs (CSharpName): Filter __arglist type.
6152 2007-08-09 Marek Safar <marek.safar@gmail.com>
6154 ** C# 3.0 Anonymous Types (update to the latest standard)
6156 * expression.cs (Binary.ResolveOperator): Threat all null based types
6158 (AnonymousTypeDeclaration): Renamed from AnonymousType and simplified.
6159 (AnonymousTypeParameter): Updated.
6161 * anonymous.cs (CompilerGeneratedClass): Add custom name overload.
6162 (AnonymousTypeClass): New anonymous type container.
6164 * class.cs (AddField): Return operation result.
6166 * generic.cs: Another empty TypeArguments overload.
6168 * roottypes.cs (AddAnonymousType, GetAnonymousType): Anonymous types
6169 are stored at top of normal hierarchy.
6171 * typemanager.cs (CSharpName): Filter anonymous types.
6173 2007-08-09 Marek Safar <marek.safar@gmail.com>
6175 * expression.cs (StringConcat.Append): Handle 3 and more concatenation
6176 as single Concat call. How could we miss that :-(
6178 2007-08-08 Marek Safar <marek.safar@gmail.com>
6180 * expression.cs (ArrayCreation.CloneTo): Allocate exact size.
6182 2007-08-07 Miguel de Icaza <miguel@novell.com>
6184 * expression.cs: Fix the previous commit, the creation of the
6185 arguments array list needs also to be conditional on the arguments
6188 * class.cs: Add a little bit of help to help narrow down problems.
6190 * expression.cs (ArrayCreation.CloneTo): Argument can be null, do
6191 not try to copy in that case.
6193 * driver.cs: When building SMCS, include a new different set of
6194 default assemblies here. Do this here so we can control whether
6195 to include the default assemblies with /noconfig.
6197 2007-08-03 Marek Safar <marek.safar@gmail.com>
6199 A fix for bug #81979
6200 * expression.cs (TypeOf.GetAttributableValue): Check for type arguments
6203 2007-08-03 Marek Safar <marek.safar@gmail.com>
6205 A fix for bug #82300
6207 * anonymous.cs (AnonymousContainer.Define): Don't define anything when
6208 we are in probing scope.
6210 2007-08-03 Marek Safar <marek.safar@gmail.com>
6212 A fix for bug #82301
6214 * statement.cs (Catch.CloneTo): Clone blocks in the right order.
6215 (Statement.CloneTo): Clone and not map children blocks.
6217 2007-08-03 Marek Safar <marek.safar@gmail.com>
6219 A fix for bug #82299
6221 * expression.cs (LocalVariableReference.CloneTo): Remap local info
6224 * statement.cs (Statement.CloneTo): Clone variables before statements
6225 to allow remaping of local variables.
6227 2007-08-03 Marek Safar <marek.safar@gmail.com>
6229 A fix for bug #82296
6232 * report.cs: Log crash details for future clone problems.
6234 * statement.cs (Return.Clone): Don't clone non-existent expression.
6236 2007-08-03 Raja R Harinath <harinath@gmail.com>
6238 * class.cs (TypeContainer.AddBasesForPart): Make virtual.
6239 (Class.AddBasesForPart): Move CS0537 check here from ...
6240 * cs-parser.jay (class_declaration): ... here. Move calling of
6241 'AddBasesForPart' to ...
6242 (class_bases): ... here.
6243 (struct_declaration, interface_declaration): Update to changes.
6245 2007-08-02 Marek Safar <marek.safar@gmail.com>
6247 A fix for bug #81923
6249 * statement.cs (Using.ResolveLocalVariableDecls): Only non-user implicit
6250 conversion is allowed.
6252 2007-08-02 Marek Safar <marek.safar@gmail.com>
6254 A fix for bug #81564
6256 * ecore.cs (EventExpr): Add IsBase handling.
6258 * expression.cs (BaseAccess.CommonResolve): Events can use base accessor
6261 2007-08-02 Raja R Harinath <harinath@gmail.com>
6263 Reduce some differences between cs-parser.jay in mcs/ and gmcs/.
6264 * cs-parser.jay: Some whitespace cleanups.
6265 (current_delegate): New.
6267 (struct_declaration): Make similar to gmcs/cs-parser.jay -- add
6268 a dummy code block, and use 'type_name' instead of 'member_name'.
6269 (interface_declaration, class_declaration): Likewise.
6270 (delegate_declaration): Likewise. Rearrange slightly and use
6272 * cs-tokenizer.cs (handle_where): Rename from handle_constraints.
6273 (GetKeyword): Update to change. Use '!foo' instead of 'foo == false'.
6275 2007-08-02 Marek Safar <marek.safar@gmail.com>
6277 A fix for bug #82039
6279 * ecore.cs (TypeLookup.GetSignatureForError): Use name when type is not
6282 * typemanager.cs (CSharpName): Split to string overload.
6284 2007-08-02 Marek Safar <marek.safar@gmail.com>
6287 * report.cs: Updated warning CS0472.
6289 2007-08-01 Marek Safar <marek.safar@gmail.com>
6291 A fix for bug #82181
6293 * cs-tokenizer.cs: Ignore partial keyword inside block expression.
6295 2007-08-01 Marek Safar <marek.safar@gmail.com>
6297 A fix for bug #82277
6298 * statememnt.cs (Block.Clone): Don't clone explicit blocks twice.
6300 2007-08-01 Marek Safar <marek.safar@gmail.com>
6302 ** C# 3.0 Type Inference (major bits are working)
6304 * anonymous.cs (AnonymousMethodExpression): Removed refactored fields.
6305 (.ImplicitStandardConversionExists): Uses compatible.
6306 (.ExplicitTypeInference): Infers type arguments based on explicit arguments
6307 (.InferReturnType): New method.
6308 (.Compatible): Refactored.
6309 (.ResolveParameters): Uses factory to create resolved parameters.
6310 (.CompatibleMethod): Add probing mode support.
6311 (AnonymousContainer): Removed unused fields. Split Define and Resolve to
6312 clearly distinguish between 2 different operations.
6313 (LambdaMethod): Moved to lambda.cs.
6314 (AnonymousMethod): Removed unused fields and methods.
6315 (AnonymousDelegate): Simplified.
6317 * codegen.cs (ResolveTopBlock): Updated renamed Resolve to Define.
6319 * convert. cs (ImplicitConversionStandard): Compatible works differently.
6321 * delegate.cs (Delegate): New mehods to reduce code duplication.
6322 (.GetConstructor): New method.
6323 (.GetInvokeMethod): New method.
6324 (DelegateCreation): Updated.
6326 * ecore.cs (ResolveOverloadExtensions): Don't crash when extension method
6328 (OverloadResolve): Made probing little bit faster.
6330 * expression.cs (ParameterReference.DoResolveLValue): Reference can be null
6333 * generic.cs (TypeInferenceContext): Dummy implementation.
6335 * iterators.cs: Updated after Resolve/Define rename.
6337 * lambda.cs (LambdaExpression)
6338 (.ResolveParameters): Handles both type of arguments and type inference too.
6340 * parameter.cs (ImplicitLambdaParameter.Resolve): Sanity check.
6341 (InflateTypes): Updated.
6343 * support.cs (InflateTypes): Changed signature and updated.
6345 * typemanager.cs (LookupMemberCache): Better dynamic type check.
6346 (MemberLookup_FindMembers): More MS tricks.
6347 (GetParameterData): Ditto.
6348 (GetDelegateParameters): Uses quick path for dynamic types.
6350 2007-08-01 Marek Safar <marek.safar@gmail.com>
6352 * class.cs (MethodData.Define): EmitContext is required for generic stuff
6355 2007-07-31 Marek Safar <marek.safar@gmail.com>
6357 * statement.cs (ProcessParameters): Don't crash when parameters have wrong
6360 2007-07-26 Jb Evain <jbevain@novell.com>
6362 * typemanager.cs (TypeManager.GetConstructor): Add a method overload
6363 which takes a boolean 'report_errors', similar to the GetMethod.
6364 (InitCodeHelpers): StructLayoutAttribute.ctor(int16) is not visible
6365 in .net 2.1, do not report errors here.
6367 * typemanager.cs (TypeManager.InitCoreTypes): System.ArgIterator,
6368 System.Runtime.CompilerServices.RequiredAttributeAttribute and
6369 System.Runtime.CompilerServices.TypeForwardedToAttribute are internal
6372 * typemanager.cs (TypeManager.InitCoreTypes): Move the resolution
6373 of the type InternalsVisibleToAttribute before the first call
6374 to CoreLookupType which is allowed to fail (third boolean parameter
6375 to true). Because, during the resolution for a type that is not
6376 immediately found, we try to check if the type is not defined in
6377 a friend assembly, and to do so, we need the
6378 InternalVisibleToAttribute.
6380 2007-07-23 Miguel de Icaza <miguel@novell.com>
6382 * expression.cs (Binary): Add support for the brain-dead CSC 2.x
6383 feature that allows structs to be compared against null and inline
6384 the result as true or false.
6386 Notice that the same code is not permitted inside a generic block
6387 of code that would do:
6389 class Foo<T> where T : struct {
6396 It is only allowed if the type of T is not bound (no where
6397 clause). In my opinion, this CSC 2 behavior is broken but people
6398 seem to be using it (IronRuby does, a few bug reports on bugzilla
6399 have it and some people have complained about it).
6401 All of the users that depend on this behavior have code that is
6404 * report.cs (Warning, Error): make these take object arguments,
6405 not strings, as that allows us to take advantage of Format.
6407 2007-07-20 William Holmes <billholmes54@gmail.com>
6409 * decl.cs: Changed MemberName.CountTypeArguments to also check the
6410 Left member variable for the Count.
6411 * doc.cs: Changed DocUtil.GetMethodDocCommentName to call
6412 MemberName.CountTypeArguments to avoid a NRE.
6414 This code is contributed under the MIT X11 license
6416 2007-07-18 Marek Safar <marek.safar@gmail.com>
6418 * cs-tokenizer.cs: Improved lambda parsing and removed old code.
6420 2007-07-18 Atsushi Enomoto <atsushi@ximian.com>
6422 * doc.cs : generic method arguments are written as ``x while generic
6423 type arguments are `x. Combined with the previous change, fixed bug
6426 2007-07-18 Raja R Harinath <rharinath@novell.com>
6429 * expression.cs (Binary.ResolveOperator): When converting
6430 'a + (- b)' to 'a - b', ensure that the unary '-' is discarded.
6432 2007-07-18 Atsushi Enomoto <atsushi@ximian.com>
6434 * doc.cs : when T: or whatever x: is specified, it does not really
6435 check the doc comment's syntax correctness. Fixed bug #82006.
6437 2007-07-18 Marek Safar <marek.safar@gmail.com>
6439 * anonymous.cs (AnonymouseMethodExpression): Refactored to work with
6440 LambdaExpression better.
6442 * cs-tokenizer.cs: Changed a way how we detect lambda parameters.
6444 * driver.cs (LambdaTypeParseTest): Removed, tested method is gone.
6446 * ecore.cs (Expression.MemberLookupFailed): Don't show currect context
6447 as it can be generated.
6449 * expression.cs (Invocation.Error_InvalidArguments): Show correct
6452 * lambda.cs (LambdaExpression): Refactored to share same code with
6453 AnonymousMethodExpression.
6455 2007-07-17 Marek Safar <marek.safar@gmail.com>
6457 * anonymous.cs (MakeName): Include host name for easier debugging.
6458 (LambdaMethod): New class for lambda spcecific stuff.
6460 * attribute.cs: Set EmitContext return type.
6462 * class.cs: Set EmitContext return type.
6464 * codegen.cs (EmitContext): Return type cannot be null to stop messing
6465 with null/void meaning.
6467 * iterators.cs (ContainerType): Implemented.
6469 * rootcontext.cs: Set value of TypeManager.bool_type at early stage.
6471 * statement.cs (Return): Updated to lambda expressions.
6472 (Block.CloneTo): Parent can be null.
6474 2007-07-13 Marek Safar <marek.safar@gmail.com>
6476 A fix for bug #81917
6477 * attribute.cs (AttributeTester.GetFixedBuffer): More robust testing.
6479 * class.cs (FixedField): Check whether field is in unsafe scope.
6481 * ecore.cs (FieldExpr.DoResolve): Create fixed buffer expression here.
6482 (FieldExpr.Emit): Fixed buffers cannot be volatile.
6484 * expression.cs (ElementAccess.Resolve): Move fixed buffers resolve to
6487 * statement.cs (Fixed.Resolve): Simplified fixed buffers.
6489 2007-07-13 Marek Safar <marek.safar@gmail.com>
6491 * cs-tokenizer.cs, class.cs, decl.cs, driver.cs, namespace.cs,
6492 rootcontext.cs, expression.cs, statement.cs: Updated to use WarningLevel
6495 2007-07-13 Marek Safar <marek.safar@gmail.com>
6497 * ecore.cs (FieldExpr.AddressOf): Less confusing warning message.
6499 2007-07-13 Marek Safar <marek.safar@gmail.com>
6501 * anonymous.cs (AnonymousMethodExpression): Parameters are r/o.
6502 (AnonymousContainer.ResolveNoDefine): Another ec to aec flag conversion.
6504 * codegen.cs(EmitContext): Add ProbingMode flag.
6506 * delegate.cs (DelegateInvocation): Set few instance variables as r/o.
6508 * driver.cs: For now set both warning values.
6510 * ecore.cs (SimpleName): Name is readonly.
6511 (MethodGroup.OverloadResolve): One quick path for probing.
6513 * expression.cs (Unary): Set Oper r/o.
6514 (Binary): Set Oper r/o.
6515 (ParameterReference): Set few instance variables as r/o.
6516 (ParameterReference.DoResolveBase): Don't capture aruments when
6518 (Invocation.CloneTo): Fixed typo, looks easy, yeah.
6519 (Arglist): arguments are private.
6520 (SizeOf): type is private and r/o.
6521 (MemberAccess): arguments are private.
6523 * report.cs: Enhanced reporting on/off capabilities.
6525 * lambda.cs: Uses ec.IsInProbingMode.
6526 (ContextualReturn): Derives from return.
6528 * rootcontext.cs: For now set both warning values.
6530 * statement.cs (CloneContext.RemapBlockCopy): Remaps block to cloned
6532 (Return.Resolve): Don't die immediately.
6533 (Block.Resolve): Speed-up probing.
6534 (Block.CloneTo): Clone only child blocks.
6536 Fri Jul 13 11:19:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
6538 * iterators.cs: reverted Miguel's latest change (r81925) as it
6539 breaks the build in System.
6541 2007-07-13 Miguel de Icaza <miguel@novell.com>
6543 * iterators.cs (Yield.CheckContext): Check for the iterator type
6544 also here as we can call into Yield even in codepaths that are not
6546 (MethodOrOperator is the only path that was checked).
6548 In addition to the standard check, use a more specific check for
6549 constructors to report a more verbose error.
6551 2007-07-12 Miguel de Icaza <miguel@novell.com>
6553 * ecore.cs (FieldExpr.AddressOf): Do not stop processing here,
6554 report the warning and continue
6556 * statement.cs (Using.EmitLocalVariableDecls): We were leaving
6557 values on the stack on the call to Emit. Use EmitStatement if
6558 possible, or using Emit + Pop if not possible. Fixes #82064
6560 2007-07-12 Raja R Harinath <rharinath@novell.com>
6562 * expression.cs (Invocation.IsApplicable): Reorganize slightly to
6563 avoid try...finally in some cases.
6565 2007-07-10 Marek Safar <marek.safar@gmail.com>
6567 * attribute.cs (Attribute.ResolveConstructor): Uses method group.
6569 * class.cs (ConstructorInitializer.Resolve): Use and keep method group
6570 instead of method. Re-use standard error handling.
6571 (ConstructorInitializer.Emit): Simplified.
6573 * delegate.cs: Updated after Invocation.EmitCall change.
6575 * ecore.cs (GetOperatorTrueOrFalse): Uses MethodGroupExpr only.
6576 (SimpleName.SimpleNameResolve): Set and reset in_transit flag correctly.
6577 (ExtensionMethodGroupExpr): Refactored to use same OverloadResolve
6578 method and don't permanently changing input arguments.
6579 (MethodGroupExpr): Introduced resolved best_candidate, when method group
6580 is resolved it has one of the candidates is the best one which is later
6581 used to emit. Removed a few unused method.
6582 (MethodGroupExpr.MakeUnionSet): Moved from Invocation, it belongs here.
6584 * expression.cs (StaticCallExpr.MakeSimpleCall): Uses method group.
6585 (Binary.ResolveOperator): Ditto.
6586 (ConditionalLogicalOperator.DoResolve): Ditto.
6587 (Invocation): Uses method group.
6588 (Invocation.DoResolve): Simplified.
6589 (Invocation.EmitCall): Removed useless is_static.
6590 (Invocation.Emit): Delegate to method group.
6591 (Invocation.EmitStatement): Simplified.
6592 (New): Uses method group.
6593 (MemberAccess.DoResolve): Don't destroy original expression.
6595 * statement.cs (ForEach.Resolve): Use null for no method arguments.
6597 2007-07-04 Marek Safar <marek.safar@gmail.com>
6599 * ecore.cs (VarExpr.DoResolveLValue): More restriction checks.
6602 * lambda.cs: Add custom error message type.
6604 2007-07-03 Marek Safar <marek.safar@gmail.com>
6606 * lambda.cs: Simplified little bit.
6608 * parameter.cs: Introduced ImplicitLambdaParameter.
6609 (Parameters.CreateFullyResolved): New factory instead of ctor.
6613 * delegate.cs: Updated parameter creation.
6615 2007-07-03 Marek Safar <marek.safar@gmail.com>
6617 * ecore.cs (SimpleName.GetSignatureForError): Display correctly generic
6620 * generic.cs: Synchronized with gmcs.
6622 2007-07-03 Marek Safar <marek.safar@gmail.com>
6624 * class.cs (Indexer): Check return type as soon as possible.
6626 * cs-parser.jay: Initialize implicit_value_parameter_type for interface
6629 * ecore.cs (VarExpr.DoResolveLValue): Set eclass value.
6631 * expression.cs (Invocation.Error_InvalidArguments): Show type only.
6633 * parameter.cs (Parameter): Use expression type when it is available.
6635 * support.cs (ReflectionParameters.ParameterDesc): Show an extension
6636 method modifier for the first parameter only.
6638 2007-06-24 Marek Safar <marek.safar@gmail.com>
6640 A fix for bug #81938
6641 * typemanager.cs (ChangeType): Fixed couple of char conversions.
6643 * constant.cs: Tide up an exception message.
6645 2007-06-22 Marek Safar <marek.safar@gmail.com>
6647 * ecore.cs (SimpleName.DoSimpleNameResolve): Better error reporting when
6648 an uninitialized variable is used.
6650 * expression.cs (LocalVariableReference.DoResolve): Ditto.
6652 2007-06-22 Marek Safar <marek.safar@gmail.com>
6654 * ecore.cs (SimpleName.TypeOrNamespaceNotFound): Allow to override type
6655 not found error handling.
6657 * expression.cs (ArrayCreation): Removed redundant fields and little bit
6659 (ArrayCreation.ResolveArrayElement): To be ready to customization.
6660 (ArrayCreation.DoResolve): Simplified.
6661 (ImplicitlyTypedArrayCreation.DoResolve): Implicitly typed arrays have
6662 its own resolve process.
6663 (ImplicitlyTypedArrayCreation.ResolveArrayElement): Conversion magic.
6665 2007-06-20 Marek Safar <marek.safar@gmail.com>
6667 * namespace.cs (NamespaceEntry.Error_AmbiguousTypeReference): Print
6670 2007-06-20 Marek Safar <marek.safar@gmail.com>
6672 * cs-tokenizer.cs: Removed var related stuff.
6674 * ecore.cs (Expression.ResolveAsContextualType): Introduced new method.
6675 (VarExpr): Changed to derive from SimpleName. VarExpr now behaves as
6676 a type and a keyword at same time.
6678 * decl.cs (MembeName.GetTypeExpression): Create VarExpr when type name
6681 * expression.cs (ImplicitlyTypedArrayCreation): New empty class for
6682 implicitly typed arrays, more changes will follow.
6684 * statement.cs (LocalInfo.Resolve): Resolve type as contextual type.
6686 2007-06-19 Marek Safar <marek.safar@gmail.com>
6688 * ecore.cs (VarExpr): Removed Handled field.
6690 * statement.cs (Using.ResolveLocalVariableDecls): Refactored to use
6691 build-in assign functionality.
6692 (ForEach.Resolve): Removed all implicitly typed local variable code and
6694 (ArrayForeach.Resolve): Infer implicitly typed local variable here.
6695 (CollectionForeach.Resolve): Infer implicitly typed local variable here.
6697 2007-06-18 Marek Safar <marek.safar@gmail.com>
6699 * assign.cs: Removed implicitly typed local variable check.
6701 * expression.cs (LocalVariableReference.DoResolve): Add check for self
6702 referencing implicitly typed local variable.
6703 (LocalVariableReference.DoResolveLValue): Infer implicitly typed local
6706 * statement.cs (Fixed): Removed unsupported implicitly typed local
6709 2007-06-15 Marek Safar <marek.safar@gmail.com>
6711 * decl.cs (MemberName): Moved all Unbound stuff to parser.
6713 2007-06-14 Marek Safar <marek.safar@gmail.com>
6715 A fix for bugs #81855 and #76274
6716 * attribute.cs (AttachTo): Always set owner for global attributes to
6719 * ecore.cs (Error_TypeDoesNotContainDefinition): A type location can be
6722 * cs-parser.jay: Assembly and module attributes must precede all other
6723 elements except using clauses and extern alias declarations.
6725 2007-06-13 Marek Safar <marek.safar@gmail.com>
6727 A fix for bug #81748
6729 * expression.cs: More checks for non ISO-1 features.
6731 2007-06-12 Marek Safar <marek.safar@gmail.com>
6733 A fix for bug #81807
6734 * statement.cs(Switch.TableSwitchEmit): Define null label when it's not
6735 present inside switch statement and it is required by nullable check.
6737 2007-06-12 Marek Safar <marek.safar@gmail.com>
6739 A fix for bug #81840
6740 * ecore.cs (SimpleName.ResolveAsTypeStep): Look for non-generic type
6741 when type matching fails.
6743 * namespace.cs: Tiny error message change.
6745 2007-06-12 Marek Safar <marek.safar@gmail.com>
6747 * decl.cs (CheckAbstractAndExtern): Moved to MemberCore for easier error
6748 reporting. Added automatic property check.
6750 * class.cs: Updated after CheckAbstractAndExtern relocation.
6751 (AEventPropertyAccessor.GetSignatureForError): Customized.
6753 2007-06-11 Marek Safar <marek.safar@gmail.com>
6755 * class.cs (DefineBaseTypes): Base type can be undefined.
6757 * ecore.cs (TypeLookup): Minor refactoring.
6758 (DoResolveAsTypeStep): Removed redundant check.
6760 * namespace.cs (Lookup): Removed redundant check.
6762 * rootcontext.cs (BootstrapCorlib_ResolveType): Uses normal
6763 ResolveAsTypeTerminal step.
6764 (BootstrapCorlib_*): Simplified.
6765 (PopulateCoreType): Core types can be now external.
6767 2007-06-07 Marek Safar <marek.safar@gmail.com>
6769 * anonymous.cs (VerifyExplicitParameterCompatibility): Add flag to do
6771 (InferTypeArguments): Infers anonymous expression type arguments.
6772 (Compatible): Split to Compatible and InferTypeArguments.
6774 * lambda.cs: Updated.
6776 2007-06-08 Marek Safar <marek.safar@gmail.com>
6778 * anonymous.cs (AnonymousContainer): Marked as compiler generated.
6780 2007-06-07 Raja R Harinath <harinath@gmail.com>
6782 Fix #80477, cs0135-2.cs, cs0135-3.cs
6783 * statement.cs (ToplevelBlock.ProcessParameters): Add parameter
6784 names to the "known" variables list.
6785 (Block.CheckInvariantMeaningInBlock): Handle the fact the
6786 parameter names are also "known".
6787 (Block.CheckError136): Remove.
6788 (ExplicitBlock.CloneTo): New. Set 'known_variables' in target to
6791 2007-06-07 Marek Safar <marek.safar@gmail.com>
6793 * ecore.cs (MethodGroupExpr.OverloadResolve): Print full method definition.
6795 2007-06-06 Marek Safar <marek.safar@gmail.com>
6797 * ecore.cs (SimpleName.Emit): Emitting unresolved simple name is
6798 internal error not an user error.
6800 * expression.cs (IsApplicable): Refactored to make debugging easier.
6802 * support.cs: More tricks for non-mono runtimes.
6804 * typemanager.cs (CoreLookupType): Made public.
6805 (InitSystemCore): All linq specific stuff moved to linq.cs
6807 2007-06-05 Marek Safar <marek.safar@gmail.com>
6809 * typemanager.cs (CSharpSignature): One more missing build-in types
6811 More tricks for non-mono runtime.
6813 2007-06-05 Raja R Harinath <harinath@gmail.com>
6815 * statement.cs (Block.CheckError136_InParents): Remove.
6816 (Block.AddVariable): Use GetParameterInfo instead.
6817 (ToplevelBlock.ProcessArguments): Likewise.
6819 2007-06-04 Raja R Harinath <rharinath@novell.com>
6821 * statement.cs (ToplevelBlock.CloneTo): New. Copy over parameter
6823 (ToplevelBlock.GetParameterInfo): Split out of ...
6824 (ToplevelBlock.GetParameterRefernce): ... this.
6825 (ToplevelBlock.ParameterMap): Remove.
6826 * expression.cs (ParameterReference): Update to use
6827 ToplevelParameterInfo.
6829 * statement.cs (ToplevelBlock.ProcessParameters): Workaround some
6832 * flowanalysis.cs (FlowBranching.CheckOutParameters): Move ...
6833 * statement.cs (ToplevelBlock.CheckOutParameters): ... here.
6835 * statement.cs (ToplevelBlock.ResolveMeta): Move CS0136 checks ...
6836 (ToplevelBlock.ProcessParameters) ... here.
6837 (ToplevelBlock..ctor): Invoke it.
6839 * statement.cs (ToplevelBlock.ResolveMeta): Add sanity checks for
6842 * statement.cs (IKnownVariable): New interface.
6843 (LocalInfo): Implement it.
6844 (ToplevelParameterInfo): New class.
6845 (ExplicitBlock.AddKnownVariable): Use IKnownVariable.
6846 (ExplicitBlock.GetKnownVariable): Likewise. Rename from
6847 GetKnownVariableInfo.
6849 2007-06-03 Raja R Harinath <harinath@gmail.com>
6851 Partly speed up CS0136 error checks.
6852 * statement.cs (ExplicitBlock.GetKnownVariableInfo): Remove
6853 'recurse' parameter.
6854 (Block.DoCheckError136): Only check errors in parameters. Move
6855 local variable checks ...
6856 (Block.AddVariable): ... here, and ...
6857 (ToplevelBlock.ResolveMeta): ... here.
6859 2007-06-02 Raja R Harinath <harinath@gmail.com>
6861 * statement.cs (Block.IsChildOf): Remove.
6863 * statement.cs (Statement.Clone): Move special case code ...
6864 (Block.CloneTo): ... here.
6866 2007-05-29 Raja R Harinath <rharinath@novell.com>
6868 * statement.cs (ToplevelBlock.container): Remove field. It's
6869 redundant with 'Parent'.
6870 (ToplevelBlock.ContainerBlock): Remove accessor.
6871 (ToplevelBlock..ctor): Update to changes. Register anonymous
6872 child with parent here, ...
6873 * cs-parser.jay (end_anonymous): ... not here. Don't modify
6875 (start_anonymous): Don't save current_block.
6876 (top_current_block): Remove.
6878 * statement.cs (Block.Flags): Remove IsExplicit and IsToplevel flags.
6879 (Block.Resolve): Update to changes.
6880 (Block..ctor): Move setting of "correct" 'Toplevel'
6881 and 'Explicit' fields to ...
6882 (ExplicitBlock..ctor, ToplevelBlock..ctor): ... here.
6884 2007-05-27 Raja R Harinath <harinath@gmail.com>
6887 * statement.cs (Block.Implicit): Remove.
6888 (Block): Update to changes.
6889 * flowanalysis.cs: Likewise.
6891 Mildly speed up CheckInvariantMeaningInBlock
6892 * statement.cs (ExplicitBlock.AddKnownVariable): Move here from Block.
6893 Recursively call AddKnownVariable to all enclosing blocks.
6894 (ExplicitBlock.GetKnownVariableInfo): Move here from Block.
6895 Remove recursive calls.
6896 (Block): Update to changes.
6898 New ExplicitBlock invariants
6899 * statement.cs (Block.Explicit): New field. It points to the
6900 immediately enclosing non-implicit block.
6901 (Block..ctor): Maintain the invariant.
6902 * cs-parser.jay: Take advantage of invariant.
6904 Introduce ExplicitBlock
6905 * statement.cs (ExplicitBlock): New.
6906 (ToplevelBlock): Derive from it.
6907 (Block.Flags.IsExplicit): Rename from '...Implicit' and invert
6909 (Block.Implicit): Update to changes.
6910 * cs-parser.jay: Update to changes.
6913 * codegen.cs (EmitContext.IsLastStatement): Remove.
6914 * statement.cs (Block.DoEmit): Update to changes.
6916 2007-05-25 Raja R Harinath <rharinath@novell.com>
6918 * cs-parser.jay: Use 'start_block' and 'end_block' rather than
6919 modifying current_block directly.
6921 2007-05-23 Scott Peterson <lunchtimemama@gmail.com>
6923 * class.cs: Implemented automatic properties (C# 3.0)
6924 Thanks to Marek for the help.
6926 2007-05-23 Raja R Harinath <rharinath@novell.com>
6928 * flowanalysis.cs (VariableInfo.SetAssigned): When noting a
6929 variable as assigned, note also that all its components are
6931 (MyBitVector.SetRange): New. Function to set multiple bits to true.
6933 2007-05-19 Marek Safar <marek.safar@gmail.com>
6935 * anonymous.cs, class.cs: Emit Compiler generated attribute when
6936 member is marked as compiler generated.
6938 * decl.cs (MemberCore): Refactored ModFlags into property.
6940 * modifiers.cs: Add new modifier (COMPILER_GENERATED).
6941 (Check): Check only accessibility modifiers.
6943 2007-05-18 Raja R Harinath <rharinath@novell.com>
6945 Track all assignable slots in one bit array
6946 * statement.cs (ToplevelBlock.ParameterMap): Convert into array.
6947 (ToplevelBlock.ResolveMeta): Don't create a VariableMap. Move
6948 logic from VariableMap constructor here. Use the same 'offset'
6949 variable that's later used for computing offsets of local
6951 * flowanalysis.cs (UsageVector.parameters): Remove.
6952 (UsageVector): Update to changes.
6953 (VariableMap): Remove.
6955 Avoid creating ParameterMap in every block
6956 * statement.cs (Block.ParameterMap): Move ...
6957 (ToplevelBlock.ParameterMap): ... here.
6958 (ToplevelBlock.ResolveMeta): Create VariableMap for parameters
6960 * flowanalysis.cs (FlowBranching.param_map): Remove.
6961 (FlowBranching.UsageVector): Update to changes.
6962 (FlowBranchingToplevel.CheckOutParameters): Likewise.
6964 * statement.cs (Block.CloneTo): Clone Toplevel field too.
6966 * expression.cs (ParameterReference): Distinguish between block
6967 where parameter was referenced and declared.
6969 2007-05-18 Marek Safar <marek.safar@gmail.com>
6971 * flowanalysis.cs, statement.cs: Put back improved error handling.
6973 2007-05-15 Scott Peterson <lunchtimemama@gmail.com>
6977 Imporved object and collection initialization (C# 3.0).
6979 2007-05-15 Marek Safar <marek.safar@gmail.com>
6981 A fix for bug #81380
6982 * expression.cs (Is.DoResolve): Only value types have constant `is'
6985 2007-05-15 Raja R Harinath <rharinath@novell.com>
6987 * statement.cs (ToplevelBlock.child): Remove.
6989 2007-05-15 Raja R Harinath <harinath@gmail.com>
6991 Rationalize ResolveMeta: refactoring
6992 (Block.ResolveMeta): Remove wrong or superfluous comments. Carve
6993 out constant handling code into ...
6994 (Block.DoResolveConstants): ... this.
6996 Rationalize ResolveMeta: kill local_map
6997 * statement.cs (Block.local_map, Block.LocalMap): Remove.
6998 (Block.AssignableSlots): New.
6999 (Block.ResolveMeta): Make protected. Don't create a VariableMap
7000 for locals -- move code from VariableMap here. Avoid unnecessary
7002 * flowanalysis.cs (FlowBranching.local_map): Remove.
7003 (FlowBranching..ctor): Use Block.AssignableSlots.
7004 (VariableMap): Remove unused constructors.
7006 2007-05-11 Raja R Harinath <rharinath@novell.com>
7008 * Makefile [PROFILE=net_2_0_bootstrap]: Add special-case rules.
7010 2007-05-11 Marek Safar <marek.safar@gmail.com>
7012 * typemanager.cs (IsFriendAssembly): Should not be called for building
7015 2007-05-09 Marek Safar <marek.safar@gmail.com>
7017 * literal.cs (NullConstant): Print null in all cases.
7019 * expression.cs (Binary.ResolveOperator): Implemented delegate
7020 comparison based on C# 2.0 changes.
7022 2007-04-28 Scott Peterson <lunchtimemama@gmail.com>
7024 This code is contributed under the MIT X11 license
7026 The following enables support for several C# 3.0 language features:
7028 * cs-tokenizer.cs: Added support for the "var" keyword.
7030 * ecore.cs: Refactored TypeLookupExpression.DoResolveAsTypeStep().
7031 Added VarExpr class to facilitate type inferencing.
7033 * class.cs: Added IDictionary field AnonymousTypes to TypeContainer
7034 to support anonymous types.
7036 * assign.cs: Added support for type inferencing and initialization.
7038 * anonymous.cs: Added AnonymousClass class to enable anonymous types.
7040 * expression.cs: Added implicit array support to ArrayCreation.
7041 Added 5 types and 1 interface:
7043 IInitializable Implementing classes can inject initializing
7044 statements after object instantiation.
7046 Initializer Stores data for object initialization.
7048 AnonymousType An expression for anonymous types.
7050 AnonymousTypeParameter Stores data about an anonymous type's field.
7052 NewInitialize An expression for object initialization.
7054 CollectionInitialize An expression for collection initialization.
7056 * statement.cs: Added "var" keyword support to the foreach, using, and fixed
7059 2007-05-06 Marek Safar <marek.safar@gmail.com>
7061 A fix for bug #81500
7062 * cs-tokenizer.cs: Add special handling for coalescing operator.
7064 2007-05-06 Marek Safar <marek.safar@gmail.com>
7066 A fix for bug #81529
7067 * attribute.cs (GetAttributeUsage): AttributeUsage attribute inherits
7068 its value from base class until it is redefined.
7070 2007-05-02 Raja R Harinath <rharinath@novell.com>
7072 Fix regression in cs0631-3.cs
7073 * cs-parser.jay (operator_declarator): Add opt_attributes to error
7074 fallback. Make error fallback catch more cases.
7076 2007-05-01 Miguel de Icaza <miguel@novell.com>
7078 * cs-parser.jay: Allow parameters in operator declarations to have
7081 2007-04-27 Miguel de Icaza <miguel@novell.com>
7083 * statement.cs (If.CloneTo): Only clone the FalseStatement if it
7086 * lambda.cs (ContextualReturn.Resolve): An expression is valid
7087 inside the ContextualReturn, it does not have to be an
7088 ExpressionStatement.
7090 2007-04-24 Miguel de Icaza <miguel@novell.com>
7092 * lambda.cs (ContextualReturn.Resolve): if the return type is not
7095 2007-04-23 Miguel de Icaza <miguel@novell.com>
7097 * anonymous.cs (AnonymousContainer): split the virtual Resolve
7098 method in two methods: ResolveNoDefine and Resolve.
7100 ResolveNoDefine will stop just after ResolveTopBlock has been
7103 Resolve will then continue by creating a method and issuing the
7104 call to method.Define ().
7106 (AnonymousMethod): Split and implement the new Resolve and
7107 ResolveNoDefine as well.
7109 * lambda.cs (LambdaExpression): Split the anonymous method
7110 resolution code into a separate routine (CoreCompatibilityTest)
7111 from DoCompatibleTest.
7113 (LambdaExpression.TryBuild): New method, this method tries to
7114 build the LambdaExpression with the given set of types to be used
7115 as the types for the various parameters of the lambda expression.
7117 If the compilation succeed with the given types, the infered type
7118 of the Anonymous method is returned, otherwise null is returned.
7120 2007-04-23 Marek Safar <marek.safar@gmail.com>
7122 A fix for bug #81414
7123 * delegate.cs: Better fix, moved ApplyAttributes from Define to Emit.
7125 2007-04-22 Miguel de Icaza <miguel@novell.com>
7127 * cs-tokenizer.cs: Change various identifiers here from the
7128 camelCasing to the recommended Linux-like style for instance
7129 variables from the Coding Guidelines.
7131 2007-04-19 Martin Baulig <martin@ximian.com>
7134 (Convert.ImplicitReferenceConversionCore): Allow conversions from
7135 System.Enum to System.ValueType.
7137 2007-04-13 Martin Baulig <martin@ximian.com>
7139 Rewrote implicit reference conversions. We need to distinguish
7140 between implicit reference conversions (13.1.4) and implicit
7141 boxing conversions (13.1.5).
7143 According to the spec, there's an an implicit conversion
7144 "From a one-dimensional array-type S[] to IList<T> and base
7145 interfaces of this interface, provided there is an implicit
7146 reference conversion from S to T." Note that this does not
7147 include boxing conversions.
7150 (Convert.ImplicitTypeParameterBoxingConversion): New method.
7151 (Convert.ImplicitReferenceConversion): Split into
7152 ImplicitReferenceConversionCore() and
7153 ImplicitBoxingConversionExist().
7154 (Convert.ImplicitReferenceConversionExists): Use the new
7155 ImplicitReferenceConversionCore() and ImplicitBoxingConversionExists().
7157 2007-04-12 Martin Baulig <martin@ximian.com>
7159 * convert.cs (Convert.ImplicitReferenceConversion): Move the
7160 `TypeManager.null_type' checks up to the top of the method.
7162 2007-04-11 Marek Safar <marek.safar@gmail.com>
7164 A fix for bug #81350
7165 * class.cs, decl.cs, ecore.cs, namespace.cs: The optimization for private
7168 2007-04-11 Martin Baulig <martin@ximian.com>
7170 * statement.cs (Foreach.CollectionForeach.ProbeCollectionType):
7171 Use `TypeManager.GetInterfaces(t)' rather than `t.GetInterfaces()'
7172 to make this work for generic classes; fixes #79561.
7174 2007-04-11 Martin Baulig <martin@ximian.com>
7176 * expression.cs (As): Add support for nullable types; fixes #79371.
7178 2007-04-11 Martin Baulig <martin@ximian.com>
7180 * doc.cs (DocUtil.GetSignatureForDoc): Don't crash if
7181 `type.FullName' is null; fixes #80243.
7183 2007-04-11 Martin Baulig <martin@ximian.com>
7185 * expression.cs (Invocation.IsApplicable): Don't modify the method
7186 if type inference succeeded, but the method was not applicable.
7189 2007-04-10 Marek Safar <marek.safar@gmail.com>
7191 A fix for bug #81324
7192 * namespace.cs (Namespace.LookupExtensionMethod): Always inspect both
7193 internal and external namespaces containers.
7195 2007-04-10 Martin Baulig <martin@ximian.com>
7197 * delegate.cs (DelegateCreation.ResolveMethodGroupExpr): Use
7198 TypeManager.DropGenericMethodArguments() so we also call
7199 IMethodData.SetMemberIsUsed() for generic methods. Fixes #80357.
7201 2007-04-10 Martin Baulig <martin@ximian.com>
7203 * iterators.cs (Iterator.CreateIterator): Don't crash if
7204 `method.ReturnType' is null. This happens if something went wrong
7205 while resolving that typ (we already reported an error in this case).
7207 2007-04-10 Martin Baulig <martin@ximian.com>
7209 * expression.cs (New.DoResolve): Don't call CheckComImport() on
7210 generic interfaces; report the CS0144 directly.
7212 2007-04-10 Martin Baulig <martin@ximian.com>
7214 * ecore.cs (MemberExpr.ResolveMemberExpr): If `left' is a
7215 `TypeExpr', call ResolveAsTypeTerminal() on it; fixes #81180.
7217 2007-04-10 Martin Baulig <martin@ximian.com>
7219 * expression.cs (New.DoEmitTypeParameter): Fix #81109.
7221 2007-04-09 Raja R Harinath <rharinath@novell.com>
7224 * flowanalysis.cs (UsageVector.MergeChild): Handle child.Block == null.
7225 * statement.cs: Use KillFlowBranching only in ResolveUnreachable.
7228 * statement.cs (For.Resolve): If resolution fails, use
7231 2007-04-08 Marek Safar <marek.safar@gmail.com>
7233 * anonymous.cs (MakeName): Make faster and zero-based.
7234 (VerifyExplicitParameterCompatibility): Back to mode where generic
7235 parameter is ignored.
7236 (AnonymousMethodMethod.Emit): Decorate method as compiler generated.
7238 * class.cs (EmitType): Method can emit another new method.
7240 * cs-tokenizer.cs (IsLinqEnabled): Fixes static cctor race.
7242 * driver.cs: Updated.
7244 * lambda.cs: Reuse predefined empty parameters.
7246 * parameter.cs: Updated
7248 * support.cs: Implemented InflateTypes.
7250 * typemanager.cs (GetFullName): Don't use FullName as it can be null.
7251 (InitSystemCore): Introduced to isolate 3.0 dependencies.
7253 2007-04-03 Martin Baulig <martin@ximian.com>
7257 * statement.cs (Foreach.CollectionForeach.TryType): Use a custom
7258 version of TypeManager.IsOverride() which also works with generic
7261 2007-04-03 Martin Baulig <martin@ximian.com>
7266 (Convert.ExplicitReferenceConversion): We need to cast when
7267 converting from IList<T> to S[].
7269 2007-04-01 Marek Safar <marek.safar@gmail.com>
7271 * decl.cs (FindExtensionMethods): Consider all candidates with same name
7274 * expression.cs (MemberAccess.DoResolve): Cache resolved expression.
7276 2007-03-31 Marek Safar <marek.safar@gmail.com>
7278 * anonymous.cs (AnonymousMethodExpression.Compatible): Handles both
7279 argument and return type inferring.
7281 * codegen.cs (InferReturnType): Flag whether return can be inferred.
7282 (ReturnType): Turned to property.
7284 * statement.cs (Return): Implemented return type inferring.
7286 * support.cs (ReflectionParameters): Use local types if possible.
7288 2007-03-30 Raja R Harinath <rharinath@novell.com>
7290 * flowanalysis.cs (FlowBranching.Reachability): Remove.
7291 (FlowBranching.UsageVector): Update to changes.
7293 Prepare to kill 'Reachability'
7294 * flowanalysis.cs (UsageVector): Remove 'Reachability' from
7295 argument of constructor.
7297 2007-03-29 Raja R Harinath <rharinath@novell.com>
7299 Prepare to kill 'Reachability'
7300 * flowanalysis.cs (UsageVector.is_unreachable): New.
7301 (UsageVector): Update to maintain 'is_unreachable' in parallel to
7302 'reachability', and verify they're consistent.
7305 * expression.cs (New.EmitStatement): Handle type parameters here too.
7307 2007-03-29 Martin Baulig <martin@ximian.com>
7312 (ScopeInfo.ctor): Use `Modifiers.PUBLIC' if we're a nested
7313 CompilerGeneratedClass.
7314 (ScopeInfo.EmitScopeInstance): Make this protected.
7315 (CapturedVariable.EmitInstance): Use `Ldarg_0' if
7316 `ec.CurrentAnonymousMethod.Scope == Scope'.
7318 * statement.cs (Block.ScopeInfo): Make this a property.
7320 2007-03-27 Raja R Harinath <harinath@gmail.com>
7322 Prepare to kill 'Reachability'
7323 * flowanalysis.cs (FlowBranching.Reachability): Make class private.
7324 (FlowBranching.UsageVector.Reachability): Remove property.
7325 (FlowBranching.UsageVector.IsUnreachable): New property.
7326 (FlowBranching.UsageVector.ResetBarrier): New.
7327 (FlowBranching.UsageVector, FlowBranchingLabeled): Update to changes.
7328 * codegen.cs, statement.cs: Update to changes.
7330 2007-03-27 Martin Baulig <martin@ximian.com>
7335 (DeclSpace.LookupNestedTypeInHierarchy): Correctly handle nested
7338 2007-03-26 Raja R Harinath <rharinath@novell.com>
7340 * flowanalysis.cs (FlowBranching.Reachability): Use a boolean
7341 instead of TriState. Remove all mention of TriState.
7343 * flowanalysis.cs (FlowBranching.Reachability): Prepare to be
7344 replaced by a boolean. Add boolean 'is_unreachable' field, check
7345 and maintain invariants.
7347 2007-03-25 Marek Safar <marek.safar@gmail.com>
7349 * anonymous.cs: Restored checks disabled for uninflated anonymous methods.
7351 2007-03-25 Marek Safar <marek.safar@gmail.com>
7353 * expression.cs: Stop using obsolete 2.0 opcodes.
7355 2007-03-25 Marek Safar <marek.safar@gmail.com>
7357 * enum.cs (EnumMember.Define): Fixed regression and slowdown caused by
7358 one of the latests Martin's fixes.
7360 2007-03-23 Miguel de Icaza <miguel@novell.com>
7362 * expression.cs: On BigEndian systems, swap the bytes, temporary
7363 solution until we get a new bitconverter class.
7365 2007-03-23 Martin Baulig <martin@ximian.com>
7369 * decl.cs (MemberCache.AddMembers): Add generic methods both as
7370 "Method" and "Method`1". Normally, a cache lookup is done on the
7371 "Method" form (ie. without the generic arity), but this one makes
7372 lookups on the full form work as well.
7374 2007-03-22 Raja R Harinath <rharinath@novell.com>
7376 * flowanalysis.cs (Reachability): Reorganize slightly, and remove
7379 2007-03-20 Bill Holmes <billholmes54@gmail.com>
7381 Added 2 MemberCoreArrayList objects, ordered_explicit_member_list and
7382 ordered_member_list, to TypeBuilder to store members to be defined
7383 in the order they were parsed in.
7384 - ordered_explicit_member_list contains all properties indexers
7385 and methods that are defined as explicit implementation of an
7386 interface or base class.
7387 - ordered_member_list contains all properties indexers and methods
7388 that are not defined as explicit implementation of an interface
7391 Removed MethodArrayList and IndexerArrayList from TypeBuilder. The
7392 functionality in these removed classes has been replaced with
7393 ComputeIndexerName, EmitIndexerName, HasEqualss, HasGetHashCode, and
7394 CheckEqualsAndGetHashCode members defined and called in the TypeBuilderClass.
7396 Adding CheckForDuplications to PropertyBase.PropertyMethod and calls
7397 to CheckForDuplications inside GetMethod and SetMethod Define Method
7398 to handle method property and indexer name conflicts.
7402 All code is contributed under the MIT/X11 license.
7404 2007-03-20 Martin Baulig <martin@ximian.com>
7406 * class.cs (TypeContainer.Interfaces): Removed; they're now
7407 included in `TypeContainer.Types'.
7409 2007-03-20 Martin Baulig <martin@ximian.com>
7411 Fix #77963, #80314 and #81019. Added gtest-317, ..., gtest-320.
7413 * class.cs (TypeContainer.CreateType): New public method. This is
7414 now called before DefineType() to create the TypeBuilders.
7415 (TypeContainer.DefineType): Don't create the TypeBuilder here; it
7416 has already been created by CreateType().
7417 (TypeContainer.DefineTypeBuilder): Renamed into CreateTypeBuilder();
7418 don't resolve our base classes here; this has been moved into
7419 DefineBaseTypes(). We're now called from CreateType().
7420 (TypeContainer.DefineBaseTypes): New private method; resolve our
7421 base classes here. We're now called from DefineType().
7424 (RootContext.ResolveTree): Call TypeContainer.CreateType() on all
7425 our types first to create all the TypeBuilders. After that, call
7426 TypeContainer.DefineType() on all the types which'll resolve their
7427 base classes and setup the resolve order.
7429 2007-03-20 Martin Baulig <martin@ximian.com>
7431 * class.cs (TypeContainer.Enums): Removed; they're now included in
7432 `TypeContainer.Types'.
7434 2007-03-20 Martin Baulig <martin@ximian.com>
7437 (TypeContainer.DefineType): Don't call ResolveMembers() here.
7438 (TypeContainer.DoResolveMembers): Call DefineType() on our
7439 `compiler_generated' classes; moved here from DefineNestedTypes().
7442 (RootContext.ResolveTree): Call ResolveMembers() on all
7443 TypeContainer's in the `type_container_resolve_order'.
7445 2007-03-19 Marek Safar <marek.safar@gmail.com>
7447 * class.cs: Use corlib to handle InternalMethodImplAttribute.
7449 2007-03-17 Marek Safar <marek.safar@gmail.com>
7451 * class.cs (EventFieldAccessor.EmitMethod): Don't override existing
7452 implementation flags.
7454 2007-03-17 Marek Safar <marek.safar@gmail.com>
7456 * class.cs: More optimizations for type parameters.
7458 2007-03-15 Marek Safar <marek.safar@gmail.com>
7460 * anonymous.cs (AnomymousMethod): Can be now hosted in generic container.
7462 * ecore.cs, parameter.cs: More common code for both corlibs.
7464 * typemanager.cs (IsGenericMethod): Simplified.
7466 2007-03-15 Raja R Harinath <rharinath@novell.com>
7468 * flowanalysis.cs (FlowBranching.Reachability): Remove handling of
7470 * statement.cs, iterators.cs, lambda.cs: Update to changes.
7472 * statement.cs (Lock.Resolve): Invoke 'ec.NeedReturnLabel'
7473 unconditionally. Simplify explanation.
7474 (Try.Resolve, Using.Resolve): Likewise.
7476 2007-03-15 Martin Baulig <martin@ximian.com>
7480 * decl.cs (DeclSpace): If we're a partial class, use our
7481 `PartialContainer's `TypeParameters' and `CurrentTypeParameters'.
7483 2007-03-15 Raja R Harinath <rharinath@novell.com>
7485 * flowanalysis.cs (FlowBranching.Reachability): Remove handling of
7487 (FlowBranching.UsageVector): Update to changes.
7488 (FlowBranching.MergeSiblings): Likewise.
7489 * statement.cs: Likewise.
7491 2007-03-15 Martin Baulig <martin@ximian.com>
7496 (MemberCache): Added a special .ctor for type parameters.
7499 (TypeManager.MemberLookup_FindMembers): `TypeParameter' now has a
7502 2007-03-09 Martin Baulig <martin@ximian.com>
7504 * enum.cs (Enum): Make this a TypeContainer.
7505 (EnumMember): Derive from `Const'.
7508 (Const.DoResolveValue): New protected virtual method; move most of
7509 the functionality of ResolveValue() here so we can override it in
7511 (Const.CreateConstantReference): Make this virtual.
7513 * class.cs (Kind): Add `Kind.Enum'.
7514 (TypeContainer.Emit): Don't emit the enums here; they're already
7515 in the `RootContext.typecontainer_resolve_order'.
7517 * rootcontext.cs (RootContext.EmitCode): Don't emit the enums
7518 here; they're already in the `typecontainer_resolve_order'.
7520 * ecore.cs (EnumConstant.ConvertImplicitly): Add
7521 TypeManager.DropGenericTypeArguments().
7524 (TypeManager.CSharpEnumValue): Add DropGenericTypeArguments().
7525 (TypeManager.IsEnumType): Likewise.
7526 (TypeManager.EnumToUnderlying): Likewise.
7527 (TypeManager.IsEqual): Add support for enums.
7529 2007-03-12 Raja R Harinath <rharinath@novell.com>
7531 * typemanager.cs (InitCoreTypes) [NET_2_0]: Allow
7532 DefaultParameterValueAttribute to be undefined, say if System.dll
7535 2007-03-11 Marek Safar <marek.safar@gmail.com>
7537 * ecore.cs, parameter.cs, typemanager.cs: Another gmcs fix to work with
7540 2007-03-10 Marek Safar <marek.safar@gmail.com>
7542 * class.cs, parameter.cs: Unified parameters verification.
7544 2007-03-08 Martin Baulig <martin@ximian.com>
7546 * cs-parser.jay (constructor_header): Pass the location to the
7547 newly created TopLevelBlock.
7549 2007-03-07 Martin Baulig <martin@ximian.com>
7551 * statement.cs (Block.Resolve): Don't crash on error; bug #80715.
7553 2007-03-06 Miguel de Icaza <miguel@novell.com>
7555 * convert.cs (ExplicitReferenceConversionExists): Sync this method
7556 with the changes from David, fixes the build.
7558 2007-03-05 David Mitchell <dmitchell@logos.com>
7560 * convert.cs: Implement From System.Collecitons.Generic.IList<T>
7561 and its base interfaces to a one-dimensional array type S[],
7562 provided there is an implicit or explicit reference conversion
7565 2007-03-03 Marek Safar <marek.safar@gmail.com>
7567 * cs-tokenizer.cs: Implemented basic linq grammar.
7569 * driver.cs: Set linq lang version on demand.
7571 2007-02-26 Marek Safar <marek.safar@gmail.com>
7573 * cs-parser.jay, expression.cs: Compile empty __arglist correctly.
7575 2007-02-25 Marek Safar <marek.safar@gmail.com>
7577 * attribute.cs: Replaced DefinePInvoke in favor of S.R.E implementation
7580 * class.cs (InterfaceMemberBase): Share common `extern' modifier checks
7582 Check property and event extern attributes.
7584 * codegen.cs (ModuleClass): HasDefaultCharSet when module defined global
7587 2007-02-24 Marek Safar <marek.safar@gmail.com>
7589 A fix for bug #80407
7590 * ecore.cs: Don't report ambiguity error when methods have same parent.
7592 2007-02-23 Marek Safar <marek.safar@gmail.com>
7594 A fix for bug #80878
7595 * class.cs, cs-parser.jay: Event property can host anonymous methods.
7597 2007-02-22 Marek Safar <marek.safar@gmail.com>
7599 * attribute.cs: Enable ExtensionAttribute presence test.
7601 2007-02-22 Marek Safar <marek.safar@gmail.com>
7603 * class.cs: Warn about missing GetHashCode only when Equals is override.
7605 * decl.cs: Check accessibility of type arguments.
7607 * typemanager.cs: Correctly report nullable array.
7609 2007-02-20 Marek Safar <marek.safar@gmail.com>
7611 * class.cs, report.cs: Capture more details when things go wrong.
7613 2007-02-20 Marek Safar <marek.safar@gmail.com>
7615 A fix for bug #80650
7616 * cs-parser.jay: Anonymous container starts at constructor declaration
7617 and not at block beginning because it has to be usable in constructor
7620 * statement.cs: Use context location and not block one for error reporting.
7622 2007-02-18 Marek Safar <marek.safar@gmail.com>
7624 A fix for bug #78712
7625 * class.cs.cs, decl.cs, ecore.cs: LookupAnyGeneric inspects nested types
7628 2007-02-18 Marek Safar <marek.safar@gmail.com>
7630 A fix for bug #80493 by Atsushi Enomoto
7631 * cs-parser.jay: Ignore invalid attribute target.
7633 2007-02-18 Marek Safar <marek.safar@gmail.com>
7635 * cs-tokenizer.cs: Ignore '\0' as white space character.
7637 2007-02-17 Miguel de Icaza <miguel@novell.com>
7639 * cs-parser.jay: Add support for lambda expressions to the mcs
7642 * lambda.cs: Only clone when we are probing, not on the final call
7643 (Compatible is the final call).
7645 * statement.cs (CloneContext): Introduce class to provide block
7646 remapping during clone.
7648 All statements Clone themselves now.
7650 (Clone): special handling for blocks, when we clone a block, we
7651 register the block inside this routine, as children of the block
7652 might trigger a lookup.
7654 * expression.cs: Add support for CloneContext in all expressions.
7656 2007-02-17 Marek Safar <marek.safar@gmail.com>
7658 A fix for bug #80493
7659 * statement.cs: Report ambiguous warning when interfaces are not related.
7661 2007-02-15 Marek Safar <marek.safar@gmail.com>
7663 C# 3.0 extension methods.
7665 * attribute.cs (Error_MisusedExtensionAttribute): Extension attribute
7666 cannot be used directly.
7668 * class.cs (Class.Emit): Emit extension attribute if any class method
7669 is extension method.
7670 (Method.Define): Add basic extension method validation conditions.
7671 (Method.Emit): Emit extension attribute for method.
7673 * codegen.cs (AssemblyClass): Emit extension attribute if at least one
7674 extension method exists. Currently we follow same approach as Microsoft
7675 does, emit even if a method or a class are private but this can change
7678 * cs-parser.jay: Add handling of `this' keyword in method parameters
7681 * decl.cs (DeclSpace.IsStaticClass): New property.
7682 (MemberCache.FindExtensionMethods): Looks for extension methods with
7683 defined name and extension type.
7685 * doc.cs: Updated after OverloadResolve changes.
7687 * driver.cs: Add new soft reference to System.Core.dll.
7689 * ecore.cs (MethodLookup): Can return only MethodGroupExpr.
7690 (ExtensionMethodGroupExpr): Represents group of extension methods.
7692 * expression.cs (Invocation): Moved methods BetterConversion, MoreSpecific,
7693 BetterFunction, IsOverride, IsAncestralType, OverloadResolve
7694 to MethodGroupExpr and made non-static for easier customization.
7695 (Invocation.DoResolve): Add extension method lookup when no standard
7697 (MemberAccess.DoResolve): Try extension methods if no member exists.
7699 * modifiers.cs: Add METHOD_EXTENSION modifier.
7701 * namespace.cs (RegisterExtensionMethodClass): Register class namespace
7702 as well as candidate extension type.
7703 (ComputeNamespaces): When assembly constains extension methods registers
7705 (Namespace.RegisterExternalExtensionMethodClass): Register type for later
7706 extension method lookup.
7707 (Namespace.LookupExtensionMethod): Looks for extension method in this
7709 (NamespaceEntry.LookupExtensionMethod): Does extension methods lookup to
7710 find a method which matches name and extensionType.
7712 * parameter.cs (Parameter): Add This modifer.
7713 (HasExtensionMethodModifier): New property.
7714 (Resolve): Add extension parameter check.
7715 (ModFlags): turned to property to exclude this modifier as it is not real
7717 (Parameters): Implemented ExtensionMethodType and HasExtensionMethodType.
7719 * support.cs (ParameterData): Add ExtensionMethodType.
7720 (ReflectionParameters): Implemented ExtensionMethodType interface property.
7722 * typemanager.cs: Add type and ctor extension attribute type.
7724 2007-02-15 Miguel de Icaza <miguel@novell.com>
7726 * report.cs (DisableErrors, EnableErrors): used to prevent error
7727 output when we are "trying" to compile various methods with
7730 * ecore.cs (Expression): Add Clone method that calls the virtual
7731 CloneTo method. The current CloneTo method in Expression throws
7732 an exception so we can track down all the places where this must
7733 be implemented (not using abstract, because that would be a lot of
7734 up-front-work before we can start testing the implementation
7737 Important: we only need Clone capabilities for expressions created
7738 by the parser, as the expressions we will be cloning are
7739 expressions in the pre-resolved state. This vastly simplifies
7742 (SimpleName): Add CloneTo that does nothing.
7743 (EmptyCast): Add CloneTo.
7745 * expression.cs (Binary): Implement CloneTo.
7746 (Invocation.IsApplicable): Store the current ec in
7747 EmitContext.TempEc and restore it on return. This is used so we
7748 do not have to sprinkle hundres of methods with an extra
7749 EmitContext, we know that the only user is the lambda expression
7750 ImplicitConversionExists code.
7752 (Argument): Add Cloning capabilities.
7753 (LocalVariableReference, ParenthesizedExpression, Unary, Probe,
7754 Cast, Conditional, ArrayCreation, InvocationOrCast, Invocation,
7755 ArglistAccess, ArgList, TypeOf, SizeOf, CheckedExpr,
7756 UnCheckedExpr, ElementAccess, BaseAccess, BaseIndexerAccess,
7757 IndexerAccess): Add Clone capability.
7759 (LocalVariableReference, This): TODO: needs cloned Block mapping.
7761 (Argument): Add cloning capability.
7763 * assign.cs (Assign): Implement CloneTo.
7765 * anonymous.cs (ImplicitStandardConversionExists): Make virtual.
7767 * lambda.cs (ImplicitStandardConversionExists): Implement lambda
7768 version by calling Convert with the EmitContext (that we are
7769 currently storing in ec, this is not great, but will do for now,
7770 to avoid passing EmitContext parameters to hundreds of functions
7771 that do not need them now).
7773 (SetExpression): Remove, it is not needed.
7775 (ContextualReturn): Implement CloneTo.
7777 * statement.cs (Statement): Implement cloning infrastructure,
7778 similar to expressions.
7780 (Block): Partial implementation of Clone for statements.
7782 (Return): Implement clone.
7784 * constant.cs (Constant.CloneTo): New method, does nothing.
7786 * codegen.cs (TempEc): Add a static EmitContext as a temporary
7787 solution, until we decide how to exactly do this.
7789 2007-02-14 Marek Safar <marek.safar@gmail.com>
7791 A fix for bug #80493
7792 * class.cs (FindOutBaseMethod): When the base accessor does not exist and
7793 a property is override we need to use second accessor.
7795 2007-02-13 Marek Safar <marek.safar@gmail.com>
7797 A fix for bug #80418
7798 * attribute.cs, class.cs: Use correct calling conventions for pinvoke
7801 2007-02-13 Marek Safar <marek.safar@gmail.com>
7803 Another fix for bug #80749
7804 * pending.cs: Abstract class has priority over interfaces.
7806 2007-02-13 Marek Safar <marek.safar@gmail.com>
7808 Another fix for bug #80749
7809 * pending.cs: Abstract class has priority over interfaces.
7811 2007-02-13 Marek Safar <marek.safar@gmail.com>
7813 Another fix for bug #80749
7814 * pending.cs: Abstract class has priority over interfaces.
7816 2007-02-13 Marek Safar <marek.safar@gmail.com>
7818 Another fix for bug #80749
7819 * pending.cs: Abstract class has priority over interfaces.
7821 2007-02-13 Marek Safar <marek.safar@gmail.com>
7823 * class.cs Better error message.
7825 * driver.cs: Add shorter versions of -optimize option.
7827 2007-02-13 Martin Baulig <martin@ximian.com>
7829 * class.cs (Constructor.Emit): Check the return value of
7830 ec.ResolveTopBlock() and return on error.
7832 2007-02-13 Raja R Harinath <rharinath@novell.com>
7834 * ecore.cs (Error_InvalidExpressionStatement): Add a comma to error
7835 message to fix error message regression.
7837 2007-02-12 Marek Safar <marek.safar@gmail.com>
7839 * delegate.cs: Delegate creation expression cannot be of Nullable type.
7841 2007-02-12 Marek Safar <marek.safar@gmail.com>
7843 A fix for bug #80749
7844 * assign.cs (FieldInitializer): FieldInitializer has to keep track of
7845 its parent container.
7847 * class.cs (DefineFieldInitializers): Each initializer can has different
7850 * const.cs: Updated.
7852 2007-02-11 Miguel de Icaza <miguel@novell.com>
7854 * lambda.cs (LambdaExpression.Compatible): Remove some early code,
7855 now all the heavy lifting to check that embedded statements or
7856 expressions have the right form is done in the ContextualReturn.
7858 (ContextualReturn): New class.
7860 * ecore.cs (Error_InvalidExpressionStatement): Make a helper
7861 method that can be invoked to report 201, so we do not replicate
7864 * cs-parser.jay: Reuse Error_InvalidExpressionStatement.
7866 * cs-tokenizer.cs (xtoken): Correctly compute the column, it was
7867 treating tabs as spaces.
7869 2007-02-09 Marek Safar <marek.safar@gmail.com>
7871 A fix for bug #80315 by martin.voelkle@gmail.com (Martin Voelkle)
7872 * assign.cs: Use full implicit conversion for right side check.
7874 2007-02-09 Marek Safar <marek.safar@gmail.com>
7876 * statement.cs (Switch): Switch over boolean type is not standardized.
7878 2007-02-08 Marek Safar <marek.safar@gmail.com>
7880 A fix for bug #80755
7881 * decl.cs (FindBaseEvent): Don't use method cache for events.
7883 2007-02-07 Marek Safar <marek.safar@gmail.com>
7885 * cs-parser.jay: Better syntax error handling.
7887 * ecore.cs, enum.cs, statement.cs, typemanager.cs: Print enum member name
7888 instead of underlying type value.
7890 2007-02-06 Marek Safar <marek.safar@gmail.com>
7892 * driver.cs: Check define identifier before is registered.
7894 * namespace.cs: Use existing error message.
7896 * report.cs: New warning.
7898 2007-02-06 Marek Safar <marek.safar@gmail.com>
7900 A fix for bug #80742
7901 * expression.cs: Delegate Invoke method can be called directly.
7903 2007-02-06 Marek Safar <marek.safar@gmail.com>
7905 A fix for bug #80676
7906 * class.cs (IsEntryPoint): The Main method can have params modifier.
7908 2007-02-04 Miguel de Icaza <miguel@novell.com>
7910 * parameter.cs (Parameter, Parameters): Add Clone method.
7912 * anonymous.cs (Compatible): Turn method into virtual method, so
7913 LambdaExpression can implement a different behavior.
7915 (CompatibleChecks, VerifyExplicitParameterCompatibility): Factor
7916 out the basic checking here, so it can be used by
7919 * lambda.cs: Introduce "Compatible" function that will do the
7922 2007-02-02 Marek Safar <marek.safar@gmail.com>
7924 * attribute.cs: Unified one error message.
7926 * class.cs (Class): Use type attributes and not properties to test static
7928 (IsEntryPoint): Don's pass local variable.
7930 * convert.cs: Removed duplicate check.
7932 * decl.cs, doc.cs, ecore.cs (LookupType): Renamed to LookupNamespaceOrType.
7934 * driver.cs: Don't crash when soft reference does not exist.
7936 * namespace.cs (EnsureNamespace): Renamed to RegisterNamespace.
7937 (UsingEntry): Removed redundant allocation.
7939 * parameter.cs: Add fast path for type parameters.
7941 * support.cs: Don't allocate attribute when it's not used.
7943 2007-01-30 Miguel de Icaza <miguel@novell.com>
7946 (AnonymousMethodExpression.ImplicitStandardConversionExists): turn
7947 this into a virtual method, so we can override it in LambdaExpression.
7949 * driver.cs: Improve diagnostics in case of failure.
7951 * cs-tokenizer.cs: Instead of trying to parse a type and a name,
7952 write a function that is slightly more complex and that parses:
7954 type identifier [, type identifier]* )
7956 The old function would return incorrectly a OPEN_PARENS_LAMBDA for
7959 (canEmpty ? i >= 0 : i > 0)
7961 2007-01-30 Raja R Harinath <rharinath@novell.com>
7963 * cs-tokenizer.cs (parse_namespace_or_typename): Don't throw an
7964 exception on possibly valid code.
7966 2007-01-29 Raja R Harinath <rharinath@novell.com>
7968 * cs-tokenizer.cs (is_punct) ['<']: Update to changes in
7970 (parse_opt_type_arguments): Remove. It's almost the same as
7972 (parse_namespace_or_typename): Use parse_less_than.
7974 2007-01-28 Miguel de Icaza <miguel@novell.com>
7976 * cs-tokenizer.cs: Typo fix, its not GMCS_SOURCES but GMCS_SOURCE,
7977 this bug took a few hours to find, because the state saved and
7978 restored by PushPosition and PopPosition was ignoring the state of
7979 parse_generic_less_than.
7981 I can also now remove the handling of OP_LT and OP_GT, this solves
7984 * cs-tokenizer.cs: store the location for the ARROW token, we use
7987 (PushPosition, PopPosition): save/restore also `current_token',
7988 restore `parse_generic_less_than' (was missing).
7990 (parse_opt_type_arguments): use parse_type, not
7991 parse_namespace_or_typename to parse types.
7993 * lambda.cs: Empty new file, will eventually have the lambda
7994 expression implementation.
7996 * lambda.test: used to test the internal tokenizer.
7998 * report.cs (FeatureIsNotISO1): Rename from
7999 FeatureIsNotStandardized, because it was about the language level
8000 (1 vs 2) it was not about standarization.
8002 (FeatureRequiresLINQ): New.
8004 * support.cs (SeekableStreamReader): Only require that the reader
8005 is a TextReader, not a StreamReader, so we can plug StringReader.
8007 * cs-tokenizer.cs (parse_type_and_parameter): Returns true if at a
8008 given position in the input stream the following tokens can be
8009 parsed as a type followed by an identifier.
8011 (is_punct): after a '(' if parse_type_and_parameter returns true,
8012 then return a special token OPEN_PARENS_LAMBDA which is used to
8013 avoid reduce/reduce errors in the grammar for the
8014 lambda_expression rules.
8016 (parse_type): implement a type parser inside the
8017 tokenizer, the parser only returns true or false depending on
8018 whether the input at a given position can be parsed as a type.
8020 (peek_token): new method used during type parsing.
8022 2007-01-28 Raja R Harinath <rharinath@novell.com>
8025 * anonymous.cs (ScopeInfo.InflateParameters): New.
8026 (AnonymousContainer.Resolve): Use it to redirect types of
8027 delegate parameters.
8029 2007-01-27 Raja R Harinath <rharinath@novell.com>
8032 * expression.cs (Error_InvalidArguments): Don't use two different
8033 messages for CS1503. Use ExtraInformation and
8034 SymbolRelatedToPreviousError instead.
8037 * decl.cs (DeclSpace.initialize_type_params): Don't access
8038 'type_params' of a partial class directly.
8040 2007-01-26 Miguel de Icaza <miguel@novell.com>
8042 * constant.cs: Removed a handful of out-of-range checks that were
8045 2007-01-25 Marek Safar <marek.safar@gmail.com>
8047 * expression.cs (CheckUselessComparison): Add additional check for char
8050 * namespace.cs: Fixed typo.
8052 2007-01-23 Miguel de Icaza <miguel@novell.com>
8054 * constant.cs: Bloat removal, CheckRange and CheckUnsigned are
8055 gone, instead we inline the test, preventing the needless casts to
8056 longs, ulongs and doubles for the parameters, avoiding calls to
8057 methods that overchecked stuff, and instead inlined things
8060 2007-01-20 Marek Safar <marek.safar@gmail.com>
8062 * cs-parser.jay: Better parameter error handling.
8064 2007-01-17 Marek Safar <marek.safar@gmail.com>
8066 A fix for bug #80368, #80522
8067 * expression.cs (ArrayCreation.only_constant_initializers): Indicates
8068 whether array initializer contains constants only.
8069 (ArrayCreation.Emit): Use better formula to decide when
8070 are array initializers for static initialization.
8071 (ArrayCreation.EmitDynamicInitializers): When the array is small enough we
8072 have to emit even constants otherwise they are pre-initialized.
8074 2007-01-17 Bill Holmes <bill.holmes@ansys.com>
8075 Raja R Harinath <rharinath@novell.com>
8077 Fix emit order of 'get' vs. 'set'.
8078 * support.cs (Accessors): New.
8079 * cs-parser.jay (accessor_declarations): Use it instead of 'Pair'.
8080 Note the order in which accessors are declared in the source.
8081 * class.cs (PropertyBase.DefineGet, PropertyBase.DefineSet): New.
8082 Refactored from Property.Define and Indexer.Define.
8083 (PropertyBase.DefineAccessors): New helper that calls the above in
8084 appropriate order as noted by the parser.
8085 (Property.Define, Indexer.Define): Update to changes.
8086 (PropertyBase.SetMethod.PropertyInfo): Don't return a null.
8088 2007-01-17 Raja R Harinath <rharinath@novell.com>
8090 Fix cs0029-6.cs and gcs0029-2.cs (regression)
8091 * ecore.cs (EmptyConstantCast.ConvertImplicitly): Check that
8092 there's an implicit conversion from the current type to the target
8093 type before converting the underlying constant.
8095 2007-01-16 Marek Safar <marek.safar@gmail.com>
8097 * const.cs (ResolveValue): Updated after constant conversion was made more
8100 * constant.cs (GetAttributableValue): constant to object conversion is
8101 used for attributes only.
8102 (IntConstant.ConvertImplicitly): Moved from convert to be used in all
8103 constant conversions.
8104 (LongConstant.ConvertImplicitly): Ditto.
8106 * convert.cs (ImplicitNumericConversion): Extracted constant bussiness.
8107 (ImplicitConversionStandard): Handle constant conversion as extra step.
8108 It solves the issue when constant conversion was called indirectly like
8109 inside array initializer and constant folding was skipped.
8111 * literal.cs (NullLiteral.ConvertImplicitly): Fixed an issue exposed by
8114 * statement.cs(ImplicitConversionStandard): Updated after constant
8115 conversion was made more generic.
8117 2007-01-16 Sergey P. Kondratyev <se@unicom.tomica.ru>
8119 * expression.cs (As.DoResolve): Use GenericConstraints instead of
8120 Constraints, solves the problem where the compiler incorrectly
8121 reported that a type parameter was not constrained to a class (Bug
8124 2007-01-14 Marek Habersack <grendello@gmail.com>
8126 * doc-bootstrap.cs: Fix a compilation problem in the bootstrap phase.
8128 2007-01-14 Marek Safar <marek.safar@gmail.com>
8130 A fix for bug #80368
8131 * assign.cs (FieldInitializer): New class implements field
8132 initializer statement.
8134 * attribute.cs: Update after FieldMember rename.
8136 * class.cs (PropertyBasedMember): New common class for property based
8138 (InterfaceMemberBase): New base class for all members which can be used as
8139 an interface members.
8140 (MethodCore): Moved really common code to InterfaceMemberBase.
8141 (Method.Define): Equal and GetHasCode detection is relevant for methods
8143 (MethodData.Define): Don't assume that public event implements an
8144 interface automatically.
8145 (MethodData.DefineMethodBuilder): Issue an error even if only extern
8147 (MemberBase): Moved all interface speficic code to InterfaceMemberBase.
8148 (FieldMember): Merged with FieldBase.
8149 (EventProperty.AEventPropertyAccessor): New specialization to check whether
8150 event extern modifier can be used.
8151 (EventField.EventFieldAccessor): Moved event field specific code here.
8152 (Event.AllowedModifiers): Even event can be extern.
8153 (Event.FindOutBaseMethod): New override specific to events.
8154 (Indexer.parameters): Reintroduce parameters because base class holds
8155 only properties common data.
8156 (Indexer.CheckForDuplications): Indexers are threated as methods so we
8157 need do extra parameters check.
8159 * const.cs: Update after FieldMember rename.
8161 * decl.cs (MemberCache.FindBaseEvent): New method.
8163 * doc.cs (GetMethodDocCommentName): Accept parameters as extra argument
8164 to reflect that indexer is now derived from PropertyBased.
8166 * ecore.cs (GetMemberType): Made public.
8167 (EventExpr.ResolveMemberAccess): Use right event cache and checks for
8170 * flowanalysis.cs, statement.cs: Update after FieldMember rename.
8172 * typemanager.cs (CSharpSignature): Correctly print event accessors.
8173 (RegisterEvent): Removed.
8174 (RegisterPrivateFieldOfEvent): Renamed to RegisterEventField.
8175 (GetPrivateFieldOfEvent): Renamed to GetEventField.
8177 2007-01-11 Raja R Harinath <rharinath@novell.com>
8180 * statement.cs (CollectionForeach.TryType): Prefer generic
8181 GetEnumerator over non-generic variant. Fix code to follow comments.
8183 2007-01-09 Raja R Harinath <rharinath@novell.com>
8186 * support.cs (ReflectionParameter): Don't use an invalid index on
8187 the generic parameter data.
8189 2007-01-08 Miguel de Icaza <miguel@novell.com>
8191 * driver.cs: Just add a tiny bit of infrastructure.
8193 2007-01-02 Marek Safar <marek.safar@gmail.com>
8195 * class.cs (VerifyMembers): Fixed an crash reported on mono mailing list
8196 where field type is struct from current assembly.
8198 * ecore.cs (EnumConstant.AsString): Report an enum member name whenever
8201 2007-01-02 Marek Safar <marek.safar@gmail.com>
8203 A fix for bug #80381
8204 * attribute.cs (AttributeTester.RegisterNonObsoleteType): Registers
8207 * namespace.cs (GlobalRootNamespace.LookupTypeReflection): Better error
8209 (Namespace.LookupType): Always use core types from corlib when speficied.
8211 * report.cs: A new warning.
8213 * rootcontext.cs (BootstrapCorlib_ResolveInterface,
8214 BootstrapCorlib_ResolveClass): Register type as non-obsolete type.
8215 (ResolveCore): Add missing System.Runtime.InteropServices._Attribute.
8217 * typemanager.cs (CoreLookupType): Register type as non-obsolete type.
8218 (InitCoreTypes): Set expression type of object_type and value_type
8219 immediately after lookup.
8221 2007-01-01 Miguel de Icaza <miguel@novell.com>
8223 * cs-tokenizer.cs: Accept Pc class characters (Connector
8224 Punctuation) as valid identifiers. Fixes #78259
8226 * expression.cs (Invocation.DoResolve): Moved the check for the
8227 use of `this' for doing method calls to the Invocation resolution
8228 step, after overload resolution has taken place instead of doing
8229 the check at the low-level `This.DoResolve' level.
8231 The `This.DoResolve'(appens before overload resolution, so it has
8232 no way of knowing if the method that will be called will be
8233 instace or static, triggering an erroneous report for cs0188 (Bug
8236 We now do the check for instance method invocations after we know
8237 what method will be called.
8239 (This.CheckThisUsage): Move the actual use of this structure
8240 checking into its own method and expose it.
8242 * Everywhere that called Error_ValueCannotBeConverted: pass a new
8245 Exceptions: Null.ConvertImplicitly,
8246 Constant.ImplicitConversionRequired as there are too many call
8247 sites for passing the ec.
8249 * ecore.cs (Expression.Error_ValueCannotBeConverted): Take an
8250 EmitContext, if the value is null, then we do not try to provide
8251 the extra information from the error (If a userdefined conversion
8252 exists, as UserDefinedConversion requires a non null-EmitContext).
8256 2006-12-30 Raja R Harinath <rharinath@novell.com>
8258 * flowanalysis.cs (MyBitVector): Document some invariants.
8259 (MyBitVector.Or, MyBitVector.And): Reimplement the optimizations
8260 introduced below, and add a couple of others,
8262 2006-12-30 Marek Safar <marek.safar@gmail.com>
8264 * attribute.cs (GetMethodObsoleteAttribute): Uses new
8265 GetPropertyFromAccessor and GetEventFromAccessor.
8267 * class.cs (MethodCore.CheckBase): A new warning when obsolete member
8268 overrides non-obsolete one.
8269 (Indexer.Define): Error message has been moved to the parser.
8271 * cs-parser.jay: Better syntax errors handling.
8273 * delegate.cs (NewDelegate.DoResolve): Issue less confusing error message
8274 when an invocation has no arguments.
8276 * ecore.cs: Removed not used caching.
8278 * expression.cs (IsSpecialMethodInvocation): Reuses TypeManager
8281 * report.cs: Add a new warning.
8283 * support.cs (ReflectionParameters): Implements Equals, GetHashCode.
8285 * typemanager.cs (enumeration_type): Removed.
8286 (CSharpSignature): Reuses IsSpecialMethod.
8287 (IsEqual): Hack for MS BCL.
8288 (GetPropertyFromAccessor): New method.
8289 (GetEventFromAccessor): New method.
8290 (IsSpecialMethod): Fixed to handle more cases.
8292 2006-12-30 Marek Safar <marek.safar@gmail.com>
8294 * cs-tokenizer.cs (PreProcessDefinition, handle_preprocessing_directive):
8295 Made white spaces array static.
8297 * ecore.cs (RemoveGenericArity): Optimized.
8299 * flowanalysis.cs (MyBitVector.Or, MyBitVector.And): Optimized (up to
8301 (MyBitVector.initialize_vector): Simplified.
8303 2006-12-22 Miguel de Icaza <miguel@novell.com>
8305 * ecore.cs: Am not entirely happy with this hack, but it seems to
8306 address the issue in 80257 (a small test case for
8309 I set the MethodGroupExpr.Type to an internal compiler type
8310 (itself in this case) to force the resolution to take place. Why
8311 it does not take place with a null is beyond me.
8313 2006-12-20 Marek Safar <marek.safar@gmail.com>
8315 A fix for bug #80288
8316 * expression.cs (ResolveOperator): Consider user defined conversion for
8317 logical and operator too.
8318 (EmitBranchable): Optimization for logical and when full constant folding
8319 could not be applied but one operand is constant.
8321 2006-12-19 Marek Safar <marek.safar@gmail.com>
8323 * class.cs (GetClassBases): Write 5 times every day, will never use
8324 FullName for error reporting.
8326 * decl.cs (AsAccessible, CheckAccessLevel): Always unpack arrays first.
8328 2006-12-19 Martin Baulig <martin@ximian.com>
8330 * statement.cs (LocalInfo.EmitSymbolInfo): New public method; emit
8331 the symbol file info here.
8333 2006-12-18 Marek Safar <marek.safar@gmail.com>
8335 * cs-tokenizer.cs (handle_preprocessing_directive): When previous section
8336 of `elseif' is taking then following sections are not taking.
8337 Fixes an issue reported on mono mailing list.
8339 2006-12-18 Marek Safar <marek.safar@gmail.com>
8341 A fix for bug #80300
8342 * cs-tokenizer.cs (PreProcessDefinition): Do no define/undefine when
8343 a caller is not taking.
8345 2006-12-18 Raja R Harinath <rharinath@novell.com>
8347 * anonymous.cs: Change several TypeContainer declarations to DeclSpace.
8348 (CompilerGeneratedClass): Use parent.PartialContainer unconditionally.
8349 (RootScopeInfo, AnonymousMethodMethod): Update to changes.
8350 * iterator.cs: Change several TypeContainer declarations to DeclSpace.
8351 * class.cs: Update to changes.
8353 2006-12-17 Marek Safar <marek.safar@gmail.com>
8355 A fix for bug #79934
8356 * anonymous.cs (CompilerGeneratedClass): Register class in a shared
8359 * class.cs (ResolveMembers): Register an iterator in current container and
8362 2006-12-16 Raja R Harinath <rharinath@novell.com>
8365 * expression.cs (VerifyArgumentsCompat): Allow zero arguments to
8366 satisfy a params annotated parameter.
8368 2006-12-16 Marek Safar <marek.safar@gmail.com>
8370 A fix for bug #77014
8371 * expression.cs (Invocation.BetterFunction): Fixed to cope with dynamic
8372 paramters correctly and not rely on hacks in Parameters class.
8373 (Invocation.IsParamsMethodApplicable): Changed to accept params parameter
8375 (Invocation.VerifyArgumentsCompat): Ditto.
8376 (Invocation.EmitArguments): Changed to correctly emit params arguments at
8379 * parameter.cs (HasParams): Don't assume that params is the last one.
8381 * support.cs (ReflectionParameters.ctor): Look for params attribute
8383 (ReflectionParameters.ParameterType): Removed hack when we returned last
8384 parameter for out of range parameters.
8385 (ParameterName, ParameterModifier): Ditto.
8387 2006-12-14 Marek Safar <marek.safar@gmail.com>
8389 A fix for bug #79987
8390 * decl.cs (DeclSpace.VerifyClsCompliance): External names cache is null
8391 when assembly is not CLS compliant but type is. I have no idea why is this
8394 * typemanager.cs (Reset): Invalidate AllClsTopLevelTypes cache.
8396 2006-12-13 Miguel de Icaza <miguel@novell.com>
8398 * class.cs (ConstructorInitializer.Resolve): Allow for ":this()"
8399 in struct constructors, they are basically no-ops.
8401 2006-12-12 Marek Safar <marek.safar@gmail.com>
8403 * cs-tokenizer.cs (Position): Save preprocessor status too.
8405 2006-12-12 Marek Safar <marek.safar@gmail.com>
8407 A fix for bug #77794
8408 * cs-tokenizer.cs (consume_identifier): Check for correct partial context.
8410 2006-12-12 Marek Safar <marek.safar@gmail.com>
8412 * cs-tokenizer.cs (get_cmd_arg): Support CR as the line terminator.
8414 (pp_expr): Report error for an invalid expression.
8415 (handle_preprocessing_directive): Simplified; add more error checking.
8417 2006-12-11 Marek Safar <marek.safar@gmail.com>
8419 A fix for bug #74939
8420 * cs-tokenizer.cs (is_punct): We cannot simply disable preprocessor
8421 directives handling.
8423 2006-12-10 Marek Safar <marek.safar@gmail.com>
8425 A fix for bugs #80093, and #75984
8426 * cs-tokenizer.cs (handle_preprocessing_directive): Fixed #if/#else/#endif
8427 logic, it seems to me as it worked before "by coincidence".
8428 (xtoken): Simplified to use reworked handle_preprocessing_directive.
8429 (cleanup): Enabled endif check.
8431 2006-12-09 Marek Safar <marek.safar@gmail.com>
8433 A fix for bug #80162
8434 * statement.cs (CollectionForeach.TryType): Generics and non-generics
8435 enumerators are never ambiguous.
8437 2006-12-08 Raja R Harinath <rharinath@novell.com>
8440 * cs-tokenizer.cs (parse_less_than): Recognize double-colons too.
8442 2006-12-06 Marek Safar <marek.safar@gmail.com>
8444 A fix for bug #80144
8445 * class.cs (EventProperty.Define): Explicit implementation means
8446 that an even is used.
8448 2006-12-06 Marek Safar <marek.safar@gmail.com>
8450 Fixes the operators implementation (part II)
8452 * cfold.cs (DoConstantNumericPromotions): Renamed to
8453 DoBinaryNumericPromotions and simplified.
8454 (BinaryFold): Couple of conversion fixes; simplified.
8456 * constant.cs, ecore.cs, literal.cs
8457 (ToType): Renamed to ConvertImplicitly.
8458 (Reduce): Renamed to ConvertExplicitly.
8460 * class.cs, convert.cs: Updated.
8462 * expression.cs: TryReduce doesn't throw an exception.
8464 2006-12-01 Marek Safar <marek.safar@gmail.com>
8466 A fix for bug #80108
8467 * ecore.cs (EventExpr.EmitAddOrRemove): Don't crash when right side is not
8470 2006-11-30 Marek Safar <marek.safar@gmail.com>
8472 Fixes unary operators implementation (part I)
8475 * cfold.cs (Error_CompileTimeOverflow): Made internal
8477 * const.cs (IConstant): Changed to use reference to constant and
8478 not constant itself.
8479 Updated IConstant implementations.
8481 * constant.cs (CreateConstant): New factory method.
8482 Updated IConstant implementation.
8484 * convert.cs (ImplicitStandardConversionExists): Uses compiler Equals.
8486 * ecore.cs: Updated to use CreateConstantReference.
8488 * enum.cs: Reflects IConstant changes.
8490 * expression.cs (Unary): Reimplemented +,-,~ to conform C# standard.
8492 * literal.cs (NullConstant): Change to be independently usable.
8494 2006-11-29 Martin Baulig <martin@ximian.com>
8496 * class.cs (Constructor.Emit): Correctly handle anonymous methods;
8497 we need to emit the scope initializer before calling the base .ctor.
8499 * anonymous.cs: Merged back from the new anonymous methods branch.
8500 (AnonymousMethodHost): Renamed to `RootScopeInfo'.
8502 * expression.cs (ParameterReference.DoResolveBase): Create a
8503 "normal" ScopeInfo when capturing parameters rather than using the
8504 root scope; this makes things work with anonymous methods having
8508 (ToplevelBlock.AnonymousMethodHost): Renamed into `RootScope'.
8510 2006-11-22 Marek Safar <marek.safar@gmail.com>
8512 A fix for bug #79987
8513 * class.cs (VerifyClsCompliance): Move redundant CLS compliance attribute
8514 check to a base class.
8515 * decl.cs (VerifyClsCompliance): Warn that CLS compliance cannot be tested
8516 only when assembly has missing attribute.
8517 * report.cs: Update.
8519 2006-11-21 Marek Safar <marek.safar@gmail.com>
8521 * cs-tokenizer.cs: Merged with gmcs version.
8523 2006-11-20 Marek Safar <marek.safar@gmail.com>
8526 * cs-parser.jay: Better error message when partial keyword is misplaced.
8528 2006-11-19 Gert Driesen <drieseng@users.sourceforge.net>
8530 A fix for bug #79810
8531 report.cs: CS1058 only applies to 2.0 profile (gmcs).
8532 codegen.cs: on 2.0 profile, non-exception throwables are wrapped in
8533 a RuntimeWrappedException by default.
8535 2006-11-18 Marek Safar <marek.safar@gmail.com>
8537 A fix for bug #79843
8538 * delegate.cs (Delegate.VerifyMethod): Fixed covariance and contravariance
8540 (DelegateCreation.Error_NoMatchingMethodForDelegate): Ditto.
8542 2006-11-18 Marek Safar <marek.safar@gmail.com>
8544 * driver.cs, namespace.cs: Uses faster IndexOf version.
8546 2006-11-17 Marek Safar <marek.safar@gmail.com>
8548 A fix for bug #79941
8549 * class.cs (MemberCore.IsDuplicateImplementation): Add more tricks for
8551 (Operator.Define): Implicit/Explicit operator of same type is duplicate
8552 even if internal name is different.
8553 * convert.cs (GetConversionOperator): Replaced EmitContext with parentType.
8554 (UserDefinedConversion): Simplified as the operators cannot be internal.
8555 * ecore.cs (Error_ValueCannotBeConverted): Take account of user
8557 (MethodLookup): Replaced EmitContext with parentType.
8558 * expression.cs: Updated.
8560 2006-11-09 Raja R Harinath <rharinath@novell.com>
8562 * driver.cs (BadAssembly): Handle all the ugliness of
8563 DefineDynamicAssembly.
8565 2006-11-08 Raja R Harinath <rharinath@novell.com>
8567 Address parts of #58244 -- most of what's left is in the runtime
8568 * driver.cs (LoadAssembly): Simplify slightly. Add CS0009 and
8569 CS1509 error checks, and handle them for all assembly loads, not
8570 just the first invocation.
8571 (LoadModule): Likewise. Move handling of 'adder_method' ...
8572 * codegen.cs (AssemblyClass.AddModule): ... here.
8574 2006-11-02 Marek Safar <marek.safar@gmail.com>
8576 * statement.cs.cs (CollectionForeach.TryType): Issue a error when
8577 IEnumerable<T> is ambiguous.
8579 2006-10-31 Marek Safar <marek.safar@gmail.com>
8581 A fix for bug #67689
8582 * statement.cs.cs (CollectionForeach.TryType): Issue a warning when
8583 GetEnumerator is ambiguous.
8585 * report.cs: Add new warning.
8587 2006-10-29 Marek Safar <marek.safar@gmail.com>
8589 A fix for bug #78602
8590 ecore.cs (PropertyExpr.InstanceResolve): The qualifier for access
8591 to protected member can be nested type.
8593 2006-10-28 Marek Safar <marek.safar@gmail.com>
8595 A fix for bug #78965
8596 ecore.cs (PropertyExpr.InstanceResolve): The qualifier for access
8597 to protected member must derive from current type.
8599 2006-10-27 Marek Safar <marek.safar@gmail.com>
8601 assign.cs: Reuses error method.
8603 ecore.cs (Expression.Error_ValueCannotBeConverted): Report a value
8604 instead of type for constants.
8605 (Expression.Error_ValueAssignment): Common error method.
8607 * expression.cs (UnaryMutator.ResolveOperator): Value cannot be used
8610 2006-10-27 Marek Safar <marek.safar@gmail.com>
8612 A fix for bug #79081
8613 * expression.cs (MemberAccess.DoResolve): Check nested type
8616 2006-10-27 Atsushi Enomoto <atsushi@ximian.com>
8618 * doc.cs : nested delegates were not handled. Fixed bug #79754.
8620 2006-10-26 Marek Safar <marek.safar@gmail.com>
8622 A fix for bug #76591
8623 * cs-tokenizer.cs (IsCastToken): Enable a cast of anonymous method.
8625 2006-10-26 Marek Safar <marek.safar@gmail.com>
8627 * codegen.cs (AssemblyClass.ApplyAttributeBuilder): Don't allow to have
8628 type forwarder of the same type multiple times.
8630 2006-10-26 Raja R Harinath <rharinath@novell.com>
8633 * ecore.cs (PropertyExpr.InstanceResolve): Always resolve the
8634 instance as an rvalue, even when we later resolve as an lvalue.
8636 2006-10-25 Martin Baulig <martin@ximian.com>
8638 * anonymous.cs: Fix #79673.
8640 2006-10-24 Marek Safar <marek.safar@seznam.cz>
8642 A fix for bug #79666
8643 expression.cs (ArrayCreation.GetAttributableValue): An initializer can be
8644 ignored when is optimized (= default value) as its value is already set.
8646 2006-10-23 Marek Safar <marek.safar@seznam.cz>
8648 A fix for bug #79724
8649 * report.cs (SymbolRelatedToPreviousError): Uses DeclSpace instead of
8650 TypeContainer for type lookup.
8652 2006-10-23 Marek Safar <marek.safar@seznam.cz>
8654 A fix for bug #79231
8655 * ecore.cs (ResolveAsBaseTerminal): Removed redundant error test.
8656 * expression.cs (OverloadResolve): Always convert type name for
8658 (ResolveNamespaceOrType): Don't confuse a nested type with any
8661 2006-10-18 Martin Baulig <martin@ximian.com>
8663 * anonymous.cs: Propagate the IsStatic state, fixes the crasher in banshee.
8665 2006-10-17 Miguel de Icaza <miguel@novell.com>
8667 * convert.cs: Fix typo, fixes the test-535.cs, we were casting to
8668 an int32, but requesting an int64 from the conversion
8670 2006-10-12 Martin Baulig <martin@ximian.com>
8673 (AnonymousContainer.Resolve): Inflate the `ReturnType'. Fixes #79592.
8675 2006-10-12 Martin Baulig <martin@ximian.com>
8678 (Using.EmitLocalVariableDeclFinally): Small fix for iterators.
8680 2006-10-11 Miguel de Icaza <miguel@novell.com>
8682 * convert.cs: Remove broken code: I was doing the "Existance"
8683 tests for Implicit conversions.
8685 2006-10-10 Miguel de Icaza <miguel@novell.com>
8687 * convert.cs: Added one missing case in
8688 ImplicitStandardConversionExists uint64 to intptr.
8692 * typemanager.cs (uintptr_type): another core known type.
8694 * ecore.cs (OperatorCast): routine used to do cast operations that
8695 depend on op_Explicit. We could change some of the Decimal
8696 conversions to use this.
8698 This one has a probe mechanism that checks both types for an op_
8699 which it coudl be used to eliminate two classes: CastToDecimal
8700 and CastFromDecimal.
8702 * convert.cs: Implement the conversions documented in #59800
8704 2006-10-10 Martin Baulig <martin@ximian.com>
8706 * iterators.cs (Iterator.Resolve): Call RootScope.ResolveType()
8707 before RootScope.ResolveMembers().
8709 * anonymous.cs (ScopeInfo.CapturedScope.ctor): Use the child's
8710 `CurrentType' if appropriate.
8712 2006-10-09 Marek Safar <marek.safar@seznam.cz>
8714 A fix for bug #78568
8715 * cs-tokenizer.cs (Deambiguate_CloseParens): Expression cannot be cast
8716 when contains binary operators.
8717 * cs-parser.jay: Updated.
8719 2006-10-09 Martin Baulig <martin@ximian.com>
8722 (Delegate.DefineType): Don't call TypeParameter.Resolve() here;
8723 moved that into Define() and also do the other type parameter
8724 checks there. Fixes #79094. Added gtest-292.cs.
8727 (ArrayCreation.EmitDynamicInitializers): Use `etype.IsValueType'
8728 since that doesn't include type parameters; don't use `Ldelema'
8729 for type parameters. Fixes #78980. Added gtest-293.cs.
8731 2006-10-08 Marek Safar <marek.safar@seznam.cz>
8734 * convert.cs (ExplicitReferenceConversion): Only enum to enum value
8735 conversion is allowed.
8737 2006-10-06 Marek Safar <marek.safar@seznam.cz>
8739 * ecore.cs (Expression.MemberLookup): Don't register any symbol for
8740 error reporting when no error occurs.
8742 2006-10-06 Marek Safar <marek.safar@seznam.cz>
8744 * cfold.cs (ConstantFold.BinaryFold): Report an error when the conversion
8747 2006-10-06 Raja R Harinath <rharinath@novell.com>
8750 * class.cs (DefineTypeBuilder): Check circular dependencies before
8751 setting the parent of the TypeBuilder.
8752 (CheckRecursiveDefinition): Don't use 'BaseType', since
8753 it may not be valid until after DefineTypeBuilder. Use
8754 'base_type' instead.
8756 2006-10-04 Martin Baulig <martin@ximian.com>
8758 Merged the Anonymous Methods patch.
8760 * anonymous.cs, iterators.cs: The new anonymous methods code.
8762 * statement.cs (Variable): New public abstract class.
8763 (LocalInfo.Variable): New public property.
8764 (LocalInfo.ResolveVariable): New public method.
8765 (Block.Flags): Add `IsIterator'.
8766 (Block.AddVariable): Improved the CS0136 check.
8767 (Block.AnonymousChildren): New public property.
8768 (Block.AddAnonymousChild): New public method.
8769 (ToplevelBlock): Update to use the new anonymous method framework.
8770 (ToplevelBlock.ctor): `container' is now a `Block' and not a
8771 `ToplevelBlock'; this is required to correctly implement the
8773 (Fixed, Using): Use `TemporaryVariable' instead of directly
8774 creating the `LocalBuilder'.
8776 * parameter.cs (Parameter.ResolveVariable): New public method.
8777 (Parameters.ResolveVariable): Likewise.
8779 * ecore.cs (TemporaryVariable): Use the new `Variable' framework.
8781 * class.cs (TypeContainer): Replaced the `iterators' list and
8782 corresponding methods with a list of `CompilerGeneratedClass'es.
8783 (TypeContainer.ResolveMembers): New public method.
8784 (Method): `IIteratorContainer' has been replaced by
8787 * expression.cs (VariableReference): New public abstract base
8788 class for `LocalVariableReference', `ParameterReference' and
8791 * codegen.cs (EmitContext): Removed `capture_context',
8792 `HaveCaptureInfo', `EmitScopeInitFromBlock()' and `Capture*()'.
8793 (EmitContext.EmitThis): Removed.
8795 * cs-parser.jay: Replace `iterator_container' with
8798 2006-10-04 Martin Baulig <martin@ximian.com>
8800 * generic.cs (GenericMethod): Don't make this abstract.
8801 (Constraints.Clone): Added dummy implementation.
8803 2006-10-04 Raja R Harinath <harinath@gmail.com>
8806 * namespace.cs (LookForAnyGenericType): Avoid nullref on
8807 'declspaces'. Avoid allocating arrays willy-nilly.
8810 * cfold.cs (BinaryFold): Move boolean Equality and Inequality
8811 cases out of the switch.
8813 2006-09-28 Marek Safar <marek.safar@seznam.cz>
8815 * namespace.cs (Namespace.Error_NamespaceDoesNotExist): Better error
8816 message when non-generic type is used with the type arguments.
8817 * expression.cs: Updated.
8819 2006-09-28 Raja R Harinath <rharinath@novell.com>
8822 * convert.cs (Convert.ImplicitStandardConversionExists): Avoid infloop.
8823 * expression.cs (EmptyExpression.Grab, EmptyExpression.Release):
8824 Change semantics slightly. Don't insist on having only one
8825 temporary EmptyExpression -- just throttle the creation of new ones.
8828 * ecore.cs (Expression.MemberLookup): Enable CS0229 errors for
8829 non-interfaces too. If no methods are found, don't try to create
8832 2006-09-28 Marek Safar <marek.safar@seznam.cz>
8834 * ecore.cs (ResolveAsTypeStep): Print better error when type can be
8837 * namespace.cs (Namespace.LookForAnyGenericType): New method to help
8838 us produce better error message.
8840 2006-09-27 Marek Safar <marek.safar@seznam.cz>
8842 * expression.cs (Binary.ResolveOperator): Warn about a side effect
8843 of the `|' operator.
8845 * report.cs: A new warning added.
8847 2006-09-27 Martin Baulig <martin@ximian.com>
8849 * generic.cs (GenericMethod): Don't make this abstract.
8851 2006-09-27 Martin Baulig <martin@ximian.com>
8854 (InternalErrorException): Added overloaded ctor taking a params array.
8856 2006-09-26 Marek Safar <marek.safar@seznam.cz>
8858 * class.cs, codegen.cs, const.cs, cs-tokenizer.cs, driver.cs, ecore.cs:
8859 Fixed the cases when same error was reported twice.
8861 * report.cs (SymbolRelatedToPreviousError): Simplified as all our messages
8862 now report symbol information.
8864 2006-09-25 Martin Baulig <martin@ximian.com>
8866 * class.cs: Completely unified with the gmcs version.
8868 2006-09-25 Martin Baulig <martin@ximian.com>
8870 * typemanager.cs (TypeManager.IsNullableType): New public function.
8871 (TypeManager.IsNullableTypeOf): Likewise.
8872 (TypeManager.IsNullableValueType): Likewise.
8874 * class.cs (MethodCore): Added the `GenericMethod' argument from
8875 gmcs and also unified all classes derived from `MethodCore' with gmcs.
8877 2006-09-24 Raja R Harinath <harinath@gmail.com>
8879 * convert.cs: Unify with gmcs version.
8881 2006-09-24 Marek Safar <marek.safar@seznam.cz>
8883 * decl.cs (DeclSpace.VerifyClsCompliance): When type has type parameters
8884 verify them as well.
8886 * report.cs: New warning.
8888 2006-09-24 Marek Safar <marek.safar@seznam.cz>
8890 * anonymous.cs (AnonymousMethod.Compatible): Cannot generate arguments
8891 for anonymous block with out argument.
8893 2006-09-24 Marek Safar <marek.safar@seznam.cz>
8895 * class.cs (ClassOrStruct.VerifyMembers): Fixed to report correctly
8896 not used private events only.
8898 2006-09-23 Marek Safar <marek.safar@seznam.cz>
8900 * cfold.cs (BinaryFold): On the guest to unify empty constant cast.
8902 * const.cs (Const.Define): Check for constant type.
8903 (Const.IsConstantTypeValid): Looks for valid constant types.
8905 * convert.cs (ImplicitReferenceConversion): NullCast to EmptyConstantCast.
8907 * ecore.cs (EmptyConstantCast): New common class for all constant based
8910 * expression.cs (Is.DoResolve): Handle null constant especially.
8911 (New.DoResolve): Check for new void().
8912 (MemberAccess.DoResolve): Cope with all kind of nulls.
8914 * literal.cs (NullConstant): Uses EmptyConstantCast.
8915 (NullDefault): Based on EmptyConstantCast.
8916 (NullLiteral): Uses EmptyConstantCast.
8918 * statement.cs (Block.ResolveMeta): Check for constant type.
8920 2006-09-22 Martin Baulig <martin@ximian.com>
8922 * delegate.cs, attribute.cs: Merged with the gmcs versions.
8924 2006-09-22 Raja R Harinath <rharinath@novell.com>
8926 * literal.cs (NullDefault): The type of default(IFoo) is 'IFoo',
8930 * typemanager.cs (Closure.Filter): Consider PrivateScope attributes.
8931 * decl.cs (DeclSpace.FindMemberToOverride): Likewise. Reorganize
8934 2006-09-22 Martin Baulig <martin@ximian.com>
8936 * ecore.cs: Merged with the gmcs version.
8938 * generic.cs (ConstructedType): New dummy class.
8939 (TypeArguments): Don't make this abstract.
8942 (TypeManager.IsGenericTypeDefinition): New method.
8943 (TypeManager.GetGenericFieldDefinition): Moved here from gmcs.
8945 2006-09-22 Raja R Harinath <rharinath@novell.com>
8947 * expression.cs (ComposedCast): Check for arrays of TypedReference
8948 before creating the type, not after.
8950 2006-09-21 Marek Safar <marek.safar@seznam.cz>
8952 * cfold.cs, const.cs, enum.cs, statement.cs: Updated
8953 after ToType change.
8955 * constant.cs (Constant.ImplicitConversionRequired): Designed to used
8956 when constant must be implicitly convertible.
8958 * convert.cs (ImplicitReferenceConversion): Reuse ToType.
8960 * ecore.cs (NullCast): Derives from NullConstant.
8962 * expression.cs (Is.DoResolve): Removed useless variables.
8963 (Conditional.DoResolve): Quick hack for `Foo () ? null : null'.
8964 (New.Constantify): Add enum support.
8965 (MemberAccess.DoResolve): Add warning when accessing null constant or
8968 * generic.cs (GenericConstraints.IsReferenceType): Another dummy
8971 * literal.cs (NullConstant): New abstract class with common
8972 functionality for all null specializations.
8973 (NullDefault): Represents default(X) when result can be
8975 (NullLiteral): Updated.
8977 * report.cs: Add new warning.
8979 2006-09-21 Martin Baulig <martin@ximian.com>
8981 * generic.cs (GenericTypeParameterBuilder): Removed this ugly hack.
8983 2006-09-21 Martin Baulig <martin@ximian.com>
8985 * generic.cs (GenericConstraints): New dummy class.
8986 (Constraints): Likewise.
8987 (TypeParameter): Likewise.
8988 (TypeParameterName): Likewise.
8989 (GenericMethod): Likewise.
8991 * typemanager.cs (TypeManager.GetGenericArguments): New method.
8993 * decl.cs: Merged with the gmcs version.
8995 2006-09-21 Raja R Harinath <rharinath@novell.com>
8997 * generic.cs (TypeParameter): Implement IMemberContainer.
8998 (GenericTypeParameterBuilder): New. An abominable repugnant hack.
9000 * rootcontext.cs: Unify with gmcs version.
9002 * report.cs: Unify with gmcs version.
9003 * typemanager.cs (AddTypeParameter, LookupTypeParameter): Move
9004 from gmcs/generics.cs.
9005 * generics.cs (TypeParameter): New dummy class.
9007 * support.cs: Unify with gmcs version.
9009 2006-09-20 Raja R Harinath <rharinath@novell.com>
9011 * ecore.cs (MethodGroupExpr.ResolveGeneric): New dummy method.
9012 * expression.cs (MemberAccess, BaseAccess): Remove GMCS_SOURCE #ifdef.
9014 * decl.cs (MemberName): Unify with gmcs, except for GetTypeExpression.
9015 * generic.cs (TypeArguments): New dummy class to help avoid #ifdefs.
9016 * mcs.exe.sources: Add generic.cs.
9018 * codegen.cs: Unify with gmcs version.
9020 * codegen.cs (IResolveContent.GenericDeclContainer): Copy from gmcs.
9021 (EmitContext): Add GenericDeclContainer implementation.
9022 * decl.cs (MemberCore, DeclSpace): Likewise.
9023 * namespace.cs: Remove #ifdef GMCS_SOURCE.
9025 * namespace.cs (GetTypeInAssembly): Remove #ifdef GMCS_SOURCE.
9026 MCS TypeManager has a corresponding dummy method.
9028 2006-09-19 Martin Baulig <martin@ximian.com>
9030 * expression.cs: Completely merged with the gmcs version.
9032 2006-09-19 Martin Baulig <martin@ximian.com>
9034 * expression.cs (Invocation): Merged with the gmcs version.
9035 (ArrayAccess.GetStoreOpcode): Likewise.
9037 2006-09-19 Martin Baulig <martin@ximian.com>
9040 (TypeManager.IsGenericMethod): Moved here from ../gmcs/generic.cs.
9041 (TypeManager.IsGenericMethodDefinition): Likewise.
9043 2006-09-19 Martin Baulig <martin@ximian.com>
9046 (TypeManager.IsEqual): Moved the gmcs implementation here.
9047 (TypeManager.DropGenericTypeArguments): Likewise.
9048 (TypeManager.DropGenericMethodArguments): Likewise.
9049 (TypeManager.GetTypeArguments): Moved here from gmcs.
9050 (TypeManager.HasGenericArguments): Likewise.
9052 2006-09-19 Martin Baulig <martin@ximian.com>
9054 * expression.cs (Binary): Merged with the gmcs version.
9056 2006-09-19 Martin Baulig <martin@ximian.com>
9058 * expression.cs (Probe, As, Is): Merged with the gmcs version.
9060 2006-09-19 Martin Baulig <martin@ximian.com>
9062 * typemanager.cs: Merged with the gmcs version.
9064 2006-09-16 Raja R Harinath <rharinath@novell.com>
9066 * AssemblyInfo.cs [GMCS_SOURCE]: Unify with gmcs source.
9067 * driver.cs: Likewise.
9069 2006-09-16 Marek Safar <marek.safar@seznam.cz>
9072 * class.cs (MethodCore.VerifyClsCompliance): Do check for abstract members
9073 only if parent type is class.
9074 * decl.cs (MemberCore.GetClsCompliantAttributeValue): Fixed missing cache
9077 2006-09-15 Marek Safar <marek.safar@seznam.cz>
9080 * expression.cs(MemberAccess.DoResolve): Don't crash when not allowed
9082 * typemanager.cs(CSharpName): Converts NullType to null.
9084 2006-09-15 Martin Baulig <martin@ximian.com>
9087 (TypeManager.GetMethodName): Added mcs implementation.
9088 (TypeManager.IsEqual): Likewise.
9091 (SimpleName.RemoveGenericArity): Added dummy implementation.
9093 * pending.cs: Merged with the gmcs version.
9095 2006-09-15 Martin Baulig <martin@ximian.com>
9097 * statement.cs: Merge with the gmcs version.
9099 2006-09-15 Martin Baulig <martin@ximian.com>
9101 * statement.cs (Switch): Merge with the gmcs implementation
9102 (without nullables), which is newer.
9104 2006-09-15 Martin Baulig <martin@ximian.com>
9106 * statement.cs (Block.Variables): Make this public.
9107 (ToplevelBlock.Parameters): Make this a property.
9108 (Throw.Resolve): Use `TypeManager.IsSubclassOf ()'.
9110 2006-09-15 Martin Baulig <martin@ximian.com>
9112 * namespace.cs: Merge with the gmcs version.
9114 2006-09-15 Martin Baulig <martin@ximian.com>
9116 * decl.cs (MemberName): Minor code cleanups.
9118 2006-09-15 Martin Baulig <martin@ximian.com>
9120 * parameter.cs: Merge with the gmcs version.
9122 2006-09-15 Martin Baulig <martin@ximian.com>
9124 * enum.cs: Merge with the gmcs version: 3005 is a warning in gmcs
9125 and an error in mcs.
9127 2006-09-15 Martin Baulig <martin@ximian.com>
9129 * flowanalysis.cs: Merged from GMCS; added the generics code into
9130 a `GMCS_SOURCE' conditional so we can share this file.
9132 2006-09-08 Martin Baulig <martin@ximian.com>
9134 * typemanager.cs (TypeManager.interlocked_type): New public field.
9135 (TypeManager.int_interlocked_compare-exchange): New public field.
9136 (TypeManager.InitEnumUnderlyingTypes): Also initialize the
9137 enumerator types here and call InitGenericCoreTypes().
9138 (TypeManager.InitCoreTypes): Call InitEnumeratorTypes() right
9139 after calling InitEnumUnderlyingTypes().
9142 (RootContext.ResolveCore): Added `System.Threading.Interlocked' to
9143 `classes_second_stage'.
9145 2006-09-14 Marek Safar <marek.safar@seznam.cz>
9147 * assign.cs, ecore.cs, expression.cs: Share error message text.
9148 * class.cs (FieldMember.Define): Check for varible of static type.
9149 * driver.cs (LoadAssembly): Uses error output for errors.
9150 * statement.cs: Updated.
9152 2006-09-08 Marek Safar <marek.safar@seznam.cz>
9154 * expression.cs (Error_OperatorCannotBeApplied): Report type instead of
9157 2006-09-07 Martin Baulig <martin@ximian.com>
9160 (MainDriver): Revert r62663 from Marek; see #70506 for details.
9162 2006-08-29 Miguel de Icaza <miguel@novell.com>
9164 * cs-parser.jay: Turn 1522 into a warning, instead of an error #79210
9166 2006-08-17 Miguel de Icaza <miguel@novell.com>
9168 * cs-tokenizer.cs: Apply patch from Atsushi Enomoto that fixes
9169 #52019 and #79064, the use of the \uXXXX sequence in source code
9170 to represent unicode characters.
9172 2006-08-15 Marek Safar <marek.safar@seznam.cz>
9174 * expression.cs (SizeOf.DoResolve): Check for void type. Fixed enum types
9176 * class.cs, ecore.cs, statement.cs: Merged to one error message.
9178 2006-08-13 Miguel de Icaza <miguel@novell.com>
9180 * assign.cs: Catch attempts to assign to a method groups in += and
9183 2006-08-13 Marek Safar <marek.safar@seznam.cz>
9186 * cs-parser.jay: Don't destroy current array type by typeof of array's.
9188 2006-08-12 Marek Safar <marek.safar@seznam.cz>
9190 * class.cs (Method.Define): Issue a warning when generic method looks like
9192 * decl.cs (MemberCore.GetSignatureForError): Print member type arguments
9195 2006-08-09 Marek Safar <marek.safar@seznam.cz>
9197 * anonymous.cs(AnonymousDelegate.Emit): Uses Constructor filter when
9199 * decl.cs (MemberCache.FindMembers): When container is interface we need to
9200 search all base interfaces as a member can be ambiguous.
9201 * delegate.cs (Delegate.FindMembers): Fixed to return valid data for
9202 Constructor member type filter.
9203 (Delegate.ResolveConstructorMethod) Uses Constructor filter.
9204 * ecore.cs: (Expression.MemberLookup): Implemented ambiguity error/warning
9205 reporting for returned memberinfos.
9206 * report.cs: Updated.
9207 * typemanager.cs (TypeManager.LookupBaseInterfacesCache): Uses TypeManager
9208 version to work on all runtimes.
9209 (TypeManager.RealMemberLookup): Removed members filtering.
9211 2006-08-08 Raja R Harinath <rharinath@novell.com>
9213 * ecore.cs (FieldExpr.EmitAssign): Release temporary.
9214 (PropertyExpr.EmitAssign): Likewise.
9215 * expression.cs (Indirection.EmitAssign): Likewise.
9216 (LocalVariableReference.EmitAssign): Likewise.
9217 (ParameterReference.EmitAssign): Likewise.
9218 (Invocation.EmitArguments): Likewise.
9219 (ArrayAccess.EmitAssign): Likewise.
9220 (IndexerAccess.EmitAssign): Likewise.
9221 (This.EmitAssign): Likewise.
9222 (ConditionalLogicalOperator.Emit): Likewise.
9225 * codegen.cs (EmitContext.GetTemporaryLocal): Simplify. Use Stack
9226 instead of ArrayList. If the hashtable has a LocalBuilder, don't
9227 leave it in after returning it.
9228 (EmitContext.FreeTemporaryLocal): Simplify. Update to changes.
9230 2006-08-06 Marek Safar <marek.safar@seznam.cz>
9232 * expresssion.cs (IndexerAccess.DoResolve): Fixed to report correct error
9235 2006-08-03 Raja R Harinath <rharinath@novell.com>
9237 Fix cs0146-3.cs and cs0146-4.cs.
9238 * class.cs (TypeManager.CheckRecursiveDefinition): Check that
9239 enclosing types don't depend on the current type.
9241 2006-08-02 Raja R Harinath <rharinath@novell.com>
9244 * class.cs (TypeContainer.DoDefineMembers): Use
9245 FindBaseMemberWithSameName on Parent, since we're interested in
9246 whether we hide inherited members or not.
9247 (FindBaseMemberWithSameName): Make slightly more robust.
9249 Fix the non-generic testcase from #77396
9250 * decl.cs (DeclSpace.DeclContainer): Remove override.
9252 * namespace.cs (NamespaceEntry.Doppelganger): Create slave
9253 declspaces for doppelgangers too.
9254 (UsingEntry): Implement IResolveContext.
9255 (UsingEntry.Resolve): Don't set ToplevelTypes.Namespace. Use
9256 'this' as the resolve context.
9257 (LocalAliasEntry): Likewise.
9259 Implement parts of #77403
9260 * roottypes.cs (RootDeclSpace): New. Used to represent the
9261 toplevel declaration space. Each namespace declaration introduces
9262 a "partial" root declaretion space.
9263 * namespace.cs (NamespaceEntry.SlaveDeclSpace): New.
9264 (NamespaceEntry.ctor): Create a SlaveDeclSpace if necessary.
9265 * cs-parser.jay (CSharpParser.ctor): Initialize 'current_class'
9266 from 'current_namespace.SlaveDeclSpace'.
9267 (namespace_declaration): Likewise.
9268 * class.cs (TypeContainer.ctor): Remove parent==ToplevelTypes
9269 check. It can't happen now.
9270 * decl.cs (DeclSpace.LookupType): Likewise.
9271 * driver.cs (MainDriver): Sanity check.
9273 2006-08-01 Raja R Harinath <rharinath@novell.com>
9275 * decl.cs (DeclSpace.FindNestedType): Remove.
9276 (DeclSpace.LookupNestedTypeINHierarchy): Use PartialContainer and
9277 LookupTypeContainer to get the container of the nested type.
9278 * class.cs (TypeContainer.FindNestedType): Make non-override.
9280 2006-07-31 Raja R Harinath <rharinath@novell.com>
9282 * decl.cs (DeclSpace.PartialContainer): Move field from ...
9283 * class.cs (TypeContainer.PartialContainer): ... here.
9284 (TypeContainer.AddBasesForPart): New helper.
9285 (MemberBase.ParentContainer): Remove. Use Parent.PartialContainer
9287 * cs-parser.jay (current_class): Convert to DeclSpace.
9288 (struct_declaration, interface_declaration, class_declaration):
9289 Use AddBasesForPart instead of .Bases directly.
9290 * const.cs, iterators.cs: Update to changes.
9292 2006-07-28 Raja R Harinath <rharinath@novell.com>
9294 * class.cs (TypeContainer.AddMemberType): Rename from
9296 (TypeContainer.AddMember): Rename from AddToMemberContainer.
9297 (AddTypeContainer): New. Combine AddClassOrStruct and
9299 (AddPartial): Update. Add 'is_partial' argument.
9300 * roottypes.cs: Update to changes.
9301 * cs-parser.jay (push_current_class): New helper for handling
9302 current_container and current_class.
9303 (struct_declaration, interface_declaration, class_declaration):
9306 2006-07-26 Raja R Harinath <rharinath@novell.com>
9308 * roottypes.cs: Rename from tree.cs.
9310 Rename RootContext.Tree.Types to RootContext.ToplevelTypes.
9311 * tree.cs (Tree, ITreeDump): Remove types.
9312 * rootcontext.cs (tree, Tree): Remove fields.
9313 (root, ToplevelTypes): New.
9314 * *.cs: Update to rename.
9316 * tree.cs (Tree.RecordDecl): Remove.
9317 (RootTypes.AddToTypeContainer): Record the toplevel type in its
9319 * class.cs, cs-parser.jay: Remove mention of RecordDecl.
9321 2006-07-23 Raja R Harinath <harinath@gmail.com>
9323 * codegen.cs (EmitContext.Flags): Move InCatch, InFinally,
9324 DoFlowAnalysis and OmitStructFlowAnalysis here.
9325 (ec.With): Rename from WithUnsafe and generalize.
9326 (ec.WithCheckState): Remove. All users can be handled by 'With'.
9327 (ec.WithFlowAnalyis): New.
9328 * ecore.cs, expression.cs, statement.cs: Update.
9330 2006-07-22 Raja R Harinath <harinath@gmail.com>
9332 * statement.cs (Block.ResolveMeta): Simplify slightly.
9334 * codegen.cs (EmitContext.Flags): New enum. Used to represent the
9335 multiple boolean fields. Convert InUnsafe, constant_check_state,
9336 check_state to flags.
9337 (CheckState, ConstantCheckState): Update.
9338 (InUnsafe): New read-only property.
9339 (FlagsHandle): Rename from CheckStateHandle and convert to handle
9341 (WithUnsafe): New helper similar to WithCheckState.
9342 * statement.cs (Block.ResolveMeta): Use WithUnsafe.
9343 (Unsafe.Resolve, Unsafe.DoEmit): Likewise.
9345 2006-07-21 Raja R Harinath <rharinath@novell.com>
9347 Make comparisons use the same IL irrespective of whether they're
9348 in a 'checked' or 'unchecked' context: one of the issues in #78899
9349 * codegen.cs (EmitContext.CheckState): Make read-only property.
9350 (EmitContext.ConstantCheckState): Likewise.
9351 (EmitContext.CheckStateHandle, EmitContext.WithCheckState): New
9352 helper that implement a save/restore stack for CheckState
9353 values. This is the only way to change check-state.
9354 * ecore.cs (Expression.ExpressionToArrayArgument): Use WithCheckState.
9355 * expression.cs (CheckedExpr.DoResolve, CheckedExpr.Emit): Likewise.
9356 (CheckedExpr.EmitBranchable): New forwarding method.
9357 (UnCheckedExpr): Likewise.
9358 * statement.cs (Block.ResolveMeta): Use WithCheckState.
9359 (Unchecked.Resolve, Unchecked.DoEmit): Likewise.
9360 (Checked.Resolve, checked.DoEmit): Likewise.
9362 2006-07-20 Miguel de Icaza <miguel@novell.com>
9364 * anonymous.cs: Cache the resolved anonymous delegate, and return
9365 this so that the ResolveTopBlock is only triggered once, not
9368 Currently we trigger ResolvetopBlock twice due to a first pass of
9369 argument check compatibility, and a second pass that does the
9372 2006-07-15 Marek Safar <marek.safar@seznam.cz>
9374 * annonymous.cs (AnonymousMethod.CreateScopeType): Fixed nested type
9376 * rootcontext.cs (Reset): Add helper_classes.
9378 2006-07-15 Marek Safar <marek.safar@seznam.cz>
9381 * statement.cs (Switch.SimpleSwitchEmit): Handle case null at any position
9384 2006-07-13 Miguel de Icaza <miguel@novell.com>
9386 * statement.cs (Lock): Handle expressions of type
9387 TypeManager.null_type specially. Fixes #78770
9389 2006-07-08 Marek Safar <marek.safar@seznam.cz>
9391 * expression.cs (Binary.ResolveOperator): Don't crash when null is assigned
9394 2006-07-08 Marek Safar <marek.safar@seznam.cz>
9396 * attribute.cs (AttributeTester.GetMethodObsoleteAttribute): Fixed to look
9397 for accessors as well.
9398 * ecore.cs (EventExpr): Add AccessorTable.
9400 2006-07-01 Marek Safar <marek.safar@seznam.cz>
9403 * attribute.cs, class.cs, ecore.cs : Add missing location of related symbol
9404 for CS0122 where appropriate.
9405 * typemanager.cs (IsNestedChildOf): Type can be null in the case of top
9407 (Filter): Assembly can be null in the case of top level attributes.
9409 2006-06-25 Marek Safar <marek.safar@seznam.cz>
9413 * ecore.cs (Expression.MemberLookupFailed): Don't crash when failed lookup
9414 is done at global level.
9416 2006-06-24 Marek Safar <marek.safar@seznam.cz>
9418 A fix for #77002, Implemented TypeForwarder support.
9420 * attribute.cs (Attribute.GetArgumentType): Reads type argument.
9421 * expression.cs (TypeOf.TypeArgument): Exposes typeof type.
9422 * typemanager.cs (): Add type_forwarder_attr_type.
9424 2006-06-24 Marek Safar <marek.safar@seznam.cz>
9426 * report.cs: Add CS0469 warning.
9428 2006-06-21 Martin Baulig <martin@ximian.com>
9430 * codegen.cs (CodeGen.Save): Moved the symbol file generation into
9431 the `try'-block, so we also report CS0016 etc. there.
9433 2006-06-21 Martin Baulig <martin@ximian.com>
9436 (Delegate.VerifyMethod): Allow `params' methods; fixes #78678.
9438 2006-06-21 Martin Baulig <martin@ximian.com>
9440 * expression.cs (Unary.ResolveOperator): In `Operator.AddressOf',
9441 also report CS1686 for parameters.
9443 2006-06-21 Martin Baulig <martin@ximian.com>
9445 * statement.cs (GotoCase.Resolve): Report a warning (CS0469)
9446 instead of an error if the value is not implicitly convertible to
9447 the switch types; fixes #77964.
9449 2006-06-21 Raja R Harinath <rharinath@novell.com>
9452 * class.cs (FieldBase.ResolveInitializer): Stop resolution if
9453 FieldBuilder is null.
9456 * expression.cs (Binary.CheckShiftArguments): Don't overwrite original
9457 'left' and 'right' before error-checking.
9459 2006-06-16 Juraj Skripsky <js@hotfeet.ch>
9461 * ecore.cs (SimpleName.Error_ObjectRefRequired): Do not truncate the name.
9463 (MemberExpr.EmitInstance): Use GetSignatureForError () to get full name.
9464 (FieldExpr.DoResolve): likewise.
9465 (PropertyExpr.InstanceResolve): likewise.
9466 (EventExpr.InstanceResolve): likewise.
9468 2006-06-04 Marek Safar <marek.safar@seznam.cz>
9470 * parameter.cs (Parameter.ApplyAttributeBuilder): More DefaultValue
9471 attribute applicable tests for attribute argument.
9473 2006-06-02 Raja R Harinath <rharinath@novell.com>
9476 * expression.cs (Binary.DoNumericPromotions): Remove and rewrite.
9477 (Binary.OverloadResolve_PredefinedIntegral): New.
9478 (Binary.OverloadResolve_PredefinedFloating): New.
9479 (Binary.OverloadResolve_PredefinedString): New.
9480 (Binary.ResolveOperator): Use those instead of DoNumericPromotions.
9481 Follow the standard more closely, and treat numeric promotions in
9482 terms of overload resolution.
9483 (Binary.CheckShiftArguments): Simplify.
9485 2006-06-01 Raja R Harinath <rharinath@novell.com>
9487 * flowanalysis.cs (MyBitVector): Simplify representation.
9488 (MyBitVector.Clone): Avoid allocating BitArray.
9489 (MyBitVector.operator&): Rename from MyBitVector.And and make symmetric.
9490 (MyBitVector.operator|): Likewise, with MyBitVector.Or.
9491 (*): Update. Change all references to MyBitVector.And and
9492 MyBitVector.Or to &= and |=.
9494 2006-05-29 Raja R Harinath <rharinath@novell.com>
9497 * cs-parser.jay (formal_parameter_list): Extend the pattern below
9498 to param arguments too.
9500 2006-05-26 Miguel de Icaza <miguel@novell.com>
9502 * cs-parser.jay: Catch another parsing form for arglist being
9503 followed by other arguments. Fixes #78313.
9505 2006-05-24 Raja R Harinath <rharinath@novell.com>
9507 * flowanalysis.cs (FlowBranchingToplevel.AddReturnOrigin): Move
9508 checking of out parameters to ...
9509 (FlowBranchingToplevel.Merge): ... here.
9510 (FlowBranchingException.AddBreakOrigin): If 'finally_vector' is
9511 set, propagate the origin upward, and only complain if there was
9513 (FlowBranchingException.AddContinueOrigin): Likewise.
9514 (FlowBranchingException.AddReturnOrigin): Likewise.
9515 (FlowBranchingException.AddGotoOrigin): Likewise.
9517 2006-05-23 Raja R Harinath <rharinath@novell.com>
9519 * flowanalysis.cs (UsageVector.MergeOrigins): If an origin is
9520 unreachable, skip it.
9521 (FlowBranchingException.Merge): Always propagate jumps, even if
9522 the finally block renders subsequent code unreachable.
9524 2006-05-18 Raja R Harinath <rharinath@novell.com>
9527 * statement.cs (Goto.Resolve): Move responsibility for resolving
9528 'goto' to FlowBranching.AddGotoOrigin.
9529 (Goto.SetResolvedTarget): New. Callback to set the
9530 LabeledStatement that's the target of the goto.
9531 (Goto.DoEmit): Use Leave instead of Br when crossing an
9532 unwind-protect boundary.
9533 * flowanalysis.cs (FlowBranching.AddGotoOrigin): Rename from
9534 LookupLabel and adjust to new semantics.
9535 (FlowBranchingToplevel.AddGotoOrigin): Likewise.
9536 (FlowBranchingBlock.AddGotoOrigin): Likewise. Use
9537 Goto.SetResolvedTarget to update target.
9538 (FlowBranchingLabeled.AddGotoOrigin): Likewise.
9539 (FlowBranchingException.AddGotoOrigin): Rewrite to be similar to
9540 AddBreakOrigin & co. Delay propagation until ...
9541 (FlowBranchingException.Merge): ... this.
9543 * statement.cs (Block.Resolve): Always depend on flow-branching to
9544 determine unreachability. Kill workaround that originally emitted
9545 only one statement after an "unreachable" label (see infloop in
9548 Fix #77869, #76148, #77755, #75255 and a host of other bugs.
9549 This is still "wrong", but anything better would probably need a
9550 multi-pass algorithm.
9551 * flowanalysis.cs (FlowBranchingLabeled): Salt away a copy of the
9552 usage vector. Force current usage vector to be reachable, to
9553 optimistically signify backward jumps.
9554 (FlowBranchingLabeled.LookupLabel): Note if a backward jump is
9556 (FlowBranchingLabeled.Merge): New. If no backward jump was
9557 detected, return the original salted-away usage vector instead,
9558 updated with appropriate changes. Print unreachable warning if
9560 * statement.cs (Block.Resolve): Don't print unreachable warning on
9561 a labeled statement.
9563 2006-05-17 Gert Driesen <drieseng@users.sourceforge.net>
9565 * driver.cs: Pass filename without path to AssemblyBuilder's
9566 AddResourceFile. Fixes bug #78407.
9568 2006-05-17 Raja R Harinath <rharinath@novell.com>
9570 * statement.cs (LabeledStatement.Resolve): Move merging of origins ...
9571 * flowanalysis.cs (FlowBranchingLabeled): ... here.
9572 (FlowBranching.MergeChild): Overwrite
9573 reachability information from Labeled branchings too.
9575 2006-05-16 Raja R Harinath <rharinath@novell.com>
9577 * statement.cs (Goto.Resolve): Merge jump origins here ...
9578 * flowanalysis.cs (FlowBranching.Label): ... rather than here.
9580 * flowanalysis.cs (FlowBranching.LookupLabel): Move CS0159 check ...
9581 (FlowBranchingToplevel.LookupLabel): ... here. Add CS1632 check.
9582 (FlowBranchingGoto.LookupLabel): New. Handle back jumps.
9583 (FlowBranchingBlock.LookupLabel): Call LabeledStatement.AddReference
9585 * statement.cs (Goto.Resolve): ... not here.
9586 (Goto.Emit): Remove CS1632 check.
9588 2006-05-14 Marek Safar <marek.safar@seznam.cz>
9590 * ecore.cs (Expression.ResolveAsTypeTerminal): Fixed type in the obsolete
9593 2006-05-11 Raja R Harinath <rharinath@novell.com>
9595 * flowanalysis.cs (UsageVector.MergeJumpOrigins): Kill.
9596 (FlowBranchingBlock.Label): Use UsageVector.MergeOrigins.
9597 (FlowBranchingException.Label): Likewise.
9599 * flowanalysis.cs (MyBitVector.SetAll): New. Sets all bits to the
9601 (MyBitVector.Or): Use it to avoid losing information (Count).
9602 (FlowBranching.MergeOrigins): Likewise.
9604 * flowanalysis.cs (UsageVector.IsDirty): Remove.
9605 (UsageVector.Parameters, UsageVector.ParameterVector): Likewise.
9606 (UsageVector.Locals, UsageVector.LocalVector): Likewise.
9607 (UsageVector.ToString): Simplify.
9608 (UsageVector.MergeSiblings): Move here from ...
9609 (FlowBranching.Merge): ... here.
9610 (FlowBranchingToplevel.CheckOutParameters): Take an UsageVector,
9613 2006-05-10 Raja R Harinath <rharinath@novell.com>
9615 * flowanalysis.cs (UsageVector.MergeOrigins): Simplify, now that a
9616 null bitvector is treated as all-true.
9618 * flowanalysis.cs (MyBitVector.And, MyBitVector.Or): Make lazier.
9619 (MyBitVector): Rationalize invariants. 'vector != null' implies
9620 that we have our own copy of the bitvector. Otherwise,
9621 'InheritsFrom == null' implies all inherited bits are true.
9623 2006-05-09 Marek Safar <marek.safar@seznam.cz>
9625 * statement.cs (LocalInfo): Add IsConstant.
9626 (LocalInfo.DeclareLocal): Moved from EmitMeta and changed to don't emit
9627 local variable for constants.
9629 2006-05-09 Raja R Harinath <rharinath@novell.com>
9631 * flowanalysis.cs (MyBitVector.Empty): New.
9632 (MyBitVector): Don't allow InheritedFrom to be null.
9633 (MyBitVector.And, MyBitVector.Or): Treat 'null' as all-ones.
9634 (UsageVector, FlowBranching): Update to changes.
9636 * flowanalysis.cs (FlowBranching.InTryWithCatch): Don't terminate
9637 recursion. The 'Parent == null' condition isn't sufficient for
9639 (FlowBranching.AddBreakOrigin): Likewise.
9640 (FlowBranching.AddContinueOrigin): Likewise.
9641 (FlowBranching.AddReturnOrigin): Likewise.
9642 (FlowBranching.StealFinallyClauses): Likewise.
9643 (FlowBranching.MergeTopBlock): Move to FlowBranchingToplevel.
9644 (FlowBranching.CheckOutParameters): Likewise.
9645 (FlowBranchingToplevel): Terminate all the above recursions here.
9646 (FlowBranchingToplevel.End): Rename from MergeTopBlock.
9647 * codegen.cs (EmitContext.ResolveTopBlock): Update to changes.
9649 * flowanalysis.cs (BranchingType.Toplevel): New. Represents a
9651 (FlowBranchingToplevel): New. Empty for now.
9652 (FlowBranching.MergeTopBlock): Update.
9653 * codegen.cs (EmitContext.ResolveTopBlock): Create a Toplevel
9654 branching for the anonymous delegate.
9655 (EmitContext.StartFlowBranching): Add ToplevelBlock variant.
9657 * flowanalysis.cs (UsageVector.MergeOrigins): Reorganize.
9658 (UsageVector.MergeJumpOrigins): Don't ignore current reachability
9659 information at the start of the merge. Reorganize.
9661 2006-05-07 Marek Safar <marek.safar@seznam.cz>
9663 * class.cs (MethodData.Define): Method cannot implement interface accessor.
9665 2006-05-07 Marek Safar <marek.safar@seznam.cz>
9667 * expression.cs (QualifiedAliasMember.ResolveAsTypeStep): Pass location
9668 to newly introduced ctor.
9670 * namespace.cs (Namespace.Error_NamespaceDoesNotExist): Moved an error
9671 message to one place.
9672 (GlobalRootNamespace.Error_NamespaceDoesNotExist): Custom message for
9675 2006-05-07 Marek Safar <marek.safar@seznam.cz>
9677 * const.cs (Const.Error_ExpressionMustBeConstant): Better error message.
9679 * ecore.cs (Expression.ResolveAsConstant): Updated.
9681 * statement.cs (ResolveMeta): Updated.
9683 2006-05-06 Marek Safar <marek.safar@seznam.cz>
9685 * cs-parser.jay: __arglist cannot be used in initializer.
9687 2006-05-06 Marek Safar <marek.safar@seznam.cz>
9690 * namespace.cs (LocalAliasEntry.DoResolve): Don't allow to access nested
9693 2006-05-05 Raja R Harinath <rharinath@novell.com>
9695 * statement.cs (EmptyStatement.ResolveUnreachable): Override.
9696 (LabeledStatement): Add 'name' parameter.
9697 (LabeledStatement.Name, LabeledStatement.JumpOrigins): New.
9698 (Block.AddLabel): Update to changes.
9699 * cs-parser.jay (labeled_statement): Likewise.
9701 * flowanalysis.cs (BranchingType.Labeled): New.
9702 (UsageVector.MergeOrigins): Remove unused 'branching' argument.
9703 (FlowBranchingLabeled): New. Does nothing for now, but will
9704 eventually handle 'goto' flows.
9705 * codegen.cs (StartFlowBranching): Add new LabeledStatement variant.
9706 * statement.cs (LabeledStatement.Resolve): Create a FlowBranching
9707 that's terminated ...
9708 (Block.Resolve): ... here.
9710 * flowanalysis.cs (UsageVector.MergeFinally): Remove.
9711 (UsageVector.MergeFinallyOrigins): Likewise.
9712 (FlowBranching.InTryOrCatch): Likewise.
9713 (FlowBranching.AddFinallyVector): Likewise.
9714 (FlowBranchingException): Update to changes.
9717 * statement.cs (Return.Resolve): Move error checking to ...
9718 * flowbranching.cs (FlowBranching.AddReturnOrigin): ... this.
9719 (FlowBranchingException): Handle return origins like break and
9721 (FlowBranching.UsageVector.CheckOutParameters): Remove.
9723 2006-05-04 Marek Safar <marek.safar@seznam.cz>
9726 * class.cs (TypeContainer.FindMembers): Includes event method in the methods
9729 2006-05-04 Marek Safar <marek.safar@seznam.cz>
9732 * class.cs (MethodData.Define): Do public accessor check only when method
9733 implements an interface.
9735 2006-05-04 Raja R Harinath <rharinath@novell.com>
9737 Remove special handling of 'break'
9738 * flowanalysis.cs (Reachability): Remove all mention of 'breaks'.
9739 (Reachability.Meet): Simplify. Remove 'do_breaks' argument.
9740 (UsageVector.Break): Remove.
9741 (FlowBranching.Merge): Use 'Reachable.IsUnreachable' to determine
9743 (FlowBranchingBreakable.Merge): Don't ResetBreaks.
9745 * statement.cs (Break.Resolve): Call UsageVector.Goto (), not
9746 UsageVector.Breaks (). Don't set NeedsReturnLabel.
9748 2006-05-03 Marek Safar <marek.safar@seznam.cz>
9751 * pending.cs (PendingImplementation.BaseImplements): A found member cannot
9752 be the interface member.
9754 2006-05-03 Marek Safar <marek.safar@seznam.cz>
9757 * constant.cs (LongConstant.EmitLong): Fixed to catch also negative values
9758 for emitting small (int) values.
9760 2006-05-03 Raja R Harinath <rharinath@novell.com>
9763 * flowanalysis.cs (FlowBranchingException.Merge): Ensure
9764 control-flow passes through the 'finally' after merging-in all the
9765 control-flows from 'try' and the 'catch' clauses.
9767 * flowanalysis.cs (FlowBranching.IsLoop): Remove.
9768 (FlowBranching.IsTryOrCatch): Remove 'is_return' parameter. It's
9769 always true at the only non-recursive entry point.
9770 (FlowBranching.CreateBranching) [BranchingType.Loop]: Return a
9771 FlowBranchingBreakable.
9772 (FlowBranchingLoop): Remove.
9773 * statement.cs (Return.DoResolve): Update to changes.
9776 * flowanalysis.cs (FlowBranching.BranchingType.Embedded): New.
9777 (FlowBranching.CreateBranching): Handle it: create a
9778 FlowBranchingContinuable.
9779 (FlowBranching.BreakCrossesExceptionBoundary): Remove.
9780 (FlowBranching.AddContinueOrigin): Similar to AddBreakOrigin,
9781 except that it handles the 'continue' command.
9782 (FlowBranching.UsageVector.MergeOrigins): Rename from
9784 (FlowBranchingContinuable): Similar to FlowBranchingBreakable,
9785 except that it overrides AddContinueOrigin.
9786 (FlowBranchingException): Override AddContinueOrigin, similar to
9788 * statement.cs (While.Resolve, Foreach.ArrayForeach.Resolve):
9789 Create a new branching around the embedded statement.
9790 (Do.Resolve, For.Resolve): Likewise. Do reachability analysis for
9791 control flow after the embedded statement.
9792 (Continue.Resolve): Move all error checking to AddContinueOrigin.
9794 * flowanalysis.cs (FlowBranching.IsSwitch): Remove.
9795 (FlowBranching.CreateBranching) [BranchingType.Switch]: Create a
9796 FlowBranchingBreakable.
9797 (FlowBranchingSwitch): Remove.
9800 * statement.cs (Break.Resolve): Simplify. Move responsibility for
9801 error reporting to ...
9802 * flowanalysis.cs (FlowBranching.AddBreakOrigin) ... this.
9803 Rename from 'AddBreakVector'. Add new location argument. Return
9804 a bool indicating whether the 'break' crosses an unwind-protect.
9805 (FlowBranchingException.AddBreakOrigin): Add.
9806 (FlowBranchingException.Merge): Propagate 'break's to surrounding
9807 flowbranching after updating with the effects of the 'finally'
9809 (FlowBranchingBreakable): New common base class for
9810 FlowBranchingLoop and FlowBranchingSwitch.
9812 * statement.cs (Foreach.ArrayForeach.Resolve): Set barrier after
9814 (Foreach.CollectionForeach.Resolve): Remove extraneous flowbranching.
9816 2006-05-02 Raja R Harinath <rharinath@novell.com>
9818 * statement.cs (Do.Resolve): If the loop is infinite, set the
9820 (While.Resolve, For.Resolve): Set a barrier after the embedded
9821 statement. There's no direct control flow that goes from the end
9822 of the embedded statement to the end of the loop.
9823 * flowanalysis.cs (FlowBranching.Infinite): Remove.
9824 (FlowBranchingLoop.Merge): Don't look at 'Infinite'. The changes
9825 above ensure that the reachability is correctly computed.
9827 * flowanalysis.cs (Reachability.ResetBarrier): Remove.
9828 (UsageVector.MergeBreakOrigins): If the current path is
9829 unreachable, treat it as if all parameters/locals are initialized.
9830 (FlowBranchingLoop.Merge): Don't clear any barriers. Handle
9831 infinite loops before merging-in break origins.
9833 * flowanalysis.cs (Reachability.Meet): Simplify code handling 'returns'.
9834 (Reachability.Reachable): Split part into ...
9835 (Reachability.Unreachable): ... this. Simplify.
9836 (Reachability.IsUnreachable): Use 'Unreachable' instead.
9838 * flowanalysis.cs (Reachability.SetReturnsSometimes): Remove.
9839 (Reachability.SetThrowsSometimes): Likewise.
9840 (FlowBranchingBlock.MergeTopBlock): Don't compare against
9841 TriState.Always, use corresponding property.
9842 * statement.cs (Lock.Resolve, Try.Resolve, Using.Resolve): Likewise.
9843 (Block.Resolve): Likewise. Remove some redundant checks.
9845 2006-05-02 Raja R Harinath <harinath@gmail.com>
9847 * flowanalysis.cs (UsageVector.Throw): Set barrier too.
9848 (Reachability.Meet): Don't bother checking AlwaysThrows --
9849 barrier is always set.
9850 (FlowBranchingBlock.Merge): Likewise.
9852 2006-05-01 Raja R Harinath <harinath@gmail.com>
9854 * codegen.cs (EmitContext.ResolveTopBlock): Remove redundant
9855 checks for unreachable.
9857 2006-05-01 Marek Safar <marek.safar@seznam.cz>
9860 * flowanalysis.cs (UsageVector.IsAssigned): Add flag to ignore short path.
9862 * statement.cs (Block.UsageWarning): Uses newly introduced flag to detect
9863 whether field is really assigned.
9865 2006-04-30 Raja R Harinath <harinath@gmail.com>
9867 * flowanalysis.cs (Reachability): Make 4-argument constructor
9869 (Reachability.Meet): Rename from 'And'. Remove static variant.
9870 (Reachability.Always): Rename from the highly misleading
9871 'Reachability.Never'.
9872 (FlowBranching.Merge): Update to changes. Mark an impossible
9873 situation with a 'throw'.
9874 (*): Update to changes.
9876 2006-04-29 Raja R Harinath <harinath@gmail.com>
9878 * flowanalysis.cs (TriState): Rename from FlowBranching.FlowReturns.
9880 (FlowBranching.TriState_Meet): Rename from AndFlowReturns. Simplify.
9881 (FlowBranching.TriState_Max): Rename from OrFlowReturns. Simplify.
9882 (*): Update to changes.
9883 * statement.cs: Update to changes.
9885 2006-04-28 Marek Safar <marek.safar@seznam.cz>
9888 *class.cs (Method.FindOutBaseMethod): Base method cannot be property method.
9890 2006-04-28 Raja R Harinath <harinath@gmail.com>
9892 * flowanalysis.cs (FlowBranching.MergeTopBlock): Don't create a
9895 * flowanalysis.cs (UsageVector.MergeChild): Change FlowBranching
9896 argument to two arguments: an usage-vector and a bool. Move call
9897 to FlowBranching.Merge () ...
9898 (FlowBranching.MergeChild, FlowBranching.MergeTopBlock): ... here.
9900 * flowanalysis.cs (UsageVector.MergeChild): Move special-case
9901 handling of loop and switch reachability to ...
9902 (FlowBranchingLoop.Merge, FlowBranchingSwitch.Merge): ... these.
9904 2006-04-27 Raja R Harinath <harinath@gmail.com>
9906 * flowanalysis.cs (FlowBranching.InLoop): Move special-case
9907 handling to FlowBranchingLoop.InLoop.
9908 (FlowBranching.InSwitch): Likewise, to FlowBranchingSwitch.
9910 2006-04-26 Marek Safar <marek.safar@seznam.cz>
9913 * anonymous.cs (AnonymousMethod.DoResolve): Moved the check whether
9914 anonymous method is allowed from AnonymousContainer here.
9916 * attribute.cs, codegen.cs (EmitContext): Add IsAnonymousMethodAllowed.
9918 2006-04-24 Raja R Harinath <rharinath@novell.com>
9921 * flowanalysis.cs (MyBitVector.Or): Add null check on argument.
9923 2006-04-23 Marek Safar <marek.safar@seznam.cz>
9926 * constant.cs (FloatConstant.Reduce): Add range checking for checked context.
9927 (DoubleConstant.Reduce): Ditto.
9929 2006-04-23 Raja R Harinath <rharinath@novell.com>
9931 * expression.cs (LocalVariableReference.DoResolveBase): Simplify.
9932 Remove 'lvalue_right_side' argument. Move parts to ...
9933 (LocalVariableReference.ResolveLocalInfo, LocalVariable.DoResolve)
9934 (LocalVariable.DoResolveLValue): ... these.
9936 2006-04-21 Raja R Harinath <rharinath@novell.com>
9939 * codegen.cs (EmitContext.InRefOutArgumentResolving): Remove.
9940 * expression.cs (EmptyExpression.LValueMemberOutAccess): New.
9941 (LocalVariableReference.DoResolveBase): Use it to implement new
9943 (IndexerAccess.DoResolveLValue): Handle LValueMemberOutAccess.
9944 (Argument.Resolve): Simplify. Move CS1510 check ...
9945 * ecore.cs (Expression.ResolveLValue): ... here.
9946 (UnboxCast.DoResolveLValue): Handle LValueMemberOutAccess.
9947 (PropertyExpr.DoResolveLValue): Likewise.
9948 (FieldExpr.Report_AssignToReadonly): Likewise.
9949 (FieldExpr.DoResolve): Add 'out_access' argument. Use
9950 LValueMemberAccess or LValueMemberOutAccess on instance depending
9952 (FieldExpr.DoResolveLValue): Pass 'out_access' argument to
9953 DoResolve as appropriate.
9955 2006-04-20 Raja R Harinath <rharinath@novell.com>
9958 * expression.cs (Invocation.VerifyArgumentsCompat): Don't try
9959 implicit conversions on 'out' and 'ref' arguments.
9961 * expression.cs (Invocation.VerifyArgumentsCompat): Reorganize to
9962 improve clarity. Remove dead code.
9965 * statement.cs (Block.UsageWarning): Allow VariableInfo to be null.
9966 (Catch.Resolve): Resolve VarBlock if it exists.
9968 2006-04-19 Miguel de Icaza <miguel@novell.com>
9970 * statement.cs (Foreach.EmitFinally): Do not emit the enumerator
9971 twice, this was some residual code, the enumerator was emitted
9972 properly in the two branche of if later.
9974 2006-04-19 Raja R Harinath <rharinath@novell.com>
9976 * expression.cs (Cast.ResolveLValue): Remove. The result of a
9977 cast is never an lvalue.
9978 (Cast.DoResolve, Cast.ResolveRest): Combine.
9979 (Argument.Emit): Simplify slightly. Move 'Expr is
9980 IMemoryLocation' check ...
9981 (Argument.Resolve): ... here.
9982 (Argument.Error_LValueRequired): Remove. Inline into only user.
9984 Simplifications. Fix cs0191-2.cs
9985 * ecore.cs (FieldExpr.DoResolve): Move handling of CS0192, CS0198,
9986 CS1649 and CS1651 to ...
9987 (FieldExpr.Report_AssignToReadonly): ... this. Simplify by moving
9988 the actual selection of the error code and message to a lookup
9989 table. Add a dummy return value to simplify callsites.
9990 (FieldExpr.ResolveLValue): Don't allow a constructor to write to
9991 readonly fields of other instances of the same type. Move CS0197
9993 * expression.cs (Argument.Resolve): ... here. Simplify code.
9994 Ensure that ec.InRefOutArgumentResolving is only set during LValue
9995 resolution of an out or ref argument. The code simplification
9996 above uses this invariant.
9998 2006-04-18 Raja R Harinath <rharinath@novell.com>
10000 Possibly fix #77752. Fix cs1690-[4-7].cs.
10001 * ecore.cs (Expression.CheckMarshalByRefAccess): Renamed from
10002 CheckMarshallByRefAccess. Drop parameter.
10003 (FieldExpr.CheckMarshalByRefAccess): Update. Change CS1690 to a
10005 (FieldExpr.DoResolve): Call CheckMarshalByRefAccess on
10006 InstanceExpression.
10007 * report.cs (AllWarnings): Add CS1690.
10008 * expression.cs (Argument.Resolve): Use EmptyExpression.OutAccess
10009 for ref access too.
10010 (LocalVariableReference.DoResolveBase): Update.
10012 2006-04-09 Marek Safar <marek.safar@seznam.cz>
10014 * class.cs (MethodOrOperator): Moved common parts from method class.
10015 detect obsolete attributes.
10016 (Method.Define): Simplified as it reuses code from base.
10017 (Constructor.ValidAttributeTargets): Fixed issue found during
10019 (Destructor.ValidAttributeTargets): Fixed issue found during
10021 (Operator): Finished refactoring set off by #78020. Operator class is now
10022 ordinary method class.
10024 * anonymous.cs: Updated.
10026 * decl.cs (DeclSpace): Add IsGeneric
10028 2006-04-09 Marek Safar <marek.safar@seznam.cz>
10030 * class.cs (Constructor.Emit): Don't emit the attributes twice.
10032 2006-04-09 Marek Safar <marek.safar@seznam.cz>
10034 * class.cs (Operator.Emit): Extracted code from MethodData to correctly
10035 detect obsolete attributes.
10036 (Method.CreateEmitContext): Moved to MethodOrOperator.
10038 2006-04-09 Marek Safar <marek.safar@seznam.cz>
10041 * class.cs (TypeContainer.MemberCoreArrayList.DefineContainerMembers): Throw
10042 customized exception to make crash detection easier.
10043 (MethodOrOperator): Started to work on new base class for methods and
10045 (Method): Derives from MethodOrOperator.
10046 (Constructor.Emit): Emits its own attributes.
10047 (AbstractPropertyEventMethod.Emit): Ditto.
10048 (Operator): Derives from MethodOrOperator, will refactor fully in extra
10050 (Operator.Emit): It's temporary more tricky than should be.
10052 * doc.cs (GetMethodDocCommentName): Updated after operator changes.
10054 * report.cs (InternalErrorException): Add ctor with inner exception.
10056 2006-04-08 Marek Safar <marek.safar@seznam.cz>
10059 * ecore.cs (SimpleName.ResolveAsTypeStep): Report better error when type is
10062 2006-04-07 Marek Safar <marek.safar@seznam.cz>
10065 * expression.cs (ArrayCreation.GetAttributableValue): Creates correctly typed
10068 2006-04-06 Marek Safar <marek.safar@seznam.cz>
10070 * class.cs (Class.ApplyAttributeBuilder): Report an error when ComImport
10071 attribute is present and Guid not.
10072 (Interface.ApplyAttributeBuilder): Ditto.
10074 * attribute.cs: Add error message.
10076 2006-04-06 Marek Safar <marek.safar@seznam.cz>
10080 * attribute.cs (Attribute.AttachTo): The attribute can have multiple
10081 sources (it's composite) so hold them in extra array as they are used in
10082 Emit phase only. It worked in the previous versions by mistake.
10083 (Attribute.Emit): Emit attribute for more owners when exist.
10085 * codegen.cs, class.cs: Updated to don't re-attach attribute twice as now
10086 it has now different behaviour.
10088 2006-04-04 Marek Safar <marek.safar@seznam.cz>
10090 * constant.cs (Constant.IsDefaultInitializer): New method.
10092 * class.cs: Updated.
10094 * expression.cs (ArrayCreation.CheckIndices): Add an optimization to don't
10095 re-initialize default values. It saves KBs almost for every assembly.
10096 Thanks Zoltan for the idea.
10097 (ArrayCreation.ResolveInitializers): Renamed from ValidateInitializers.
10098 (ArrayCreation.DoResolve): Resolve only once.
10099 (ArrayCreation.Emit): Emit static initializer only when it is faster.
10100 (ArrayCreation.GetAttributableValue): Cope with optimized values.
10102 2006-04-03 Zoltan Varga <vargaz@gmail.com>
10104 * report.cs (Warning, Error): Add 0-, 1-, and 2- argument specializations.
10107 2006-04-01 Marek Safar <marek.safar@seznam.cz>
10109 * assign.cs (Assign.DoResolve): Assignment to same variable can occur
10110 in an embedded statement too.
10112 2006-04-01 Raja R Harinath <rharinath@novell.com>
10115 * statement.cs (Switch.EmitObjectInteger) [ulong]: Remove bad cast.
10117 2006-04-01 Marek Safar <marek.safar@seznam.cz>
10121 * class.cs (TypeContainer.AddPartial): Don't report an error when modifier
10124 * modifiers.cs: Add DEFAULT_ACCESS_MODIFER.
10126 2006-03-31 Marek Safar <marek.safar@seznam.cz>
10128 * assign.cs (LocalTemporary): Don't require ILGenerator in the resolve
10131 * anonymous.cs, assign.cs, ecore.cs, expression.cs: Updated after
10132 LocalTemporary change.
10134 * class.cs (ClassOrStruct.DefineDefaultConstructor): Moved from
10136 (ClassOrStruct.DefineFieldInitializers): Implemented static field
10137 initializers optimization.
10138 (ClassOrStruct.TypeAttr): Moved from modifiers.
10139 (Constructor.CheckBase): Don't crash when static ctor has parameters.
10140 (FieldBase.ResolveInitializer): Resolves initializer.
10141 (FieldBase.HasDefaultInitializer): New property.
10143 * cs-parser.jay: Removed message.
10145 * expression.cs (CompilerGeneratedThis): New specialization.
10147 * modifiers.cs (TypeAttr): Moved to ClassOrStruct.TypeAttr
10149 2006-03-28 Marek Safar <marek.safar@seznam.cz>
10151 * cs-parser.jay, cs-tokenizer.cs: On demand Stack allocation.
10153 2006-03-27 Marek Safar <marek.safar@seznam.cz>
10155 * ecore.cs (Expression.ResolveAsConstant): Clean up, enum constants should
10156 be now EnumConstants only.
10158 2006-03-27 Marek Safar <marek.safar@seznam.cz>
10160 * attribute.cs, driver.cs: Reset more caches.
10162 2006-03-26 Marek Safar <marek.safar@seznam.cz>
10164 * cs-tokenizer.cs (adjust_real): Uses float.Parse for float literals.
10166 2006-03-26 Marek Safar <marek.safar@seznam.cz>
10168 * constant.cs (Constant.Reduce): Replaced EmitContext with single bool
10169 for easier reuse. Updated all overrides.
10170 (IntegralConstant): New base class for all integral constants.
10171 (IntegralConstant.Error_ValueCannotBeConverted): When assigned value if out
10172 of the constant range, report custom error.
10173 (UIntConstant.Reduce): Fixed uint conversion.
10175 * ecore.cs, literal.cs: Reduce updates.
10177 2006-03-26 Marek Safar <marek.safar@seznam.cz>
10181 * class.cs (Constructor.Define): Removed extra if for default ctors.
10182 A patch from Atsushi Enomoto.
10184 2006-03-26 Marek Safar <marek.safar@seznam.cz>
10186 * attribute.cs (Attribute.ResolveConstructor): Conversion was moved to
10187 GetAttributableValue.
10189 * constant.cs (Constant.GetAttributableValue): Does implicit conversion
10192 * convert.cs (ImplicitConversionRequired): Error message moved to
10195 * ecore.cs (Expression.GetAttributableValue): Add type parameter for
10196 automatic implicit conversion of an output value.
10197 (EnumConstant.GetAttributableValue): Don't reduce the enum constants.
10199 * expression.cs (ArrayCreation.GetAttributableValue): Add element type
10201 (TypeOf.GetAttributableValue): Add extra handling for object type.
10203 * literal.cs (DoubleLiteral.Error_ValueCannotBeConverted): Doubles can have
10204 special error message.
10206 2006-03-25 Marek Safar <marek.safar@seznam.cz>
10208 * class.cs (Constructor.Emit): Don't crash when struct ctor is
10210 (Constructor.ApplyAttributeBuilder): Transform MethodImplAttribute to be
10211 compatible with MS runtime.
10213 2006-03-23 Marek Safar <marek.safar@seznam.cz>
10215 * attribute.cs (Attribute.ResolveConstructor): Check for an invalid
10216 attribute arguments here.
10218 * class.cs (Indexer.Define): The check was moved to attribute class.
10220 2006-03-22 Marek Safar <marek.safar@seznam.cz>
10222 * assign.cs, class.cs, codegen.cs, convert.cs, decl.cs, ecore.cs,
10223 expression.cs, typemanager.cs: Minor changes from gmcs to make merging
10226 2006-03-22 Raja R Harinath <rharinath@novell.com>
10228 Support ParameterDefaultValueAttribute in gmcs. Also applied to
10229 mcs to keep code differences small.
10230 * attribute.cs (Attribute.GetParameterDefaultValue): New.
10231 * typemanager.cs (parameter_default_value_attribute_type): New.
10232 * parameter.cs (Parameter.ApplyAttributeBuilder): Use them. Add
10235 2006-03-21 Marek Safar <marek.safar@seznam.cz>
10237 * expression.cs (StringConcat.Append): Reverted back to no warning state.
10239 2006-03-21 Marek Safar <marek.safar@seznam.cz>
10241 * const.cs (Error_ConstantCanBeInitializedWithNullOnly): Share a message.
10243 * statement.cs (Block.ResolveMeta): Look for wrong object constants in
10246 2006-03-21 Atsushi Enomoto <atsushi@ximian.com>
10248 * doc-bootstrap.cs : fix build.
10250 2006-03-20 Marek Safar <marek.safar@seznam.cz>
10252 * expression.cs (StringConcat.Append): Issue a warning when empty string
10253 is going to append.
10255 2006-03-20 Marek Safar <marek.safar@seznam.cz>
10257 * assign.cs (CompoundAssign.ResolveSource): Removed.
10259 * attribute.cs (ResolvePossibleAttributeType): Updated after MemberAccess
10262 * class.cs (TypeContainer.FindMethods): Removed.
10263 (TypeContainer.CheckMemberUsage): Made static.
10265 * codegen.cs (GetAssemblyName): Uses Length for empty string test.
10267 * constant.cs (CheckRange): Removed unused type argument.
10268 (CheckUnsigned): Removed unused type argument.
10270 * cs-parser.jay: Updated after MemberAccess clean up.
10271 Uses Length for empty string test.
10273 * cs-tokenizer.cs: Uses Length for empty string test.
10274 (IsCastToken): Made static.
10275 (is_hex): Made static.
10276 (real_type_suffix): Made static.
10278 * decl.cs (SetupCache): Made static.
10279 (OnGenerateDocComment): Removed unused ds argument.
10281 * delegate.cs (VerifyDelegate): Removed unused argument.
10283 * doc.cs: Uses Length for empty string test.
10285 * driver.cs: Uses Length for empty string test.
10287 * enum.cs (IsValidEnumType): Made static
10289 * expression.cs (EnumLiftUp): Removed unused argument.
10290 (ResolveMethodGroup): Ditto.
10291 (BetterConversion): Ditto.
10292 (GetVarargsTypes): Ditto.
10293 (UpdateIndices): Ditto.
10294 (ValidateInitializers): Ditto.
10295 (MemberAccess.ctor): Ditto.
10296 (GetIndexersForType): Ditto.
10298 * flowanalysis.cs: (MergeFinally): Removed unused argument.
10300 * iterators.cs: Updated after MemberAccess clean up.
10302 * location.cs: Uses Length for empty string test.
10304 * namespace.cs: Uses Length for empty string test.
10306 * report.cs (CheckWarningCode): Made static.
10308 * statement.cs (LabeledStatement): Removed unused argument.
10310 * typemanager.cs (FilterNone): Removed.
10312 2006-03-18 Marek Safar <marek.safar@seznam.cz>
10314 * codegen.cs (EmitContext.TestObsoleteMethodUsage): Removed as it become
10317 * class.cs: Updated.
10319 2006-03-18 Marek Safar <marek.safar@seznam.cz>
10321 * cs-parser.jay.cs: __arglist is not allowed for delegates.
10323 2006-03-18 Marek Safar <marek.safar@seznam.cz>
10327 * expression.cs (VerifyArgumentsCompat): Reverted to double error
10328 reporting, it's more tricky than I thought.
10330 2006-03-18 Marek Safar <marek.safar@seznam.cz>
10334 * anonymous.cs.cs (AnonymousMethod): Add host to allow access to
10336 (AnonymousMethod.ImplicitStandardConversionExists): New method.
10337 (AnonymousMethod.Compatible): Moved parameter resolving to DoResolve.
10338 Add more error reporting; Fixed issue with params.
10340 * convert.cs (ImplicitStandardConversionExists): Returned conversion check.
10342 * cs-parser.jay: AnonymousMethod requires host container.
10344 * delegate.cs (NewDelegate.DoResolve): Updated after Compatible changes.
10346 2006-03-18 Raja R Harinath <harinath@gmail.com>
10348 * class.cs: Change 'TypeContainer ds' constructor argument to
10349 'DeclSpace parent'. Some classes were missed below due to
10350 different naming convention.
10352 * class.cs (MemberCore.Parent): Delete. This makes the
10353 ParentContainer changes below enforceable by the compiler.
10355 Treat pointers to enclosing declaration space as 'DeclSpace', not
10357 * class.cs, const.cs, delegate.cs, enum.cs, iterator.cs: Change
10358 'TypeContainer parent' constructor argument to 'DeclSpace parent'.
10360 * statement.cs (LocalInfo..ctor): Use DeclSpace argument instead
10362 (Block.AddThisVariable): Likewise.
10363 * class.cs (MethodData.Define, MethodData.Emit): Likewise.
10364 (AbstractPropertyEventMethod.Emit): Likewise.
10365 (AbstractPropertyEventMethod.EmitMethod): Likewise.
10366 (GetMethod.Define, SetMethod.Define): Likewise.
10367 (PropertyMethod.Define, DelegateMethod.Define): Likewise.
10368 (DelegateMethod.EmitMethod): Likewise.
10370 Fix regression test-partial-13.cs.
10371 Rationalize use of PartialContainer. Ensure that the partial
10372 class semantics can be tied to type-correctness, i.e., any
10373 violation will cause a compile error.
10374 * class.cs, const.cs: Access all fields that belong to class
10375 TypeContainer via ParentContainer. Arguments of EmitContexts and
10376 Resolve()-like functions still use 'Parent'.
10378 * class.cs (SourceMethod): Use DeclSpace, not TypeContainer.
10379 (*.CreateEmitContext): Change TypeContainer argument to DeclSpace.
10380 (PropertyMethod.CheckModifiers): Remove unused argument.
10381 * codegen.cs (EmitContext..ctor): Change TypeContainer argument to
10384 2006-03-17 Raja R Harinath <harinath@gmail.com>
10386 Make semantics of PartialContainer simpler.
10387 * decl.cs (DeclSpace.IsPartial): Remove.
10388 * class.cs (TypeContainer.IsPartial): Likewise.
10389 (TypeContainer..ctor): Set PartialContainer to point to self.
10390 (TypeContainer.GetClsCompliantAttributeValue): Don't use IsPartial.
10391 (TypeContainer.FindNestedType): Likewise.
10392 (MemberCore.ParentContainer): Simplify. Remove deprecation.
10394 2006-03-17 Marek Safar <marek.safar@seznam.cz>
10396 * typemanager.cs.cs (GetInterfaces): Don't recreate 0-sized arrays.
10398 2006-03-15 Marek Safar <marek.safar@seznam.cz>
10400 * class.cs (FieldMember.Emit): ParentContainer is real parent for partial
10403 2006-03-15 Marek Safar <marek.safar@seznam.cz>
10405 * class.cs (Operator.Define): An error for base conversion was not
10406 reported correctly.
10408 2006-03-14 Atsushi Enomoto <atsushi@ximian.com>
10410 * iterator.cs : yield break is allowed in try statement which has
10411 catch clauses. Fixed bug #77767.
10413 2006-03-13 Marek Safar <marek.safar@seznam.cz>
10415 A fix for #77593, #77574.
10417 * class.cs (MethodCore.CheckBase): Another if for operator.
10419 2006-03-09 Marek Safar <marek.safar@seznam.cz>
10421 * anonymous.cs (AnonymousMethod.Compatible): Don't crash when parameters
10424 * delegate.cs (Delegate.GetInvokeMethod): Use emitcontext free MemberLookup.
10425 (DelegateCreation.ImplicitStandardConversionExists): New method for just
10428 *ecore.cs (Expression.MemberLookup): Don't ask for emitcontext when it's
10431 * assign.cs, constant.cs, convert.cs, delegate.cs, expression.cs:
10432 Updated after another emitcontext usage was clean up. It should help us to
10433 synchronize with gmcs easier.
10435 2006-03-04 Marek Safar <marek.safar@seznam.cz>
10439 * class.cs (SetMethod.DefineParameters): Uses new parameters type ctor.
10440 (Event.Define): ditto
10441 (SetIndexerMethod.DefineParameters): Uses Parameters.MergeGenerated.
10443 * delegate.cs (Delegate.Define): Uses Parameters.MergeGenerated.
10444 Removed redundant code and set NewSlot for Invoke method too.
10446 * parameter.cs (Parameters.ctor): Add custom, type ctor.
10447 (Parameters.MergeGenerated): New method. Use this method when you merge
10448 compiler generated argument with user arguments.
10450 2006-03-03 Marek Safar <marek.safar@seznam.cz>
10452 * attribute.cs (ResolveAsTypeTerminal): Removed.
10454 * ecore.cs (Expression.ResolveAsTypeTerminal): Make virtual to allow
10455 specialization for predefined types; 30% speed up.
10456 Finally placed obsolete check to right place.
10457 (Expression.ResolveType): Removed.
10459 * enum.cs, expression.cs, parameter.cs, statement.cs, typemanager.cs:
10460 Updated after ResolveType was removed.
10462 * expression.cs (Cast.ctor): Check void cast.
10463 (Binary.ResolveAsTypeTerminal): Is never type.
10464 (Conditional.ResolveAsTypeTerminal): Is never type.
10466 * rootcontext.cs (ResolveCore): Set base type to simplify some code later.
10468 2006-03-01 Raja R Harinath <rharinath@novell.com>
10471 * expression.cs (ParameterReference.DoResolveBase): Change return
10473 (ParameterReference.DoResolve, ParameterReference.DoResolveLValue):
10477 * ecore.cs (PropertyExpr.InstanceResolve): Fix CS1540 check.
10480 * typemanager.cs (GetFullNameSignature): Don't nullref on
10481 protected accessors.
10483 2006-02-27 Marek Safar <marek.safar@seznam.cz>
10485 * attribute.cs (Attribute.PosArguments, Attribute.NamedArguments): Use
10486 these two separated members to simplify the code.
10487 (Attribute.Resolve): Refactored to use new fields and methods.
10488 (Attribute.ResolveConstructor): Extracted from ResolveArguments and
10489 implemented obsolete attribute checking.
10490 (Attribute.ResolveNamedArguments): Extracted from ResolveArguments and
10491 implemented obsolete checking again. It look line never ending quest ;-)
10492 (GlobalAttribute.ResolveConstructor): Need to override as the rest.
10494 * cfold.cs (BinaryFold): TryReduce throws an exception to indicate error.
10496 * constanct.cs (TryReduce): Throws OverflowException to indicate error.
10498 *class.cs (Property.Define): Add RegisterProperty call.
10500 * cs-parser.jay: Replaced ArrayList with fixed array for attribute
10501 argument groups (only 2).
10503 * ecore.cs (Expression.GetAttributableValue): New virtual method used for
10504 encoding expression to arguments.
10505 (Expression.ExprClassToResolveFlags): Just turned to property.
10507 * expression.cs (ArrayCreation.ValidateInitializers): Slightly optimized.
10508 (ArrayCreation.GetAttributableValue): Renamed from EncodeAsAttribute and
10509 optimized as well as implemented support for zero-length attributes.
10511 * typemanager.cs (TypeManager.RegisterProperty, TypeManager.GetProperty):
10512 Add caching of PropertyInfo's.
10514 2006-02-25 Marek Safar <marek.safar@seznam.cz>
10516 * delegate.cs (DelegateCreation.ResolveMethodGroupExpr): Don't report
10517 error multiple times.
10519 2006-02-25 Marek Safar <marek.safar@seznam.cz>
10521 New partial class implementation.
10522 A fix for #77027, #77029, #77403
10524 * attribute.cs (Attributable): Made attributes protected.
10526 * class.cs (TypeContainer): Add PartialContainer and partial_parts as
10527 the replacements of ClassPart and PartialContainer.
10528 (TypeContainer.AddClassOrStruct): Call RecordDecl here.
10529 (TypeContainer.AddInterface): Ditto.
10530 (TypeContainer.AddPartial): The main method for partial classes. It checks
10531 for errors and merges ModFlags and attributes. At the end class is added to
10532 partial_parts list.
10533 (TYpeContainer.DefineDefaultConstructor): Checks whether default ctor is
10535 (TypeContainer.GetClsCompliantAttributeValue): Cope with partial class too.
10536 (TypeContainer.GetNormalPartialBases): Resolves base classes and interfaces
10537 from the rest of partial classes.
10538 (TypeContainer.GetClassBases): Simplified.
10539 (TypeContainer.DefineTypeBuilder): New method, mostly extracted from
10541 (TypeContainer.DefineDefaultConstructor): Is used by derived classes.
10542 (TypeContainer.HasExplicitLayout): Uses Flags now.
10543 (PartialContainer): Removed.
10544 (ClassOrStruct.AddToContainer): Moved enclosing member name check here.
10545 (StaticClass): Was merged with Class.
10546 (Class.GetClassBases): class and static class bases are verified here.
10547 (Class.TypeAttr): Added static attributes when class is static.
10548 (Struct.RegisterFieldForInitialization): Moved from TypeContainer.
10549 (MemberBase): In some cases we need to call parent container for partial
10550 class. It should be eliminated but it's not easy now.
10552 * cs-parser.jay: Replaced all PartialContainer with AddPartial.
10554 * decls.cs (MemberCore.DocComment): Introduced new property as is used by
10555 partial classed to accumulate class comments.
10556 (MemberCore.GetClsCompliantAttributeValue): Moved from TypeContainer.
10558 * doc.cs (GenerateTypeDocComment): Partial classes clean up.
10560 * driver.cs (MainDriver): Tree.GetDecl was removed.
10562 * modifiers.cs (Modifiers): Add partial modifier.
10564 * tree.cs (Tree.decl): Removed.
10565 (RootTypes): Started to use this class more often for root types
10568 2006-02-22 Marek Safar <marek.safar@seznam.cz>
10572 * attribute.cs (AttributeTester.GetCoClassAttribute): Don't crash when
10573 external interface does not have an attribute.
10575 2006-02-22 Marek Safar <marek.safar@seznam.cz>
10577 Another prerequisites for new partial classs implementation.
10579 * attribute.cs (Attribute.Equal): Implemented.
10580 (Attribute.Emit): Changed as attributes can be applied more than twice.
10581 (Attributes.Emit): Check for duplicate attributes here.
10583 * class.cs, decl.cs, delegate.cs, doc.cs, enum.cs: Don't pass DeclSpace
10584 as a parameter, clean-up.
10586 2006-02-11 Marek Safar <marek.safar@seznam.cz>
10590 * class.cs (TypeContainer.DefineType): Cannot use ResolveType because it
10591 contains obsolete attribute check which can in some cases look for base
10592 type of current class which is not initialized yet.
10593 (TypeContainer.BaseType): Replacement of ptype.
10595 * decl.cs (MemberCore.CheckObsoleteType): Reuse existing code.
10597 2006-02-11 Marek Safar <marek.safar@seznam.cz>
10599 First of prerequisites for new partial classs implemention.
10601 * attribute.cs (Attributable): Extended by ResolveContext;
10602 Attributes finally have correct context for resolving in all cases.
10603 (AttachTo): Attribute owner is assigned here.
10605 * codegen.cs (IResolveContext): Introduce new interface to hold
10606 all information needed in resolving phase.
10607 (EmitContext): Implements IResolveContext; more clean-up needed here.
10609 * decl.cs (MemberCore): Implemented IResolveContext.
10611 * anonymous.cs, attribute.cs, class.cs, codegen.cs, const.cs,
10612 decl.cs, ecore.cs, enum.cs, expression.cs, iterators.cs, namespace.cs,
10613 parameter.cs, statement.cs, tree.cs, typemanager.cs:
10614 Refactored to use new IResolveContext instead of EmitContext; cleanup
10616 2006-02-06 Miguel de Icaza <miguel@novell.com>
10618 * codegen.cs (EmitScopeInitFromBlock): check here the
10619 capture_context, there is no need to make two calls to the
10622 * anonymous.cs: Add some debugging messages that might help me
10623 track other instances of this problem in the future (the
10624 regression of test 467).
10626 * cs-parser.jay: track the variable block, as we need to initalize
10627 any captured variables declared in this block for the "catch"
10628 portion of the "Try" statement.
10630 * statement.cs (Try.Emit): If the "Catch" has a VarBlock, emit any
10631 scope initialization for captured variables.
10633 Also, move the emit for the variables after the block location has
10636 2006-02-06 Marek Safar <marek.safar@seznam.cz>
10638 * ecore.cs (PropertyExpr.FindAccessors): Just made flags const.
10640 2006-02-02 Miguel de Icaza <miguel@novell.com>
10642 * anonymous.cs (CaptureContext.EmitInitScope): I was wrong in the
10643 commit yesterday, the initialization for the roots is necessary.
10644 What is not necessary is the scope activation.
10646 2006-02-02 Raja R Harinath <rharinath@novell.com>
10648 * ecore.cs (PropertyExpr.DoResolveLValue): Add CS0206 check.
10649 * expression.cs (IndexerAccess.DoResolveLValue): Add CS1612 and
10651 (Argument.Resolve): Remove CS0206 checks.
10653 2006-02-01 Miguel de Icaza <miguel@novell.com>
10655 * anonymous.cs (CaptureContext.EmitInitScope): Do not emit the
10656 scopes for all the roots, the scopes will now be emitted when the
10657 Blocks are entered. [This change was wrong, fixed on 2006-02-02]
10659 (CaptureContext.EmitScopeInitFromBlock): Simply emit the ScopeInfo
10660 code. This reduces a lot of existing cruft.
10662 * statement.cs (Block.Emit): Call EmitScopeInitFromBlock here, so
10663 that the ScopeInfo is generated as we enter the scope, not at the
10664 time of use, which is what we used to do before.
10666 * codegen.cs (EmitScopeInitFromBlock): New routine, this is called
10667 every time a Block is about to be emitted if we have a
10670 2006-02-01 Raja R Harinath <rharinath@novell.com>
10672 * typemanager.cs (NoTypes, NoTypeExprs): Remove.
10674 * *.cs: Use Type.EmptyTypes instead of TypeManager.NoTypes.
10676 * typemanager.cs (cons_param_array_attribute): Make private.
10677 (Reset): Set it to null.
10678 (InitCoreHelpers): Don't initialize it.
10679 (ConsParamArrayAttribute): New. Initialize it as needed.
10680 * parameter.cs (ParamsParameter.ApplyAttribute): Update to change.
10682 2006-01-31 Miguel de Icaza <miguel@novell.com>
10684 * expression.cs: There might be errors reported during the
10685 selection of applicable methods. If there are errors, do not
10686 continue execution as it will lead the compiler to crash.
10688 2006-01-30 Miguel de Icaza <miguel@novell.com>
10690 * expression.cs: Member access is not allowed on anonymous
10691 methods. Fixes #77402.
10693 2006-01-30 Raja R Harinath <rharinath@novell.com>
10696 * cs-parser.jay (VariableDeclaration): Don't set
10697 current_array_type to null.
10698 (field_declaration, event_declaration, declaration_statement):
10699 Set it to null here.
10701 2006-01-28 Raja R Harinath <harinath@gmail.com>
10703 * typemanager.cs (GenericParameterPosition): New.
10706 2006-01-28 Atsushi Enomoto <atsushi@ximian.com>
10708 * doc.cs : To process "include" elements, first we should create
10709 another list than XmlNodeList, because it could result in node
10710 removal, which could result in that the XmlNodeList gives up
10711 yielding next node.
10713 (Also made code identical to gmcs again.)
10715 2006-01-25 Miguel de Icaza <miguel@novell.com>
10717 * ecore.cs: Introduce an error report that we were not catching
10718 before, if not silent, we must report the error. Gonzalo ran into
10721 2006-01-23 Miguel de Icaza <miguel@novell.com>
10723 A fix for bug: #76957
10725 * iterators.cs (MoveNextMethod.CreateMethodHost): call
10726 ComputeMethodHost before creating the method, this is a new
10729 * anonymous.cs (AnonymousContainer): Now we track all the scopes
10730 that this method references (RegisterScope). The actual scope
10731 where the method is hosted is computed with the ComputeMethodHost
10732 before we create the method.
10734 Moved the Deepest routine here.
10736 (AnonymousContainer.ComputeMethodHost): New routine used to
10737 compute the proper ScopeInfo that will host the anonymous method.
10739 (ScopeInfo): Deal with multiple roots. The problem was that we
10740 did not have a unique root where all ScopeInfos could be hanged
10741 from. Remove `topmost' ScopeInfo, and instead keep an arraylist
10744 Remove AdjustMethodScope which is now computed at the end. Remove
10745 LinkScope which did a partial link, instead link all ScopeInfos
10746 before code generation from the new "LinkScopes" routine.
10748 Simplify all the Add* routines as they no longer need to maintain
10749 the tree, they just need to record that they are using variables
10752 (IsAncestor, GetAncestorScopes, GetParentScope, LinkScope): New
10753 routines to produce the forest of ScopeInfo trees.
10755 * class.cs (TypeContainer.AppendMethod): This is just like
10756 AddMethod, but ensures that an interface implementation method
10757 (IEnumerable.XXX) is not inserted at the beginning of the queue of
10758 methods, but at the end.
10760 We use this functionality to ensure that the generated MoveNext
10761 method in the iterator class is resolved/emitted before the
10762 enumerator methods created.
10764 This is required because the MoveNext method computes the right
10765 ScopeInfo for the method. And the other methods will eventually
10766 need to resolve and fetch information computed from the anonymous
10769 2006-01-21 Raja R Harinath <harinath@gmail.com>
10770 Carlos Alberto Cortez <calberto.cortez@gmail.com>
10772 Fix rest of #76995.
10773 * namespace.cs (NamespaceEntry.UsingExternalAliases): Don't add to
10774 the 'aliases' hash.
10775 (NamespaceEntry.LookupAlias): Lookup 'extern_aliases' hash too.
10776 (NamespaceEntry.VerifyUsing): Resolve external aliases too.
10778 2006-01-18 Raja R Harinath <rharinath@novell.com>
10780 Fix #76656, cs0231-2.cs.
10781 * cs-parser.jay (formal_parameter_list): Make error case catch
10783 (parenthesized_expression_0): Add CS1026 check.
10784 (invocation_expression): Remove unused { $$ = lexer.Location }.
10786 2006-01-17 Raja R Harinath <rharinath@novell.com>
10789 * cs-parser.jay (statement_expression): Don't list out the
10790 individual statement-expressions. Convert syntax error into
10793 2006-01-16 Raja R Harinath <rharinath@novell.com>
10796 * ecore.cs (MemberAccess.CheckIntermediateModification): Remove.
10797 (UnboxCast.DoResolveLValue): New. Move CS0445 check from
10798 CheckIntermediateModification.
10799 (FieldExpr.DoResolve): Add new two-argument version that
10800 allows us to resolve the InstanceExpression as an lvalue.
10801 The one-argument variant is now just a wrapper.
10802 (FieldExpr.DoResolveLValue): Use two-argument DoResolve.
10803 Resolve the lhs as an lvalue if the it has a value type.
10804 (FieldExpr.AssignToReadonly): Move CS1648 and CS1650 checks
10805 from Assign.DoResolve.
10806 (PropertyExpr.InstanceResolve): Allow InstanceExpression to be
10807 resolved as an lvalue.
10808 (PropertyExpr.DoResolve): Update.
10809 (PropertyExpr.DoResolveLValue): Resolve the lhs as an lvalue if it
10810 has a value type. Move CS1612 check here from
10811 CheckIntermediateModification.
10812 * assign.cs (Assign.DoResolve): Remove CS1648 and CS1650 checks.
10813 * expression.cs (EmptyExpression.OutAccess): New. Used as the
10814 'right_side' of a ResolveLValue on an 'out' argument.
10815 (EmptyExpression.LValueMemberAccess): New. Used as the
10816 'right_side' of a propagated ResolveLValue on a value type.
10817 (LocalVariableReference.DoResolveBase): Recognize
10818 EmptyExpression.OutAccess and EmptyExpression.LValueMemberAccess.
10820 (Argument.Resolve): Use EmptyExpression.OutAccess rather than
10821 EmptyExpression.Null.
10823 2006-01-16 Atsushi Enomoto <atsushi@ximian.com>
10825 * typemanager.cs : added IsGenericParameter(). In mcs it always
10827 * doc.cs : for generic parameters, use GenericParameterPosition,
10830 2006-01-12 Ben Maurer <bmaurer@andrew.cmu.edu>
10832 * expression.cs: Fix Console.WriteLine ((this = x).foo);
10834 2006-01-12 Miguel de Icaza <miguel@novell.com>
10836 This fixes the problem where we used ldfld instead of ldflda to
10837 load the "THIS" pointer on captured parameters, when THIS is a
10838 value type. See bug #77205.
10840 * iterators.cs (CapturedThisReference.Emit): Pass false to
10841 EmitThis (we do not need the address).
10843 * codegen.cs (EmitThis): it needs to know whether we need the
10844 address of `this' or not. This is used by value types.
10846 * expression.cs (This.AddressOf): Pass true to the EmitThis call,
10847 every other call passes false.
10849 2006-01-12 Raja R Harinath <rharinath@novell.com>
10852 * typemanager.cs (TryGetBaseDefinition): Rename from the mis-named
10854 * expression.cs (Invocation.OverloadResolve): Update.
10855 (Invocation.DoResolve): Avoid double resolution of invocation.
10857 2006-01-11 Raja R Harinath <rharinath@novell.com>
10860 * expression.cs (Unary.Emit): When in /checked+ mode, don't emit
10861 unary negation of floating point types as 0-expr; negation cannot
10862 overflow in floating point types.
10865 * expression.cs (MemberAccess.DoResolve): Disallow the use of '.'
10866 on operands of 'void' type.
10869 * cfold.cs (BinaryFold): Implement folding of BinaryOr, BinaryAnd
10870 and ExclusiveOr for boolean constants too.
10872 2006-01-09 Raja R Harinath <rharinath@novell.com>
10875 * expression.cs (Invocation.OverloadResolve): Replace reflected
10876 override methods with their base virtual methods, rather than
10877 skipping over them.
10878 * typemanager.cs (TypeManager.GetOverride): New.
10880 2006-01-05 Jb Evain <jbevain@gmail.com>
10882 * class.cs (Property.Define, Indexer.Define): do not tag the
10883 properties as SpecialName | RTSpecialName.
10885 2006-01-04 Miguel de Icaza <miguel@novell.com>
10887 * class.cs (MethodCore.IsDuplicateImplementation): This method was
10888 doing a low-level comparission of parameter types. It was lacking
10889 a check for __argslist.
10891 2005-12-30 Miguel de Icaza <miguel@novell.com>
10893 * expression.cs (ParameterReference.DoResolveBase): Allow
10894 reference parameters if they are local to this block.
10896 This allows the ref and out parameters of a delegate to be used in
10897 an anonymous method, for example:
10899 delegate void set (out int x);
10901 set s = delegate (out int x){
10905 This is used by functionality introduced late in the C# language.
10907 * anonymous.cs (AnonymousMethod.Compatible): Allow anonymous
10908 method that take ref and out parameters.
10910 Fixes #77119 which was a late change in the spec.
10912 2005-12-23 Miguel de Icaza <miguel@novell.com>
10914 * anonymous.cs (ScopeInfo.LinkScope): Do not link the scope to its
10915 parent if its the same scope. Fixes #77060.
10917 2005-12-21 Miguel de Icaza <miguel@novell.com>
10919 * driver.cs: Report the case of no source files and no -out:
10922 2005-12-20 Raja R Harinath <rharinath@novell.com>
10925 * expression.cs (ComposedCast.GetSignatureForError): Define.
10927 2005-12-18 Carlos Alberto Cortez <calberto.cortez@gmail.com>
10931 * namespace.cs (NamespaceEntry): Add extern_aliases as a
10932 ListDictionary, to contain the ExternAliasEntry entries (in
10933 addition to the NamespaceEntry.aliases hashtable). This field is
10934 shared between the original entry and its doppelganger (bodyless
10936 (NamespaceEntry.UsingExternalAlias): Add the extern alias entry to
10937 extern_aliases field.
10938 (NamespaceEntry.Lookup): Move the IsImplicit check after the
10939 lookup in extern_aliases.
10941 2005-12-16 Raja R Harinath <rharinath@novell.com>
10944 * class.cs (TypeContainer.Mark_HasEquals): New.
10945 (TypeContainer.Mark_HasGetHashCode): New.
10946 (ClassPart): Override them.
10947 (MethodCore.CheckBase): Use them instead of referring to Parent.Methods.
10950 * enum.cs (EnumMember.EnumMember): Pass the parent_enum as the
10951 'parent' argument to the base constructor.
10953 Remove all mention of TypeContainer from decl.cs.
10954 * decl.cs (MemberCore.Parent): Change into a DeclSpace.
10955 (MemberCore.MemberCore): Change type of 'parent' argument to DeclSpace.
10956 (DeclSpace.DeclSpace): Likewise.
10957 (DeclSpace.DefineMembers): Remove unused argument.
10958 * cs-parser.jay (pop_current_class): Update to changes. Simplify
10959 debugging check -- we don't care if the debug code throws an
10960 InvalidCastException instead of an InternalErrorException.
10961 * class.cs (TypeContainer.DefineMembers): Update to changes.
10962 (TypeContainer.DoDefineMembers): Likewise.
10963 (TypeContainer.GetMethods): Likewise.
10964 (PropertyMember.Define): Likewise.
10965 (MemberBase.Parent): New property that forwards to
10966 MemberCore.Parent, but ensures that we get a TypeContainer.
10967 * rootcontext.cs (RootContext.PopulateCoreType): Update to changes.
10968 (RootContext.PopulateTypes): Likewise. Remove special case code
10969 for !RootContext.StdLib: DefineMembers is idempotent.
10971 2005-12-14 Miguel de Icaza <miguel@novell.com>
10973 * convert.cs (ExplicitConversionCore): Check the return value from
10974 ExplicitConversionCore which can return null on failure. Fixes #76914
10976 2005-12-13 Marek Safar <marek.safar@seznam.cz>
10978 * class.cs (Method.ApplyAttributeBuilder): Test out modifier properly.
10980 2005-12-11 Atsushi Enomoto <atsushi@ximian.com>
10982 * doc.cs : The search for referenced namespace was insufficient to
10983 get global one as it used to do. Fixed bug #76965.
10985 2005-12-10 Atsushi Enomoto <atsushi@ximian.com>
10987 * doc.cs : check name in cref in the last phase that whether it is
10990 2005-12-09 Atsushi Enomoto <atsushi@ximian.com>
10992 * cs-tokenizer.cs : reverted the latest change: it somehow broke
10995 2005-12-09 Atsushi Enomoto <atsushi@ximian.com>
10997 * doc.cs : so it turned out that we cannot skip override check for
10998 interface members. Fixed bug #76954.
11000 2005-12-09 Atsushi Enomoto <atsushi@ximian.com>
11002 * cs-tokenizer.cs : fixed bug #75984:
11003 - #warning and #error should not be handled when the source line
11005 - #line is not checked strictly when the source line is disabled.
11006 - #define and #undef is on the other hand checked strictly at any
11009 2005-12-08 Atsushi Enomoto <atsushi@ximian.com>
11011 * cs-tokenizer.cs : missing Location (actually, filename) in one of
11014 2005-12-05 Marek Safar <marek.safar@seznam.cz>
11016 * attribute.cs (GlobalAttribute.ctor): Pass NamespaceEntry only.
11018 * class.cs (EmitFieldInitializers): Simplified and fixed to work with
11019 event initializers.
11020 (FieldBase.EmitInitializer): Moved from TypeContainer and simplified.
11021 (FieldBase.Initializer): Initializer is now optional.
11022 (EventField.Define): Only event field can have initializer.
11024 * codegen.cs (EmitContext): DeclSpace is not readonly (small hack).
11026 * const.cs (Const): Reuse initializer.
11028 * cs-parser.jay: Updated after FieldBase changes.
11029 Added current_array_type to simplify array initializers.
11031 * ecore.cs (NullCast.IsDefaultValue): Implemented.
11033 * expression.cs, iterators.cs: Updated.
11035 * namespace.cs (NamespaceEntry): Made UsingFound private.
11037 2005-12-05 Marek Safar <marek.safar@seznam.cz>
11039 * parameterCollection.cs: Obsolete, removed.
11040 * parser.cs: Obsolete, removed.
11042 2005-12-05 Marek Safar <marek.safar@seznam.cz>
11045 * class.cs (Constructor.Emit): Set obsolete checking for whole context.
11047 * enum.cs (Enum.Define): Set obsolete context here.
11049 2005-12-05 Atsushi Enomoto <atsushi@ximian.com>
11052 - FindDocumentedMember() now expects 1) paramList as null
11053 when "we don't have to check the number of parameters" and
11054 2) Type.EmptyTypes when "there is no arguments".
11055 - Introduced FoundMember struct to hold the exact type which was
11056 used to find the documented member (the above change broke
11057 test-xml-044; it might be better just to use DeclaringType than
11058 what MS does, like this change does, but it depends on usage.)
11060 2005-12-05 Atsushi Enomoto <atsushi@ximian.com>
11062 * doc.cs : documented member might be from DeclaringType for nested
11063 types. Fixed bug #76782.
11065 2005-12-03 Ben Maurer <bmaurer@ximian.com>
11067 * anonymous.cs: Have the param code handle leaving copies on the
11068 stack etc. Allows anonymous params to take part in the assignment
11069 code (++, +=, etc). Fixes bug #76550
11071 * expression.cs: Handle the prepare_for_load/leave_copy by passing
11072 it down to the anon code.
11074 * iterators.cs: Use dummy var here
11076 * codegen.cs: Handle new vars
11078 2005-12-01 Marek Safar <marek.safar@seznam.cz>
11081 * class.cs (MethodData.Define): Set proper Obsolete context.
11083 * ecore.cs (FieldExpr.ResolveMemberAccess): Don't check [Obsolete] in
11085 (FieldExpr.DoResolve): Ditto.
11087 2005-12-01 Marek Safar <marek.safar@seznam.cz>
11090 * class.cs (MethodCore.DoDefineParameters): Test [Obsolete] only when
11091 parent is not obsolete.
11093 2005-12-01 Atsushi Enomoto <atsushi@ximian.com>
11095 * doc.cs : (FindDocumentedMember) find parameterless members first
11096 and get CS0419 in the early stage. Fixed first case of bug #76727.
11098 2005-11-30 Marek Safar <marek.safar@seznam.cz>
11101 * ecore.cs (Expression.ResolveAsConstant): Report constant error only when
11102 no error was reported.
11104 *expression.cs (Binary.DoResolve): left can be null.
11106 2005-11-22 Marek Safar <marek.safar@seznam.cz>
11109 * class.cs (MethodData.Emit): Parameters should be labeled first.
11111 2005-11-21 Marek Safar <marek.safar@seznam.cz>
11114 * parameter.cs (Parameter.ApplyAttributeBuilder): Fixed `ref' detection.
11116 2005-11-18 Marek Safar <marek.safar@seznam.cz>
11118 * attribute.cs (AreParametersCompliant): Moved to Parameter.
11120 * class.cs (MethodCore): Parameter clean up.
11121 (IMethodData): Added ParameterInfo.
11122 (MethodData): Parameter clean up.
11123 (Indexer.Define): Parameter clean up.
11135 * typemanager.cs: Parameter clean up.
11137 * delegate.cs (Define): Get rid of duplicated code.
11139 * expression.cs (ParameterReference): Removed useless parameters
11141 (Invocation): Ditto.
11143 * parameter.cs (ParamsParameter): New class, params specialization.
11144 (ArglistParameter): Attemp to separate arglist.
11145 (Parameter): Refactored to be reusable and faster.
11146 (Parameter.Modifier): Made understandable.
11147 (Parameters): Changed to be used as a class for `this' assembly
11148 parameters. Refactored to use new specialized classes.
11150 * support.cs (ParameterData): Added Types property.
11151 (InternalParameters): Deleted.
11153 2005-08-20 Martin Baulig <martin@ximian.com>
11155 Merging this patch from GMCS to fix #75867.
11157 * anonymous.cs (CaptureContext.CaptureThis): Create the topmost
11158 scope if we don't already have it.
11160 2005-11-17 Martin Baulig <martin@ximian.com>
11163 (CaptureContext.EmitMethodHostInstance): Use `Ldarg_0' if we
11164 inherit the scope from our parent. Fixes #76653.
11166 2005-11-16 Atsushi Enomoto <atsushi@ximian.com>
11168 * doc.cs : the previous patch does not actually fix the bug.
11169 PropertyInfo override check is now implemented and really fixed it.
11170 * expression.cs : Invocation.IsAncestralType() is used from doc.cs.
11172 2005-11-16 Atsushi Enomoto <atsushi@ximian.com>
11174 * doc.cs : apply "override filter" also to properties.
11177 2005-11-16 Atsushi Enomoto <atsushi@ximian.com>
11179 * doc.cs : renamed FindMembers() to FindMethodBase(). For interfaces,
11180 no need to check overrides. For classes, omit those results from
11181 interfaces since they must exist in the class. Fixed bug #76726.
11183 2005-11-15 Atsushi Enomoto <atsushi@ximian.com>
11185 * typemanager.cs : (GetFullNameSignature) differentiate indexers
11186 with different parameters. Fixed the second problem in #76685.
11188 2005-11-15 Atsushi Enomoto <atsushi@ximian.com>
11190 * doc.cs : (FindDocumentedMember) pass invocation_type as well (to
11191 get expected 'protected' access in CheckValidFamilyAccess()).
11194 2005-11-15 Atsushi Enomoto <atsushi@ximian.com>
11196 * doc.cs : (GenerateTypeDocComment) Fields could be FixedField.
11197 Fixed bug #76705. CS1569 was incorrectly commented out.
11199 2005-11-14 Atsushi Enomoto <atsushi@ximian.com>
11201 * doc.cs : use Invocation.IsOverride() to do real override check.
11202 * expression.cs : made Invocation.IsOverride() internal.
11204 2005-11-14 Atsushi Enomoto <atsushi@ximian.com>
11206 * doc.cs : use TypeManager.FindMembers() instead of (possible)
11207 TypeBuilder.FindMembers() and filter overriden base members out.
11210 2005-11-13 Atsushi Enomoto <atsushi@ximian.com>
11212 * doc.cs : ref/out parameters are represented as '@' (instead of
11213 '&' in type FullName). Fixed bug #76630 (additionally crefs).
11215 2005-11-13 Atsushi Enomoto <atsushi@ximian.com>
11217 * doc.cs : when there was no '.' in cref to methods in doc comment,
11218 then parameters were missing in the output. Fixed bug #76691.
11220 2005-11-13 Atsushi Enomoto <atsushi@ximian.com>
11222 * driver.cs : don't output docs when there is an error.
11225 2005-11-13 Atsushi Enomoto <atsushi@ximian.com>
11228 Now it should detect indexers. Fixed primary concern in bug #76685.
11229 Fixed CS0419 message to not show the identical member signature in
11232 2005-11-13 Atsushi Enomoto <atsushi@ximian.com>
11234 * doc.cs : (FindDocumentedMember) use TypeManager.MemberLookup()
11235 instead of Type.FindMembers() since it does not handle events.
11238 2005-11-12 Gert Driesen <drieseng@users.sourceforge.net>
11240 * codegen.cs: Fixed typo (speficied -> specified).
11242 2005-11-11 Marek Safar <marek.safar@seznam.cz>
11245 * doc.cs (FindDocumentedTypeNonArray): Don't resolve again.
11247 2005-11-11 Marek Safar <marek.safar@seznam.cz>
11249 * attribute.cs: Changed error message.
11251 * cs-tokenizer.cs: One more check.
11253 2005-11-10 Marek Safar <marek.safar@seznam.cz>
11255 * statement.cs (Block.Resolve): Ignore empty statement.
11257 2005-11-10 Marek Safar <marek.safar@seznam.cz>
11259 * report.cs: Made error/warning methods more strict to avoid
11262 * anonymous.cs, attribute.cs, class.cs, codegen.cs, constant.cs,
11263 convert.cs, cs-parser.jay, cs-tokenizer.cs, decl.cs, delegate.cs,
11264 doc.cs, driver.cs, ecore.cs, expression.cs, location.cs,
11265 namespace.cs, parameter.cs, statement.cs, typemanager.cs: Updated.
11267 2005-11-08 Marek Safar <marek.safar@seznam.cz>
11269 * attribute.cs (Attribute.GetCoClassAttributeValue): New method.
11270 (AttributeTester.GetCoClassAttribute): Get CoClassAttribute.
11272 * class.cs (TypeContainer.IsComImport): New property.
11273 (Constructor.Define): Create proper ctor for ComImport types.
11275 * expression.cs (New.CheckComImport): Fixed.
11277 2005-11-07 Miguel de Icaza <miguel@novell.com>
11279 * anonymous.cs (CaptureContext.AddParameterToContext): The fact
11280 that a parameter has been captured does not mean that we do not
11281 have to do the rest of the processing. This fixes the second part
11282 of #76592. If there was another anonymous method capturing
11283 values in the past, the Scope would never be set for the second
11284 method that captured the same parameter.
11286 (CaptureContext.EmitAssignParameter): When `leave_copy' is passed,
11287 properly manipulate the stack. Second part of fix for #76592.
11289 * expression.cs (New): Add support for invoking "new" on
11290 interfaces that have been flagged with the ComImport attribute and
11291 the CoClass. Fixes #76637
11293 * statement.cs (Try.DoEmit): When a variable is captured, do not
11294 try to emit the vi.LocalBuilder variable as it has been captured.
11295 Create a temporary variable and store the results on the
11296 FieldBuilder. Fixes #76642
11298 2005-11-07 Marek Safar <marek.safar@seznam.cz>
11300 * class.cs (CheckPairedOperators): Made compilable with csc 2.0.
11302 * ecore.cs (InstanceResolve): Fixed CS1540 detection.
11304 * expression.cs (Binary.DoResolve): Added && optimalization.
11306 * typemanager.cs (AddUserType): Removed useless argument.
11308 2005-11-04 Marek Safar <marek.safar@seznam.cz>
11310 * statement.cs (Block.variables): Uses ListDictionary.
11312 2005-11-03 Marek Safar <marek.safar@seznam.cz>
11315 * class.cs (PartialContainer.EmitType): Customized to emit
11316 security attributes.
11317 (ClassPart.ApplyAttributeBuilder): Transform security attribute
11318 for partial classes.
11320 2005-11-03 Marek Safar <marek.safar@seznam.cz>
11323 * expression.cs (ElementAccess.DoResolveLValue): Fixed buffer
11324 access has to be fixed.
11326 * typemanager.cs (IsUnmanagedType): Wrong common field type.
11328 2005-11-01 Marek Safar <marek.safar@seznam.cz>
11331 * ecore.cs (NullCast.Reduce): Implemented.
11333 * expression.cs (ArrayCreation.CheckIndices): Correcly check
11336 * statement.cs (SwitchLabel.ResolveAndReduce): Catch null
11338 (Foreach.Resolve): Catch null properly.
11340 2005-10-29 Marek Safar <marek.safar@seznam.cz>
11342 * cs-tokenizer.cs: Warning text fix.
11344 * driver.cs: AllWarningNumbers exposed on public interface.
11346 * report.cs (): Reviewed warning numbers.
11347 (IsValidWarning): Use binary search.
11349 2005-10-29 Marek Safar <marek.safar@seznam.cz>
11351 * driver.cs: Implemeted resource visibility.
11352 (Resources): New class for code sharing between /res: and
11355 2005-10-28 Marek Safar <marek.safar@seznam.cz>
11358 * cfold.cs (ConstantFold.BinaryFold): Implemented null cast
11361 * convert (Convert.ImplicitReferenceConversion): NullCast holds
11364 * ecore.cs (NullCast): Child is contant only.
11366 * literal.cs (NullLiteral.Reduce): null can be converted to any
11369 2005-10-28 Kornél Pál <kornelpal@hotmail.com>
11371 * driver.cs: Use Encoding.Default as default code page instead
11374 2005-10-27 Raja R Harinath <rharinath@novell.com>
11377 * expression.cs (Invocation.Error_InvalidArguments): Handle
11378 __arglist parameters.
11379 (Invocation.VerifyArgumentsCompat): Likewise.
11380 * support.cs (ReflectionParameters.GetSignatureForError): Print
11381 __arglist parameters.
11382 (InternalParamters.GetSignatureForError): Likewise.
11383 * parameter.cs (Parameters.GetSignatureForError): Likewise.
11385 2005-10-26 Marek Safar <marek.safar@seznam.cz>
11387 * attribute.cs (GetPropertyValue): Made public.
11389 * codegen.cs (AssemblyClass): ResolveClsCompliance renamed to
11391 Add new property WrapNonExceptionThrows to handle 2.0 assembly
11393 (AssemblyClass.Emit): Emit RuntimeCompatibilityAttribute when it
11396 * driver.cs: Reflect method name change.
11398 * statement.cs (Try.Resolve): Warn when try has both general
11399 exception handlers.
11401 * typemanager.cs: runtime_compatibility_attr_type new predefined
11404 2005-10-26 Raja R Harinath <harinath@gmail.com>
11407 * pending.cs (InterfaceMethod): Allow tm.args [i] to be null --
11408 treat it as an empty parameter list.
11410 2005-10-26 Raja R Harinath <rharinath@novell.com>
11413 * ecore.cs (SimpleName.DoSimpleNameResolve): Make fall-back
11414 ResolveAsTypeStep silent.
11415 * statement.cs (Block.AddConstant): Mark block as used.
11416 (Block.ResolveMeta): Avoid piling on error messages
11417 if a constant initializer resolution fails.
11419 2005-10-25 Raja R Harinath <rharinath@novell.com>
11421 * namespace.cs (RootNamespace.VerifyUsingForAll, Namespace.VerifyUsing):
11423 (NamespaceEntry.VerifyAllUsing): New.
11424 (NamespaceEntry.AliasEntry.Resolve): New. Handles common error
11425 behaviour. Delegates actual resolution of alias to ...
11426 (NamespaceEntry.DoResolve): ... this. Renamed from Resolve.
11427 (NamespaceEntry.LocalAliasEntry, NamespaceEntry.ExternAliasEntry):
11429 * driver.cs (Driver.MainDriver): Update.
11431 * namespace.cs (NamespaceEntry.DefineNamespace): Remove.
11432 (NamespaceEntry.SymbolFileID): Make into a on-demand computed
11434 (Namespace.DefineNamespaces, RootNamespace.DefineNamespacesForAll):
11436 * symbolwriter.cs (SymbolWriter.Initialize): Don't call
11437 RootNamespace.DefineNamespacesForAll.
11439 2005-10-24 Raja R Harinath <harinath@gmail.com>
11441 * typemanager.cs (assemblies, external_aliases, modules)
11442 (AddAssembly, AddExternAlias, AddModule GetAssemblies, Modules)
11443 (ComputeNamespaces, GetRootNamespace): Remove extra staging
11444 overhead. Move resposibility ...
11445 * namespace.cs (GlobalRootNamespace): ... here. Update to changes.
11446 * driver.cs, attribute.cs, codegen.cs: Update to changes.
11448 2005-10-23 Raja R Harinath <harinath@gmail.com>
11450 * namespace.cs (RootNamespace.all_namespaces): Renamed from
11451 cached_namespaces. Improve usage.
11452 (RootNamespace.Reset, RootNamespace.RegisterNamespace)
11453 (RootNamespace.VerifyUsingForAll, RootNamespace.DefineNamespacesForAll):
11454 Move from GlobalRootNamespace and simplify.
11455 (RootNamespace.Global): Make instance variable.
11456 (RootNamespace.RootNamespace): Add "alias name" parameter.
11457 (GlobalRootNamespace): Simplify drastically.
11458 (Namespace.Lookup): Don't use GetNamespace.
11459 * typemanager.cs (GetRootNamespace): Rename from
11460 ComputeNamespaceForAlias.
11461 (NamespaceClash): Use Global.IsNamespace instead of GetNamespace.
11463 2005-10-23 Marek Safar <marek.safar@seznam.cz>
11465 * anonymous.cs (AnonymousContainer): Don't crash when container
11468 2005-10-23 Marek Safar <marek.safar@seznam.cz>
11470 * expression.cs (Binary.DoResolve): Warn when comparing same
11473 2005-10-23 Marek Safar <marek.safar@seznam.cz>
11476 * expression.cs (Binary.DoResolve): It looks like there are no
11477 convetsion rules in enum context.
11479 2005-10-19 Carlos Alberto Cortez <calberto.cortez@gmail.com>
11481 Add support for extern alias qualifiers.
11482 * typemanager.cs: Move some LookupTypeReflection code
11483 to namespace.cs, to have cleaner code. Added some methods
11484 to help us keep track of the extern aliased references.
11485 * driver.cs: Add suport for extern alias assemblies on command
11486 line and check for their warnings/errors. Also keep track of the
11487 extern aliased assemblies.
11488 * namespace.cs: Move the global functionality of Namespace
11489 to GlobalRootNamespace/RootNamespace. Now the global namespace
11490 is GlobalRootNamespace.Globa. Also the code moved from
11491 typemanager.cs lives in GlobalRootNames.cs/RootNamespace.cs.
11492 Finally added LocalAliasEntry (AliasEntry before) and
11493 ExternAliasEntry, to handle alias statements.
11494 * cs-parser.jay: Add support in the grammar for extern alias
11496 * doc.cs, delegate.cs, expression.cs ecore.cs, symbolwriter.cs:
11497 Update callings to Namespace (now in GlobalRootNamespace).
11499 2005-10-18 Raja R Harinath <rharinath@novell.com>
11502 * class.cs (TypeContainer.DefineType): Move updating of
11503 topological sort earlier in the code.
11504 * decl.cs (DeclSpace.ResolveBaseTypeExpr): Don't use TypeBuilder.
11506 2005-10-18 Marek Safar <marek.safar@seznam.cz>
11509 * cfold.cs (BinaryFold): Reduce constant in enum conversion.
11511 * constant.cs (Constant.TryReduce): Moved from Cast class.
11512 (Reduce): Made little bit more OO and fixed missing conversions.
11514 * ecore.cs (Reduce): Implemented.
11515 (Binary.EnumLiftUp): New method to upgrade values to enum values.
11517 * literal.cs (Reduce): Implemented.
11519 * class.cs: Reverted Miguel's wrong commit.
11521 2005-10-14 Miguel de Icaza <miguel@novell.com>
11523 * ecore.cs (GetMemberType): Report the correct mapping for the MemberCore
11525 2005-10-14 Atsushi Enomoto <atsushi@ximian.com>
11527 * cs-parser.jay, expression.cs : CS0214 was missing error location
11528 for constants. Fixed bug #76404.
11530 2005-10-11 Marek Safar <marek.safar@seznam.cz>
11533 * convert.cs (ExplicitConversionCore): Fixed object->enum
11536 2005-10-10 Raja R Harinath <rharinath@novell.com>
11538 * ecore.cs (PropertyExpr.Emit): Use Invocation.EmitCall to emit
11539 InstanceExpression.
11540 (PropertyExpr.EmitCall): Likewise.
11541 * expression.cs (Invocation.EmitArguments): Handle case where
11543 (Invocation.EmitCall): Avoid allocating temporary variable if
11544 there are no arguments.
11546 2005-10-07 Raja R Harinath <rharinath@novell.com>
11549 * convert.cs (ImplicitConversionStandard): Move conversion of
11550 void* to arbitrary pointer types ...
11551 (ExplicitConversionStandard): .. here.
11552 * ecore.cs (Expression.Error_ValueCannotBeConverted): Fix CS0266
11553 error to always print typenames.
11555 2005-10-07 Raja R Harinath <rharinath@novell.com>
11557 * convert.cs (GetConversionOperator): Rename from
11558 GetConversionOperators. Move operator selection code from ...
11559 (UserDefinedConversion): ... here.
11561 2005-10-06 Marek Safar <marek.safar@seznam.cz>
11563 * convert.cs (ExplicitConversionCore): Removed duplicate enum
11566 2005-10-05 Marek Safar <marek.safar@seznam.cz>
11568 * assign.cs (Assign.DoResolve): Error method changed.
11570 * cfold.cs (DoConstantNumericPromotions): Error method changed.
11572 * const.cs (ResolveValue): Reset in_transit immediately.
11574 * constant.cs: Error method changed.
11576 * convert.cs: Removed useless location parameter.
11577 (ExplicitNumericConversion): Don't do double enum check.
11578 (ExplicitConversionCore): Renamed from ExplicitConversion.
11579 (ExplicitUnsafe): Extracted from ExplicitConversion.
11580 (ExplicitConversion): Uses for error reporting.
11582 * ecore.cs (Error_ValueCannotBeConverted): More logic for more
11584 (ResolveBoolean): Uses common error method.
11585 (CastToDecimal): Get rid of ec.
11586 (CastFromDecimal): Optimized.
11587 (ConvCast): Get rid of ec.
11589 * enum.cs (ResolveValue): Reset in_transit immediately.
11590 (Emit): Return after first error.
11592 * expression.cs: Convert changes.
11594 * literal.cs: Error method changed.
11596 * statement.cs: Error method changed.
11598 2005-10-03 Raja R Harinath <rharinath@novell.com>
11600 * support.cs (SeekableStreamReader.Position): Don't error out when
11601 the requested position is just beyond the end of the current
11604 2005-09-28 Raja R Harinath <rharinath@novell.com>
11606 * support.cs (SeekableStreamReader): Simplify drastically. Don't
11607 try to keep in sync with the byte count of the underlying Stream.
11608 However, this limits us to a window size of 2048 characters: i.e.,
11609 the maximum lookahead of our lexer/parser can be 2048 characters.
11611 2005-09-28 Marek Safar <marek.safar@seznam.cz>
11614 * driver.cs: Fix compilation files with full root path.
11616 2005-09-25 Miguel de Icaza <miguel@novell.com>
11618 * report.cs (SymbolRelatedToPreviousError): Format the output so
11619 it does not use an open parenthesis that is never closed.
11621 * driver.cs: Follow coding guidelines
11623 2005-09-27 Marek Safar <marek.safar@seznam.cz>
11626 * const.cs (Const.ResolveValue): Check for assigning non-null
11627 value to reference type.
11629 2005-09-27 Marek Safar <marek.safar@seznam.cz>
11631 * anonymous.cs: Implemented ExprClassName.
11633 * assign.cs (Assign.DoResolve): Don't chrash when type is not
11636 * attribute.cs (ResolveArguments): Enabled MethodImplOptions
11639 * class.cs (StaticClass.DefineContainerMembers): Report protected
11642 * codegen.cs: if(ed) PRODUCTION.
11644 * convert.cs (Error_CannotImplicitConversion): Better error
11647 * cs-parser.jay: More error checks.
11649 * cs-tokenizer.cs (consume_identifier): Fixed Miguel's revert.
11651 * driver.cs (CSCParseOption): Enabled wrong option check.
11653 * ecore.cs (Expression.ExprClassName): Turned to property.
11654 (MemberExpr.CheckIntermediateModification): For checking boxed
11655 value types modification.
11657 * statement.cs (Fixed.Resolve): Expression type must be
11658 convertible to fixed type.
11659 (CollectionForeach.GetEnumeratorFilter,TryType):
11660 Small refactoring for easier error checking.
11662 2005-09-26 Marek Safar <marek.safar@seznam.cz>
11664 * attribute.cs (Attribute.Resolve): Check Obsolete attribute for
11667 * class.cs (GeneratedBaseInitializer): New class for customization
11668 compiler generated initializers.
11669 (MemberBase.DoDefine): Check Obsolete attribute here.
11670 (FieldMember.DoDefine): Ditto.
11672 * const.cs (ExternalConstant.CreateDecimal): Builder for decimal
11675 * decl.cs (MemberCore.EmitContext): Returns valid current ec.
11676 (MemberCore.GetObsoleteAttribute): Removed argument.
11677 (MemberCore.CheckObsoleteness): Obsolete attributes are hierarchic.
11678 (MemberCore.CheckObsoleteType): New helper.
11682 * statement.cs: Updates after MemberCore changes.
11684 * ecore.cs (TypeExpr.ResolveType): Check type obsoleteness here.
11685 (FieldExpr.ResolveMemberAccess): Fixed decimal constants checks.
11687 * expression.cs (ComposedCast.DoResolveAsTypeStep): Don't check
11688 obsolete attribute for compiler construct.
11689 (As.DoResolve): Cache result.
11691 * iterators.cs (Define_Constructor): Use GeneratedBaseInitializer.
11693 2005-09-26 Raja R Harinath <rharinath@novell.com>
11696 * expression.cs (This.VerifyFixed): In a value type T, the type of
11697 'this' is T&, iow, 'this' is either an out or ref parameter. In a
11698 value type R, 'this' is treated as a value parameter.
11700 2005-09-22 Miguel de Icaza <miguel@novell.com>
11702 * statement.cs (Lock): Use the TemporaryVariable class instead of
11703 manually using local variables as those do not work when variables
11706 * ecore.cs: Moved the TemporaryVariable class from being a nested
11707 class inside Foreach to be a public class that can be employed in
11710 2005-09-19 Marek Safar <marek.safar@seznam.cz>
11712 * cs-parser.jay: interface_accessors replaced by
11713 accessor_declarations.
11715 * ecore.cs, literal.cs, statement.cs: NullLiteral holds null
11718 * statement.cs (GotoCase.Resolve): Convert null constant to
11720 (SwitchLabel.ResolveAndReduce): Ditto.
11721 (SwitchLabel.NullStringCase): Custom null stamp.
11722 (Switch.SimpleSwitchEmit): Fix from NullLiteral to NullStringCase.
11724 typemanager.cs (CSharpSignature): Don't skip first argument
11727 2005-09-18 Miguel de Icaza <miguel@novell.com>
11729 * driver.cs: Set InEmacs based on the environment variable EMACS.
11731 * location.cs (InEmacs): in this mode, do not report column
11732 location as it confuses Emacs.
11734 2005-09-16 Marek Safar <marek.safar@seznam.cz>
11736 * cfold.cs, constant.cs, convert.cs, ecore.cs,
11737 expression.cs, iterators.cs, literal.cs: Store constants and
11740 * class.cs (MemberBase.ShortName): Pass location.
11742 * cs-parser.jay: Some location fixes.
11744 * ecore.cs (Expression.Location): Made virtual.
11746 2005-09-05 Miguel de Icaza <miguel@novell.com>
11748 * expression.cs (Cast.TryReduce): Only reduce to an EnumConstant
11749 if the underlying types are the same, otherwise we need to produce
11750 code that will do the proper cast.
11752 This was exposed by Marek's constant rewrite which produced
11753 invalid code for the call site:
11755 enum X : long { a }
11756 void Method (X v) {}
11760 This fixes test-49.cs
11762 2005-09-05 Atsushi Enomoto <atsushi@ximian.com>
11764 * attribute.cs : (Attribute.IsValidArgumentType): array of string/
11765 Type/Object should be allowed as well. Fixed bug #75968.
11767 2005-09-05 Atsushi Enomoto <atsushi@ximian.com>
11769 * expression.cs : (Binary.DoResolve): when one is enum constant and
11770 another is constant 0, then return enum one *as enum type*.
11773 2005-09-02 Raja R Harinath <rharinath@novell.com>
11775 * attribute.cs (GetMarshal): Work even if "DefineCustom" is
11779 * ecore.cs (SimpleNameResolve.DoSimpleNameResolve): Disable
11780 flow-branching for LocalVariableReferences in case we were invoked
11781 from a MemberAccess.
11782 * expression.cs (LocalVariableReference.VerifyAssigned): New.
11784 (LocalVariableReference.DoResolveBase): ... this.
11785 (MemberAccess.Resolve): Do the check that was disabled during
11788 2005-09-01 Atsushi Enomoto <atsushi@ximian.com>
11791 (PartialContainer.Create): check abstract/sealed/static strictly
11792 but abstract/sealed can exist only at one side. Fixed bug #75883.
11794 2005-09-01 Kornél Pál <kornelpal@hotmail.com>
11797 * attribute.cs (Attribute.GetMarshal): If ArraySubType is not
11798 specified, don't default to UnmanagedType.I4.
11800 2005-09-01 Atsushi Enomoto <atsushi@ximian.com>
11802 * expression.cs : conditional operator should check possibly
11803 incorrect assign expression. Fixed bug #75946.
11805 2005-08-31 Atsushi Enomoto <atsushi@ximian.com>
11807 * cs-tokenizer.cs, cs-parser.jay, driver.cs, support.cs :
11808 Reverting the change. gmcs is much complex than mcs on this matter.
11810 2005-08-31 Atsushi Enomoto <atsushi@ximian.com>
11812 * cs-tokenizer.cs : To read another token ahead of the actual
11813 consumption, use new SavedToken and cache token instead of moving
11814 back the stream with SeekableStreamReader (it seemed problematic).
11816 driver.cs : Thus use StreamReader directly.
11817 * support.cs : Thus removed SeekableStreamReader.
11819 2005-08-30 Raja R Harinath <rharinath@novell.com>
11822 * anonymous.cs (ScopeInfo.MakeFieldName): New helper.
11823 (ScopeInfo.EmitScopeType): Use it to construct field names from
11824 names of captured locals.
11827 * ecore.cs (BoxedCast.BoxedCast) [1-argument variant]: Remove.
11828 * convert.cs (ImplicitReferenceConversion, TryImplicitIntConversion):
11829 Pass 'target_type' to BoxedCast. Don't default to 'object'.
11830 (ExplicitConversion): Remove enum cases already handled by
11831 implicit conversion. Move implicit conversion check to the beginning.
11832 * delegate.cs (DelegateCreation.ResolveMethodGroupExpr): Update.
11833 * expression.cs (ArrayCreation.EmitDynamicInitializers):
11834 Don't treat System.Enum as a struct.
11836 2005-08-30 Jb Evain <jbevain@gmail.com>
11838 * attribute.cs: handles as expression in parameters.
11840 2005-08-30 Raja R Harinath <rharinath@novell.com>
11843 * class.cs (TypeContainer.VerifyClsName): Don't use a
11844 PartialContainer when verifying CLS compliance.
11845 (AbstractPropertyEventMethod): Set Parent here, ...
11846 (PropertyMethod): ... not here.
11848 2005-08-30 Atsushi Enomoto <atsushi@ximian.com>
11850 * attribute.cs : escaped attribute name should not be allowed to be
11851 resolved (e.g. @class as classAttribute). Fixed bug #75930.
11853 2005-08-29 Raja R Harinath <rharinath@novell.com>
11856 * convert.cs (ImplicitStandardConversionExists): Allow zero also
11857 when converting a long constant to unsigned long.
11858 * expression.cs (Invocation.OverloadResolve): Add sanity check to
11859 detect where IsApplicable and VerifyArgumentsCompat disagree.
11861 2005-08-29 Raja R Harinath <rharinath@novell.com>
11862 and Carlos Alberto Cortez <carlos@unixmexico.org>
11865 * class.cs (TypeContainer.CanElideInitializer): New helper.
11866 (TypeContainer.EmitFieldInitializers): Use it to determine if we
11867 can safely emitting the initializer of a field.
11869 2005-08-25 Atsushi Enomoto <atsushi@ximian.com>
11871 * statement.cs : (Continue.Resolve()) Unlike break, continue is not
11872 allowed inside a switch (without loop). Fixed bug #75433.
11874 2005-08-26 Kornél Pál <kornelpal@hotmail.com>
11876 * AssemblyInfo.cs: Using Consts.MonoVersion instead of MonoVersion.cs.
11877 * mcs.exe.sources: Using Consts.MonoVersion instead of MonoVersion.cs.
11879 2005-08-25 Atsushi Enomoto <atsushi@ximian.com>
11881 * driver.cs : kinda reverting the default encoding changes (not exact
11882 revert since I noticed that "codepage:reset" might not work fine).
11884 2005-08-25 Atsushi Enomoto <atsushi@ximian.com>
11886 * class.cs : (AbstractPropertyEventMethod) SetupName() now takes
11887 Location. Now getter and setter store location correctly.
11888 (errors/cs0111-12.cs now reports the expected location.)
11890 2005-08-25 Atsushi Enomoto <atsushi@ximian.com>
11892 * driver.cs : Use default encoding on the environment.
11893 Removed (now that) extra parameter for SeekableStreamReader.
11894 * support.cs : (SeekableStreamReader) third .ctor() argument for
11895 StreamReader is not required (always true). preamble size could
11896 be acquired in simpler and safe way.
11898 2005-08-24 Atsushi Enomoto <atsushi@ximian.com>
11900 * cs-parser.jay: report CS0642 at warning level 3
11901 and report CS0642 for an if else statement also
11902 fixes bug #74745. Patch by John Luke (and a bit
11904 Removed extra CS0642 warning check for "while",
11906 * statement.cs: In Block.Resolve(), CS0642 check
11907 is reimplemented to check a sequence of an empty
11908 statement and a block.
11910 Both fix bug #66777.
11912 2005-08-24 Marek Safar <marek.safar@seznam.cz>
11914 * attribute.cs (GetMethodObsoleteAttribute): Disabled obsolete properties
11915 detection until I fix it.
11917 * cs-tokenizer.cs: Changed error message.
11919 * cs-parser.jay: Fixed 2 error locations.
11921 * ecore.cs (Error_TypeDoesNotContainDefinition): Share error message.
11922 (PropertyExpr.Error_PropertyNotFound): First attempt to detect non C#
11925 * enum.cs (GetSignatureForError): Fixed.
11927 * expression.cs (Invocation.IsSpecialMethodInvocation): Improved special
11931 * typemanager.cs (RegisterProperty): Removed.
11933 * statement.cs (CheckInvariantMeaningInBlock): Changed error message.
11935 2005-08-24 Raja R Harinath <rharinath@novell.com>
11938 * expression.cs (ArrayAccess.EmitLoadOpcode): Emit ldelem.i for pointers.
11939 (ArrayAccess.GetStoreOpcode): Return stelem.i for pointers.
11941 2005-08-23 Atsushi Enomoto <atsushi@ximian.com>
11943 * expression.cs : tiny fix is required for not warning positive ulong.
11946 2005-08-23 Atsushi Enomoto <atsushi@ximian.com>
11948 * expression.cs : add CS0652 check for constant and integral
11949 expression. Fixed bug #53974.
11951 2005-08-23 Atsushi Enomoto <atsushi@ximian.com>
11953 * expression.cs : in DoNumericPromotions(), check if there is implicit
11954 conversion overload for string (to check CS0034). Fixed bug #52492.
11956 2005-08-23 Atsushi Enomoto <atsushi@ximian.com>
11958 * cs-tokenizer.cs : Check newline in char constant. Fixed bug #75245.
11960 2005-08-23 Atsushi Enomoto <atsushi@ximian.com>
11962 * ecore.cs : report location when it is *not* Null.
11964 2005-08-23 Atsushi Enomoto <atsushi@ximian.com>
11970 Added OmitStructFlowAnalysis to EmitContext to handle CS0165 check
11971 correctly. Fixed bug #75721.
11973 2005-08-23 Raja R Harinath <rharinath@novell.com>
11975 * support.cs (SeekableStreamReader.Position): Avoid an expensive
11976 loop that performs 'min (pos, char_count)'.
11979 * expression.cs (Unary.ResolveOperator): Don't discard implicit
11980 converted value in Operator.OnesComplement.
11982 2005-08-22 Ben Maurer <bmaurer@ximian.com>
11984 * anonymous.cs: If the anon method is pulled into a helper class,
11985 it needs to be `internal' not `private'. Fixes runtime behavior on
11988 2005-08-20 Martin Baulig <martin@ximian.com>
11990 * anonymous.cs (CaptureContext.CaptureThis): Create the topmost
11991 scope if we don't already have it.
11993 * expression.cs (Invocation.EmitCall): Use `ec.EmitThis ()' rather
11994 than `ig.Emit (OpCodes.Ldarg_0)' to make it work inside iterators;
11997 2005-08-17 Marek Safar <marek.safar@seznam.cz>
12000 * decl.cs (DeclSpace.VerifyClsCompliance): Skip when collision object
12001 is a partial class.
12003 2005-08-16 Marek Safar <marek.safar@seznam.cz>
12005 The big constants rewrite
12006 Fix #75746, #75685 and more
12007 As a side effect saved 1MB for MWF ;-)
12009 * attribute.cs (GetAttributeArgumentExpression): Use ToType, GetTypedValue.
12010 (GetMarshal, GetMethodImplOptions, GetLayoutKindValue): Values are not
12011 enum based for corlib compilation.
12013 * cfold.cs (BinaryFold): Convert operand for enum additions. Fixed enum
12016 * class.cs (FixedField.Define): Use ResolveAsConstant.
12018 * const.cs (IConstant): Interface constants and enums.
12019 (Const.ResolveValue): New method for constant resolvning.
12020 (ExternalConstant): Constants from imported assemblies.
12022 * constant.cs (Constant.GetTypedValue): Used to get constant with forced
12023 conversion; like enums.
12024 (Constant.ToType): Converts this constant to different type.
12025 (Constant.Increment): Adds 1.
12027 * convert.cs (ImplicitConversionRequired): Simplified.
12029 * cs-parser.jay: Create EnumMember directly.
12031 * decl.cs (MemberCore.CheckObsoleteness): Checks for ObsoleteAttribute presence.
12033 * doc.cs (GenerateEnumDocComment): Removed.
12035 * ecore.cs (Expression.ResolveAsConstant): New constant specific method.
12036 (ConvertIntLiteral): Removed.
12037 (FieldExpr.ResolveMemberAccess): Refactored to remove constant specific if(s).
12039 * enum.cs (EnumMember): Implement IConstant.
12040 (Enum.IsValidEnumConstant): Removed.
12041 (Enum.GetNextDefaultValue): Removed.
12042 (Enum.FindMembers): Updated.
12043 (Enum.GenerateDocComment): Iterate enum members.
12045 * expression.cs (Cast.TryReduce): Handle enums correctly.
12046 (New.Constantify): Made public.
12047 (MemberAccess.DoResolve): Removed contant specific if(s).
12049 * literal.cs (NullLiteral): Implement new abstract methods.
12051 * statement.cs (GotoCase.Resolve): Use new constant methods.
12052 (SwitchLabel.ResolveAndReduce): Use new constant methods.
12054 * typemanager.cs (LookupEnum): Removed.
12055 (IsEnumType): Fixed to work with corlib.
12056 (RegisterConstant): Removed.
12057 (LookupConstant): Removed.
12058 (GetConstant): Changed to work with IConstant.
12060 2005-08-04 Atsushi Enomoto <atsushi@ximian.com>
12062 * location.cs : Fixed overflown (>255) column number.
12064 2005-08-03 Raja R Harinath <rharinath@novell.com>
12066 First cut of the qualified-alias-member feature.
12067 * cs-tokenizer.cs (Tokenizer.is_punct): Recognize the double-colon
12069 * cs-parser.jay (DOUBLE_COLON): New token.
12070 (namespace_or_type_name): Add rule for recognizing
12071 qualified-alias-members.
12072 (primary_expression): Likewise.
12073 (element_access): Allow QualifiedAliasMember as a possible
12074 type-bearing expression.
12075 (local_variable_type, local_variable_pointer_type): Likewise.
12076 * namespace.cs (NamespaceEntry.LookupAlias): New. Looks up
12077 aliases in the current and enclosing namespace declarations.
12078 (NamespaceEntry.UsingAlias): Add CS0440 warning.
12079 * decl.cs (MemberName.is_double_colon): New.
12080 (MemberName.MemberName): Add new constructor for alias-member.
12081 (MemberName.GetTypeExpression): Generate QualifiedAliasMember too.
12082 * expression.cs (QualifiedAliasMember): New expression type.
12084 2005-08-02 Atsushi Enomoto <atsushi@ximian.com>
12086 * location.cs : it borked when no argument was specified.
12088 2005-08-02 Atsushi Enomoto <atsushi@ximian.com>
12090 * location.cs : tiny ToString() format fix.
12092 2005-08-02 Atsushi Enomoto <atsushi@ximian.com>
12094 * statement.cs : oops, it was missing.
12096 2005-08-02 Atsushi Enomoto <atsushi@ximian.com>
12098 A set of fixes for precise line/column location.
12101 "token" field now holds a file/line "delta", a line number offset
12102 from the segment, and a column number. See also:
12103 http://lists.ximian.com/pipermail/mono-devel-list/2004-
12104 December/009508.html
12105 Removed static IsNull. Use instance IsNull property instead.
12106 * cs-tokenizer.cs :
12107 For some tokens it stores Location. For Identifier it stores
12108 LocatedToken which is a pair of string name and location.
12109 Column numbers are adjusted only at getChar().
12111 Use Location.ToString() for reporting (it now contains column).
12113 Largely modified to use LocatedToken instead of
12114 string (IDENTIFIER), and to acquire Location from some tokens.
12115 * namespace.cs, decl.cs, ecore.cs, class.cs, delegate.cs,
12116 iterators.cs, const.cs, anonymous.cs, tree.cs, enum.cs,
12118 Now MemberName holds Location. DeclSpace.ctor() receives Location
12119 as a parameter. Removed extra parameters to all derived classes.
12120 Replaced Location.IsNull() with instance property.
12121 * assign.cs, expression.cs :
12122 Added .ctor() overload that omits Location.
12124 Added "nameEscaped" flag that indicates the identifier was escaped
12125 in the source file. This fixes bug #57047.
12127 2005-08-02 Marek Safar <marek.safar@seznam.cz>
12129 * attribute.cs (AttributeTester.GetImportedIgnoreCaseClsType):
12130 New method, looking for lo-case imported cls type.
12132 * decl.cs (DeclSpace.VerifyClsCompliance): Check CS3005 for types
12135 * driver.cs: Removed VerifyTopLevelNameClsCompliance usage.
12137 * enum (Enum.VerifyClsCompliance): Hardcode non-compliant types.
12139 * typemanager.cs (TypeManager.AllClsTopLevelTypes): Renamed from
12140 all_imported_types.
12141 (TypeManager.LoadAllImportedTypes): Lo-case imported types.
12143 Optimized to save 3.5 MB for SWF compilation.
12145 2005-08-01 Marek Safar <marek.safar@seznam.cz>
12147 * class.cs (AddToTypeContainer): Use inheritance insted of if(s).
12148 (PartialContainer.Create): Moved logic AddToContainer.
12149 (PartialContainer.MarkForDuplicationCheck): Shares name.
12151 * decl.cs (DeclSpace.AddToContainer): Check name collisions at one
12154 * namespace.cs (Namespace.AddDeclSpace): Lazy declspaces
12156 (Namespace.GetSignatureForError): New method.
12158 * tree.cs (Tree.RecordDecl): Moved to AddToContainer.
12159 (RootTypes.AddToTypeContainer): se inheritance insted of if(s).
12161 2005-08-01 Raja R Harinath <rharinath@novell.com>
12164 * ecore.cs (Expression.MemberLookupFailed): Use queried_type for
12165 member lookup rather than qualifier_type, since qualifier_type can
12168 2005-08-01 Marek Safar <marek.safar@seznam.cz>
12170 * enum.cs (Enum.VerifyClsName): Fixed to allow not CLSCompliant
12173 2005-07-31 Miguel de Icaza <miguel@novell.com>
12175 * statement.cs: Copy the local exception into the exception
12176 captured local. Fixes 75674
12178 2005-07-31 Raja R Harinath <harinath@gmail.com>
12181 * expression.cs (Invocation.OverloadResolve): Don't report error
12182 CS1501 if error CS1502 has been reported.
12183 (New.DoResolve): Delegate CS1501 reporting to
12184 Invocation.OverloadResolve.
12187 * statement.cs (Block.CheckInvariantMeaningInBlock): Verify
12188 invariant-meaning-in-block property in an enclosing block if
12191 2005-07-29 Marek Safar <marek.safar@seznam.cz>
12193 * statement.cs (SwitchLabel.ResolveAndReduce): Refactored.
12194 (SwitchLabel.Erorr_AlreadyOccurs): Share error message.
12195 (Switch.CheckSwitch): Just save 50kb for SWF.
12197 2005-07-27 Martin Baulig <martin@ximian.com>
12199 * anonymous.cs (CaptureContext.AddField): Added
12200 `AnonymousContainer am' argument; compute its toplevel scope if
12201 it's not already computed. Fixes #75649.
12203 2005-07-26 Raja R Harinath <rharinath@novell.com>
12206 * class.cs (Constructor.Emit): Reset block to null if the block
12209 2005-07-25 Marek Safar <marek.safar@seznam.cz>
12211 * class.cs (TypeContainer.VerifyMembers): Be compatible in warning 169.
12213 2005-07-25 Marek Safar <marek.safar@seznam.cz>
12215 * class.cs (MethodData.Define): Check whether accessor implementing
12216 interface is public.
12218 * driver.cs (Driver.parse): Try to be smart and check for `MZ' header.
12220 2005-07-22 Marek Safar <marek.safar@seznam.cz>
12223 * namespace.cs (LookupType): Moved same type check to...
12225 * typemanager.cs (LookupTypeReflection): Don't allow to import more types
12226 with the same name.
12228 2005-07-21 Raja R Harinath <rharinath@novell.com>
12230 * namespace.cs (NamespaceLookupType): Avoid a string allocation when we
12231 already found a typebuilder.
12232 * class.cs (MethodCore.IsDuplicateImplementation): Compare
12233 MemberNames, not strings.
12235 * const.cs (Error_ExpressionMustBeConst):
12236 Rename from Error_EpressionMustBeConst.
12237 * const.cs, class.cs, statement.cd: Update.
12239 2005-07-21 Marek Safar <marek.safar@seznam.cz>
12243 * const.cs (Const.LookupConstantValue): Report missing contant expression
12245 (Error_EpressionMustBeConstant): Only one error method.
12247 * class.cs, statement.c: Updated.
12249 2005-07-20 Raja R Harinath <rharinath@novell.com>
12251 * statement.cs (Block.Flags): Add back HasVarargs.
12252 (Block.flags): Make protected.
12253 (ToplevelBlock.HasVarargs): Convert to a property that updates flags.
12255 * typemanager.cs (types, typecontainers, user_types): Remove.
12256 (UserTypes, TypeContainers): Likewise.
12257 (HandleDuplicate, AddDelegateType, AddEnumType): Likewise.
12258 (CleanUp, Reset): Update.
12259 (AddUserType): Combine variants. Now, only updates builder_to_declspace.
12260 (GetNestedType): Use Type.GetNestedType.
12261 (CoreLookupType): Take two arguments, the namespace and the
12262 basename of the type. Update to use the Namespace.Lookup
12264 (InitEnumUnderlyingTypes, InitCoreTypes): Update.
12265 (RealMemberLookup): Use IsNestedChildOf instead of playing with
12266 string concatenation and substring matches.
12267 * class.cs, enum.cs, delegate.cs: Update to changes.
12269 2005-07-20 Marek Safar <marek.safar@seznam.cz>
12271 * constant.cs (Constant.Error_ConstantValueCannotBeConverted): Moved from
12272 Expression and made virtual.
12274 * convert.cs (ImplicitReferenceConversionExists): Skip for value types.
12275 (ImplicitStandardConversionExists): Fixed `byte' typo ?
12277 * ecore.cs (Expression.Error_ConstantValueCannotBeConverted): Moved.
12279 * literal.cs (NullLiteral.Error_ConstantValueCannotBeConverted): Customize
12282 * convert.cs, ecore.cs, enum.cs: Reflect Error_ConstantValueCannotBeConverted
12285 2005-07-18 Marek Safar <marek.safar@seznam.cz>
12288 * codegen.cs (AssemblyClass.ApplyAttributeBuilder): Check whether
12289 AssemblyCultureAttribute is not used on executable.
12292 * typemanager.cs: Add System.Reflection.AssemblyCultureAttribute.
12294 2005-07-16 Raja R Harinath <rharinath@novell.com>
12297 * expression.cs (Binary.Warning_UnintendeReferenceComparison):
12298 New. Reports CS0252/CS0253.
12299 Mostly taken from preliminary patch by Duncak Mak.
12300 (Binary.DoResolveOperator): Store results of operator lookup.
12301 Use them to detect if we need to warn about unintended reference
12304 2005-07-15 Raja R Harinath <rharinath@novell.com>
12307 * namespace.cs (Namespace.Lookup): Add back location parameter.
12308 (Namespace.LookupType): Add CS0436 report. Add location parameter.
12309 * delegate.cs, ecore.cs, expression.cs: Update to changes.
12311 * codegen.cs (EmitContext.DeclSpace): Make readonly.
12312 * namespace.cs (Namespace.Lookup): Carve out type lookup into ...
12313 (Namespace.LookupType): ... this.
12314 (NamespaceEntry.GetUsingTable): Allocate only one zero-sized array
12316 * typemanager.cs (LookupTypeReflection): Remove buggy code that
12317 purported to handle pointers.
12318 (char_ptr_type, void_ptr_type): Use GetPointerType rather than
12321 2005-07-15 Marek Safar <marek.safar@seznam.cz>
12323 * expression.cs (MemberAccess.ResolveNamespaceOrType): Don't report nested
12326 2005-07-15 Raja R Harinath <rharinath@novell.com>
12328 * namespace.cs (Namespace.Lookup): Drop location parameter.
12329 (NamespaceEntry.LookupAlias): Remove. Merge into ...
12330 (NamespaceEntry.Lookup): ... this.
12331 (NamespaceEntry.Error_AmbiguousTypeReference):
12332 Move here from DeclSpace.
12333 (NamespaceEntry.LookupNamespaceOrType): Move support for dotted
12335 * ecore.cs (TypeLookupExpression.DoResolveAsTypeStep): ... here.
12336 * decl.cs (DeclSpace.ErrorAmbiguousTypeReference):
12337 Move to NamespaceEntry.
12338 * delegate.cs, expression.cs: Update to changes.
12340 2005-07-14 Marek Safar <marek.safar@seznam.cz>
12342 * attribute.cs (Attribute.ResolveAttributeType): Renamed from
12343 CheckAttributeType and refactored.
12344 (Attribute.ResolvePossibleAttributeType): Changed to reuse
12345 ResolveAsTypeTerminal error handling.
12346 (ResolveAsTypeTerminal): Introduced because of global attributes extra
12348 (GetSignatureForError): Print errors in same way.
12351 * codegen.cs: Reflect attribute GetSignatureForError change.
12354 * expression.cs: Add silent parameter to ResolveAsTypeStep.
12356 * namespace.cs (UsingEntry): Refactored to make fields private.
12359 statement.cs: Error_UnexpectedKind has extra parameter.
12361 2005-07-14 Raja R Harinath <rharinath@novell.com>
12363 * ecore.cs (IAlias): Remove.
12364 * decl.cs (DeclSpace): Don't derive from IAlias. Remove members
12365 that implement the interface.
12366 * namespace.cs (Namespace): Likewise.
12367 (Namespace.declspaces): Renamed from 'defined_names'.
12368 (Namespace.AddDeclSpace): Renamed from 'DefineName'. Take a
12369 DeclSpace instead of an IAlias.
12370 * tree.cs (Tree.AddDecl): Update.
12372 2005-07-12 Raja R Harinath <rharinath@novell.com>
12374 * statement.cs (Block.Flags); Remove HasVarargs.
12375 (Block.HasVarargs): Move to ToplevelBlock.
12376 (Block.ThisVariable, Block.AddThisVariable): Likewise.
12377 (Block.Variables): Make protected. Initialize variable hashtable
12379 (Block.AddVariable): Update.
12380 (Block.Resolve): Update to changes.
12381 (ToplevelBlock.HasVarargs): New boolean.
12382 (ToplevelBlock.ThisVariable): Move here from Block.
12383 (ToplevelBlock.AddThisVariable): Likewise.
12384 (ToplevelBlock.IsThisAssigned): New. Forwards call to this_variable.
12385 * expression.cs (This.ResolveBase): Update to changes.
12386 (ArglistAccess.DoResolve): Likewise.
12388 2005-07-11 Marek Safar <marek.safar@seznam.cz>
12391 * ecore.cs, class.cs: Use SetAssigned instead of direct access.
12393 * class.cs (TypeContainer.VerifyMembers): Distinguish between
12394 not used and not used & assigned.
12395 (FieldBase.ASSIGNED): Moved to MemberCore.Flags.
12397 2005-07-11 Marek Safar <marek.safar@seznam.cz>
12400 * expression.cs (Is.DoResolve): null is never provided type.
12402 2005-07-08 Marek Safar <marek.safar@seznam.cz>
12405 * cs-parser.jay: Less strict event error rule to catch more errors.
12407 2005-07-08 Martin Baulig <martin@ximian.com>
12409 Fix test-iter-10.cs - distinguish whether we `yield' in a property
12410 gettter (allowed) or setter (not allowed).
12412 * class.cs (Accessor): Implement IIteratorContainer.
12413 (Accessor.Yields): New public field.
12414 (PropertyBase.PropertyMethod.Define): Handle iterators on a
12415 per-accessor basis.
12418 (get_accessor_declaration, set_accessor_declaration): Set the
12419 `yields' flag on the accessor, not the property.
12420 (property_declaration): Do the iterators check on a per-accessor
12421 basis and not for the whole property.
12423 2005-07-08 Martin Baulig <martin@ximian.com>
12425 * anonymous.cs (CaptureContext.EmitParameterInstance): Correctly
12426 handle parameters in nested scopes; fixes #74808; see gtest-188.cs.
12428 2005-07-07 Marek Safar <marek.safar@seznam.cz>
12431 * attribute.cs (orig_sec_assembly): Holds original version of assembly.
12432 (ExtractSecurityPermissionSet): Cope with self referencing security
12433 attributes properly.
12435 * driver.cs (SetOutputFile): Made public property OutputFile.
12437 2005-07-07 Raja R Harinath <rharinath@novell.com>
12440 * class.cs (TypeContainer.first_nonstatic_field): Rename from
12441 has_nonstatic_fields. Make into a FieldBase pointer.
12442 (TypeContainer.AddField): Add CS0282 check.
12443 (TypeContainer.EmitType): Update.
12445 2005-07-06 Miguel de Icaza <miguel@novell.com>
12447 * cs-tokenizer.cs (consume_identifier): Do not create strings to
12448 compare if they start with __.
12450 2005-07-06 Raja R Harinath <rharinath@novell.com>
12452 * statement.cs (Switch.SwitchGoverningType): Only look at
12453 UserCasts that don't need implicit standard conversions to one of
12454 the allowed switch types (Fixes test-322.cs).
12455 (LocalInfo.Resolve): Re-enable sanity-test.
12457 2005-07-06 Marek Safar <marek.safar@seznam.cz>
12459 * cs-tokenizer.cs (consume_identifier): Detect double undescores
12461 * ecore.cs (FieldExpr.AddressOf): Changed volatile error to warning.
12463 * expression.cs (Invocation.DoResolve): Report error CS0245 here.
12465 2005-07-06 Raja R Harinath <rharinath@novell.com>
12468 * ecore.cs (SimpleName.GetSignatureForError): Add.
12469 * expression.cs (MemberAccess.DoResolve): Don't clobber 'expr' field.
12470 (MemberAccess.GetSignatureForError): Add.
12472 2005-07-05 Marek Safar <marek.safar@seznam.cz>
12474 The big error and warning messages review.
12504 * typemanager.cs: Updated.
12506 * class.cs: (MethodCore.SetYields): Moved here to share.
12507 (PropertyMethod.Define): Moved iterator setup here.
12509 * iterators.cs: Add orig_method to have full access to parent
12512 2005-07-05 Raja R Harinath <rharinath@novell.com>
12514 Make 'fixed variable' handling standards compliant. Fix #70807, #72729.
12515 * ecore.cs (IVariable.VerifyFixed): Remove 'is_expression' parameter.
12516 (FieldExpr.VerifyFixed): Ensure that the field is part of a fixed
12517 variable of struct type.
12518 * expression.cs (Unary.ResolveOperator): Update to change.
12519 (Indirection.VerifyFixed): Likewise.
12520 (LocalVariableReference.VerifyFixed): A local variable is always fixed.
12521 (ParameterReference.VerifyFixed): Value parameters are fixed.
12522 (This.VerifyFixed): Treat 'this' as a value parameter.
12523 * statement.cs (LocalInfo.IsFixed): Remove.
12525 2005-07-01 Martin Baulig <martin@ximian.com>
12527 * iterators.cs (Iterator.CapturedThisReference.Emit): Use
12528 `ec.EmitThis ()' to get the correct scope.
12530 2005-07-01 Martin Baulig <martin@ximian.com>
12532 * ecore.cs (FieldExpr.DoResolve): Don't capture the field if it's
12533 instance is a ParameterReference; fixes #75299.
12535 2005-07-01 Martin Baulig <martin@ximian.com>
12537 Reverted Marek's latest patch (r46725):
12538 - it contains structural changes which are neither mentioned in
12539 the ChangeLog nor explained anywhere; for example the additional
12540 argument of EmitContext's and Iterator's .ctor's and the
12541 TypeContainer.DefineMembers() change.
12542 - structural changes like this should go in in seperate patches
12543 and not be hidden in a huge patch which just seems to affect
12544 warnings and errors.
12545 a big and hard to understand patch.
12546 - it breaks iterators and causes regressions, for instance in
12549 2005-06-30 Raja R Harinath <rharinath@novell.com>
12552 * expression.cs (Indexers.map): Remove.
12553 (Indexers.Append): Filter out inaccessible setters and getters.
12554 (IndexerAccess.DoResolve, IndexerAccess.DoResolveLValue): Update.
12557 * ecore.cs (MemberExpr.EmitInstance): New. Add CS0120 check.
12558 Refactored from ...
12559 (FieldExpr.EmitInstance, PropertyExpr.EmitInstance): ... these.
12560 (FieldExpr.Emit, PropertyExpr.Emit): Update.
12561 (FieldExpr.EmitAssign, PropertyExpr.EmitAssign): Update.
12562 * expression.cs (Invocation.EmitCall): Add CS0120 check.
12564 2005-06-30 Marek Safar <marek.safar@seznam.cz>
12567 * class.cs (FieldBase.GetInitializerExpression): One more field
12570 2005-06-28 Miguel de Icaza <miguel@novell.com>
12572 * pending.cs: Do not define a proxy if the base method is virtual,
12573 it will be picked up by the runtime (bug 75270).
12575 2005-06-08 Martin Baulig <martin@ximian.com>
12577 The big Iterators rewrite :-)
12579 * iterators.cs: Rewrite this to use the anonymous methods framework.
12581 * rootcontext.cs (RootContext.DefineTypes): Define Delegates
12582 before the TypeContainers; see 2test-21.cs.
12585 (TypeContainer.DefineType): Don't create a new EmitContext if we
12586 already have one (this only happens if we're an Iterator).
12587 (TypeContainer.Define): Also call Define() on all our iterators.
12588 (Method.CreateEmitContext): Added support for iterators.
12591 (AnonymousContainer): New abstract base class for `AnonymousMethod'.
12592 (AnonymousContainer.CreateMethodHost): Moved here from
12593 AnonymousMethod and made abstract.
12594 (AnonymousContainer.CreateScopeType): New abstract method.
12595 (AnonymousContainer.IsIterator): New public property.
12596 (ScopeInfo.EmitScopeType): Call CreateScopeType() on our Host to
12597 get the ScopeTypeBuilder rather than manually defining it here.
12598 (ScopeInfo.EmitScopeInstance): New public method; correctly handle
12601 * driver.cs (Driver.MainDriver): Call TypeManager.InitCodeHelpers()
12602 before RootContext.DefineTypes().
12604 * codegen.cs (EmitContext.RemapToProxy): Removed.
12605 (EmitContext.CurrentAnonymousMethod): Changed type from
12606 AnonymousMethod -> AnonymousContainer.
12607 (EmitContext.ResolveTopBlock): Protect from being called twice.
12608 (EmitContext.MapVariable, RemapParameter(LValue)): Removed.
12609 (EmitContext.EmitThis): Removed the iterators hacks; use the
12610 anonymous methods framework for that.
12613 (ToplevelBlock.Container): Make this a property, not a field.
12614 (ToplevelBlock.ReParent): New public method; move the
12615 ToplevelBlock into a new container.
12616 (Foreach.TemporaryVariable): Simplify.
12618 2005-06-05 Martin Baulig <martin@ximian.com>
12620 * statement.cs (LocalInfo.CompilerGenerated): New flag.
12621 (Block.AddTemporaryVariable): New public method; creates a new
12622 `LocalInfo' for a temporary variable.
12623 (Block.EmitMeta): Create the LocalBuilders for all the temporary
12625 (Foreach.TemporaryVariable): Use Block.AddTemporaryVariable() for
12626 non-iterator variables.
12628 2005-06-05 Martin Baulig <martin@ximian.com>
12630 * statement.cs (Foreach.TemporaryVariable): Create the
12631 LocalBuilder in the Emit phase and not in Resolve since in some
12632 situations, we don't have an ILGenerator during Resolve; see
12633 2test-19.cs for an example.
12635 2005-06-04 Martin Baulig <martin@ximian.com>
12637 **** Merged r45395 from GCS ****
12639 The big Foreach rewrite - Part II.
12641 * typemanager.cs (TypeManager.object_getcurrent_void): Replaced
12642 with `PropertyInfo ienumerator_getcurrent'.
12644 * codegen.cs (VariableStorage): Removed.
12647 (Foreach): Derive from Statement, not ExceptionStatement.
12648 (Foreach.CollectionForeach): New nested class. Moved all the code
12649 dealing with collection foreach here.
12650 (Foreach.ForeachHelperMethods): Removed.
12651 (Foreach.TemporaryVariable): Implement IMemoryLocation.
12653 2005-05-23 Martin Baulig <martin@ximian.com>
12655 * statement.cs (Try.DoResolve): Don't create a `finally' if we
12656 don't need to. Fix #75014.
12658 2005-05-20 Martin Baulig <martin@ximian.com>
12660 Merged r44808 from GMCS.
12662 * class.cs (TypeContainer.CircularDepException): Removed.
12663 (TypeContainer.DefineType): Removed the `InTransit' stuff.
12664 (TypeContainer.CheckRecursiveDefinition): Check for circular class
12665 (CS0146) and interface (CS0529) dependencies here.
12667 2005-06-21 Raja R Harinath <rharinath@novell.com>
12669 * expression.cs (Invocation.EmitCall): Fix initialization
12670 'this_call' to reflect current behaviour. Fix indentation.
12672 * convert.cs (FindMostEncompassedType): Add two trivial special
12673 cases (number_of_types == 0 || number_of_types == 1).
12674 (FindMostEncompasingType): Likewise.
12676 2005-06-17 Raja R Harinath <rharinath@novell.com>
12678 Some cleanups preparing for the fix of #75283.
12679 * ecore.cs (PropertyExpr.InstanceResolve): Tighten conditions for
12681 (EventExpr.InstanceResolve): Likewise.
12682 (EventExpr.DoResolve): Remove redundant checks.
12684 2005-06-10 Duncan Mak <duncan@novell.com>
12686 * cs-tokenizer.cs (process_directives): New flag for controlling
12687 the processing of preprocessor directives.
12688 (x_token): After seeing a '#', return Token.NONE instead of going
12689 to handle_preprocessing_directive() when not processing
12690 directives. This avoids unnecessary processing during the token peek in
12695 * cs-tokenizer.cs (handle_preprocessing_directive, xtoken): Use
12696 the existing error reporting methods instead of Report.Error.
12698 * convert.cs (priv_fmt_expr): Remove. It's not needed anymore
12699 after Raja's rewrite.
12701 2005-06-08 Miguel de Icaza <miguel@novell.com>
12703 * class.cs: Small fix.
12705 2005-06-08 Raja R Harinath <rharinath@novell.com>
12708 * class.cs (GetPartialBases): Fix return value check of
12709 part.GetClassBases.
12711 2005-06-07 Raja R Harinath <rharinath@novell.com>
12713 Ensure that partial classes are registered in their enclosing
12714 namespace. Initial part of fix of #75160.
12715 * tree.cs (Tree.RecordDecl): Add new namespace argument.
12716 Register declspace with namespace here, not in
12717 DeclSpace.RecordDecl.
12718 * cs-parser.jay: Pass namespace to RecordDecl.
12719 * class.cs (PartialContainer.Create): Likewise.
12720 (ClassPart.DefineType): New sanity-check. Throws an exception if
12722 * decl.cs (Declspace.RecordDecl): Remove.
12723 * namespace.cs (NamespaceEntry.DefineName): Remove.
12725 2005-06-06 Marek Safar <marek.safar@seznam.cz>
12727 * rootcontext.cs: Reset TargetExt as well.
12729 2005-06-03 Raja R Harinath <rharinath@novell.com>
12731 * ecore.cs (Expression.Resolve): Emit CS0654 error when
12732 -langversion:ISO-1.
12734 2005-06-02 Raja R Harinath <rharinath@novell.com>
12736 Fix #75080, cs0119.cs.
12737 * ecore.cs (Expression.ExprClassToResolveFlags): New. Broken out
12739 (Expression.Resolve): ... this. Use it. Remove bogus code
12740 allowing ExprClass.Type and ExprClass.Namespace for
12741 ResolveFlags.VariableOrValue.
12742 (Expression.Resolve) [1-argument variant]: Change default resolve
12743 flags based on language version.
12744 (Expression.Error_UnexpectedKind): Use a simple string array
12745 rather than an ArrayList.
12746 * expression.cs (TypeOf.DoResolve): Set eclass to ExprClass.Value,
12747 not ExprClass.Type.
12748 (TypeOfVoid.DoResolve): Likewise.
12749 (MemberAccess.DoResolve) [3-argument variant]: Make private. Drop
12750 flags argument -- it always has the same value.
12752 2005-05-31 Raja R Harinath <rharinath@novell.com>
12755 * ecore.cs (Expression.ResolveLValue): Add a Location parameter.
12756 Use it in the error message.
12757 * assign.cs, expression.cs, statement.cs: Update.
12759 2005-05-30 Raja R Harinath <rharinath@novell.com>
12762 * ecore.cs (Expression.MemberLookupFailed): Add CS0122 check in
12763 the "almostMatchedMember" case too.
12764 * typemanager.cs (Closure.CheckValidFamilyAccess): Add anything
12765 that failed the accessibility checks to 'almost_match'.
12767 2005-05-27 Vladimir Vukicevic <vladimir@pobox.com>
12769 * attribute.cs: Use internal MethodBuilder methods to set
12770 ExactSpelling and SetLastError on PInvoke methods, instead
12771 of passing them via charset. Fixes #75060.
12773 2005-05-27 Raja R Harinath <rharinath@novell.com>
12775 * parameter.cs (Parameter): Remove TODO comment.
12776 (Parameter.DefineParameter): Remove Location parameter.
12777 (Parameters.LabelParameters): Likewise.
12778 * class.cs (Constructor.Emit): Update to change.
12779 (MethodData.Emit): Likewise.
12780 * anonymous.cs (AnonymousMethod.EmitMethod): Likewise.
12781 * delegate.cs (Delegate.Define, Delegate.Emit): Likewise.
12783 2005-05-27 Atsushi Enomoto <atsushi@ximian.com>
12786 Removed Parameters.Location and added Parameter.Location instead.
12787 Removed Location parameter from Emit() and GetSignature().
12794 Modified all related calls.
12796 2005-05-26 Raja R Harinath <rharinath@novell.com>
12798 Improve user-defined conversion handling.
12799 * convert.cs (GetConversionOperators): Rewrite. Return only the
12800 applicable operators.
12801 (AddConversionOperators): New. Helper for GetConversionOperators.
12802 (FindMostEncompassedType, FindMostEncompassingType): Verify that
12803 there is only one most encompassed/encompassing type.
12804 (FindMostSpecificSource, FindMostSpecificTarget): Remove
12805 "applicable operator" handling.
12806 (UserConversion): Move cache here from GetConversionOperators.
12807 Directly cache the chosen operator, rather than the whole
12809 (ExplicitNumericConversion): Fix buggy implementation of Decimal
12810 case. Allow conversion of decimal to sbyte and byte too.
12811 * expression.cs (EmptyExpression.Grab, EmptyExpression.Release):
12812 New static methods. Used to avoid allocating EmptyExpressions in
12815 2005-05-24 Duncan Mak <duncan@novell.com>
12817 * ecore.cs (CastFromDecimal): New class for casting a decimal to
12818 another class, used in Convert.ExplicitNumericConversion.
12819 (CastToDecimal): New class, similar to above, but casts to
12820 System.Decimal, used in Convert.ImplicitNumericConversion and also
12821 in explicit convesion from double/float to decimal.
12823 * convert.cs (ImplicitNumericConversion): Handle implicit
12824 conversions to System.Decimal.
12825 (ExplicitNumericConversion): handle explicit conversions to
12830 2005-05-20 Miguel de Icaza <miguel@novell.com>
12832 * typemanager.cs (EnumToUnderlying): Do not throw if we do not
12833 know the type at this stage, just break through. Fixes #75008
12835 2005-05-19 Martin Baulig <martin@ximian.com>
12838 (ImplicitDelegateCreation.Check): Added `bool check_only' argument
12839 to disable error reporting.
12841 * convert.cs (Convert.ImplicitStandardConversionExists): Use it
12842 here since we don't want to report an error; see the new test-336.cs.
12844 2005-05-19 Raja R Harinath <rharinath@novell.com>
12846 * statement.cs (ToplevelBlock.GetParameterReference)
12847 (ToplevelBlock.IsParameterReference,ToplevelBlock.IsLocalParameter):
12848 Move here from class Block.
12849 * ecore.cs (SimpleName.SimpleNameResolve): Update to changes.
12850 * expression.cs (ParameterReference.DoResolveBase): Likewise.
12852 2005-05-18 Martin Baulig <martin@ximian.com>
12857 (FlowBranching.Reachability): Add non-static public And() and Or()
12859 (FlowBranchingSwitch): New class; do the `break_origins' thing
12860 like in FlowBranchingLoop.
12861 (FlowBranching.UsageVector.MergeBreakOrigins): Also merge the
12862 reachability, not just locals and parameters.
12863 (FlowBranching.MergeChild): Remove some of the hacks for loop and
12864 switch; MergeBreakOrigins() now takes care of that.
12866 2005-05-18 Martin Baulig <martin@ximian.com>
12868 * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
12869 a loop and may leave it, reset the barrier; fixes #74974.
12871 2005-05-17 Marek Safar <marek.safar@seznam.cz>
12873 * attribute.cs (Attribute.ResolveArguments): GuidAttribute check
12876 * cs-parser.jay: Catch more lexical errors.
12878 * report.cs: Add one more Error method.
12881 * typemanager.cs: Register System.Runtime.InteropServices.GuidAttribute
12883 2005-05-17 Martin Baulig <martin@ximian.com>
12885 * expression.cs (Argument.Resolve): Turn on flow analysis; fix
12888 2005-05-16 Raja R Harinath <rharinath@novell.com>
12890 Fix test-382.cs. Emit values of decimal constants.
12891 * class.cs (TypeContainer.RegisterFieldForInitialization): New.
12893 (TypeContainer.AddField): ... this.
12894 (TypeContainer.EmitFieldInitializers): Allow the list of fields
12895 with initializers to include 'Const's.
12896 (ClassPart.RegisterFieldForInitialization): Forward to
12898 * const.cs (Const.Const): Pass initializer to base class.
12899 (Const.Define): In case of decimal constants, register them for
12900 initialization in a static constructor.
12902 2005-05-14 Martin Baulig <martin@ximian.com>
12904 * statement.cs (Block.Resolve): Correctly handle unreachable code;
12905 do not call ResolveUnreachable() on unreachable statements in
12906 here, see the comment in the source code.
12908 2005-05-13 Raja R Harinath <rharinath@novell.com>
12911 * expression.cs (BinaryResolveOperator): If one of the operands of
12912 an equality comparison is 'null' and the other is a pointer type,
12913 convert the null to a NullPointer.
12914 * convert.cs (ImplicitReferenceConversion): If the expression is a
12915 NullLiteral and the target type is a pointer type, return a
12916 NullPointer instead.
12917 (ImplicitConversionStandard): Likewise.
12919 2005-05-13 Marek Safar <marek.safar@seznam.cz>
12921 * cs-parser.jay: Set readonly context based on special constructs.
12923 * expression.cs (LocalVariableReference.DoResolveBase): Improved
12924 readonly variable error handling.
12926 * rootcontext.cs (EmitCode): Don't verify members when error
12929 * statement.cs (LocalInfo): Add reaodnly context information.
12930 (SetReadOnlyContext, GetReadOnlyContext): New methods.
12932 2005-05-13 Raja R Harinath <rharinath@novell.com>
12934 * statement.cs (Block.Resolve): Revert change below. Modify fix
12935 for #74041 to initialize 'resolved' to false only for explicit
12936 blocks. Fixes #74873.
12938 2005-05-12 Raja R Harinath <harinath@gmail.com>
12941 * typemanager.cs (unmanaged_enclosing_types): New.
12942 (IsUnmanagedType): Avoid infloops by using
12943 'unmanaged_enclosing_types' to talk with recursive invocations.
12945 2005-05-13 Martin Baulig <martin@ximian.com>
12947 * statement.cs (Block.Resolve): Make the `bool unresolved' flag an
12948 instance variable, not a local. Fix #74873.
12949 (Block.ResolveUnreachable): Set it to true here.
12951 2005-05-11 Duncan Mak <duncan@novell.com>
12953 * cs-tokenizer.cs (get_cmd_arg): Check that 'c' is not -1 before
12954 continuing to process for 'arg'.
12955 (handle_preprocessing_directive): Check the argument of the #endif
12956 directive and report error CS1025 if there are any trailing
12959 According to the C# spec, having even whitespace after the #endif
12960 directive is illegal; however, because we call arg.TrimEnd ()
12961 beforehand, we have the same behavior as csc, allowing whitespace
12962 after the directive.
12966 2005-05-11 Marek Safar <marek.safar@seznam.cz>
12970 * class.cs (ConstructorInitializer.GetOverloadedConstructor): Removed.
12971 (Constructor.GetObsoleteAttribute): Implemented correctly.
12973 2005-05-10 Martin Baulig <martin@ximian.com>
12975 * support.cs (ReflectionParameters.ParameterModifier): Use
12976 `Parameter.Modifier.REF' if we both have `ParameterAttributes.Out'
12977 and `ParameterAttributes.In'. Fixes #74884.
12979 2005-05-10 Marek Safar <marek.safar@seznam.cz>
12981 * class.cs (Method.Define): Catch attempt for Finalizer declaration.
12983 * expression.cs (Argument.GetParameterModifier): Turned to property.
12984 (Invocation.Error_InvalidArguments): Add more descriptive errors.
12986 * parameter.cs (Parameter.GetModifierSignature): Translates modifier to
12989 2005-05-09 Raja R Harinath <rharinath@novell.com>
12992 * decl.cs (MemberCache.AddMethods): Register override methods,
12993 rather than non-override methods.
12994 * typemanager.cs (RegisterOverride): New.
12995 (IsOverride): Update.
12997 2005-05-09 Marek Safar <marek.safar@seznam.cz>
13001 * ecore.cs (SimpleName.SimpleNameResolve): Add in_transit to catch
13002 recursive declaration.
13004 * statement.cs (Block.ResolveMeta): Report any error in resolving.
13006 2005-05-06 Marek Safar <marek.safar@seznam.cz>
13008 * cfold (DoConstantNumericPromotions): Don't try to convert 0 enum.
13010 * expression.cs (Binary.DoResolve): (x && 0) is always 0.
13012 2005-05-05 Raja R Harinath <rharinath@novell.com>
13015 * decl.cs (DeclSpace.FamilyAccessible):
13016 Use TypeManager.IsNestedFamilyAccessible.
13018 Fix reopened #64812.
13019 * typemanager.cs (Closure.Filter): Introduce checks for 'protected
13022 2005-05-04 Raja R Harinath <rharinath@novell.com>
13023 Abin Thomas <projectmonokochi@rediffmail.com>
13024 Anoob V E <projectmonokochi@rediffmail.com>
13025 Harilal P R <projectmonokochi@rediffmail.com>
13028 * typemanager.cs (Closure.CheckValidFamilyAccess): Don't blindly
13029 allow access to all static members.
13031 2005-05-04 Martin Baulig <martin@ximian.com>
13033 * ecore.cs (FieldExpr.DoResolveLValue): Always call fb.SetAssigned().
13035 2005-05-04 Martin Baulig <martin@ximian.com>
13039 * statement.cs (Switch.SimpleSwitchEmit): Always emit the default
13040 section at the end; make things work if `default' is not the last
13043 2005-05-04 Martin Baulig <martin@ximian.com>
13047 * statement.cs (Switch): Replaced the `got_default' field with a
13048 `default_section' one.
13049 (Switch.CheckSwitch): Set `default_section' here.
13050 (Switch.Resolve): If we're a constant switch and the constant is
13051 not found, use the default section.
13053 2005-05-03 Martin Baulig <martin@ximian.com>
13055 * expression.cs (ArrayAccess.EmitGetLength): New public method.
13057 * statement.cs (Foreach.ArrayForeach): New nested class.
13058 (Foreach.TemporaryVariable): New nested class.
13059 (Foreach.EmitArrayForeach): Removed; this is now in the new
13060 ArrayForeach class.
13062 2005-05-03 Raja R Harinath <rharinath@novell.com>
13064 * pending.cs (BaseImplements): Move the #74773 fix here. This is
13066 (VerifyPendingMethods): Revert change below.
13068 * typemanager.cs (IsOverride, RegisterNonOverride): New.
13069 * decl.cs (MemberCache.AddMethod): Register "non-override" methods
13070 that used to trigger warning -28. Remove warning -28.
13071 * expression.cs (Invocation.OverloadResolve): Use
13072 TypeManager.IsOverride to distinguish override methods.
13075 * pending.cs (VerifyPendingMethods): If a base type implements the
13076 requested interface, don't bother checking individual methods of
13077 the base type. As a side-effect, this prevents the creation of
13078 unnecessary proxies.
13080 2005-05-02 Martin Baulig <martin@ximian.com>
13084 * flowanalysis.cs (FlowBranching.UsageVector.MergeJumpOrigins):
13085 Also `And' the locals if the old vector is null.
13086 (FlowBranching.UsageVector.BitVector.And): Allow `vector' being
13087 null; in this case we basically reset all the variables.
13089 2005-05-02 Martin Baulig <martin@ximian.com>
13093 * flowanalysis.cs (FlowBranching.UsageVector.MergeBreakOrigins):
13094 Added `FlowBranching branching' argument; always `and' the
13095 variables instead of `or'ing them unless we're an infinite loop.
13097 * statement.cs (While.Resolve): Create a new sibling unless we're
13100 2005-05-02 Martin Baulig <martin@ximian.com>
13104 * class.cs (ConstructorInitializer.Resolve): Added `Block block'
13105 arguments; use it instead of creating a new TopLevelBlock.
13106 (Constructor.Emit): Call `block.ResolveMeta ()' before resolving
13107 our ConstructorInitializer.
13110 (TopLevelBlock.TopLevelBranching): New public property.
13111 (TopLevelBlock.ResolveMeta): New public method; call ResolveMeta()
13112 and create our `TopLevelBranching'.
13114 * codegen.cs (EmitContext.ResolveTopBlock): If we're not an
13115 anonymous method host, use `block.TopLevelBranching' rather than
13116 creating a new branching.
13118 2005-04-20 Miguel de Icaza <miguel@novell.com>
13120 * anonymous.cs (ScopeInfo.AddChild): when adding a new child to
13121 a ScopeInfo, if any of the current children is a child of the new
13122 entry, move those children there.
13124 2005-04-30 Martin Baulig <martin@ximian.com>
13126 * statement.cs (Switch.SimpleSwitchEmit): Reset `default_at_end'
13127 at the beginning of a SwitchSection. Fix #73335.
13129 2005-04-27 Marek Safar <marek.safar@seznam.cz>
13132 * class.cs (EmitFieldInitializers): Use FieldExpr in initializer.
13134 * ecore.cs (FieldExpr): Add a new ctor with in_initializer.
13135 (FieldExpr.DoResolve): Obsolete members are ignored for field
13138 2005-04-26 Marek Safar <marek.safar@seznam.cz>
13140 * attribute.cs (AreOverloadedMethodParamsClsCompliant): Add array
13141 of arrays detection.
13143 * class.cs (Interface.VerifyClsCompliance): Add base interfaces
13145 (Field.VerifyClsCompliance): Volatile fields are not compliant.
13147 * decl.cs (MemberCache.VerifyClsParameterConflict): Add array of
13150 2005-04-25 Ben Maurer <bmaurer@ximian.com>
13152 * cs-parser.jay: Use the prefered version of -unsafe in error
13155 2005-04-22 Marek Safar <marek.safar@seznam.cz>
13157 * driver.cs (CompilerCallableEntryPoint.Invoke): Reset under any
13160 2005-04-20 John Luke <john.luke@gmail.com>
13162 * driver.cs: fix typo in error message, --outout to --output
13164 2005-04-20 Marek Safar <marek.safar@seznam.cz>
13166 * codegen.cs (InRefOutArgumentResolving): New field.
13168 * ecore.cs (FieldExpr.DoResolve): Check for assigning to readonly
13169 fields outside contructor.
13171 * expression.cs (Argument.Resolve): Set InRefOutArgumentResolving.
13173 2005-04-19 Miguel de Icaza <miguel@novell.com>
13175 * anonymous.cs (CaptureContext.EmitParameterInstance): The
13176 parameter code was not completed ever, so it was not as up-to-date
13177 as local variables. Must finish it.
13179 The bug fix was to compare the Toplevel of the block, not the
13180 current block. Thanks for Ben for pointing this out.
13182 2005-04-19 Raja R Harinath <rharinath@novell.com>
13184 * decl.cs (AddMethods): Use the declaring type of the problem
13185 method to determine if we want to squash a warning.
13187 2005-04-19 Marek Safar <marek.safar@seznam.cz>
13189 * attribute.cs: Removed debug output.
13191 * decl.cs (MemberCache.AddMethods): Fixed Finalize ignoring.
13193 * driver.cs (Driver.parse): Synchronize parser ErrorOutput with
13196 2005-04-18 Raja R Harinath <rharinath@novell.com>
13199 * expression.cs (Binary.EqualsNullIsReferenceEquals): New.
13200 (Binary.DoResolveOperator): Use it to avoid blindly optimizing out
13201 all null comparisons against reference types.
13203 2005-04-18 Marek Safar <marek.safar@seznam.cz>
13206 * class.cs (TypeContainer.CircularDepException) New nested
13208 (GetPartialBases, GetNormalBases, GetClassBases): Removed error.
13209 (TypeContainer.DefineType): Removed error, reset InTransit before
13211 (Class.DefineType): Throw exception when is in Transit.
13212 Catch exception and report error.
13213 (Struct.DefineType): Throw exception when is in Transit.
13214 Catch exception and report error.
13215 (Interface.DefineType): Throw exception when is in Transit.
13216 Catch exception and report error.
13218 * codegen.cs: Add InCatch,InFinally to EmitContext to easily
13219 handle nested exception handlers.
13221 * flowanalysis.cs (InTryWithCatch): New method, search for try with
13224 * iterators.cs (Yield.CheckContext): Add CS1626 report. Updated
13225 InFinally and InCatch storage.
13227 * statement.cs (Throw.Resolve): Use InCatch, InFinally from ec.
13228 (Catch.Resolve): Set and Restore ec.InCatch.
13229 (Try.Resolve): Set and Restore ec.InFinally.
13230 (Try.HasCatch): True when try has catch.
13232 2005-04-17 Atsushi Enomoto <atsushi@ximian.com>
13234 * doc.cs : In some cases FilterName returns MonoEvent and MonoField
13235 for the same event member, so exclude such cases from warning 419.
13238 2005-04-16 Miguel de Icaza <miguel@novell.com>
13240 * expression.cs (Binary.ResolveOperator): Apply patch from John
13241 Luke to fix bug 59864: operators &, | and ^ on enumerations
13242 require that the same enum type on both sides.
13244 * driver.cs: Add warnings to old flag usage, this is to assist
13245 people who produce Makefiles and hope that the Makefiles will be
13248 * class.cs (TypeContainer.EmitType): Moved the definition of the
13249 special $PRIVATE$ field from the resolve phase to the Emit phase.
13250 During resolve we do not know if we are a struct with
13251 HasExplicitLayout, we know this only after the attributes for the
13254 Set the FieldOffset to zero on the dummy field that we create for
13255 the class. Fixes 74590.
13257 2005-04-16 Raja R Harinath <rharinath@novell.com>
13260 * ecore.cs (PropertyExpr.resolved): New.
13261 (DoResolve): Use it to handle a case of double resolution here.
13262 Handle a case of identical-name-and-type-name.
13263 * expression.cs (ArrayCreation.CheckIndices): Avoid double
13264 resolution by storing the results of expression resolution back
13265 into the "probes" array.
13267 2005-04-15 Raja R Harinath <rharinath@novell.com>
13269 Fix cs0208-7.cs and cs0208-8.cs.
13270 * typemanager.cs (IsUnmanagedType): Arrays are not allowed
13271 (cf. ECMA standard, behaviour of CSC 1.1 and CSC 2.0). Improve
13272 error reporting to point out the reason a struct is not unmanaged.
13274 2005-04-13 Atsushi Enomoto <atsushi@ximian.com>
13276 * doc.cs : In FindDocumentedType(), avoid TypeExpr.ResolveType() and
13277 just use TypeExpr.Type. This fixes bug #74595 when merged to gmcs.
13279 2005-04-13 Raja R Harinath <rharinath@novell.com>
13282 * ecore.cs (PropertyExpr.InstanceResolve): Handle a case of
13283 IdenticalNameAndTypeName here.
13284 (EventExpr.InstanceResolve): Likewise.
13286 2005-04-13 Marek Safar <marek.safar@seznam.cz>
13288 C# 2.0 DefaultCharSetAttribute implementation
13290 * attribute.cs (Attribute.ResolveAsTypeStep): New protected method
13291 which allows us to set GlobalNamespace for every resolve.
13292 (Attribute.ResolveArguments): Cut from Resolve.
13293 (Attribute.GetCharSetValue): Returns CharSet named argument.
13294 (Attribute.DefinePInvokeMethod): Gets default charset from
13296 (GlobalAttribute.ResolveAsTypeStep): Override.
13297 (GlobalAttribute.ResolveArguments): Override.
13299 * class.cs (TypeAttr): Is protected.
13301 * codegen.cs (ModuleClass.DefaultCharSet): New member.
13302 (ModuleClass.DefaultCharSetType): New memeber.
13303 (ModuleClass.ResolveAttributes): Resolves DefaultCharSetAttribute.
13305 * decl.cs (Decl.TypeAttr): New protected virtual. Returns default
13306 charset from module.
13308 * delegate.cs (TypeAttr): Override.
13309 (Delegate.DefineType): Use this TypeAttr.
13311 * driver.cs (Driver.MainDriver): Call Module.ResolveAttributes
13312 at very early stage (before types are defined) to resolve model
13313 module attributes. It will probably not work with corlib but it
13316 * enum.cs (Enum.TypeAttr): New protected virtual. Returns default
13317 charset from module.
13319 * typemanager.cs (default_charset_type): New type.
13321 2005-04-13 Raja R Harinath <rharinath@novell.com>
13323 * decl.cs (MemberCache.AddMethods): Don't warn if
13324 System.Object.Finalize has buggy MethodAttributes.
13326 * typemanager.cs (IsUnmanagedType): Restore !IsValueType check
13329 2005-04-13 Atsushi Enomoto <atsushi@ximian.com>
13331 * doc.cs : detect ambiguous reference to overloaded members.
13332 Fixed bug #71603. MS 1.1 csc does not detect it.
13334 2005-04-13 Atsushi Enomoto <atsushi@ximian.com>
13336 * doc.cs : delegates must not be referenced with parameters.
13339 2005-04-12 Miguel de Icaza <miguel@novell.com>
13341 * typemanager.cs (IsUnmanagedType): Arrays are allowed.
13343 2005-04-10 Miguel de Icaza <miguel@novell.com>
13345 * driver.cs (MainDriver): Stop processing if the CLS stage found
13348 (CompilerCallableEntryPoint.InvokeCompiler): Always
13349 reset after execution; Take a TextWriter argument for the
13352 * report.cs: Use the error stream instead of hardcoding stderr.
13354 2005-04-09 Miguel de Icaza <miguel@novell.com>
13356 * class.cs: Reduce code paths to test, too small of an
13357 optimization to make it worth the extra testing. Always perform
13360 2005-04-08 Raja R Harinath <rharinath@novell.com>
13363 * class.cs (OperatorArrayList.CheckPairedOperators): Skip
13364 operators that had errors reported on them.
13366 2005-04-08 Marek Safar <marek.safar@seznam.cz>
13368 * attribute.cs (Attribute.IsValidArgumentType): Test valid named
13370 (Attribute.Resolve): Add named argument type checking.
13372 * class.cs (FixedField.Define): Use IsPrimitiveType
13374 * expression.cs (Binary.ResolveOperator): Reflect IsCLRType renaming.
13376 * iterators.cs (Iterator.DefineIterator): Add check for arglist and
13377 unsafe parameter types.
13379 * statement.cs (Using.ResolveExpression): Add better error description.
13381 * typemanager.cs (IsCLRType): Renamed to IsPrimitiveType.
13383 2005-04-08 Raja R Harinath <rharinath@novell.com>
13386 * attribute.cs (Attribute.GetAttributeUsage): Resolve
13387 AttributeUsageAttribute in the emitcontext of the attribute class,
13388 not in the emitcontext of the attributable entity it was attached to.
13389 * cs-parser.jay: Use 'current_class', not 'current_container',
13390 when creating a GlobalAttribute.
13392 2005-04-08 Alp Toker <alp@atoker.com>
13394 * pending.cs: The fix to #58413 failed to compile methods implementing
13395 interfaces with/without params modifiers and vice versa, even though
13396 params modifiers aren't part of the signature. Make the modifier check
13397 less strict as in csc.
13399 2005-04-07 Abin Thomas <projectmonokochi@rediffmail.com>
13400 Anoob V E <projectmonokochi@rediffmail.com>
13401 Harilal P R <projectmonokochi@rediffmail.com>
13404 * pending.cs (TypeAndMethods.mods): New. Store the parameter
13405 modifiers of pending methods.
13406 (PendingImplementation.PendingImplementation): Initialize it.
13407 Add Parameter.Modifier [][] mods and initialize it with ParameterData.
13408 (PendingImplementation.InterFaceMethod): Repalce Type[] argument
13409 with ParameterData. Add check for modifiers.
13410 * class.cs (MethodData.Define): Update to changes.
13412 2005-04-07 Raja R Harinath <rharinath@novell.com>
13414 * ecore.cs (Expression.IsAccessorAccessible): Clarify code somewhat.
13416 2005-04-07 Marek Safar <marek.safar@seznam.cz>
13418 * class.cs (PropertyMethod.Define): Check private accessor in abstract
13421 * decl.cs (DeclSpace.ApplyAttributeBuilder): Don't allow RequiredAttribute
13424 * typemanager.cs: Registered RequiredAttributeAttribute.
13426 2005-04-06 Marek Safar <marek.safar@seznam.cz>
13428 * class.cs (VerifyMembers): Doesn't need EmitContext argument.
13429 Warning CS0169 is back at level 3.
13430 (IMethodData.SetMemberIsUsed): New method.
13432 * decl.cs (IsUsed): New value; moved from FieldBase.Status
13433 (SetMemberIsUsed, IsUsed): New methods, encapsulate IsUsed.
13435 * delegate.cs (ResolveMethodGroupExpr): Call SetMemberIsUsed.
13437 * ecore.cs (FieldExpr.ResolveMemberAccess): Call SetMemberIsUsed for
13439 (PropertyExpr.ResolveAccessors): Call SetMemberIsUsed when delegate
13442 * expression.cs (OverloadResolve): Call SetMemberIsUsed. when method
13445 * rootcontext.cs (RootContext.EmitCode): Call VerifyMembers in extra run
13446 to avoid the problems with nested types.
13448 2005-04-05 Abin Thomas <projectmonokochi@rediffmail.com>
13449 Anoob V.E <projectmonokochi@rediffmail.com>
13450 Harilal P.R <projectmonokochi@rediffmail.com>
13451 Raja R Harinath <rharinath@novell.com>
13454 * delegate.cs (Define): Emit ParamArrayAttribute for 'params'
13456 * typemanager (GetConstructor): Make public.
13458 2005-04-05 John Luke <john.luke@gmail.com>
13459 Raja R Harinath <rharinath@novell.com>
13462 * typemanager.cs (IsUnmanagedType): Check non-public fields of a
13463 struct too. Return false quicker in a few cases.
13464 (VerifyUnManaged): Use it.
13466 2005-04-05 Raja R Harinath <rharinath@novell.com>
13469 * statement.cs (Block.Resolve): Initialize 'unreachable' to false,
13470 not 'unreachable_seen'.
13472 2005-04-04 Marek Safar <marek.safar@seznam.cz>
13474 * attribute.cs (Attribute.GetValue): Removed unused.
13476 * codegen.cs (CodeGen.TrimExt): Removed unused.
13478 * cs-parser.jay (output): Removed unused.
13480 * cs-tokenizer.cs (hex_digits): Removed unused.
13482 * enum.cs (MapToInternalType, GetEnumeratorName): Removed unused.
13484 * expression.cs (Indirection.LoadExprValue): Removed unused.
13485 (ArrayCreation.ExpressionToArrayArgument): Removed unused.
13487 * iterators.cs (Iterator.param_types): Removed unused.
13489 * statement.cs (Goto.block): Removed unused.
13490 (ToplevelBlock.did): Removed unused.
13491 (Switch.ResolveConstantSwitch): Removed unused.
13493 2005-04-01 Ben Maurer <bmaurer@ximian.com>
13495 * rootcontext.cs: Allow mcs to bootstrap with the compilation
13498 2005-04-01 Raja R Harinath <rharinath@novell.com>
13500 Fix #74232 and cs0208-3.cs.
13501 * expression.cs (ComposedCast.DoResolveAsTypeStep): Add CS0208 check.
13502 * typemanager.cs (IsUnmanagedType): Don't allow 'object' as an
13503 unmanaged type. Don't use FieldBuilders when 't' is a
13504 TypeBuilder. Use ModFlags and MemberType fields.
13505 * class.cs (MemberBase.member_type): Rename from MemberType.
13506 (MemberBase.MemberType): New property. Determines member_type on
13508 (MemberBase.DoDefine): Don't initialize MemberType here.
13509 (FieldMember.Define): Likewise.
13511 2005-04-01 Marek Safar <marek.safar@seznam.cz>
13514 * class.cs (Event.Emit): Call Add/Remove emit even for interfaces.
13515 Attributes are emitted there.
13517 2005-04-01 Raja R Harinath <rharinath@novell.com>
13519 * cs-tokenizer.cs (consume_identifier): Treat 'partial' as a
13520 keyword in 'partial enum' too.
13521 * cs-parser.jay (enum_declaration): Add CS0267 check ('partial enum'
13523 Report from Kamil Skalski <nazgul@omega.pl>.
13526 * rootcontext.cs (ResolveTree): The 'root.Interfaces' list can
13527 have partial containers too.
13529 * ecore.cs (SimpleName.SimpleNameResolve): Move 'invariant meaning
13530 in block' checks to Block.CheckInvariantMeaningInBlock.
13531 * statement.cs (Block.GetKnownVariableInfo): Make private.
13532 (Block.IsVariableUsedInChildBlock): Remove.
13533 (Block.IsVariableUsedInBlock): Likewise.
13534 (Block.CheckInvariantMeaningInBlock): New. Show location of
13535 conflicting declaration.
13536 (Block.AddVariable): Make error messages less long-winded and more
13537 specific. Show location of conflicting declaration.
13538 * parameter.cs (Parameters.Location): New readonly property.
13540 2005-03-31 Raja R Harinath <rharinath@novell.com>
13542 Clean up semantics of invoking ResolveMemberAccess.
13543 * ecore.cs (SimpleName.DoSimpleNameResolve): If a MemberExpression
13544 can have an instance, ensure that we pass in a non-TypeExpression
13545 to ResolveMemberAccess. Tighten up IdenticalNameAndTypeName checks.
13546 (MemberExpr.DoSimpleNameResolve): Remove type_is_inferred
13547 argument. Update to changes and simplify.
13548 (FieldExpr.Emitinstance): Remove CS0120 check.
13549 (PropertyExpr.EmitInstance): Likewise.
13550 * expression.cs (Argument.Resolve): Likewise.
13551 (Invocation.DoResolve): Update to changes in semantics of
13552 InstanceExpression.
13554 2005-03-31 Marek Safar <marek.safar@seznam.cz>
13557 * class.cs (AbstractPropertyEventMethod.EmitMethod): Enable emit method
13560 * decl.cs (MemberCache.AddMethods): Fix infinite loop.
13562 2005-03-31 Raja R Harinath <rharinath@novell.com>
13564 Fix difference in behaviour with commandline invocation.
13565 * driver.cs (Driver.Reset): New.
13566 (CompilerCallableEntryPoint): Call it.
13568 * statement.cs (If.Resolve): Avoid spurious "uninitialized
13569 variable" warnings if the boolean expression failed to resolve.
13571 2005-03-30 Sebastien Pouliot <sebastien@ximian.com>
13573 * attribute.cs: Fix the union of several permissions when some of them
13574 are unrestricted (so the result isn't an unrestricted permission set).
13577 2005-03-30 Raja R Harinath <rharinath@novell.com>
13579 * ecore.cs (MemberExpr): New class. Convert from interface
13581 (MemberExpr.ResolveMemberAccess): Refactor and move here from
13582 MemberAccess.ResolveMemberAccess. Tighten up pre-conditions and
13584 (MethodGroupExpr, FieldExpr, PropertyExpr, EventExpr): Update.
13585 (MethodGroupExpr.IsExplicitImpl): Remove.
13586 (Expression.GetFieldFromEvent): Remove.
13587 (SimpleName.MemberStaticCheck): Remove.
13588 (SimpleName.DoSimpleNameResolve): Update to changes.
13589 * expression.cs (MemberAccess.ResolveMemberAccess): Refactor.
13590 (MemberAccess.IdenticalNameAndTypeName): Remove.
13591 (MemberAccess.error176): Move to MemberExpr.
13592 (MemberAccess.DoResolve): Update to changes.
13593 (BaseAccess.DoResolve): Likewise.
13595 2005-03-30 Marek Safar <marek.safar@seznam.cz>
13597 C# 2.0 Conditional attribute class implementation
13599 * attribute.cs (AttributeTester.IsAttributeExcluded): New method.
13600 Analyzes class whether it has attribute which has ConditionalAttribute
13601 and its condition is not defined.
13603 * class.cs (Class.ApplyAttributeBuilder): Add IsAttributeExcluded check.
13604 (Class.IsExcluded): New method. Search for at least one defined
13605 condition in ConditionalAttribute of attribute class.
13607 2005-03-30 Raja R Harinath <rharinath@novell.com>
13609 * ecore.cs (PropertyExpr): Derive from Expression, not
13610 ExpressionStatement.
13611 (PropertyExpr.EmitStatement): Remove.
13613 2005-03-29 Raja R Harinath <rharinath@novell.com>
13616 * expression.cs (MemberAccess.ResolveMemberAccess): Allow the
13617 internal field "value__" of an enum be private. The examples for
13618 "value__" that I found on MSDN all used FieldAttributes.Private.
13620 * decl.cs (MemberCache.AddMethods): Use C# terminology in warning.
13621 Don't mention IL method attribute names.
13623 Fix #47991. Remove a TODO.
13624 * statement.cs (Block.Toplevel): Make into a field.
13625 (Block.Parameters): Move into ToplevelBlock.
13626 (Block.known_variables): Rename from child_variable_names.
13627 (Block.Block): Remove variants that take Parameters. Initialize
13628 'Toplevel' with the immediately surrounding toplevel block.
13629 (Block.AddKnownVariable): Rename from AddChildVariableName. Add a
13630 LocalInfo parameter.
13631 (Block.GetKnownVariableInfo): New.
13632 (Block.IsVariableNameUsedInChildBlock): Update.
13633 (Block.IsVariableNameUsedInBlock): New. Checks if a name is used in
13634 the block, even though it may not be in scope.
13635 (Block.AddVariable): Remove Parameters parameter. Use
13636 Toplevel.Parameters instead.
13637 (Block.AddConstant): Remove Parameters parameter.
13638 (Block.GetParameterReference): Update to use Toplevel.Parameters.
13639 (Block.IsParamaterReference): Likewise.
13640 (Block.IsLocalParameter): Likewise. Simplify a lot.
13641 (ToplevelBlock.Parameters): New. Moved from Block.
13642 (ToplevelBlock.ToplevelBlock): Update to changes. Always
13643 initialize Parameters to a non-null value.
13644 * cs-parser.jay: Update to changes.
13645 * ecore.cs (SimpleName.SimpleNameResolve): Emit cs0136 error for
13646 simple names that mean different things in the same block. Use
13647 Block.IsVariableNameUsedInBlock.
13649 2005-03-28 Raja R Harinath <rharinath@novell.com>
13651 * typemanager.cs (TypeHandle.BaseType): Make into an IMemberContainer.
13652 (TypeHandle.TypeHandle): Use LookupMemberCache rather than
13653 GetTypeHandle. It is possible for a reflected type to derive from
13654 a TypeBuilder (e.g., int[] derives from the TypeBuilder
13655 System.Array during mscorlib compilation).
13656 * decl.cs (MemberCache.MemberCache): If the base cache doesn't
13657 contain a method_hash, don't create one either. Don't create a
13658 deep copy of the base cache's method_hash.
13659 (MemberCache.SetupCache): Rename back from DeepCopy.
13660 (MemberCache.AddMethods): Rewrite, now that method_hash isn't
13661 already initialized. If we see an override function, add its
13662 underlying base virtual function to the member_hash too.
13664 * enum.cs (Enum.LookupEnumValue): Remove debugging code.
13666 2005-03-26 Raja R Harinath <harinath@acm.org>
13669 * assign.cs (Assign.DoResolve): When the RHS of an assignment
13670 fails to resolve, ensure that the LHS is still resolved as an
13673 2005-03-25 Raja R Harinath <harinath@acm.org>
13675 * enum.cs (Enum.DefineType): Set ec.InEnumContext and
13677 (Enum.current_ec): Remove.
13678 (Enum.LookupEnumValue): Remove EmitContext argument.
13679 Just uses the one created during DefineType.
13680 (Enum.FindMembers): Update.
13681 * expression.cs (MemberAccess.DoResolve): Update.
13683 2005-03-22 Marek Safar <marek.safar@seznam.cz>
13685 * assign.cs (Assign.DoResolve): Check for CS1717 when
13686 source and target are same (uses Equals).
13688 * expression.cs (LocalVariableReference, ParameterReference,
13689 This): Implemented Equals, GetHashCode.
13691 * statement.cs (Block.GetParameterReference): Removed useless
13694 2005-03-22 Raja R Harinath <rharinath@novell.com>
13697 * statement.cs (Block.AddVariable): Ensure that we skip implicit
13698 blocks before deciding whether the error is cs0136 or cs0128.
13700 * cs-parser.jay: Pass MemberName to RootContext.Tree.RecordDecl.
13701 (using_alias_directive, using_namespace_directive): Pass
13702 MemberName, not an expression to Namespace.UsingAlias and
13704 (MakeName): Use the MemberName of the namespace.
13705 * namespace.cs (Namespace.MemberName): New.
13706 (UsingEntry.UsingEntry): Take a MemberName, not an expression.
13707 (AliasEntry.AliasEntry, Namespace.Using, Namespace.UsingAlias):
13709 * decl.cs (MemberName.Name): Make readonly.
13710 (MemberName.FromDotted): New "constructor".
13711 (MemberName.Equals, MemberName.GetHashCode): Implement overrides.
13712 (MemberCore.Name): Compute from MemberName on demand.
13713 (MemberCore.SetMemberName): Provide a way to change the
13715 (MemberCore.AddToContainer): Don't take a fullname parameter.
13716 * class.cs (TypeContainer.AddToMemberContainer): Don't add the
13717 fully qualified name of the container to the member name.
13718 (TypeContainer.AddToTypeContainer): Use a fully qualified name
13719 only if the type is a member of the root container.
13720 (TypeContainer.AddMethod, TypeContainer.AddProperty): Use
13721 MemberName.Left rather than searching for an embedded ".".
13722 (PartialContainer.CreatePart): Update to changes in RootContext.
13723 (MemberBase.ShortName): Turn into a property. Use
13724 MemberCore.SetMemberName.
13725 (MemberBase.ExplicitInterfaceName): Remove.
13726 (MemberBase.UpdateMemberName): Remove.
13727 (AbstractPropertyEventMethod.UpdateName): Use SetMemberName.
13728 (PropertyBase.SetMemberName): New override.
13729 * tree.cs (Tree.RecordDecl): Take a MemberName and use it as hash key.
13730 (Tree.GetDecl): New.
13731 (Tree.AllDecls): Rename from Decls.
13732 * attribute.cs, enum.cs, report.cs: Update to changes.
13733 * driver.cs (MainDriver): Use MemberName.FromDotted on
13734 RootContext.MainClass.
13736 2005-03-21 Marek Safar <marek.safar@seznam.cz>
13738 * class.cs (FixedField.Define): Check for CS1664 and more sanity
13741 * expression.cs (ElementAccess.DoResolveLValue): Check for CS1708.
13743 2005-03-18 Marek Safar <marek.safar@seznam.cz>
13745 * modifiers.cs (Modifiers.PROPERTY_CUSTOM): New constant for
13746 property accessor modifiers.
13748 * class.cs (FieldMember.ApplyAttributeBuilder): Don't allow apply
13749 fixed buffer attribute (CS1716).
13750 (PropertyMethod.HasCustomAccessModifier): When property accessor
13751 has custom modifier.
13753 * ecore (PropertyExpr.DoResolve): Add CS0271 for custom accessor
13755 (PropertyExpr.DoResolveLValue): Add CS0272.
13757 2005-03-17 Miguel de Icaza <miguel@novell.com>
13759 * convert.cs: When converting to a pointer, use the proper Conv.U
13760 or Conv.I depending on the source data type.
13762 * cs-tokenizer.cs: Make the size for large decimal constants,
13765 2005-03-17 Martin Baulig <martin@ximian.com>
13767 * anonymous.cs (AnonymousMethod.method_modifiers): Change default
13768 from `Modifiers.INTERNAL' to `Modifiers.PRIVATE'. Fixes #73260.
13770 2005-03-17 Martin Baulig <martin@ximian.com>
13772 * anonymous.cs (AnonymousMethod.EmitMethod): Changed return type
13773 to bool so we can return an error condition.
13774 (AnonymousDelegate.Emit): Check whether AnonymousMethod.EmitMethod()
13777 2005-03-16 Zoltan Varga <vargaz@freemail.hu>
13779 * attribute.cs: Encode ThrowOnUnmappableChar and BestFitMapping
13782 2005-03-16 Raja R Harinath <rharinath@novell.com>
13784 Remove TypeManager.LookupType and TypeManager.LookupTypeDirect.
13785 Refactor to avoid traversing the list of assemblies, and to avoid
13786 string concatenation.
13787 * typemanager.cs (guid_attr_type): Remove.
13788 (negative_hits, pointers, references): Remove hashes.
13790 (GetConstructedType): New. Uses type_hash to handle constructed
13791 types (arrays, references, pointers).
13792 (GetReferenceType, GetPointerType): Use it.
13793 (GetNestedType): New. Uses type_hash to handle nested types of
13795 (LookupType, LookupTypeDirect): Remove.
13796 (CoreLookupType): Inline parts of old LookupTypeDirect code. Use
13797 'types' hash and LookupTypeReflection directly.
13798 (params_string, params_object): Use GetConstructedType.
13799 * namespace.cs (Namespace.cached_types): New. Cache of reflected
13801 (Namespace.Lookup): Use cached_types.
13802 (NamespaceEntry.LookupNamespaceOrType): Inline the functionality
13803 provided by old TypeManager.LookupType.
13804 * rootcontext.cs (MakeFQN): Remove.
13805 * decl.cs (DeclSpace.MakeFQN): Likewise.
13806 (DeclSpace.LookupType): Use TypeManager.GetNestedType.
13807 * expression.cs (ComposedCast.DoResolveAsTypeStep): Use
13808 TypeManager.GetConstructedType.
13809 * tree.cs (decl_ns_hash, LookupByNamespace): Remove.
13811 2005-03-15 Marek Safar <marek.safar@seznam.cz>
13813 * class.cs (MethodCore.CheckBase): Report CS1715 for properties and
13816 * cs-parser.jay: Reports CS1527 for any namespace element.
13818 * delegate.cs (DelegateCreation.Error_NoMatchingMethodForDelegate):
13821 * expression.cs (ParameterReference.IsAssigned): Changed error to
13823 (Error_WrongNumArguments): Moved CS0245 detection here.
13825 * statement.cs (Return.Resolve): Add CS1622 report.
13827 2005-03-11 Marek Safar <marek.safar@seznam.cz>
13829 * class.cs (StaticClass.DefineContainerMembers): Added CS0720.
13831 2005-03-11 Zoltan Varga <vargaz@freemail.hu>
13833 * attribute.cs expression.cs: Get rid of some allocations.
13835 2004-03-11 Atsushi Enomoto <atsushi@ximian.com>
13837 * doc.cs : just eliminate the latest change.
13839 2004-03-10 Atsushi Enomoto <atsushi@ximian.com>
13841 * doc.cs : commented out the latest change. It breaks xml-030.cs
13843 2004-03-10 Atsushi Enomoto <atsushi@ximian.com>
13845 * doc.cs : When TypeBuilder did not create Type yet, GetEvents() will
13846 fail. So invoke CreateType() in FindDocumentedType().
13848 2004-03-10 Atsushi Enomoto <atsushi@ximian.com>
13850 * cs-tokenizer.cs : added IsKeyword().
13851 * doc.cs : Detect keyword incorrectly used as identifier.
13852 Allow identifiers prefixed by @.
13854 2005-03-10 Marek Safar <marek.safar@seznam.cz>
13856 * attributes.cs (Attributes.Emit): Continue after CheckTargets.
13857 It caused exception in namespace resolving (again!).
13859 * class.cs (Class.ctor): Removed exit.
13860 (PropertyMethod.ctor): ditto.
13862 * codegen.cs (Codegen.Reset): Reset static data.
13863 (Codegen.ResolveTopBlock): Forward error status from ResolveMeta.
13865 * cs-tokenizer.cs (Cleanup): Removed.
13867 * driver.cs (GetSystemDir): Rewrote to one line command.
13868 It caused problem with unloaded dynamic modules.
13869 (UnixParseOption): Removed Exit.
13870 (CompilerCallableEntryPoint.InvokeCompiler): Make static.
13871 (CompilerCallableEntryPoint.Reset): Reset suitable static data.
13872 Now can be mcs used as library.
13874 * ecore.cs (Expression.ResolveBoolean): Use Location.Null for
13877 * location.cs (Reset): Reset static data.
13879 * namespace.cs (Reset): Reset static data.
13881 * report.cs (Report.Reset): Reset static data.
13883 * rootcontext.cs (RootContext.Reset): Reset static data.
13885 * tree.cs (RootTypes.ctor): Use Location.Null
13887 * typemanager.cs (TypeManager.Reset): Reset static data.
13888 (CoreLookupType): Removed Exit.
13889 (TypeHandle.Reset): Reset static data.
13891 2005-03-10 Raja R Harinath <rharinath@novell.com>
13894 * typemanager.cs (ComputeNamespaces): Import namespaces from
13895 referenced modules too.
13897 2005-03-09 Raja R Harinath <rharinath@novell.com>
13899 * class.cs (TypeContainer.AddToMemberContainer): Use "." rather
13902 2005-03-09 Raja R Harinath <rharinath@novell.com>
13904 * decl.cs (DeclSpace.LookupType): Don't loop but recurse into
13905 enclosing DeclSpace. This ensures that a name-lookup populates
13906 more caches and there are fewer 'TypeExpression's. Carve out
13907 nested type lookup into ...
13908 (LookupNestedTypeInHierarchy): ... this.
13910 2005-03-09 Raja R Harinath <rharinath@novell.com>
13912 Clean up a few partial-class semantics.
13913 Fixes test-357.cs and cs1618-2.cs.
13914 * cs-parser.jay (struct_declaration): Use 'current_class' as
13915 parent of newly-created struct. Remove call to Register ().
13916 Use 'pop_current_class' to complete handing the current struct.
13917 (interface_declaration): Likewise.
13918 (class_declaration): Likewise.
13919 (enum_declaration): Use 'current_class' as parent of newly created
13921 (delegate_declaration): Likewise.
13922 (pop_current_class): New function. This is used to handle closing
13923 up the 'current_class' and 'current_container', and pointing them
13924 to the enclosing class/container.
13925 (CSharpParser): Initialize 'current_class' too.
13926 * decl.cs (MemberCore): Add check for invariant: a partial
13927 container is not a parsed entity, and thus does not enclose any
13929 (DeclSpace.TypeResolveEmitContext): Expose 'type_resolve_ec'.
13930 (DeclSpace.BaseTypeExpr): Use it.
13931 (DeclSpace.LookupType): Add check for invariant.
13932 * class.cs (TypeContainer): Add check for invariant: a nested
13933 class should have the same NamespaceEntry as its enclosing class.
13934 (TypeContainer.EmitFieldInitializers): Make virtual.
13935 (TypeContainer.DefineDefaultConstructor): Adhere to invariant in
13937 (TypeContainer.Register): Remove.
13938 (TypeContainer.DefineType): Set the 'ec' of a PartialContainer to
13939 null. Use TypeResolveEmitContext for resolving base types and
13940 interfaces. Move initialization of Parts.TypeBuilder here from
13942 (TypeContainer.DefineNestedTypes): ... here.
13943 (PartialContainer): Take a Namespace not a NamespaceEntry.
13944 (PartialContainer.Create): Don't use Register. Call the
13945 appropriate Add... function directly.
13946 (ClassPart): Take both the PartialContainer and the enclosing
13947 class as constructor arguments.
13948 (ClassPart.EmitFieldInitializers): Override.
13949 (ClassPart.PartFindNestedTypes): Remove.
13950 (FieldBase.GetInitializerExpression): Resolve the initializer
13951 expression in the emit context of the enclosing class.
13952 * tree.cs (RootTypes): Remove Register ().
13954 2005-03-08 Marek Safar <marek.safar@seznam.cz>
13956 * cs-parser.jay: Removed CS0134.
13958 * driver.cs: Removed CS1901.
13960 * expression.cs (SizeOf.DoResolve): Don't report CS0233
13961 for predefined types.
13963 2005-03-07 Duncan Mak <duncan@novell.com>
13965 * codegen.cs (Save): Catch UnauthorizedAccessException as
13966 well. Fixes bug #73454.
13968 2005-03-07 Marek Safar <marek.safar@seznam.cz>
13970 * cs-tokenizer.cs (xtoken): Add CS1035.
13972 * class.cs (MethodData.Define): Add CS0683.
13973 (FieldMember.ctor): Add CS0681.
13975 2005-03-07 Raja R Harinath <rharinath@novell.com>
13977 * ecore.cs (SimpleName.DoResolve): Rename from
13978 SimpleName.DoResolveAllowStatic.
13979 (SimpleName.DoSimpleNameResolve): Remove 'allow_static' argument.
13980 Pass 'intermediate' flag to MemberStaticCheck.
13981 (SimpleName.MemberStaticCheck): Skip "static check" only in case
13982 of "intermediate" lookups via MemberAccess.
13983 (SimpleName.IdenticalNameAndTypeName): New. Carved out of ...
13984 * expression.cs (MemberAccess.IdenticalNameAndTypeName): ... this.
13986 2005-03-07 Raja R Harinath <rharinath@novell.com>
13989 * ecore.cs (FieldExpr.EmitInstance): Catch cases of CS0120 that
13990 slipped in because of variable names that are identical to a
13991 builtin type's BCL equivalent ('string String;', 'int Int32;').
13992 (PropertyExpr.EmitInstance): Likewise.
13994 2005-03-04 Marek Safar <marek.safar@seznam.cz>
13996 * cs-tokenizer.cs (PreProcessPragma): Add warning 1633, 1635.
13998 * report.cs (warning_ignore_table): Made public.
14000 2005-03-04 Raja R Harinath <rharinath@novell.com>
14003 * class.cs (MethodData.Emit): Pass 'container' to
14004 container.GetObsoleteAttribute instead of 'container.Parent'.
14006 2005-03-03 Marek Safar <marek.safar@seznam.cz>
14008 * cs-parser.jay: Add 1534 error test.
14010 * iterators.cs (Yield.CheckContext): Add error 1629.
14011 (Iterator.ctor): Save unsafe modifier.
14012 (MoveNextMethod.DoEmit): Restore unsafe context.
14014 * namespace.cs (UsingAlias): Better error message.
14016 2005-03-03 Dan Winship <danw@novell.com>
14018 * convert.cs (Error_CannotImplicitConversion): fix two bugs in
14019 the warning message [#73219]
14021 2005-03-03 Raja R Harinath <rharinath@novell.com>
14023 Fix compile with MCS 1.0.0.0.
14024 * cs-tokenizer.cs (PreProcessPragma): Simplify w_disable and
14025 w_restore to not depend on string constant folding.
14027 2005-03-03 Raja R Harinath <rharinath@novell.com>
14029 * decl.cs (DeclSpace.LookupType): Remove 'silent' argument. Move
14030 CS0246 check to users who passed 'silent = false'.
14031 * ecore.cs (TypeLookupExpression.DoResolveAsTypeStep): Add CS0246
14033 (SimpleName.SimpleNameResolve): Update.
14034 * expression.cs (ComposedCast.DoResolveAsTypeStep): Add CS0246 check.
14035 (MemberAccess.IdenticalNameAndTypeName): Update.
14036 * doc.cs (FindDocumentedTypeNonArray): Update.
14038 2005-03-03 Raja R Harinath <rharinath@novell.com>
14040 * codegen.cs (EmitContext): Remove ResolvingTypeTree.
14041 * parameters.cs (ComputeAndDefineParameters): Remove.
14042 * decl.cs (ResolveBaseTypeExpr): Don't set ResolvingTypeTree.
14043 * delegate.cs (Define): Don't invoke ComputeAndDefineParameters.
14044 Use GetParameterInfo.
14046 2005-03-02 Marek Safar <marek.safar@seznam.cz>
14048 * report.cs (StaticClass.DefineContainerMembers): Add warning 628.
14050 2005-03-02 Raja R Harinath <rharinath@novell.com>
14052 Unify DeclSpace.LookupType and DeclSpace.FindType.
14053 * decl.cs (DeclSpace.FindNestedType): New virtual function. This
14054 is in charge of defining nested types on demand.
14055 (DeclSpace.LookupType): Use it when the current_type is a
14056 TypeBuilder. Use LookupTypeDirect for reflected types.
14057 (DeclSpace.FindType): Remove.
14058 (DeclSpace.LookupInterfaceOrClass): Likewise.
14059 (DeclSpace.DefineTypeAndParents): Likewise.
14060 * ecore.cs (SimpleName.ResolveAsTypeStep): Just call
14061 DeclSpace.LookupType.
14062 * doc.cs (FindDocumentedTypeNonArray): Use DeclSpace.LookupType.
14063 * typemanager.cs (LookupType): Simplify.
14064 (AddUserType): Remove type from negative_hits.
14065 * namespace.cs (Namespace.Lookup): Use TypeManager.LookupTypeDirect.
14066 * class.cs (TypeContainer.FindMembers): Move handling of nested
14068 (TypeContainer.FindMembers_NestedTypes): ... here.
14069 (TypeContainer.FindNestedType): Implement override.
14070 (ClassPart.FindNestedType): Delegate to PartialContainer.
14071 (ClassPart.PartFindNestedType): Looks up the nested types of the
14074 2005-03-02 Martin Baulig <martin@ximian.com>
14076 * class.cs (TypeContainer.DoDefineMembers): We also need a default
14077 static constructor in static classes.
14079 2005-03-01 Zoltan Varga <vargaz@freemail.hu>
14081 * attribute.cs: Pass -1 to DefineLPArrayInternal if sizeConst or
14082 sizeParamIndex is not specified.
14084 2005-03-01 Marek Safar <marek.safar@seznam.cz>
14087 * report.cs (WarningMessage.IsEnabled): Missing null check.
14089 2005-02-28 Marek Safar <marek.safar@seznam.cz>
14091 * attribute.cs (DefinePInvokeMethod): Fix, all data are stored
14092 in the fields and not in the properties.
14094 2005-02-28 Zoltan Varga <vargaz@freemail.hu>
14096 * attribute.cs (GetMarshal): Marshal SizeConst and SizeParamIndex
14099 2005-02-28 Marek Safar <marek.safar@seznam.cz>
14101 * attribute.cs: Small refactoring (improved robustness).
14102 (ImplOptions, UnmanagedType, UsageAttribute): Removed members.
14103 (ValidateGuid): Removed.
14104 (Resolve): Removed referenced to above mentioned.
14105 (GetAttributeUsage): Made private and changed to work without
14107 (GetIndexerAttributeValue): Don't crash.
14108 (GetConditionalAttributeValue): Ditto.
14109 (GetClsCompliantAttributeValue): Ditto.
14110 (ExtractSecurityPermissionSet): All attributes exceptions are
14112 (GetPropertyValue): New helper.
14113 (GetMethodImplOptions): New method.
14114 (DefinePInvokeMethod): Reuse common code. Implemented handling of
14115 some missing properties.
14117 * class.cs (ClassOrStruct.ApplyAttributeBuilder): Updated.
14118 (Method.ApplyAttributeBuilder): Updated.
14120 * decl.cs (DeclSpace.ApplyAttributeBuilder): Don't catch shared
14123 2005-02-28 Raja R Harinath <rharinath@novell.com>
14126 * report.cs (Report.SymbolRelatedToPreviousError): Handle
14127 non-simple types (array, pointer, reference).
14129 2005-02-28 Marek Safar <marek.safar@seznam.cz>
14131 * cs-parser.jay: Add errors 1617, 650, 1007, 531, 547, 548
14133 * class.cs (MethodCore.IsDuplicateImplementation): Special error
14135 (Method.CheckBase): Catch wrong destructor here.
14136 (MethodData.Define): Add errors 550, 668.
14138 * cs-tokenizer.cs (PreProcessPragma): Add warning 1634.
14140 * ecore.cs (PropertyExpr.DoResolveLValue): Fixed wrong error code.
14142 * pending.cs (VerifyPendingMethods): Add error 551.
14144 * typemanager.cs (CSharpName): Next error report helper.
14146 2005-02-25 Marek Safar <marek.safar@seznam.cz>
14148 * attribute.cs (Atttribute.Resolve): Add cache for parameter-less
14149 attributes. Removed useless attribute double check.
14150 It saves almost 2MBs for corlib.
14152 2005-02-25 Raja R Harinath <rharinath@novell.com>
14155 * statement.cs (ExpressionStatement.Resolve): Make robust to being
14156 called twice in case of error.
14158 2005-02-23 Chris Toshok <toshok@ximian.com>
14160 Fix compiler portions of #72827.
14161 * statement.cs (Block.Emit): call Begin/EndScope on the
14162 EmitContext instead of the ILGenerator.
14164 * codegen.cs (EmitContext.BeginScope): new method, call
14165 ILGenerator.BeginScope as well as the SymbolWriter's OpenScope (if
14167 (EmitContext.BeginScope): same, but EndScope and CloseScope
14169 * symbolwriter.cs (SymbolWriter.OpenScope): get the current il
14170 offset and call the superclass's OpenScope(int) with it.
14171 (SymbolWriter.CloseScope): get the current il
14172 offset and call superclass's CloseScope(int) with it.
14174 2005-02-23 Marek Safar <marek.safar@seznam.cz>
14176 * anonymous.cs (AnonymousMethod.Compatible): Fixed to report
14177 CS1677 for out and ref as well.
14179 * class.cs (Method.Define): Add error CS1599 detection.
14181 * cs-parser.jay: Add CS1609, CS1670, CS1627 detection.
14183 * cs-tokenizer.cs (xtoken): Add error CS1646 detection.
14185 * delegate.cs (Delegate.Define): Add error CS1599 detection.
14187 * support.cs.cs (ModifierDesc): New helper method.
14189 2005-02-23 Raja R Harinath <rharinath@novell.com>
14190 Abin Thomas <projectmonokochi@rediffmail.com>
14191 Anoob V E <projectmonokochi@rediffmail.com>
14192 Harilal P R <projectmonokochi@rediffmail.com>
14194 Fix #57851, #72718.
14195 * class.cs (ConstructorBuilder.Resolve): Make sure that the second
14196 MemberLookup (used for error reporting) actually returns a result.
14197 Fix error report number (122, not 112).
14199 2005-02-22 Abin Thomas <projectmonokochi@rediffmail.com>
14200 Anoob V E <projectmonokochi@rediffmail.com>
14201 Harilal P R <projectmonokochi@rediffmail.com>
14204 * pending.cs (PendingImplementation.GetAbstractMethods):
14205 Find NonPublic members too.
14207 2005-02-22 Marek Safar <marek.safar@seznam.cz>
14209 * expression.cs.cs (ConditionalLogicalOperator.DoResolve):
14212 * class.cs (MethodCore.CheckMethodAgainstBase):
14213 Add error 239 report.
14215 2005-02-21 Raja R Harinath <rharinath@novell.com>
14218 * expression.cs (Invocation.IsApplicable): Make public.
14219 (Invocation.IsParamsMethodApplicable): Likewise.
14220 * delegate.cs (Delegate.VerifyApplicability): Don't use
14221 Invocation.VerifyArgumentCompat for parameter applicability
14222 testing. Use Invocation.IsApplicable and
14223 Invocation.IsParamsMethodApplicable.
14225 2005-02-21 Marek Safar <marek.safar@seznam.cz>
14227 * ecore.cs (PropertyExpr.DoResolve): Add error 214 report.
14229 * class.cs (Operator.Define): Add error 217 report.
14231 2005-02-21 Raja R Harinath <rharinath@novell.com>
14233 * namespace.cs (UsingEntry.Resolve): Undo change below.
14235 2005-02-21 Raja R Harinath <rharinath@novell.com>
14238 * ecore.cs (Expression.MemberLookupFailed): Add argument to
14239 disable the error message when the extended MemberLookup also
14241 (Expression.MemberLookupFinal): Update.
14242 (SimpleName.DoSimpleNameResolve): Update.
14243 * expression.cs (MemberAccess.ResolveNamespaceOrType):
14244 Don't use MemberLookupFinal.
14245 (New.DoResolve): Update.
14246 (BaseAccess.CommonResolve): Update.
14248 2005-02-21 Raja R Harinath <rharinath@novell.com>
14251 * attribute.cs (Attribute.ResolveType): If a 'resolve_error' had
14252 occured previously, don't resolve again.
14254 2005-02-21 Marek Safar <marek.safar@seznam.cz>
14257 * attribute.cs (Attribute.GetAttributeUsage): Add EmitContext
14258 argument. Call ResolveAttributeUsage for unresolved.
14259 when types doesn't match ctor arguments.
14261 * class.cs (DoDefineMembers.TypeContainer): Removed safety check
14262 for nested attribute classes.
14263 (Class.attribute_usage): Removed.
14264 (Class.ResolveAttributeUsage): Resolves AttributeUsageAttribute
14265 for attribute class.
14267 * ecore.cs (IsAttribute): Removed.
14269 * namespace.cs (UsingEntry.Resolve): Don't destroy NamespaceEntry.
14271 * rootcontext.cs (RegisterAttribute): Removed, attributes are
14273 (attribute_types): Removed.
14274 (EmitCode): Global attributes are emited as the latest.
14276 2005-02-18 Marek Safar <marek.safar@seznam.cz>
14278 * class.cs (EmitFieldInitializers): Don't emit field initializer
14279 for default values when optimilization is on.
14281 * constant.cs (Constant.IsDefaultValue): New property.
14283 * driver.cs: Add /optimize handling.
14287 * literal.cs: Implement new IsDefaultValue property.
14289 * rootcontext.cs (Optimize): New field, holds /optimize option.
14291 2005-02-18 Raja R Harinath <rharinath@novell.com>
14293 Fix crasher in re-opened #72347.
14294 * namespace.cs (Namespace.Lookup): Return null if
14295 DeclSpace.DefineType returns null.
14298 * expression.cs (Argument.Resolve): Handle a case of CS0120 here.
14300 2005-02-18 Raja R Harinath <rharinath@novell.com>
14302 Fix remainder of #63202. Change semantics of DoResolveLValue: it
14303 now returns null if it cannot resolve to an lvalue.
14304 * ecore.cs (Expression.DoResolveLValue): Return 'null' by default.
14305 (Expression.ResolveLValue): Emit CS0131 error if DoResolveLValue
14306 returned null. Remove check for SimpleName.
14307 (EventExpr.DoResolveLValue): New.
14308 * iterators.cs (Iterator.FieldExpression.DoResolveLValue): New.
14309 * expression.cs (Argument.Error_LValueRequired): New. Move CS1510
14311 (Argument.Resolve): ... here. Use it. Use DoResolveLValue to
14312 avoid CS0131 error.
14313 (Unary.ResolveOperator): Move CS0211 check ...
14314 (Unary.DoResolve): ... here. Use DoResolveLValue to avoid
14316 (Unary.DoResolveLValue): Simplify.
14317 (AddressOf.DoResolveLValue): New.
14318 (ArrayAccess.DoResolveLValue): New.
14320 2005-02-16 Marek Safar <marek.safar@seznam.cz>
14322 * attribute.cs (Attribute.Resolve): Add arguments casting for
14323 when types doesn't match ctor arguments.
14325 2005-02-16 Raja R Harinath <rharinath@novell.com>
14327 Fix parts of #63202.
14328 * expression.cs (UnaryMutator.ResolveOperator): Remove redundant
14329 lookup of operator in base type. Ensure that all checks happen
14330 when the operator resolves to an "op_..." method.
14332 2005-02-15 Raja R Harinath <rharinath@novell.com>
14335 * namespace.cs (NamespaceEntry.LookupNamespaceOrType): Add
14336 'ignore_cs0104' parameter. Pass it to ...
14337 (NamespaceEntry.Lookup): ... this.
14338 * decl.cs (DeclSpace.LookupType): Add 'ignore_cs0104' parameter.
14339 * ecore.cs (SimpleName.ResolveAsTypeStep): Update.
14340 (TypeLookupExpression.DoResolveAsTypeStep): Update.
14341 * expression.cs (MemberAccess.IdenticalNameAndTypeName):
14342 Update. Request that cs0104 errors be ignored.
14343 (ComposedCast.ResolveAsTypeStep): Update.
14345 2005-02-14 Raja R Harinath <rharinath@novell.com>
14348 * expression.cs (Invocation.BetterFunction): Remove support for
14349 comparing virtual functions and their overrides.
14350 (Invocation.IsOverride): New.
14351 (Invocation.OverloadResolve): Don't consider 'override' functions
14352 during candidate selection. Store them in a lookaside list.
14353 If the selected method is a 'virtual' function, use the list to
14354 find any overrides that are closer to the LHS type.
14356 2005-02-14 Marek Safar <marek.safar@seznam.cz>
14358 * expression.cs (New.DoResolve): Add complex core type reduction.
14359 (New.Constantify): Converts complex core type syntax like 'new int ()'
14360 to simple constant.
14362 2005-02-14 Raja R Harinath <rharinath@novell.com>
14364 * decl.cs (EntryType.EntryType): New constructor to create an
14365 updated copy of a cache entry.
14366 (MemberCache.AddMethods): Use it.
14367 (MemberCache.ClearDeclaredOnly): Remove.
14368 (MemberCache.MemberCache): Update.
14370 2005-02-11 Miguel de Icaza <miguel@novell.com>
14372 * codegen.cs (EmitContext): Introduce the `MethodIsStatic'
14373 variable. This one is represents the actual low-level declaration
14374 of the method, as opposed to the semantic level `IsStatic'.
14376 An anonymous method which is hosted into a static method might be
14377 actually an instance method. IsStatic would reflect the
14378 container, while MethodIsStatic represents the actual code
14381 * expression.cs (ParameterReference): Use the new MethodIsStatic
14382 instead of IsStatic.
14384 * anonymous.cs (AnonymousMethod.Compatible): Pass the
14385 Modifiers.STATIC to the Anonymous' Method EmitContext if static is
14386 set on the current EmitContext.
14388 * expression.cs (Cast): Overload DoResolveLValue so we can pass
14389 resolve our casted expression as an LValue. This triggers the
14390 proper LValue processing that is later required by Assign.
14394 * cs-tokenizer.cs (pp_and): recurse on pp_and, fixes #61903.
14396 2005-02-11 Marek Safar <marek.safar@seznam.cz>
14398 C# 2.0 Fixed buffer implementation
14400 * anonymous.cs: Update after RegisterHelperClass renaming.
14402 * attribute.cs (AttributeTester.fixed_buffer_cache):
14403 Cache of external fixed buffers.
14404 (AttributeTester.GetFixedBuffer): Returns IFixedBuffer
14405 implementation if field is fixed buffer else null.
14408 (TypeContainer.AddField): Accept FieldMember instead of Field.
14409 (FieldBase.IsFieldClsCompliant): Extracted code from
14410 VerifyClsCompliance descendant customization.
14411 (FixedField): New class handles fixed buffer fields.
14412 (FixedFieldExternal): Keeps information about imported fixed
14414 (IFixedField): Make access to internal or external fixed buffer
14417 * cs-parser.jay: Add fixed buffer parsing.
14419 * ecore.cs (FieldExpr.Emit): Add special emit case for fixed
14422 * expression.cs (Indirection): Extended implementation to accept
14423 fixed buffer field.
14424 (PointerArithmetic.Emit): Get element from fixed buffer as well.
14425 (ElementAccess.MakePointerAccess): Get type as parameter.
14426 (DoResolve): Add fixed buffer field expression conversion.
14427 (DoResolveLValue): Ditto.
14428 (FixedBufferPtr): New class. Moved most of original ArrayPtr.
14429 (ArrayPtr): Derives from FixedBufferPtr.
14430 (ArrayPtr.Emit): Add extra emit for array elements.
14432 * flowanalysis.cs.cs (StructInfo): Use FieldMember.
14434 * rootcontext.cs (CloseTypes): Emit CompilerGenerated attribute
14435 for compiler generated types.
14436 (RegisterCompilerGeneratedType): Renamed from RegisterHelperClass.
14438 * statement.cs (Fixed): Refactored to be easier add fixed buffer
14439 and consume less memory.
14440 (Fixed.Resolve): Add fixed buffer case.
14442 * typemanager.cs (compiler_generated_attr_ctor,
14443 fixed_buffer_attr_ctor): Add new 2.0 compiler attributes.
14444 (HasElementType): Add our own implementation to work on every
14447 2005-02-11 Miguel de Icaza <miguel@novell.com>
14449 * anonymous.cs (CaptureContext): Track whether `this' has been
14452 * expression.cs (This.ResolveBase): Call CaptureThis. Before we
14453 only captured `this' if it was implicitly done (instance
14454 methods/variables were used).
14456 * codegen.cs (EmitContext.CaptureThis): New method to flag that
14457 `this' must be captured.
14459 2005-01-30 Miguel de Icaza <miguel@novell.com>
14461 * anonymous.cs (CreateMethodHost): If there Scope.ScopeTypeBuilder
14462 is null it means that there has been no need to capture anything,
14463 so we just create a sibling.
14465 Renamed `EmitHelperClasses' to `EmitAnonymousHelperClasses'
14467 Just a partial fix. The other half is fairly elusive.
14469 2005-02-10 Raja R Harinath <rharinath@novell.com>
14471 Fix #52586, cs0121-4.cs.
14472 * decl.cs (MemberCache.DeepCopy): Rename from SetupCache. Take
14473 and return a hashtable.
14474 (MemberCache.ClearDeclaredOnly): New.
14475 (MemberCache.MemberCache): Update to change. Make a deep copy of
14476 the method_hash of a base type too.
14477 (MemberCache.AddMethods): Adapt to having a deep copy of the base
14478 type methods. Overwrite entries with the same MethodHandle so
14479 that the ReflectedType is correct. The process leaves in base
14480 virtual functions and their overrides as distinct entries.
14481 (CacheEntry): Now a class instead of a struct. It shouldn't alter
14482 matters since it was boxed in a ArrayList before.
14483 (CacheEntry.Member, CacheEntry.EntryType): Remove 'readonly'
14485 * expression.cs (Invocation.BetterFunction): Simplify. Handle the
14486 case of a virtual function and its override (choose the overload
14488 (Invocation.OverloadResolve): Avoid 'override' members during
14489 'applicable_type' calculation.
14491 2005-02-09 Raja R Harinath <rharinath@novell.com>
14493 Combine two near-redundant caches.
14494 * typemanager.cs (method_params): Rename from method_internal_params.
14495 (TypeManager.GetParameterData): New. Replace
14496 Invocation.GetParameterData.
14497 (TypeManager.LookupParametersByBuilder): Remove.
14498 * expression.cs (Invocation.method_parameter_cache): Remove.
14499 (Invocation.GetParameterData): Remove.
14501 * anonymous.cs, attribute.cs, convert.cs, delegate.cs:
14504 2005-02-08 Raja R Harinath <rharinath@novell.com>
14507 * delegate.cs (Delegate.DefineType): When bootstrapping corlib, if
14508 TypeManager.multicast_delegate_type is null, resolve it by looking
14509 up "System.MulticastDelegate".
14510 * rootcontext.cs (RootContext.ResolveCore): Simplify.
14512 2005-02-07 Abin Thomas (NOSIP) <projectmonokochi@rediffmail.com>
14513 Anoob V.E (NOSIP) <projectmonokochi@rediffmail.com>
14514 Harilal P.R (NOSIP) <projectmonokochi@rediffmail.com>
14517 * statement.cs (LabeledStatement.Resolve): Don't set 'referenced'.
14518 (LabeledStatement.AddReference): New. Set 'referenced'.
14519 (Goto.Resolve): Use it.
14521 2005-02-05 John Luke <john.luke@gmail.com>
14523 * driver.cs: remove duplicate -doc line in Usage ()
14525 2005-02-04 Raja R Harinath <rharinath@novell.com>
14527 * location.cs (Location.AddFile): Fix CS2002 error report.
14529 2005-02-02 Martin Baulig <martin@ximian.com>
14531 * delegate.cs (Delegate.DefineType): Report an internal error if
14532 TypeManager.multicast_delegate_type is null. See bug #72015 for
14535 2005-02-02 Raja R Harinath <rharinath@novell.com>
14537 Fix a crasher in a variant of #31984.
14538 * const.cs (Constant.CheckBase): New override that defers the
14539 new-or-override check in case the base type hasn't been populated
14541 (Constant.Define): Ensure the new-or-override check is performed.
14543 2005-02-01 Duncan Mak <duncan@ximian.com>
14545 * const.cs (LookupConstantValue): Check that `ce' is not null
14546 before calling GetValue ().
14548 2005-02-01 Raja R Harinath <rharinath@novell.com>
14550 Fix test-334.cs (#69519).
14551 * cs-parser.jay (using_alias_directive): Pass in an expression to
14552 NamespaceEntry.UsingAlias.
14553 (using_namespace_directive): Pass in an expression to
14554 NamespaceEntry.Using.
14555 (namespace_name): Don't flatten to a string.
14556 * namespace.cs (NamespaceEntry.AliasEntry): Store an expression.
14557 (NamespaceEntry.AliasEntry.Resolve): Lookup using
14559 (NamespaceEntry.UsingEntry): Likewise.
14560 (NamespaceEntry.Using,NamespaceEntry.UsingAlias): Update to
14562 (NamespaceEntry.LookupForUsing): Remove.
14563 (NamespaceEntry.LookupNamespaceOrType): Add support for dotted
14565 (NamespaceEntry.Lookup): Remove support for dotted names.
14567 2005-02-01 Raja R Harinath <rharinath@novell.com>
14569 * namespace.cs (NamespaceEntry.NamespaceEntry): Simplify, and
14571 (NamespaceEntry.ImplicitParent): Compute on demand.
14572 (NamespaceEntry.Doppelganger): New implicit namespace-entry that
14573 parallels the current.
14574 (NamespaceEntry.LookupForUsing): Use it.
14575 (NamespaceEntry.Lookup): If the current namespace-entry is
14576 implicit, don't search aliases and using tables.
14578 2005-02-01 Raja R Harinath <rharinath@novell.com>
14581 * class.cs (TypeContainer.DoDefineMembers): Don't initialize
14583 (TypeContainer.BaseCache): Compute on demand.
14584 (TypeContainer.FindMembers): Define constants and types if they're
14585 not already created.
14586 (FieldMember.Define): Move resetting of ec.InUnsafe before error
14588 * const.cs (Constant.Define): Make idempotent.
14590 2005-01-29 Miguel de Icaza <miguel@novell.com>
14592 * pending.cs: Produce better code (no nops produced by using Ldarg
14595 * pending.cs (PendingImplementation.DefineProxy): It was not `arg
14596 i - 1' it should be arg + 1.
14600 2005-01-28 Raja R Harinath <rharinath@novell.com>
14602 * attribute.cs (Attribute.CheckAttributeType): Make private
14604 (Attribute.ResolveType): Make virtual.
14605 (GlobalAttribute.ResolveType,GlobalAttribute.Resolve): Simplify
14606 handling of RootContext.Tree.Types.
14608 2005-01-27 Raja R Harinath <rharinath@novell.com>
14610 Update attribute-handling to use the SimpleName/MemberAccess
14612 * cs-parser.jay (attribute): Pass in an expression to the
14613 constructors of Attribute and GlobalAttribute.
14614 * attribute.cs (Attribute): Take an expression for the name.
14615 (Attribute.ResolvePossibleAttributeTypes): New. Resolves the
14616 passed in attribute name expression.
14617 (Attribute.CheckAttributeType): Use it.
14618 * ecore.cs (FullNamedExpression.ResolveAsTypeStep): New.
14619 * expression.cs (MemberAccess.ResolveAsTypeStep): Move body to ...
14620 (MemberAccess.ResolveNamespaceOrType): ... here. Add 'silent'
14621 argument to prevent error messages if the lookup fails.
14623 2005-01-27 Marek Safar <marek.safar@seznam.cz>
14625 * expression.cs (Indirection): Implemented IVariable interface
14626 to support indirection in AddressOf operator.
14627 (PointerArithmetic.Emit): Add optimalization for case where
14628 result can be precomputed.
14630 2005-01-26 Martin Baulig <martin@ximian.com>
14632 * class.cs (TypeContainer.AttributeTargets): Return the correct
14633 AttributeTargets depending on our `Kind' instead of throwing an
14634 exception; fixes #71632.
14636 2005-01-26 Marek Safar <marek.safar@seznam.cz>
14639 * expression.cs (MemberAccess.ResolveMemberAccess): Add CS0176 test for
14642 2005-01-25 Raja R Harinath <rharinath@novell.com>
14645 * expression.cs (MemberAccess.DoResolve): Don't complain with
14646 cs0572 when the LHS of a member access has identical name and type
14649 2005-01-25 Marek Safar <marek.safar@seznam.cz>
14652 * attribute.cs (ExtractSecurityPermissionSet): Catch exceptions from
14654 Create custom PermissionSet only for PermissionSetAttribute.
14656 2005-01-24 Marek Safar <marek.safar@seznam.cz>
14659 * class.cs (StaticClass.DefineContainerMembers): Enable enums and
14660 delegates in static class.
14662 2005-01-24 Martin Baulig <martin@ximian.com>
14664 * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
14665 merging an implicit block, just use its reachability.
14667 * statement.cs (Block.Resolve): Make the unreachable code check
14668 work wrt. implicit blocks; see test-337 from #63842.
14670 2005-01-21 Alp Toker <alp@atoker.com>
14672 * cs-parser.jay: destructor_declaration's container is PartialContainer
14673 not Class when partial types are used, so use Kind prop instead of
14676 2005-01-22 Miguel de Icaza <miguel@ximian.com>
14678 * cs-parser.jay: Improve error reporting when an interface
14679 declares new types.
14681 2005-01-20 Dick Porter <dick@ximian.com>
14683 * support.cs: SeekableStreamReader fix from Sandor Dobos
14684 (dobos_s@ibcnet.hu) to cope with Position setting when multibyte
14685 chars are read. Fixes bug 70369.
14687 2005-01-20 Raja R Harinath <rharinath@novell.com>
14689 * cs-parser.jay (catch_clause): Simplify current_block handling
14692 2005-01-17 Miguel de Icaza <miguel@ximian.com>
14694 * convert.cs (ImplicitStandardConversionExists): Synchronize the
14695 code with ImplicitStandardConversion to handle the implicit
14696 conversion of method groups into valid delegate invocations.
14698 The problem is that in parameter handling we were using this code
14699 path. Fixes bug #64698
14701 2005-01-19 Raja R Harinath <rharinath@novell.com>
14703 * cs-parser.jay: Fix several infelicities.
14704 - Avoid assigning to the parser value stack. Code like
14705 '$3 = null' is unclean. Synthesize a value for the code block
14707 - Avoid using oob_stack for storing location information. Use ...
14708 (_mark_): ... this. New (empty) rule. Saves the current location
14710 (foreach_statement): Avoid using oob_stack for current_block
14711 handling. Use technique used in for_statement and
14712 using_statement. Synthesize a value for the code block to store
14713 additional intermediate information.
14715 2005-01-13 Miguel de Icaza <miguel@ximian.com>
14717 * ecore.cs (IsAccessorAccessible): Accessibility to private fields
14718 of a different type is only allowed to private fields of a
14719 containing type, not on fields of a base class.
14721 See test-174.cs and error cs0122-9.cs
14723 2005-01-13 Raja R Harinath <rharinath@novell.com>
14725 Fix test-335.cs (bug #58126).
14726 * cs-parser.jay (argument): Split out non-expression parts of the
14727 rule into 'non_simple_argument'.
14728 (invocation_expression): Support parenthesized invocations with
14729 multiple arguments, and with single non-simple arguments.
14731 2005-01-13 Raja R Harinath <rharinath@novell.com>
14733 * cs-tokenizer.cs (xtoken): Reset 'comments_seen' in a couple more
14736 2005-01-12 Raja R Harinath <rharinath@novell.com>
14738 Fix cs0038-1.cs, cs1640-6.cs.
14739 * ecore.cs (Expression.Resolve): Remove special-case for
14740 SimpleName in error-handling.
14741 (Expression.almostMatchedMembers): Relax access permission to
14743 (Expression.MemberLookupFailed): Handle duplicates in
14744 almostMatchedMembers list.
14745 (SimpleName.DoSimpleNameResolve): Catch CS0038 errors earlier.
14746 * expression.cs (New.DoResolve): Report CS1540 for more cases.
14747 * typemanager.cs (GetFullNameSignature): Use the MethodBase
14748 overload if the passed in MemberInfo is a MethodBase.
14750 2005-01-12 Marek Safar <marek.safar@seznam.cz>
14753 * attribute.cs (ExtractSecurityPermissionSet): Don't report error
14754 for non-CAS & merge permission sets properly.
14756 2005-01-11 Raja R Harinath <rharinath@novell.com>
14758 Improve standard-compliance of simple name and member access
14759 resolution. Fixes bugs #52697, #57200, #67520, #69519.
14760 * ecore.cs (FullNamedExpression): New abstract base class
14761 for Namespaces and TypeExpressions.
14762 (ResolveFlags.SimpleName): Remove.
14763 (SimpleName): Remove support for dotted names.
14764 (SimpleName.ResolveAsTypeStep): Simplify. Now just a wrapper to
14765 DeclSpace.FindType and DeclSpace.LookupType.
14766 (SimpleName.DoSimpleNameResolve): Remove support for dotted names.
14767 (Expression.ExprClassName): Make member function.
14768 * expression.cs (MemberAccess.ResolveAsTypeStep): Support LHS being
14769 a namespace. Remove creation of dotted "SimpleName"s.
14770 (MemberAccess.DoResolve): Likewise.
14771 * decl.cs (DeclSpace.Cache): Make private.
14772 (DeclSpace.LookupInterfaceOrClass): Return a FullNamedExpression.
14773 (DeclSpace.FindType): Update.
14774 (DeclSpace.LookupType): Move here from RootContext. Return a
14775 FullNamedExpression.
14776 * namespace.cs (Namespace): Derive from FullNamedExpression
14777 so that it can be part of expression resolution.
14778 (Namespace.Lookup): Return an FullNamedExpression.
14779 (NamespaceEntry.LookupAlias): Lookup aliases only in current
14781 * rootcontext.cs (NamespaceLookup): Remove.
14782 (LookupType): Move to DeclSpace.
14783 * attribute.cs (CheckAttributeType): Update.
14784 * doc.cs (FindDocumentedType): Remove allowAlias argument.
14785 (FindDocumentedTypeNonArray): Likewise.
14787 2005-01-11 Raja R Harinath <rharinath@novell.com>
14789 Fix cs0509.cs, cs1632.cs.
14790 * class.cs (TypeContainer.GetNormalBases): Don't assume !IsClass
14791 is the same as IsInterface.
14792 (TypeContainer.GetClassBases): Likewise.
14793 * statement.cs (LabeledStatement.ig): New field.
14794 (LabeledStatement.LabelTarget): Save ILGenerator which created the
14796 (LabeledStatement.DoEmit): Check that the label was created with
14797 the same ILGenerator.
14799 2005-01-10 Marek Safar <marek.safar@seznam.cz>
14802 * attribute.cs (GetMethodObsoleteAttribute): Need to transform
14803 accessors to its properties.
14805 * ecore.cs (PropertyExpr): Add AccessorTable to help track back
14806 from accessors to property.
14808 2005-01-10 Marek Safar <marek.safar@seznam.cz>
14811 * class.cs (MethodCore.CheckBase): Test base method obsoleteness
14812 only for overrides.
14814 2005-01-08 Miguel de Icaza <miguel@ximian.com>
14816 * attribute.cs: Check for null and empty strings.
14818 I have lost another battle to Paolo.
14820 2005-01-07 Marek Safar <marek.safar@seznam.cz>
14823 * class.cs (PropertyMethod): Set Parent field in ctors.
14824 (SetMethod.InternalParameters): Add unsafe switch hack.
14825 Override MarkForDuplicationCheck where it is appropriate.
14827 * decl.cs (MemberCore.MarkForDuplicationCheck): New method.
14828 It says whether container allows members with the same name.
14829 Base default is no.
14830 (DeclSpace.AddToContainer): Use MarkForDuplicationCheck.
14831 Removed is_method parameter.
14833 2005-01-06 Duncan Mak <duncan@ximian.com>
14835 * cs-tokenizer.cs (xtoken): Redo the work for signaling CS1040
14836 because the previous change led to incorrect reporting of CS1032
14837 ("Cannot define/undefine preprocessor symbols after first token in
14838 file"). Instead of using `tokens_seen' as the only flag that
14839 triggers CS1040, introduce `comments_seen'. This new flag is used
14840 to signify having seen comments on the current line, so it is
14841 unset after a newline.
14843 2005-01-06 Atsushi Enomoto <atsushi@ximian.com>
14845 * doc.cs : When searching for a type, find nested type too.
14846 This fixes bug #71040.
14848 2005-01-06 Atsushi Enomoto <atsushi@ximian.com>
14851 - Warn missing member comment on those classes which also does not
14852 have doc comments. Fixed bug #71041.
14853 - Don't warn missing doc comment on default constructor.
14856 2005-01-06 Duncan Mak <duncan@ximian.com>
14858 * cs-tokenizer.cs (xtoken): After handling traditional C-style
14859 comments, set `tokens_seen' to true. This allows us to detect
14860 misplaced preprocessor directives (i.e. not at the beginning of
14861 the a line, nor after whitespaces). In that case, report error
14862 CS1040. This fixes bug #56460.
14864 * cs-parser.jay (interface_member_declaration): Add checks for
14865 IsExplicitImpl, and report CS0541 error if an interface member is
14866 defined as an explicit interface declaration.
14868 2005-01-06 Marek Safar <marek.safar@seznam.cz>
14871 * class.cs (PropertyMethod): Set Parent field in ctors.
14872 (SetMethod.InternalParameters): Add unsafe switch hack.
14874 * decl.cs (MemberCore.Parent): Cannot be readonly.
14876 2005-01-06 Raja R Harinath <rharinath@novell.com>
14878 * decl.cs (DeclSpace.ResolveType): Remove.
14879 (DeclSpace.ResolveBaseTypeExpr): Rename from ResolveTypeExpr.
14880 Merge in code from ...
14881 (DeclSpace.GetTypeResolvingEmitContext): ... here. Remove.
14882 * class.cs, enum.cs: Update to changes.
14884 2005-01-06 Miguel de Icaza <miguel@ximian.com>
14886 * anonymous.cs: Ensure that we init the scope of our parent if it
14887 has not been initialized yet.
14889 2004-12-30 Duncan Mak <duncan@ximian.com>
14891 * typemanager.cs (TypeManager.CheckStructCycles): Don't crash here
14892 if field.FieldBuilder is null. Fixes #70758.
14894 * convert.cs: Fixed some typos and updated some of the comments.
14895 (ImplicitStandardConversionExists):
14896 (TryImplicitIntConversion): If `target_type' is an interface and
14897 the type of `ic' implements this interface, return true or a new
14898 BoxedCast instead of null. This fixes #70468.
14900 2004-12-29 Duncan Mak <duncan@ximian.com>
14902 * expression.cs (Argument.Emit): Check that Expr is
14903 IMemoryLocation before casting to it, and report CS1510 otherwise.
14907 2004-12-21 Ben Maurer <bmaurer@ximian.com>
14909 * statement.cs (Block.ThisVariable): remove the recursion here, to
14910 make the --profile more sane.
14912 2004-12-17 Carlos Cortez <calberto.cortez@gmail.com>
14914 * driver.cs: Patch to handle a xsp bug that prevents to reference an .exe
14915 assembly, by JB Evain.
14917 2004-12-17 Raja R Harinath <rharinath@novell.com>
14919 * class.cs, decl.cs, ecore.cs, iterators.cs, pending.cs,
14920 rootcontext.cs, typemanager.cs: Make nomenclature consistent.
14921 "parent" refers to enclosing type/class. "base" refers to superclass.
14923 2004-12-17 Raja R Harinath <rharinath@novell.com>
14925 * codegen.cs (CommonAssemblyModulClass.GetClsCompliantAttribute):
14926 Ensure that we only have GlobalAttributes.
14927 * attribute.cs (Attribute.Emit): Make non-virtual.
14928 (GlobalAttribute.Emit): Remove.
14929 (Attribute.Resolve): Make virtual.
14930 (GlobalAttribute.Resolve): New. Set Rootcontext.Tree.Types.NamespaceEntry.
14931 (Attribute.GetConditionalAttributeValue): Take an EmitContext as
14932 the argument. Don't create one.
14933 (Attribute.GetObsoleteAttribute): Likewise.
14934 (Attribute.GetClsCompliantAttributeValue): Likewise.
14935 * class.cs, decl.cs: Update to changes.
14937 2004-12-17 Marek Safar <marek.safar@seznam.cz>
14939 * delegate.cs (NewDelegate.DoResolve): Add error 149 report.
14941 * ecore.cs (Expression.MemberLookupFailed): Fixed error 143.
14943 * statement.cs (Foreach.Resolve): Add error 186 report.
14945 2004-12-16 Marek Safar <marek.safar@seznam.cz>
14947 * expression.cs (Conditional.DoResolve): Add warning 429.
14949 * statement.cs (If.Resolve): Add warning 665.
14951 2004-12-16 Raja R Harinath <rharinath@novell.com>
14953 New invariant: RootContext.Tree.Types.NamespaceEntry == null
14954 except when in the parser, and in GlobalAttribute.
14955 * driver.cs (MainDriver): Reset RootContext.Tree.Types.NamespaceEntry.
14956 * attribute.cs (GlobalAttribute.CheckAttributeType): Reset
14957 RootContext.Tree.Types.NamespaceEntry once work is done.
14958 (GlobalAttribute.Emit): New. Wrapper for Attribute.Emit, but sets
14959 and resets RootContext.Tree.Types.NamespaceEntry.
14961 2004-12-15 Marek Safar <marek.safar@seznam.cz>
14963 * cs-parser.jay: Don't create a block for every variable.
14965 2004-12-14 Miguel de Icaza <miguel@ximian.com>
14967 * location.cs: Provide extra information.
14969 * statement.cs: The instance is not `ldarg_0.THIS' when accessing
14970 variables from the captured environment, it is the ldarg_0.
14972 2004-12-14 Marek Safar <marek.safar@seznam.cz>
14974 * cs-parser.jay: Changed warning level for 642 to 4 until Miguel
14977 * class.cs: Changed warning level for 169 to avoid developer
14978 displeasure from warning flooding. It will be changed back when they
14979 fix most of current BCL warnings.
14981 * RootContext.cs: Pushed default WarningLevel to 3.
14983 * statement.cs: Removed unused variable.
14985 2004-12-14 Marek Safar <marek.safar@seznam.cz>
14987 * class.cs (TypeContainer.GetClassBases): Add error 1521 report.
14988 (TypeContainer.MethodModifiersValid): Refactored to use MemberCore.
14989 Add error 502 report.
14990 (StaticClass.DefineType): Add error 441 report.
14991 (Class.AllowedModifiersProp): New virtual property as temporary
14992 extension to AllowedModifiers.
14993 (Class.DefineType): Add error 418 report. Moved ModFlags check here
14994 to share implementation with StaticClass and don't call virtual
14997 * driver.cs (MainDriver): Add error 1558 test.
14999 * parameter.cs (Parameter.ApplyAttributeBuilder): Add error 662
15000 report. Moved error 36 test here.
15002 * statement.cs (Throw.Resolve): Add error 724 report.
15004 * typemanager.cs: Add out_attribute_type core type.
15006 2004-12-13 Marek Safar <marek.safar@seznam.cz>
15008 * class.cs (TypeContainer.VerifyClsCompliance): Add error
15010 (PropertyBase.VerifyClsCompliance): Add errror 3025 report.
15012 * codegen.cs (ModuleClass.ApplyAttributeBuilder): Add error
15015 * decl.cs (MemberCore.VerifyClsCompliance): Add warning 3021.
15017 * parameter.cs (ReturnParameter.ApplyAttributeBuilder):
15018 Add error 3023 report.
15019 (Parameter.ApplyAttributeBuilder): Add error 3022 report.
15021 * tree.cs (RootTypes.IsClsCompliaceRequired): Add fake
15024 2004-12-12 John Luke <john.luke@gmail.com>
15026 * driver.cs (AddArgs): take -- into account when
15027 adding arguments, fixes bug 65710
15029 2004-12-12 Martin Baulig <martin@ximian.com>
15031 * expression.cs (Unary.TryReduceNegative): Added support for
15032 SByteConstant and ByteConstant.
15033 (Unary.Reduce): Check error values from TryReduceNegative().
15035 2004-12-10 Marek Safar <marek.safar@seznam.cz>
15037 * attributes.cs (Attribute.Resolve): Avoid multiple error report
15038 and report exception as error 182.
15040 2004-12-10 Raja R Harinath <rharinath@novell.com>
15042 * driver.cs (Main): Fix message when there are warnings.
15044 2004-12-09 Miguel de Icaza <miguel@ximian.com>
15046 * delegate.cs: Fixed my fix from yesterday, sorry about that.
15048 2004-12-09 Marek Safar <marek.safar@seznam.cz>
15050 * anonymous.cs, class.cs, convert.cs, doc.cs, support.cs:
15051 Reduced number of warnings.
15053 * class.cs (TypeContainer.VerifyClsCompliance): One if is enough.
15055 2004-12-08 Miguel de Icaza <miguel@ximian.com>
15057 * driver.cs: Removed message.
15059 * delegate.cs: Fix bug introduced in 1.1.x: 70219.
15061 2004-12-08 <vargaz@freemail.hu>
15063 * cs-tokenizer.cs: Add workaround for NET 2.0 beta 1 csc bug.
15065 2004-12-08 Martin Baulig <martin@ximian.com>
15067 * class.cs (TypeContainer.VerifyClsCompliance): Report a CS3003
15068 instead of a CS3002 for properties and indexer.
15070 2004-12-08 Martin Baulig <martin@ximian.com>
15072 * decl.cs (MemberName.ToString): Make this work again.
15074 2004-12-08 Marek Safar <marek.safar@seznam.cz>
15076 * attribute.cs (Resolve): Add error 591 detection.
15078 * class.cs (FieldMember.Define): Add error 1547 detection.
15079 (Indexer.Define): Add error 620 detection.
15080 (Operator.Define): Add error 590 detection.
15082 * ecore.cs: Missing argument for error 79.
15084 * expression.cs (ComposedCast.DoResolveAsTypeStep): Add error 611
15087 2004-12-07 Marek Safar <marek.safar@seznam.cz>
15090 * assign.cs.cs (Assign.DoResolve): Reports error 1648 for value types
15093 2004-12-07 Atsushi Enomoto <atsushi@ximian.com>
15095 * cs-parser.jay : handle doc comments on implicit/explicit operators.
15096 Some operator comments were suppressed.
15097 * doc.cs : Implicit/explicit operator name in doc comments are like
15098 "op_Explicit(type)~returnType", so added suffix handling.
15100 2004-12-07 Martin Baulig <martin@ximian.com>
15103 (MemberCore.GetObsoleteAttribute): Don't create a new EmitContext.
15104 (MemberCore.GetClsCompliantAttributeValue): Likewise.
15105 (DeclSpace.ec): New protected field; store the EmitContext here.
15106 (DeclSpace.EmitContext): New public property; moved here from
15108 (DeclSpace.GetClsCompliantAttributeValue): Don't create a new
15111 * enum.cs (Enum.Define): Store the EmitContext in the `ec' field.
15112 (Enum.Emit): Don't create a new EmitContext.
15114 * delegate.cs (Delegate.DefineType): Always create the
15117 * iterators.cs (Iterators.DefineIterator): Create a new
15118 EmitContext and store it in `ec'.
15120 2004-08-24 Martin Baulig <martin@ximian.com>
15123 (TypeManager.IsSubclassOf): Renamed to IsFamilyAccessible; use
15124 this for accessibility checks.
15125 (TypeManager.IsSubclassOrNestedChildOf): Renamed to
15126 IsNestedFamilyAccessible.
15127 (TypeManager.IsSubclassOf): New method, do what the name actually
15130 2004-12-06 Raja R Harinath <rharinath@novell.com>
15132 Fix crash on cs0657-17.cs.
15133 * codegen.cs (CommonAssemblyModulClass.GetClsCompliantAttribute):
15134 Use RootContext.Tree.Types, not 'new RootTypes ()'.
15135 * attribute.cs (GlobalAttribute.CheckAttributeType): Narrow down
15136 the case where the NamespaceEntry gets overwritten.
15138 2004-12-06 Marek Safar <marek.safar@seznam.cz>
15140 Fixed #69195, #56821
15141 * ecore.cs (ResolveBoolean): Tiny refactoring.
15143 * expression.cs (Binary.DoResolve): Add warning 429 and skipping
15144 of right expression resolving when left is false constant and
15145 operator is LogicalAnd OR true constant and operator is LogicalOr.
15147 * statement.cs (ResolveUnreachable): Always reports warning.
15149 2004-12-05 Miguel de Icaza <miguel@ximian.com>
15151 * class.cs: Distinguish between 1721 and 1722 (just a little help
15152 for the programmer).
15154 2004-12-03 Miguel de Icaza <miguel@ximian.com>
15156 * delegate.cs: Only allow this on new versions of the language.
15158 2004-12-02 Duncan Mak <duncan@ximian.com>
15160 * ecore.cs (PropertyExpr.IsAccessorAccessible): Moved to
15162 (Expression.IsAccessorAccessible): Moved from the PropertyExpr to
15163 here as a static method. Take an additional bool out parameter
15164 `must_do_cs1540_check' for signaling to InstanceResolve.
15165 (PropertyExpr.InstanceResolve): Removed the `must_do_cs1540_check'
15166 member field from PropertyExpr class and made it an argument of
15167 the method instead.
15168 (EventExpr.InstanceResolve): Copied from PropertyExpr, removed the
15169 check for MarshalByRefObject, and report CS0122 instead of CS1540.
15170 (EventExpr.DoResolve): Call IsAccessorAccessible on `add_accessor'
15171 and `remove_accessor' as well as InstanceResolve: report CS0122
15176 2004-12-03 Raja R Harinath <rharinath@novell.com>
15178 Fix test-327.cs, test-328.cs, and put in early infrastructure
15179 for eventually fixing #52697.
15180 * namespace.cs (NamespaceEntry.LookupForUsing): New method.
15181 (NamespaceEntry.LookupNamespaceOrType): New method, refactored
15182 from other methods.
15183 (NamespaceEntry.Lookup): Remove 'ignore_using' flag.
15184 (AliasEntry.Resolve, UsingEntry.Resolve): Use 'LookupForUsing'.
15185 (VerifyUsing, error246): Update.
15186 * rootcontext.cs (RootContext.NamespaceLookup): Just use
15187 'NamespaceEntry.LookupNamespaceOrType'.
15189 2004-12-03 Martin Baulig <martin@ximian.com>
15191 * delegate.cs (NewDelegate.DoResolve): If we have an anonymous
15192 method as our child, call AnonymousMethod.Compatible() on it.
15194 2004-12-03 Raja R Harinath <rharinath@novell.com>
15196 Disable XML documentation support in 'basic' profile.
15197 * decl.cs, class.cs [BOOTSTRAP_WITH_OLDLIB]: Don't import System.Xml.
15198 Redirect XmlElement to System.Object.
15199 * driver.cs, enum.cs, rootcontext.cs: Don't reference System.Xml.
15200 * doc.cs [BOOTSTRAP_WITH_OLDLIB]: Disable compile.
15201 * mcs.exe.sources: Add doc-bootstrap.cs.
15202 * doc-bootstrap.cs: New file. Contains empty stub implementation
15205 2004-12-03 Atsushi Enomoto <atsushi@ximian.com>
15207 * cs-tokenizer.cs : Only '////' is rejected. Other non-whitespace
15208 comments are allowed.
15210 2004-12-03 Carlos Alberto Cortez <calberto.cortez@gmail.com>
15212 * delegate.cs: Add checks for subtypes in paramaters and return values
15213 in VerifyMethod () to add support for Covariance/Contravariance
15216 2004-12-02 Miguel de Icaza <miguel@ximian.com>
15218 * report.cs: Remove extra closing parenthesis.
15220 * convert.cs (Error_CannotImplicitConversion): If the name of the
15221 types are the same, provide some extra information.
15223 * class.cs (FieldBase): Use an unused bit field from the field to
15224 encode the `has_offset' property from the FieldMember. This saves
15225 a couple of Ks on bootstrap compilation.
15227 * delegate.cs (NewDelegate.DoResolve): If we have an anonymous
15228 method as our child, return the AnonymousMethod resolved
15231 * expression.cs (New.DoResolve): Allow return values from
15232 NewDelegate to also include AnonymousMethods.
15236 2004-12-02 Marek Safar <marek.safar@seznam.cz>
15239 * attribute.cs (Resolve): Improved implementation of params
15240 attribute arguments.
15242 * support.cs (ParameterData): Add HasParams to be faster.
15244 2004-12-02 Atsushi Enomoto <atsushi@ximian.com>
15246 all things are for /doc support:
15248 * doc.cs: new file that supports XML documentation generation.
15249 * mcs.exe.sources: added doc.cs.
15251 Handle /doc command line option.
15252 Report error 2006 instead of 5 for missing file name for /doc.
15253 Generate XML documentation when required, after type resolution.
15255 Added support for picking up documentation (/// and /** ... */),
15256 including a new XmlCommentState enumeration.
15258 Added lines to fill Documentation element for field, constant,
15259 property, indexer, method, constructor, destructor, operator, event
15260 and class, struct, interface, delegate, enum.
15261 Added lines to warn incorrect comment.
15263 Added Documentation field (passed only when /doc was specified).
15265 Added DocComment, DocCommentHeader, GenerateDocComment() and
15266 OnGenerateDocComment() and some supporting private members for
15267 /doc feature to MemberCore.
15269 Added GenerateDocComment() on TypeContainer, MethodCore and Operator.
15271 Added overriden DocCommentHeader.
15273 Added overriden DocCommentHeader and GenerateDocComment().
15275 2004-12-01 Miguel de Icaza <miguel@ximian.com>
15277 * cfold.cs (ConstantFold.DoConstantNumericPromotions): After
15278 unwrapping the enumeration values, chain to
15279 DoConstantNumericPromotions again, so we can promote things to the
15280 fundamental types (takes care of enums that are bytes, sbytes).
15284 2004-12-01 Raja R Harinath <rharinath@novell.com>
15286 * attribute.cs (Attribute.CheckAttributeType): Remove complain flag.
15287 Fix long-standing bug in type-lookup. Use FindType instead of
15288 LookupType when ec.ResolvingTypeTree.
15289 (Attribute.ResolveType, Attribute.Resolve)
15290 (Attribute.DefinePInvokeMethod,GlobalAttribute.CheckAttributeType):
15292 (Attributes.Search): Remove internal version. Update.
15293 (Attributes.SearchMulti): Update.
15294 (Attributes.GetClsCompliantAttribute): Remove.
15295 (Attributes.GetIndexerNameAttribute): Remove.
15296 * decl.cs (MemberCore.GetClsCompliantAttributeValue): Update to changes.
15297 (DeclSpace.GetClsCompliantAttributeValue): Likewise.
15298 * class.cs (Indexer.Define): Likewise.
15300 2004-12-01 Marek Safar <marek.safar@seznam.cz>
15303 * ecore.cs: CheckMarshallByRefAccess new virtual method for testing
15304 MarshallByReference members access.
15306 * expression.cs: Use CheckMarshallByRefAccess;
15307 Better error CS0197 message.
15309 * report.cs: Print whole related error message.
15311 2004-11-30 Raja R Harinath <rharinath@novell.com>
15313 * Makefile (mcs.exe) [PROFILE=default]: Keep a copy of mcs.exe in
15314 the current directory to help debugging.
15316 2004-11-29 Marek Safar <marek.safar@seznam.cz>
15318 * class (GetClassBases): Better error 60 report.
15319 (EventProperty): Disabled warning 67 detection.
15321 2004-11-29 Marek Safar <marek.safar@seznam.cz>
15324 * cfold.cs (Assign.DoResolve): Add subtraction for DecimalConstant.
15326 * constant.cs (DecimalConstant.Emit): Don't use int ctor for
15329 2004-11-29 Marek Safar <marek.safar@seznam.cz>
15332 * assign.cs (Assign.DoResolve): Add error 1648, 1650 report.
15334 * decl.cs (MemberCore.MemberName): Error 1648 in compiler.
15336 2004-11-26 Miguel de Icaza <miguel@ximian.com>
15338 * attribute.cs (Attribute.Resolve): Refine error reporting and
15339 report a cs0117 if the identifier does not exist, to distinguish
15340 from 0617 which is a miss-use of the actual identifier.
15342 * ecore.cs (EventExpr.Emit): Refine error report and distinguish
15343 between cs0070 and cs0079.
15345 * class.cs (MemberBase.DoDefine): When reporting a wrong
15346 accessibility level, we use MethodCore to compare instead of
15347 Method (this was a regression in some refactoring effort).
15349 So now we correctly report cs0056 again.
15351 * convert.cs (ImplicitReferenceConversion): Corrected typo, I was
15352 testing the target_type (which was known to be object_type) and
15353 not the source type (which is anonymous_method).
15355 Fixed reporting of error cs1660.
15357 * expression.cs (UserCast.Source): Expose the underlying cast.
15359 * statement.cs (Switch.SwitchGoverningType): Sort the list of
15360 allowed types to find a match to int32 first (most common).
15362 In addition, it ignores any ImplicitUserConversions that did an
15363 internal implicit conversion (as the switch statement allows only
15364 one integral conversion to exist).
15366 * class.cs (PartialContainer.Create): rename `name' to
15367 `member_name' for clarity. Then replace the string calls with a
15368 call to MemberName.GetPartialName, as now using
15369 MemberName.ToString is an error (this is due to the side effects
15370 it had, that were fixed in the past).
15372 This will restore the error reporting on a number of partial class
15373 errors that were missusing this (and getting an exception as a
15374 results, which is now just a plain textual warning, because
15375 yyparse debug output would crash otherwise).
15377 2004-11-26 Raja R Harinath <rharinath@novell.com>
15379 * Makefile (PROGRAM_INSTALL_DIR): Remove.
15381 2004-11-25 Ben Maurer <bmaurer@ximian.com>
15383 * rootcontext.cs (LookupType): Make sure to cache lookups that
15384 don't give us a negative result. This saves about 5% of corlib
15387 2004-11-25 Miguel de Icaza <miguel@ximian.com>
15389 * report.cs (AbstractMessage.Print): messages are sent to stderr
15391 * class.cs (TypeContainer.GetClassBases): It is an error to have a
15392 non-interface in the list of interfaces (at this point, either
15393 parent was properly set, or a base class is being listed in the
15394 interfaces section).
15396 This flags error 1722, and resolves the crash from bug 69259.
15398 2004-11-25 Ben Maurer <bmaurer@ximian.com>
15400 * statement.cs (Using.EmitExpressionFinally): make this work right
15401 for valuetypes. Fixes 69926.
15403 2004-11-25 Miguel de Icaza <miguel@ximian.com>
15405 * const.cs (Const.ChangeType): Cope with the "0 literal can be
15406 converted to an enum" here, before we try to change the underlying
15407 type. This code exists, but it is a different code path than the
15408 one used while encoding constants.
15410 * convert.cs (ImplicitReferenceConversionExists): A surprisingly
15411 old bug: when converting from the null literal to a pointer,
15412 return an EmptyCast, not the NullLiteral.
15414 This fixes #69921, the recent null_type changes probably made this
15415 bug more prominent.
15417 (ImplicitReferenceConversionExists): In addition, resynchronized
15418 the code here, so it matches the same code in
15419 ImplicitReferenceConversionExists for the `from any class-type S
15420 to any interface-type T'.
15423 2004-11-25 Marek Safar <marek.safar@seznam.cz>
15425 * cfold.cs (BinaryFold): Add addition for DecimalConstant.
15427 2004-11-24 Miguel de Icaza <miguel@ximian.com>
15429 * cs-parser.jay: Use verbosity accordingly.
15431 2004-11-24 Marek Safar <marek.safar@seznam.cz>
15433 * expression.cs (Unary.ResolveOperator): Do not report warning;
15434 AddressOf reads from variable.
15436 (LocalVariableReferences.DoResolveBase): Improved my previous fix.
15438 2004-11-24 Marek Safar <marek.safar@seznam.cz>
15442 * attribute.cs (Attributable): Removed CheckTargets.
15443 (Attributes.Emit): Explicit attribute targets are tested here.
15445 * class.cs (EventField.ValidAttributeTargets): Explicit target "field" is
15446 not enabled for interfaces.
15448 * codegen.cs (CommonAssemblyModulClass.AddAttributes): Removed CheckTargets.
15449 (GetAssemblyName): Ouch next bug there.
15451 2004-11-23 Carlos Alberto Cortez <calberto.cortez@gmail.com>
15453 * expression.cs: Error 275 added.
15455 2004-11-23 Marek Safar <marek.safar@seznam.cz>
15457 Fix bug #69177 (Implemented decimal constant support)
15459 * cfold.cs (DoConstantNumericPromotions: Add DecimalConstant.
15460 (BinaryFold): Add DecimalConstant.
15462 * const.cs (Define): Decimal constant
15464 (ChangeType): Add decimal type handling.
15465 (LookupConstantValue): Don't set value for decimal type but
15466 emit DecimalConstantAttribute. Needed for constant optimization.
15468 * constant.cs (ToDecimal): New method.
15469 (ConvertToDecimal): New method.
15470 (IntConstant): Implemented ConvertToDecimal.
15471 (DecimalConstant.Emit): Emit optimized version for decimals in
15474 * expression.cs (ResolveOperator): Changed order of constant
15475 reduction to work correctly with native types which have
15476 overloaded operators.
15477 (ResolveMemberAccess): Extract constant value from attribute
15480 * rootcontext.cs (ResolveCore): Add DecimalConstantAttribute.
15482 * typemanager.cs (TypeManager): Add decimal_constant_attribute_type,
15483 void_decimal_ctor_int_arg, decimal_constant_attribute_ctor.
15484 (ChangeType): Decimal is special.
15485 (TypeToCoreType): Add decimal type.
15487 2004-11-22 Marek Safar <marek.safar@seznam.cz>
15489 * convert.cs (ImplicitConversionRequired): Add error cs0642 for
15492 2004-11-22 Marek Safar <marek.safar@seznam.cz>
15494 * class.cs (EventField.ApplyAttributeBuilder): Fix error
15497 2004-11-19 Marek Safar <marek.safar@seznam.cz>
15499 * class.cs (MemberBase.DoDefine): Fix error cs0508 report.
15501 * pending.cs (PendingImplementation): Grab only interfaces.
15503 2004-11-19 Marek Safar <marek.safar@seznam.cz>
15505 * statement.cs (ForeachHelperMethods): Add location member and
15506 error 202 detection.
15508 2004-11-19 Raja R Harinath <rharinath@novell.com>
15510 * Makefile (EXTRA_DISTFILES): Remove mcs.exe.config. It's
15511 automatically handled by executable.make.
15512 (PROGRAM): Make profile-specific.
15514 2004-11-18 Marek Safar <marek.safar@seznam.cz>
15516 * expression.cs (DoResolveBase): Fixed wrong warning for out
15519 2004-11-18 Martin Baulig <martin@ximian.com>
15521 Merged latest changes into gmcs. Please keep this comment in
15522 here, it makes it easier for me to see what changed in MCS since
15523 the last time I merged.
15525 2004-11-17 Raja R Harinath <rharinath@novell.com>
15527 * typemanager.cs (TypeHandle.GetTypeHandle): Make private.
15528 (TypeHandle.GetMemberCache): New.
15529 (TypeHandle.TypeHandle): Update.
15530 (TypeManager.LookupMemberCache): Rewritten from LookupMemberContainer.
15531 (TypeManager.LookupParentInterfacesCache):
15532 Rename from LookupInterfaceCache. Optimize slightly.
15533 (TypeManager.MemberLookup_FindMembers): Update.
15534 * decl.cs (MemberCache.MemberCache): Set Container to null in the
15535 multi-type variant.
15536 (AddCacheContents): Rename from AddHashtable.
15537 * class.cs (TypeContainer.parent_container): Remove.
15538 (TypeContainer.VerifyClsCompliance): Don't use parent_container.
15539 (TypeContainer.DoDefineMembers): Don't initialize it.
15540 Update to name changes.
15542 2004-11-17 Miguel de Icaza <miguel@ximian.com>
15544 * class.cs (MethodCore.CheckAccessModifiers): New helper routine
15545 that factors the code to check access modifiers on override.
15547 (PropertyBase): Use the code here.
15549 Patch from Lluis S'anchez, fixes bug #69361.
15551 2004-11-15 Miguel de Icaza <miguel@ximian.com>
15553 * anonymous.cs (AnonymousMethod.Error_AddressOfCapturedVar): New
15554 routine that is used to report the use of a captured variable
15555 whose address has been taken.
15557 There are two checks: one when variables are being captured and
15558 the other check is when the address of a variable is taken.
15560 (because an anonymous methods might be resolved before *or* after
15561 the address has been taken) and
15563 * expression.cs (Conditional.DoResolve): Remove the special
15564 casing that Martin added to trueExpr and falseExpr being both
15565 NullLiteral. We get the right behavior now just by introducing
15566 the null_type into the compiler.
15568 * convert.cs (ExplicitConversion): Change the code to use
15569 null_type instead of testing `expr is NullLiteral'.
15570 (ImplicitConversionStandard): use null_type too.
15571 (ImplicitReferenceConversionExists): use null_type too.
15572 (ImplicitReferenceConversion): use null_type too.
15574 * literal.cs: The type of `NullLiteral' is now null_type instead
15576 (Resolve): Set the type here.
15578 * typemanager.cs: Introduce null_type.
15580 2004-11-17 Martin Baulig <martin@ximian.com>
15582 * decl.cs (MemberCache.AddHashtable): Add entries in the opposite
15583 direction, like FindMembers() does. Fixes #69546, testcase is in
15586 2004-11-16 Martin Baulig <martin@ximian.com>
15588 This is based on a patch from Marek Safar, see bug #69082.
15589 Fixes bugs #63705 and #67130.
15591 * typemanager.cs (TypeManager.LookupInterfaceCache): New public
15592 method; create a MemberCache for an interface type and cache the
15595 * decl.cs (IMemberContainer.ParentContainer): Removed.
15596 (IMemberContainer.ParentCache): New property.
15597 (MemberCache.SetupCacheForInterface): Removed.
15598 (MemberCache..ctor): Added .ctor which takes a `Type[]'; use this
15599 to create a cache for an interface's "parent".
15601 * class.cs (TypeContainer.DoDefineMembers): Setup cache for
15604 2004-11-16 Martin Baulig <martin@ximian.com>
15606 Merged back from gmcs; these changes already went into gmcs a
15607 couple of weeks ago.
15610 (TypeManager.AddUserType): Removed the `ifaces' argument.
15611 (TypeManager.RegisterBuilder): Take a `Type []' instead of a
15613 (TypeManager.AddUserInterface): Removed.
15614 (TypeManager.ExpandInterfaces): Return a `Type []' instead of a
15616 (TypeManager.GetInterfaces): Likewise.
15617 (TypeManager.GetExplicitInterfaces): Likewise.
15619 * ecore.cs (TypeExpr.GetInterfaces): Removed.
15621 * class.cs (TypeContainer.base_class_type): Replaced with `ptype'.
15622 (TypeContainer.base_inteface_types): Replaced with `ifaces'.
15624 2004-11-14 Ben Maurer <bmaurer@ximian.com>
15626 * statement.cs: Avoid adding bools to a hashtable.
15628 2004-11-07 Miguel de Icaza <miguel@ximian.com>
15630 * expression.cs (Invocation.OverloadResolve): Flag error if we are
15631 calling an unsafe method from a safe location.
15633 2004-11-06 Marek Safar <marek.safar@seznam.cz>
15636 * codegen.cs (ApplyAttributeBuilder): Do not return; it is only warning.
15638 2004-11-06 Miguel de Icaza <miguel@ximian.com>
15640 * namespace.cs (VerifyUsing): use GetPartialName instead of
15643 2004-11-05 Miguel de Icaza <miguel@ximian.com>
15645 * statement.cs (Return.Resolve): Fix regression in typo: if
15646 `in_exc', we have to request a NeedReturnLabel, this was a typo
15647 introduced in the anonymous method check-in. Fixes #69131.
15649 * Indexers were using the ShortName when defining themselves,
15650 causing a regression in the compiler bootstrap when applying the
15651 patch from 2004-11-02 (first part), now they use their full name
15652 and the bug is gone.
15654 2004-11-04 Zoltan Varga <vargaz@freemail.hu>
15656 * driver.cs: Strip the path from the names of embedded resources. Fixes
15659 2004-11-04 Raja R Harinath <rharinath@novell.com>
15661 Fix error message regression: cs0104-2.cs.
15662 * namespace.cs (NamespaceEntry.Lookup): Remove 'silent' flag.
15663 (AliasEntry.Resolve): Update.
15664 * rootcontext.cs (RootContext.NamespaceLookup): Update. Remove
15666 (RootContext.LookupType): Update.
15668 2004-11-03 Carlos Alberto Cortez <carlos@unixmexico.org>
15670 * cs-parser.jay: Add support for handling accessor modifiers
15671 * class: Add support port accessor modifiers and error checking,
15672 define PropertyMethod.Define as virtual (not abstract anymore)
15673 * ecore.cs: Add checking for proeprties access with access modifiers
15674 * iterators.cs: Modify Accessor constructor call based in the modified
15676 2004-11-02 Ben Maurer <bmaurer@ximian.com>
15678 * expression.cs (StringConcat): Handle being called twice,
15679 as when we have a concat in a field init with more than two
15682 2004-11-02 Miguel de Icaza <miguel@ximian.com>
15684 * class.cs (Event.Define, Indexer.Define, Property.Define): Do not
15685 special case explicit implementations, we should always produce
15686 the .property or .event declaration.
15688 * decl.cs (MemberName): Renamed GetFullName to GetPartialName
15689 since it will not return correct data if people use this
15690 unresolved in the presence of using statements (see test-313).
15692 * class.cs (MethodData.Define): If we are an explicit interface
15693 implementation, set the method name to the full name of the
15694 interface plus the name of the method.
15696 Notice that using the method.MethodName.GetFullName() does not
15697 work, as it will only contain the name as declared on the source
15698 file (it can be a shorthand in the presence of using statements)
15699 and not the fully qualifed type name, for example:
15703 class D : ICloneable {
15704 object ICloneable.Clone () {
15708 Would produce a method called `ICloneable.Clone' instead of
15709 `System.ICloneable.Clone'.
15711 * namespace.cs (Alias.Resolve): Use GetPartialName.
15713 2004-11-01 Marek Safar <marek.safar@seznam.cz>
15715 * cs-parser.jay: Add error 1055 report.
15717 2004-11-01 Miguel de Icaza <miguel@ximian.com>
15719 * assign.cs (Assign.DoResolve): Only do the transform of
15720 assignment into a New if the types are compatible, if not, fall
15721 through and let the implicit code deal with the errors and with
15722 the necessary conversions.
15724 2004-11-01 Marek Safar <marek.safar@seznam.cz>
15726 * cs-parser.jay: Add error 1031 report.
15728 * cs-tokenizer.cs: Add location for error 1038.
15730 2004-10-31 Marek Safar <marek.safar@seznam.cz>
15732 * cs-parser.jay: Add error 1016 report.
15734 2004-10-31 Marek Safar <marek.safar@seznam.cz>
15736 * cs-parser.jay: Add errors 1575,1611 report.
15738 2004-10-31 Marek Safar <marek.safar@seznam.cz>
15740 * cs-parser.jay: Add error 1001 report.
15742 2004-10-31 Marek Safar <marek.safar@seznam.cz>
15745 * attribute.cs (GetMarshal): Add method argument for
15746 caller identification.
15748 * class.cs, codegen.cs, enum.cs, parameter.cs: Added
15749 agument for GetMarshal and RuntimeMissingSupport.
15751 2004-10-31 Marek Safar <marek.safar@seznam.cz>
15753 * attribute.cs (ExtractSecurityPermissionSet): Removed
15754 TypeManager.code_access_permission_type.
15756 * typemanager.cs: Removed TypeManager.code_access_permission_type.
15758 2004-10-27 Miguel de Icaza <miguel@ximian.com>
15760 * expression.cs (LocalVariableReference.DoResolveLValue): Check
15761 for obsolete use of a variable here. Fixes regression on errors
15762 cs0619-25 and cs0619-26.
15764 2004-10-27 Marek Safar <marek.safar@seznam.cz>
15766 Fix #62358, implemented security attribute encoding.
15768 * attribute.cs (Attribute.CheckSecurityActionValididy): New method.
15769 Tests permitted SecurityAction for assembly or other types.
15770 (Assembly.ExtractSecurityPermissionSet): New method. Transforms
15771 data from SecurityPermissionAttribute to PermisionSet class.
15773 * class.cs (ApplyAttributeBuilder): Added special handling
15774 for System.Security.Permissions.SecurityAttribute based types.
15776 * codegen.cs (AssemblyClass.ApplyAttributeBuilder): Added
15777 special handling for System.Security.Permissions.SecurityAttribute
15780 * enum.cs (ApplyAttributeBuilder): Added special handling
15781 for System.Security.Permissions.SecurityAttribute based types.
15783 * parameter.cs (ApplyAttributeBuilder): Added special handling
15784 for System.Security.Permissions.SecurityAttribute based types.
15786 * rootcontext.cs: Next 2 core types.
15788 * typemanager.cs (TypeManager.security_permission_attr_type):
15789 Built in type for the SecurityPermission Attribute.
15790 (code_access_permission_type): Build in type.
15792 2004-10-17 Miguel de Icaza <miguel@ximian.com>
15794 * expression.cs (LocalVariableReference.DoResolveBase, Emit):
15795 Remove the tests for `ec.RemapToProxy' from here, and encapsulate
15796 all of this information into
15797 EmitContext.EmitCapturedVariableInstance.
15799 * codegen.cs (EmitCapturedVariableInstance): move here the
15800 funcionality of emitting an ldarg.0 in the presence of a
15801 remapping. This centralizes the instance emit code.
15803 (EmitContext.EmitThis): If the ScopeInfo contains a THIS field,
15804 then emit a load of this: it means that we have reached the
15805 topmost ScopeInfo: the one that contains the pointer to the
15806 instance of the class hosting the anonymous method.
15808 * anonymous.cs (AddField, HaveCapturedFields): Propagate field
15809 captures to the topmost CaptureContext.
15811 2004-10-12 Miguel de Icaza <miguel@ximian.com>
15813 * expression.cs (LocalVariableReference): Move the knowledge about
15814 the iterators into codegen's EmitCapturedVariableInstance.
15816 2004-10-11 Miguel de Icaza <miguel@ximian.com>
15818 * codegen.cs (EmitContext.ResolveTopBlock): Emit a 1643 when not
15819 all code paths return a value from an anonymous method (it is the
15820 same as the 161 error, but for anonymous methods).
15822 2004-10-08 Miguel de Icaza <miguel@ximian.com>
15824 The introduction of anonymous methods in the compiler changed
15825 various ways of doing things in the compiler. The most
15826 significant one is the hard split between the resolution phase
15827 and the emission phases of the compiler.
15829 For instance, routines that referenced local variables no
15830 longer can safely create temporary variables during the
15831 resolution phase: they must do so from the emission phase,
15832 since the variable might have been "captured", hence access to
15833 it can not be done with the local-variable operations from the runtime.
15837 (Block.Flags): New flag `IsTopLevel' to indicate that this block
15838 is a toplevel block.
15840 (ToplevelBlock): A new kind of Block, these are the blocks that
15841 are created by the parser for all toplevel method bodies. These
15842 include methods, accessors and anonymous methods.
15844 These contain some extra information not found in regular blocks:
15845 A pointer to an optional CaptureContext (for tracking captured
15846 local variables and parameters). A pointer to the parent
15849 (Return.Resolve): Catch missmatches when returning a value from an
15850 anonymous method (error 1662).
15851 Invoke NeedReturnLabel from the Resolve phase instead of the emit
15854 (Break.Resolve): ditto.
15856 (SwitchLabel): instead of defining the labels during the
15857 resolution phase, we now turned the public ILLabel and ILLabelCode
15858 labels into methods called GetILLabelCode() and GetILLabel() that
15859 only define the label during the Emit phase.
15861 (GotoCase): Track the SwitchLabel instead of the computed label
15862 (its contained therein). Emit the code by using
15863 SwitchLabel.GetILLabelCode ().
15865 (LocalInfo.Flags.Captured): A new flag has been introduce to track
15866 whether the Local has been captured or not.
15868 (LocalInfo.IsCaptured): New property, used to tell whether the
15869 local has been captured.
15871 * anonymous.cs: Vastly updated to contain the anonymous method
15874 The main classes here are: CaptureContext which tracks any
15875 captured information for a toplevel block and ScopeInfo used to
15876 track the activation frames for various local variables.
15878 Each toplevel block has an optional capture context associated
15879 with it. When a method contains an anonymous method both the
15880 toplevel method and the anonymous method will create a capture
15881 context. When variables or parameters are captured, they are
15882 recorded on the CaptureContext that owns them, for example:
15886 MyDelegate d = delegate {
15891 Here `a' will be recorded as captured on the toplevel
15892 CapturedContext, the inner captured context will not have anything
15893 (it will only have data if local variables or parameters from it
15894 are captured in a nested anonymous method.
15896 The ScopeInfo is used to track the activation frames for local
15897 variables, for example:
15899 for (int i = 0; i < 10; i++)
15900 for (int j = 0; j < 10; j++){
15901 MyDelegate d = delegate {
15906 At runtime this captures a single captured variable `i', but it
15907 captures 10 different versions of the variable `j'. The variable
15908 `i' will be recorded on the toplevel ScopeInfo, while `j' will be
15909 recorded on a child.
15911 The toplevel ScopeInfo will also track information like the `this'
15912 pointer if instance variables were referenced (this is necessary
15913 as the anonymous method lives inside a nested class in the host
15914 type of the method).
15916 (AnonymousMethod): Expanded to track the Toplevel, implement
15917 `AnonymousMethod.Compatible' to tell whether an anonymous method
15918 can be converted to a target delegate type.
15920 The routine now also produces the anonymous method content
15922 (AnonymousDelegate): A helper class that derives from
15923 DelegateCreation, this is used to generate the code necessary to
15924 produce the delegate for the anonymous method that was created.
15926 * assign.cs: API adjustments for new changes in
15927 Convert.ImplicitStandardConversionExists.
15929 * class.cs: Adjustments to cope with the fact that now toplevel
15930 blocks are of type `ToplevelBlock'.
15932 * cs-parser.jay: Now we produce ToplevelBlocks for toplevel blocks
15933 insteda of standard blocks.
15935 Flag errors if params arguments are passed to anonymous methods.
15937 * codegen.cs (EmitContext): Replace `InAnonymousMethod' with
15938 `CurrentAnonymousMethod' which points to the current Anonymous
15939 Method. The variable points to the AnonymousMethod class that
15940 holds the code being compiled. It is set in the new EmitContext
15941 created for the anonymous method.
15943 (EmitContext.Phase): Introduce a variable and an enumeration to
15944 assist in enforcing some rules about when and where we are allowed
15945 to invoke certain methods (EmitContext.NeedsReturnLabel is the
15946 only one that enfonces this right now).
15948 (EmitContext.HaveCaptureInfo): new helper method that returns
15949 whether we have a CapturedContext initialized.
15951 (EmitContext.CaptureVariable): New method used to register that a
15952 LocalInfo must be flagged for capturing.
15954 (EmitContext.CapturedParameter): New method used to register that a
15955 parameters must be flagged for capturing.
15957 (EmitContext.CapturedField): New method used to register that a
15958 field must be flagged for capturing.
15960 (EmitContext.HaveCapturedVariables,
15961 EmitContext.HaveCapturedFields): Return whether there are captured
15962 variables or fields.
15964 (EmitContext.EmitMethodHostInstance): This is used to emit the
15965 instance for the anonymous method. The instance might be null
15966 (static methods), this (for anonymous methods that capture nothing
15967 and happen to live side-by-side with the current method body) or a
15968 more complicated expression if the method has a CaptureContext.
15970 (EmitContext.EmitTopBlock): Routine that drives the emission of
15971 code: it will first resolve the top block, then emit any metadata
15972 and then emit the code. The split is done so that we can extract
15973 any anonymous methods and flag any captured variables/parameters.
15975 (EmitContext.ResolveTopBlock): Triggers the resolution phase,
15976 during this phase, the ILGenerator should not be used as labels
15977 and local variables declared here might not be accessible to any
15978 code that is part of an anonymous method.
15980 Exceptions to this include the temporary variables that are
15981 created by some statements internally for holding temporary
15984 (EmitContext.EmitMeta): New routine, in charge of emitting all the
15987 (EmitContext.TemporaryReturn): This method is typically called
15988 from the Emit phase, and its the only place where we allow the
15989 ReturnLabel to be defined other than the EmitMeta. The reason is
15990 that otherwise we would have to duplicate a lot of logic in the
15991 Resolve phases of various methods that today is on the Emit
15994 (EmitContext.NeedReturnLabel): This no longer creates the label,
15995 as the ILGenerator is not valid during the resolve phase.
15997 (EmitContext.EmitThis): Extended the knowledge in this class to
15998 work in anonymous methods in addition to iterators.
16000 (EmitContext.EmitCapturedVariableInstance): This emits whatever
16001 code is necessary on the stack to access the instance to a local
16002 variable (the variable will be accessed as a field).
16004 (EmitContext.EmitParameter, EmitContext.EmitAssignParameter,
16005 EmitContext.EmitAddressOfParameter): Routines to support
16006 parameters (not completed at this point).
16008 Removals: Removed RemapLocal and RemapLocalLValue. We probably
16009 will also remove the parameters.
16011 * convert.cs (Convert): Define a `ConstantEC' which points to a
16012 null. This is just to prefity some code that uses
16013 ImplicitStandardConversion code and do not have an EmitContext
16016 The idea is to flag explicitly that at that point in time, it is
16017 known that the conversion will not trigger the delegate checking
16018 code in implicit conversions (which requires a valid
16021 Everywhere: pass new EmitContext parameter since
16022 ImplicitStandardConversionExists now requires it to check for
16023 anonymous method conversions.
16025 (Convert.ImplicitStandardConversionExists): If the type of an
16026 expression is the anonymous_method_type, and the type is a
16027 delegate, we invoke the AnonymousMethod.Compatible method to check
16028 whether an implicit conversion is possible.
16030 (Convert.ImplicitConversionStandard): Only do implicit method
16031 group conversions if the language level is not ISO_1.
16033 * delegate.cs (Delegate.GetInvokeMethod): Common method to get the
16034 MethodInfo for the Invoke method. used by Delegate and
16037 * expression.cs (Binary.DoNumericPromotions): only allow anonymous
16038 method conversions if the target type is a delegate.
16040 Removed extra debugging nops.
16042 (LocalVariableReference): Turn the `local_info' into a public
16045 Add `prepared' field, the same hack used for FieldExprs to cope
16046 with composed assignments, as Local variables do not necessarily
16047 operate purely on the stack as they used to: they can be captured
16050 Add `temp' for a temporary result, like fields.
16052 Refactor DoResolve and DoResolveLValue into DoResolveBase.
16054 It now copes with Local variables that are captured and emits the
16055 proper instance variable to load it from a field in the captured
16058 (ParameterReference.DoResolveBase): During the resolve phase,
16059 capture parameters if we are in an anonymous method.
16061 (ParameterReference.Emit, ParameterReference.AddressOf): If in an
16062 anonymous method, use the EmitContext helper routines to emit the
16063 parameter reference.
16065 * iterators.cs: Set RemapToProxy to true/false during the
16068 * parameters.cs (GetParameterByName): New helper method.
16070 * typemanager.cs (anonymous_method_type) a new type that
16071 represents an anonyous method. This is always an internal type,
16072 used as a fencepost to test against the anonymous-methodness of an
16075 2004-10-20 Marek Safar <marek.safar@seznam.cz>
16077 * class.cs (MethodCore.CheckBase): Add errors 505, 533, 544,
16079 (PropertyBase.FindOutParentMethod): Add errors 545, 546 report.
16081 2004-10-18 Martin Baulig <martin@ximian.com>
16083 * statement.cs (Fixed.Resolve): Don't access the TypeExpr's
16084 `Type' directly, but call ResolveType() on it.
16085 (Catch.Resolve): Likewise.
16086 (Foreach.Resolve): Likewise.
16088 2004-10-18 Martin Baulig <martin@ximian.com>
16090 * expression.cs (Cast.DoResolve): Don't access the TypeExpr's
16091 `Type' directly, but call ResolveType() on it.
16092 (Probe.DoResolve): Likewise.
16093 (ArrayCreation.LookupType): Likewise.
16094 (TypeOf.DoResolve): Likewise.
16095 (SizeOf.DoResolve): Likewise.
16097 2004-10-18 Martin Baulig <martin@ximian.com>
16099 * expression.cs (Invocation.BetterFunction): Put back
16100 TypeManager.TypeToCoreType().
16102 2004-10-18 Raja R Harinath <rharinath@novell.com>
16104 * class.cs (FieldMember.DoDefine): Reset ec.InUnsafe after doing
16107 2004-10-18 Martin Baulig <martin@ximian.com>
16109 * parameter.cs (Parameter.Resolve): Don't access the TypeExpr's
16110 `Type' directly, but call ResolveType() on it.
16112 2004-10-18 Martin Baulig <martin@ximian.com>
16114 * class.cs (FieldMember.Define): Don't access the TypeExpr's
16115 `Type' directly, but call ResolveType() on it.
16116 (MemberBase.DoDefine): Likewise.
16118 * expression.cs (New.DoResolve): Don't access the TypeExpr's
16119 `Type' directly, but call ResolveType() on it.
16120 (ComposedCast.DoResolveAsTypeStep): Likewise.
16122 * statement.cs (LocalInfo.Resolve): Don't access the TypeExpr's
16123 `Type' directly, but call ResolveType() on it.
16125 2004-10-17 John Luke <john.luke@gmail.com>
16127 * class.cs (Operator.GetSignatureForError): use CSharpName
16129 * parameter.cs (Parameter.GetSignatureForError): Returns
16130 correct name even if was not defined.
16132 2004-10-13 Raja R Harinath <rharinath@novell.com>
16135 * class.cs (TypeContainer.EmitContext): New property.
16136 (DefineNestedTypes): Create an emitcontext for each part.
16137 (MethodCore.DoDefineParameters): Use container's emitcontext.
16138 Pass type array to InternalParameters.
16139 (MemberBase.DoDefine): Use container's emitcontext.
16140 (FieldMember.Define): Likewise.
16141 (Event.Define): Likewise.
16142 (SetMethod.GetParameterInfo): Change argument to EmitContext.
16143 Pass type array to InternalParameters.
16144 (SetIndexerMethod.GetParameterInfo): Likewise.
16145 (SetMethod.Define): Pass emitcontext to GetParameterInfo.
16146 * delegate.cs (Define): Pass emitcontext to
16147 ComputeAndDefineParameterTypes and GetParameterInfo. Pass type
16148 array to InternalParameters.
16149 * expression.cs (ParameterReference.DoResolveBase): Pass
16150 emitcontext to GetParameterInfo.
16151 (ComposedCast.DoResolveAsTypeStep): Remove check on
16152 ec.ResolvingTypeTree.
16153 * parameter.cs (Parameter.Resolve): Change argument to
16154 EmitContext. Use ResolveAsTypeTerminal.
16155 (Parameter.GetSignature): Change argument to EmitContext.
16156 (Parameters.ComputeSignature): Likewise.
16157 (Parameters.ComputeParameterTypes): Likewise.
16158 (Parameters.GetParameterInfo): Likewise.
16159 (Parameters.ComputeAndDefineParameterTypes): Likewise.
16160 Re-use ComputeParameterTypes. Set ec.ResolvingTypeTree.
16161 * support.cs (InternalParameters..ctor): Remove variant that takes
16163 * typemanager.cs (system_intptr_expr): New.
16164 (InitExpressionTypes): Initialize it.
16166 2004-10-12 Chris Toshok <toshok@ximian.com>
16168 * cs-parser.jay: fix location for try_statement and catch_clause.
16170 2004-10-11 Martin Baulig <martin@ximian.com>
16172 * report.cs: Don't make --fatal abort on warnings, we have
16173 -warnaserror for that.
16175 2004-10-07 Raja R Harinath <rharinath@novell.com>
16177 More DeclSpace.ResolveType avoidance.
16178 * decl.cs (MemberCore.InUnsafe): New property.
16179 * class.cs (MemberBase.DoDefine): Use ResolveAsTypeTerminal
16180 with newly created EmitContext.
16181 (FieldMember.Define): Likewise.
16182 * delegate.cs (Delegate.Define): Likewise.
16183 * ecore.cs (SimpleName.ResolveAsTypeStep): Lookup with alias
16184 only if normal name-lookup fails.
16185 (TypeExpr.DoResolve): Enable error-checking.
16186 * expression.cs (ArrayCreation.DoResolve): Use ResolveAsTypeTerminal.
16187 (SizeOf.DoResolve): Likewise.
16188 (ComposedCast.DoResolveAsTypeStep): Likewise.
16189 (StackAlloc.DoResolve): Likewise.
16190 * statement.cs (Block.Flags): Add new flag 'Unsafe'.
16191 (Block.Unsafe): New property.
16192 (Block.EmitMeta): Set ec.InUnsafe as appropriate.
16193 (Unsafe): Set 'unsafe' flag of contained block.
16194 (LocalInfo.Resolve): Use ResolveAsTypeTerminal.
16195 (Fixed.Resolve): Likewise.
16196 (Catch.Resolve): Likewise.
16197 (Using.ResolveLocalVariableDecls): Likewise.
16198 (Foreach.Resolve): Likewise.
16200 2004-10-05 John Luke <john.luke@gmail.com>
16202 * cs-parser.jay: add location to error CS0175
16204 2004-10-04 Miguel de Icaza <miguel@ximian.com>
16206 * ecore.cs (Expression.Constantity): Add support for turning null
16209 * const.cs (Const.Define): Allow constants to be reference types
16210 as long as the value is Null.
16212 2004-10-04 Juraj Skripsky <js@hotfeet.ch>
16214 * namespace.cs (NamespaceEntry.Using): No matter which warning
16215 level is set, check if this namespace name has already been added.
16217 2004-10-03 Ben Maurer <bmaurer@ximian.com>
16219 * expression.cs: reftype [!=]= null should always use br[true,false].
16222 2004-10-03 Marek Safar <marek.safar@seznam.cz>
16225 * attribute.cs: Enum conversion moved to
16226 GetAttributeArgumentExpression to be applied to the all
16229 2004-10-01 Raja R Harinath <rharinath@novell.com>
16231 Fix #65833, test-300.cs, cs0122-5.cs, cs0122-6.cs.
16232 * class.c (TypeContainer.DefineType): Flag error if
16233 base types aren't accessible due to access permissions.
16234 * decl.cs (DeclSpace.ResolveType): Move logic to
16235 Expression.ResolveAsTypeTerminal.
16236 (DeclSpace.ResolveTypeExpr): Thin layer over
16237 Expression.ResolveAsTypeTerminal.
16238 (DeclSpace.CheckAccessLevel, DeclSpace.FamilyAccess):
16239 Refactor code into NestedAccess. Use it.
16240 (DeclSpace.NestedAccess): New.
16241 * ecore.cs (Expression.ResolveAsTypeTerminal): Add new
16242 argument to silence errors. Check access permissions.
16243 (TypeExpr.DoResolve, TypeExpr.ResolveType): Update.
16244 * expression.cs (ProbeExpr.DoResolve): Use ResolveAsTypeTerminal.
16245 (Cast.DoResolve): Likewise.
16246 (New.DoResolve): Likewise.
16247 (InvocationOrCast.DoResolve,ResolveStatement): Likewise.
16248 (TypeOf.DoResolve): Likewise.
16250 * expression.cs (Invocation.BetterConversion): Return the Type of
16251 the better conversion. Implement section 14.4.2.3 more faithfully.
16252 (Invocation.BetterFunction): Make boolean. Make correspondence to
16253 section 14.4.2.2 explicit.
16254 (Invocation.OverloadResolve): Update.
16255 (Invocation): Remove is_base field.
16256 (Invocation.DoResolve): Don't use is_base. Use mg.IsBase.
16257 (Invocation.Emit): Likewise.
16259 2004-09-27 Raja R Harinath <rharinath@novell.com>
16261 * README: Update to changes.
16263 2004-09-24 Marek Safar <marek.safar@seznam.cz>
16265 * cs-parser.jay: Reverted 642 warning fix.
16267 2004-09-23 Marek Safar <marek.safar@seznam.cz>
16270 * decl.cs (FindMemberWithSameName): Indexer can have more than
16273 2004-09-23 Marek Safar <marek.safar@seznam.cz>
16275 * expression.cs (LocalVariableReference.DoResolveLValue):
16276 Do not report warning 219 for out values.
16277 (EmptyExpression.Null): New member to avoid extra allocations.
16279 2004-09-23 Marek Safar <marek.safar@seznam.cz>
16281 * cs-parser.jay: Fix wrong warning 642 report.
16283 * cs-tokenizer.cs (CheckNextToken): New helper;
16284 Inspect next character if is same as expected.
16286 2004-09-23 Martin Baulig <martin@ximian.com>
16288 * convert.cs (Convert.ImplicitReferenceConversion): Some code cleanup.
16289 (Convert.ImplicitReferenceConversionExists): Likewise.
16291 2004-09-23 Marek Safar <marek.safar@seznam.cz>
16293 * class.cs (Operator.Define): Add error 448 and 559 report.
16295 2004-09-22 Marek Safar <marek.safar@seznam.cz>
16297 * class.cs (MemberBase.IsTypePermitted): New protected
16298 method for checking error CS0610.
16300 2004-09-22 Marek Safar <marek.safar@seznam.cz>
16302 * class.cs (TypeContainer.HasExplicitLayout): New property
16303 Returns whether container has StructLayout attribute set Explicit.
16304 (FieldMember): New abstract class for consts and fields.
16305 (FieldMember.ApplyAttributeBuilder): Add error 636 and 637 report.
16306 (Field): Reuse FieldMember.
16308 * const.cs (Const): Reuse FieldMember.
16310 * rootcontext.cs: EmitConstants call moved to class.
16312 2004-09-22 Martin Baulig <martin@ximian.com>
16314 Thanks to Peter Sestoft for this bug report.
16316 * expression.cs (Conditional): If both the `trueExpr' and the
16317 `falseExpr' is a NullLiteral, return a NullLiteral.
16319 2004-09-22 Martin Baulig <martin@ximian.com>
16321 * statement.cs (Foreach.EmitCollectionForeach): If we're in an
16322 iterator, use `enumerator.EmitThis()' instead of `ec.EmitThis()'
16323 for the "get_Current" call.
16325 2004-09-22 Martin Baulig <martin@ximian.com>
16327 Marek and me just fixed one of our oldest bugs: #28562 :-)
16329 * ecore.cs (EnumConstant.GetValueAsEnumType): New public method.
16331 * attribute.cs (Attribute.GetAttributeArgumentExpression): If
16332 we're an EnumConstant, just return that.
16333 (Attribute.Resolve): GetAttributeArgumentExpression() may give us
16334 an EnumConstant. In this case, we need to use GetValueAsEnumType()
16335 to get the value which'll actually be written into the attribute.
16336 However, we have to use GetValue() to access the attribute's value
16339 2004-09-22 Marek Safar <marek.safar@seznam.cz>
16341 * constant.cs (Constant.IsNegative): New abstract property
16344 * expression.cs (ArrayAccess.DoResolve): Add warning 251.
16345 (StackAlloc.DoResolve): Reused IsNegative.
16347 2004-09-21 Martin Baulig <martin@ximian.com>
16349 * codegen.cs (VariableStorage): Don't store the ILGenerator here;
16350 if we're used in an iterator, we may be called from different
16353 * statement.cs (Foreach.EmitFinally): Only emit an `Endfinally' if
16354 we actually have an exception block.
16356 2004-09-20 John Luke <jluke@cfl.rr.com>
16358 * class.cs, cs-parser.jay: Improve the error report for 1520:
16359 report the actual line where the error happens, not where the
16360 class was declared.
16362 * assign.cs, delegate.cs, ecore.cs, expression.cs, statement.cs:
16363 Pass location information that was available elsewhere.
16365 2004-09-19 Sebastien Pouliot <sebastien@ximian.com>
16367 * codegen.cs: Fix bug #56621. It is now possible to use MCS on the MS
16368 runtime to delay sign assemblies.
16370 2004-09-19 Miguel de Icaza <miguel@ximian.com>
16372 * cs-parser.jay: Do not report the stack trace, this is barely
16375 2004-08-22 John Luke <john.luke@gmail.com>
16377 * driver.cs : check that a resource id is not already used
16378 before adding it, report CS1508 if it is, bug #63637
16380 2004-09-19 Miguel de Icaza <miguel@ximian.com>
16382 * ecore.cs: Removed dead code.
16384 2004-09-18 Marek Safar <marek.safar@seznam.cz>
16386 * class.cs: Do not report warning CS0067 on the interfaces.
16388 2004-09-16 Marek Safar <marek.safar@seznam.cz>
16390 * cs-parser.jay: Add error 504 report.
16392 2004-09-16 Marek Safar <marek.safar@seznam.cz>
16394 * rootcontext.cs: WarningLevel is 4 by default now.
16396 * statement.cs (Fixed.Resolve): Do not null
16399 2004-09-16 Marek Safar <marek.safar@seznam.cz>
16402 * ecore.cs (PropertyExpr.FindAccessors): Do not perform
16403 deep search when property is not virtual.
16404 (PropertyExpr.ResolveAccessors): Make one call for both
16407 2004-09-15 Marek Safar <marek.safar@seznam.cz>
16410 * statement.cs: Error 152 report constains also location.
16412 2004-09-15 Marek Safar <marek.safar@seznam.cz>
16415 * const.cs: Explicitly set constant as static.
16417 2004-09-15 Marek Safar <marek.safar@seznam.cz>
16420 * cs-parser.jay: Add error 1017 report.
16422 2004-09-15 Marek Safar <marek.safar@seznam.cz>
16424 Fixed bug #59980, #64224
16425 * expression.cs (Invocation.DoResolve): Fixed error CS0571 test.
16427 * typemanager.cs (IsSpecialMethod): Simplified
16429 2004-09-14 Marek Safar <marek.safar@seznam.cz>
16431 * decl.cs (MemberCore.Emit): Resuscitated VerifyObsoleteAttribute
16432 condition with better params.
16434 2004-09-14 Marek Safar <marek.safar@seznam.cz>
16437 * attribute.cs (Resolve): Property has to have both
16440 2004-09-14 Martin Baulig <martin@ximian.com>
16442 * decl.cs (MemberCore.Emit): Always call VerifyObsoleteAttribute().
16444 2004-09-14 Marek Safar <marek.safar@seznam.cz>
16447 * codegen.cs (TestObsoleteMethodUsage): Trace when method is
16448 called and is obsolete then this member suppress message
16449 when call is inside next [Obsolete] method or type.
16451 * expression.cs: Use TestObsoleteMethodUsage member.
16453 2004-09-14 Martin Baulig <martin@ximian.com>
16455 * cs-parser.jay: Sync a bit with the GMCS version.
16457 2004-09-14 Martin Baulig <martin@ximian.com>
16459 * cs-parser.jay (CSharpParser): Don't derive from GenericsParser.
16460 (CSharpParser.yacc_verbose_flag): New public field.
16462 * genericparser.cs: Removed.
16464 2004-09-14 Raja R Harinath <rharinath@novell.com>
16466 * cs-parser.jay (event_declaration): Re-enable cs0071 error.
16468 2004-09-13 Marek Safar <marek.safar@seznam.cz>
16470 * class.cs (MethodCore.CheckBase): Fix bug #65757.
16472 2004-09-10 Martin Baulig <martin@ximian.com>
16474 Backported my MemberName changes from GMCS into MCS.
16476 - we are now using a special `MemberName' class instead of using
16477 strings; in GMCS, the `MemberName' also contains the type
16480 - changed the grammar rules a bit:
16481 * the old `member_name' is now a `namespace_or_type_name':
16482 The rule is that we use `namespace_or_type_name' everywhere
16483 where we expect either a "member name" (GetEnumerator) or a
16484 "member name" with an explicit interface name
16485 (IEnumerable.GetEnumerator).
16486 In GMCS, the explicit interface name may include type arguments
16487 (IEnumerable<T>.GetEnumerator).
16488 * we use `member_name' instead of just `IDENTIFIER' for
16490 The rule is that we use `member_name' wherever a member may
16491 have type parameters in GMCS.
16493 * decl.cs (MemberName): New public class.
16494 (MemberCore.MemberName): New public readonly field.
16495 (MemberCore.ctor): Take a `MemberName' argument, not a string.
16496 (DeclSpace): Likewise.
16498 * delegate.cs (Delegate.ctor): Take a MemberName, not a string.
16499 * enum.cs (Enum.ctor): Likewise.
16501 * namespace.cs (AliasEntry.Alias): Changed type from Expression to
16503 (AliasEntry.ctor): Take a MemberName, not an Expression.
16504 (AliasEntry.UsingAlias): Likewise.
16506 * class.cs (TypeContainer.ctor): Take a MemberName, not a string.
16507 (IMethodData.MemberName): Changed type from string to MemberName.
16508 (MemberBase.ExplicitInterfaceName): Likewise.
16509 (AbstractPropertyEventMethod.SetupName): Make this private.
16510 (AbstractPropertyEventMethod.ctor): Added `string prefix'
16511 argument; compute the member name here.
16512 (AbstractPropertyEventMethod.UpdateName): Recompute the name based
16513 on the `member.MemberName' and the `prefix'.
16515 * cs-parser.jay (attribute_name): Use `namespace_or_type_name',
16517 (struct_declaration): Use `member_name' instead of `IDENTIFIER';
16518 thus, we get a `MemberName' instead of a `string'. These
16519 declarations may have type parameters in GMCS.
16520 (interface_method_declaration, delegate_declaration): Likewise.
16521 (class_declaration, interface_declaration): Likewise.
16522 (method_header): Use `namespace_or_type_name' instead of
16523 `member_name'. We may be an explicit interface implementation.
16524 (property_declaration, event_declaration): Likewise.
16525 (member_name): This is now just an `IDENTIFIER', not a
16526 `namespace_or_type_name'.
16527 (type_name, interface_type): Removed.
16528 (namespace_or_type_name): Return a MemberName, not an Expression.
16529 (primary_expression): Use `member_name' instead of `IDENTIFIER';
16530 call GetTypeExpression() on the MemberName to get an expression.
16531 (IndexerDeclaration.interface_type): Changed type from string to
16533 (MakeName): Operate on MemberName's instead of string's.
16535 2004-09-13 Raja R Harinath <rharinath@novell.com>
16538 * namespace.cs (AliasEntry.Resolve): Implement section 16.3.1.
16539 (NamespaceEntry.Lookup): Add new argument to flag if we want the
16540 lookup to avoid symbols introduced by 'using'.
16541 * rootcontext.cs (NamespaceLookup): Update.
16543 2004-09-12 Marek Safar <marek.safar@seznam.cz>
16545 * class.cs (TypeContainer.DoDefineMembers): Do not call
16546 DefineDefaultConstructor for static classes.
16548 2004-09-12 Marek Safar <marek.safar@seznam.cz>
16550 * attribute.cs (Attribute.Resolve): Add error 653 report.
16552 * class.cs (Class.ApplyAttributeBuilder): Add error 641
16554 (Method.ApplyAttributeBuilder): Add error 685 report.
16555 (Operator.Define): Add error 564 report.
16557 * cs-tokenizer.cs (handle_hex): Add error 1013 report.
16559 * expression.cs (Invocation.DoResolve): Add error
16560 245 and 250 report.
16562 * parameter.cs (Parameter.ApplyAttributeBuilder): Add
16565 2004-09-11 Marek Safar <marek.safar@seznam.cz>
16567 * class.cs (ConstructorInitializer.Resolve):
16568 Wrong error number (515->516).
16570 2004-09-11 Marek Safar <marek.safar@seznam.cz>
16572 * class.cs (Indexer.Define): Add error 631 report.
16574 2004-09-11 Marek Safar <marek.safar@seznam.cz>
16576 * ecore.cs (Error_NegativeArrayIndex): Fix 248 error.
16578 2004-09-11 Marek Safar <marek.safar@seznam.cz>
16580 * expression.cs (Probe.DoResolve): Add error CS0241 report.
16582 2004-09-10 Marek Safar <marek.safar@seznam.cz>
16584 * cs-parser.jay: Added error CS0241 report.
16586 2004-09-10 Raja R Harinath <rharinath@novell.com>
16588 * cs-parser.jay (fixed_statement): Introduce a scope for the
16589 declaration in the 'fixed' statement.
16591 2004-09-09 Marek Safar <marek.safar@seznam.cz>
16593 * cs-parser.jay: Added CS0230 error report.
16595 2004-09-09 Marek Safar <marek.safar@seznam.cz>
16597 * cs-parser.jay: Added errors CS0231 and CS0257 report.
16599 2004-09-09 Marek Safar <marek.safar@seznam.cz>
16601 * expression.cs (Argument.Resolve): Added error CS0192 and
16604 2004-09-09 Marek Safar <marek.safar@seznam.cz>
16606 C# 2.0 #pragma warning feature
16608 * cs-tokenizer.cs (PreProcessPragma): New method;
16609 Handles #pragma directive.
16611 * report.cs (WarningRegions): New class; Support
16612 class for #pragma warning directive. It tests whether
16613 warning is enabled for a given line.
16615 2004-09-08 Miguel de Icaza <miguel@ximian.com>
16617 * const.cs: Add more descriptive error report, tahnks to
16620 2004-09-08 Marek Safar <marek.safar@seznam.cz>
16622 * ecore.cs (FieldExpr.DoResolveLValue): Fixed CS0198 report.
16624 2004-09-07 Miguel de Icaza <miguel@ximian.com>
16626 * expression.cs: Apply patch from Ben: Remove dead code from
16627 ArrayCreation, and remove the TurnintoConstant call in const.cs,
16628 as that code just threw an exception anwyays.
16630 * const.cs: Remove the call to the turnintoconstant, for details
16633 * literal.cs: The type of the null-literal is the null type; So
16634 we use a placeholder type (literal.cs:System.Null, defined here)
16637 * expression.cs (Conditional.DoResolve): Remove some old code that
16638 is no longer needed, conversions have been fixed.
16640 (ArrayCreationExpression.DoResolve): Return false if we fail to
16641 resolve the inner expression.
16643 2004-09-07 Raja R Harinath <rharinath@novell.com>
16646 * cs-parser.jay (delegate_declaration): Record a delegate
16647 declaration as a type declaration.
16648 Reported by Jo Vermeulen <jo@lumumba.luc.ac.be>.
16650 2004-09-06 Miguel de Icaza <miguel@ximian.com>
16652 * parameter.cs: Do not crash if the type can not be resolved.
16654 * expression.cs: Report errors with unsafe pointers, fixes #64896
16656 2004-09-06 Ben Maurer <bmaurer@users.sourceforge.net>
16658 * expression.cs: Pointer arith always needs to do a conv.i
16659 if the operand is a long. fix 65320
16661 2004-09-04 Marek Safar <marek.safar@seznam.cz>
16663 Fixed cs0619-37.cs, cs0619-38.cs
16665 * enum.cs (GetObsoleteAttribute): Removed.
16667 * expression.cs (MemberAccess.DoResolve): Test for [Obsolete]
16668 on Enum member is double staged. The first is tested member
16671 2004-09-04 Marek Safar <marek.safar@seznam.cz>
16673 Fixed #56986, #63631, #65231
16675 * class.cs: (TypeContainer.AddToMemberContainer): New method,
16676 adds member to name container.
16677 (TypeContainer.AddToTypeContainer): New method, adds type to
16679 (AddConstant, AddEnum, AddClassOrStruct, AddDelegate, AddMethod,
16680 AddConstructor, AddInterface, AddField, AddProperty, AddEvent,
16681 AddOperator): Simplified by reusing AddToMemberContainer.
16682 (TypeContainer.UserDefinedStaticConstructor): Changed to property
16684 (Method.CheckForDuplications): Fixed implementation to test all
16686 (MemberBase): Detection whether member is explicit interface
16687 implementation is now in constructor.
16688 (MemberBase.UpdateMemberName): Handles IndexerName.
16689 (Accessor): Changed to keep also location information.
16690 (AbstractPropertyEventMethod): Is derived from MemberCore.
16691 (AbstractPropertyEventMethod.IsDummy): Says whether accessor
16692 will be emited or not.
16693 (PropertyBase.AreAccessorsDuplicateImplementation):
16694 Tests whether accessors are not in collision with some method.
16695 (Operator): Is derived from MethodCore to simplify common
16698 * decl.cs (Flags.TestMethodDuplication): Test for duplication
16700 (DeclSpace.AddToContainer): Adds the member to defined_names
16701 table. It tests for duplications and enclosing name conflicts.
16703 * enum.cs (EnumMember): Clean up to reuse the base structures
16705 2004-09-03 Martin Baulig <martin@ximian.com>
16707 * class.cs (TypeContainer.DefineDefaultConstructor): Put this back
16708 into TypeContainer, to make partial classes work again.
16710 2004-09-03 Martin Baulig <martin@ximian.com>
16712 * rootcontext.cs (RootContext.V2): Removed.
16714 2004-03-23 Martin Baulig <martin@ximian.com>
16716 * expression.cs (Invocation.OverloadResolve): Added `bool
16717 may_fail' argument and use it instead of the Location.IsNull() hack.
16719 2004-09-03 Martin Baulig <martin@ximian.com>
16721 Merged latest changes into gmcs. Please keep this comment in
16722 here, it makes it easier for me to see what changed in MCS since
16723 the last time I merged.
16725 2004-09-03 Raja R Harinath <rharinath@novell.com>
16728 * expression.cs (BetterConversion): Don't allow either conversion
16729 to be null. Remove redundant implicit conversion test when 'q ==
16730 null' -- when this function is invoked, we already know that the
16731 implicit conversion exists.
16732 (BetterFunction): Assume that 'best' is non-null. Remove
16733 redundant reimplementation of IsApplicable when 'best' is null.
16734 (IsParamsMethodApplicable, IsApplicable): Add new parameter for
16735 number of arguments.
16736 (IsAncestralType): Extract from OverloadResolve.
16737 (OverloadResolve): Make robust to the MethodGroupExpr being
16738 unsorted. Implement all the logic of Section 14.5.5.1, and
16739 support overloading of methods from multiple applicable types.
16740 Clean up logic somewhat. Don't pass null methods to BetterFunction.
16742 * report.cs (SymbolRelatedToPreviousError): Cleanup output.
16743 (RealError, Warning): Append type of report to related symbol.
16745 2004-09-03 Marek Safar <marek.safar@seznam.cz>
16747 * enum.cs: Fixed CLS-Compliance checks for enum members.
16748 Error tests cs3008-8.cs, cs3014-8.cs
16750 2004-09-02 Marek Safar <marek.safar@seznam.cz>
16752 Fixed bug #62342, #63102
16753 * class.cs: ImplementIndexer uses member.IsExplicitImpl
16754 like ImplementMethod.
16756 2004-09-02 Marek Safar <marek.safar@seznam.cz>
16758 * attribute.cs (Attribute.GetAttributeArgumentExpression):
16761 2004-09-02 Martin Baulig <martin@ximian.com>
16763 * statement.cs (Using.EmitLocalVariableDeclFinally): Use
16764 TypeManager.GetArgumentTypes() rather than calling GetParameters()
16767 2004-09-01 Marek Safar <marek.safar@seznam.cz>
16769 C# 2.0 Static classes implemented
16771 * class.cs (TypeContainer): instance_constructors,
16772 initialized_fields, initialized_static_fields,
16773 default_constructor, base_inteface_types are protected to be
16774 accessible from StaticClass.
16775 (TypeContainer.DefineDefaultConstructor): New virtual method
16776 for custom default constructor generating
16777 (StaticClass): New class to handle "Static classes" feature.
16779 * cs-parser.jay: Handle static keyword on class like instance
16782 * driver.cs: Added "/langversion" command line switch with two
16783 options (iso-1, default).
16785 2004-08-31 Marek Safar <marek.safar@seznam.cz>
16787 * ecore.cs (FieldExpr.Resolve): Fixed bug #64689.
16789 2004-08-31 Miguel de Icaza <miguel@ximian.com>
16791 * delegate.cs: Style.
16793 2004-08-31 Ben Maurer <bmaurer@users.sourceforge.net>
16795 * delegate.cs: Add seperate instance expr field for miguel.
16797 2004-08-29 Ben Maurer <bmaurer@users.sourceforge.net>
16799 * PointerArithmetic (Resolve): make sure we are not doing
16800 pointer arith on void*. Also, make sure we are resolved
16801 by not setting eclass until resolve.
16803 All callers: Make sure that PointerArithmetic gets resolved.
16805 2004-08-29 Ben Maurer <bmaurer@users.sourceforge.net>
16807 * ArrayCreation (LookupType): If the type does not resolve
16808 to an array, give an error.
16810 2004-08-27 Marek Safar <marek.safar@seznam.cz>
16812 * statement.cs (Try.Resolve): Fixed bug #64222
16814 2004-08-27 Martin Baulig <martin@ximian.com>
16817 (TC.OperatorArrayList.OperatorEntry.CheckPairedOperators): Don't
16820 2004-08-26 Marek Safar <marek.safar@seznam.cz>
16822 * ecore.cs (Constantify): Get underlying type via
16823 System.Enum.GetUnderlyingType to avoid StackOverflow on the
16824 Windows in special cases.
16826 2004-08-26 Marek Safar <marek.safar@seznam.cz>
16828 * typemanager.cs (GetAddMethod): Used GetAddMethod (true)
16829 for obtaining also private methods.
16830 (GetRemoveMethod): Used GetRemoveMethod (true)
16831 for obtaining also private methods.
16833 2004-08-24 Martin Baulig <martin@ximian.com>
16835 * class.cs (Method.Define): Set MethodAttributes.SpecialName and
16836 MethodAttributes.HideBySig for operators.
16838 2004-08-23 Martin Baulig <martin@ximian.com>
16840 Back to the old error reporting system :-)
16842 * report.cs (Message): Removed.
16843 (Report.MessageData, ErrorData, WarningData): Removed.
16844 (Report.Error, Warning): Back to the old system.
16846 2004-08-23 Martin Baulig <martin@ximian.com>
16848 * decl.cs (IMemberContainer.Parent): Renamed to ParentContainer.
16850 * class.cs (TypeContainer.ParentContainer): New public virtual
16851 method; replaces the explicit interface implementation.
16852 (ClassPart.ParentContainer): Override.
16854 2004-08-23 Martin Baulig <martin@ximian.com>
16856 * statement.cs (Switch): Added support for constant switches; see
16857 #59428 or test-285.cs.
16859 2004-08-22 Marek Safar <marek.safar@seznam.cz>
16862 * statement.cs (GetEnumeratorFilter): Removed useless
16863 logic because C# specs is strict. GetEnumerator must be
16866 2004-08-22 Martin Baulig <martin@ximian.com>
16868 * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
16869 a switch and may break, reset the barrier. Fixes #59867.
16871 2004-08-22 Marek Safar <marek.safar@seznam.cz>
16873 CLS-Compliance speed up (~5% for corlib)
16875 * attribute.cs (AttributeTester.VerifyTopLevelNameClsCompliance):
16876 New method. Tests container for CLS-Compliant names
16878 * class.cs (TypeContainer.VerifyClsName): New method.
16879 Checks whether container name is CLS Compliant.
16880 (Constructor): Implements IMethodData.
16882 * decl.cs (MemberCache.GetPublicMembers ): New method. Builds
16883 low-case table for CLS Compliance test.
16884 (MemberCache.VerifyClsParameterConflict): New method.
16885 Checks method parameters for CS3006 error.
16887 * enum.cs (EnumMember): Is derived from MemberCore.
16888 (Enum.VerifyClsName): Optimized for better performance.
16890 2004-08-06 Marek Safar <marek.safar@seznam.cz>
16892 * report.cs: Renamed Error_T to Error and changed all
16895 2004-08-06 Marek Safar <marek.safar@seznam.cz>
16897 * class.cs (TypeContainer.IndexerArrayList): New inner class
16898 container for indexers.
16899 (TypeContainer.DefaultIndexerName): New constant for default
16900 indexer name. Replaced all "Item" with this constant.
16901 (TypeContainer.DefineIndexers): Moved to IndexerArrayList class.
16903 * typemanager.cs (TypeManager.default_member_ctor): Cache here
16904 DefaultMemberAttribute constructor.
16906 2004-08-05 Martin Baulig <martin@ximian.com>
16908 * flowanalysis.cs (FlowBranching.UsageVector.MergeJumpOrigins):
16911 2004-08-05 Marek Safar <marek.safar@seznam.cz>
16913 * mcs.exe.sources: $(EXTRA_SOURCES) are now here to avoid
16914 multi platforms problem.
16916 * compiler.csproj: Included shared files.
16918 2004-08-04 Marek Safar <marek.safar@seznam.cz>
16920 Fix bug 60333, 55971 in the more general way
16921 * attribute.cs (Attribute.GetAttributeArgumentExpression):
16922 Added arg_type argument for constant conversion.
16923 (Attribute.Resolve): Reuse GetAttributeArgumentExpression.
16925 2004-08-04 Marek Safar <marek.safar@seznam.cz>
16928 * class.cs (TypeContainer ): New inner classes MethodArrayList,
16929 OperatorArrayList, MethodCoreArrayList for typecontainer
16930 containers. Changed class member types to these new types.
16931 (MethodArrayList.DefineMembers): Added test for CS0659.
16933 2004-08-04 Miguel de Icaza <miguel@ximian.com>
16935 * cfold.cs: Synchronize the folding with the code in expression.cs
16936 Binary.DoNumericPromotions for uint operands.
16938 * attribute.cs: Revert patch from Raja, it introduced a regression
16939 while building Blam-1.2.1 (hard to isolate a test case).
16941 2004-08-04 Marek Safar <marek.safar@seznam.cz>
16945 (TypeContainer.Define): Renamed to DefineContainerMembers because of
16947 (MethodCore.parent_method): New member. The method we're overriding
16948 if this is an override method.
16949 (MethodCore.CheckBase): Moved from Method class and made common.
16950 (MethodCore.CheckMethodAgainstBase): Moved from MemberBase and made
16952 (MethodCore.CheckForDuplications): New abstract method. For custom
16953 member duplication search in a container
16954 (MethodCore.FindOutParentMethod): New abstract method. Gets parent
16955 method and its return type.
16956 (Event.conflict_symbol): New member. Symbol with same name in the
16960 (MemberCache.FindMemberWithSameName): New method. The method
16961 is looking for conflict with inherited symbols.
16963 2004-08-04 Martin Baulig <martin@ximian.com>
16965 * codegen.cs (VariableStorage.EmitLoadAddress): New public method.
16967 * statement.cs (Foreach.EmitFinally): Make this work for valuetypes.
16969 2004-08-03 Marek Safar <marek.safar@seznam.cz>
16971 * report.cs (Message): New enum for better error, warning reference in
16973 (MessageData): New inner abstract class. It generally handles printing of
16974 error and warning messages.
16975 Removed unused Error, Warning, Message methods.
16977 2004-08-03 Marek Safar <marek.safar@seznam.cz>
16979 Fix for cs0592-8.cs test
16981 (Attributable.ValidAttributeTargets): Made public.
16982 (Attribute.ExplicitTarget): New member for explicit target value.
16983 (Attribute.CheckTargets): Now we translate explicit attribute
16984 target to Target here.
16986 2004-08-03 Ben Maurer <bmaurer@ximian.com>
16988 * ecore.cs (MethodGroupExpr): new IsBase property.
16990 * expression.cs (BaseAccess): Set IsBase on MethodGroupExpr.
16992 * delegate.cs (DelegateCreation): store a MethodGroupExpr
16993 rather than an instance expr.
16995 (DelegateCreation.Emit): Use the method group rather than
16996 the instance expression. Also, if you have base.Foo as the
16997 method for a delegate, make sure to emit ldftn, not ldftnvirt.
16999 (ResolveMethodGroupExpr): Use the MethodGroupExpr.
17001 (NewDelegate.DoResolve): Only check for the existance of Invoke
17002 if the method is going to be needed. Use MethodGroupExpr.
17004 (NewDelegate.Emit): Remove, DelegateCreation implements this.
17006 * expression.cs: For pointer arith., make sure to use
17007 the size of the type, not the size of the pointer to
17010 2004-08-03 Marek Safar <marek.safar@seznam.cz>
17013 * class.cs (Class): Added error CS0502 test.
17015 2004-08-03 John Luke <jluke@cfl.rr.com>
17016 Raja R Harinath <rharinath@novell.com>
17019 * attribute.cs (Attribute.complained_before): New flag.
17020 (Attribute.ResolveType, Attribute.Resolve),
17021 (Attribute.DefinePInvokeMethod): Set it.
17022 (Attributes.Search): Pass 'complain' to Attribute.ResolveType.
17024 2004-08-03 Martin Baulig <martin@ximian.com>
17026 * expression.cs (Binary.ResolveOperator): Don't abort if we can't
17027 use a user-defined operator; we still need to do numeric
17028 promotions in case one argument is a builtin type and the other
17029 one has an implicit conversion to that type. Fixes #62322.
17031 2004-08-02 Martin Baulig <martin@ximian.com>
17033 * statement.cs (LocalInfo.Flags): Added `IsThis'.
17034 (LocalInfo.IsThis): New public property.
17035 (Block.EmitMeta): Don't create a LocalBuilder for `this'.
17037 2004-08-01 Martin Baulig <martin@ximian.com>
17039 * class.cs (TypeContainer.GetClassBases): Don't set the default
17040 here since we may get called from GetPartialBases().
17041 (TypeContainer.DefineType): If GetClassBases() didn't return a
17042 parent, use the default one.
17044 2004-07-30 Duncan Mak <duncan@ximian.com>
17046 * Makefile (mcs2.exe, mcs3.exe): add $(EXTRA_SOURCES).
17048 2004-07-30 Martin Baulig <martin@ximian.com>
17050 * Makefile (EXTRA_SOURCES): List the symbol writer's sources here.
17052 * class.cs (SourceMethod): New public class, derive from the
17053 symbol writer's ISourceMethod.
17054 (Method): Use the new symbol writer API.
17056 * codegen.cs (CodeGen.InitializeSymbolWriter): Take the filename
17057 as argument and use the new symbol writer.
17060 (SourceFile): Implement the symbol writer's ISourceFile.
17061 (Location.SymbolDocument): Removed.
17062 (Location.SourceFile): New public property.
17064 * symbolwriter.cs: Use the new symbol writer API.
17066 2004-07-30 Raja R Harinath <rharinath@novell.com>
17068 * Makefile (install-local): Remove. Functionality moved to
17071 2004-07-28 Lluis Sanchez Gual <lluis@novell.com>
17073 * Makefile: Install mcs.exe.config file together with mcs.exe.
17074 * mcs.exe.config: Added supportedRuntime entry to make sure it runs in the
17075 correct runtime version.
17077 2004-07-25 Martin Baulig <martin@ximian.com>
17080 (TypeContainer.RegisterOrder): Removed, this was unused.
17081 (TypeContainer, interface_order): Removed.
17082 (TypeContainer.AddClass, AddStruct, AddInterface): Take a
17083 TypeContainer as argument since we can also be called with a
17084 `PartialContainer' for a partial class/struct/interface.
17085 (TypeContainer.IsInterface): Use `Kind == Kind.Interface' instead
17086 of checking whether we're an `Interface' - we could be a
17087 `PartialContainer'.
17088 (PartialContainer.Register): Override; call
17089 AddClass()/AddStruct()/AddInterface() on our parent.
17091 * cs-parser.jay (interface_member_declaration): Add things to the
17092 `current_container', not the `current_class'.
17094 * rootcontext.cs (RegisterOrder): The overloaded version which
17095 takes an `Interface' was unused, removed.
17097 * typemanager.cs (TypeManager.LookupInterface): Return a
17098 `TypeContainer', not an `Interface'.
17099 (TypeManager.IsInterfaceType): The `builder_to_declspace' may
17100 contain a `PartialContainer' for an interface, so check it's
17101 `Kind' to figure out what it is.
17103 2004-07-25 Martin Baulig <martin@ximian.com>
17105 * class.cs (Class.DefaultTypeAttributes): New public constant.
17106 (Struct.DefaultTypeAttributes): Likewise.
17107 (Interface.DefaultTypeAttributes): Likewise.
17108 (PartialContainer.TypeAttr): Override this and add the
17109 DefaultTypeAttributes.
17111 2004-07-25 Martin Baulig <martin@ximian.com>
17113 * decl.cs (DeclSpace.Emit): Removed the `TypeContainer' argument,
17114 we can just use the `Parent' field instead.
17116 2004-07-25 Martin Baulig <martin@ximian.com>
17118 * class.cs (TypeContainer.Emit): Renamed to EmitType().
17120 2004-07-25 Martin Baulig <martin@ximian.com>
17122 * class.cs (TypeContainer.DefineMembers): Call DefineMembers() on
17123 our parts before defining any methods.
17124 (TypeContainer.VerifyImplements): Make this virtual.
17125 (ClassPart.VerifyImplements): Override and call VerifyImplements()
17126 on our PartialContainer.
17128 2004-07-25 Martin Baulig <martin@ximian.com>
17130 * iterators.cs (Iterator.Define): Renamed to DefineIterator().
17132 * decl.cs (DeclSpace.Define): Removed the `TypeContainer'
17133 argument, we can just use the `Parent' field instead.
17136 (MemberBase.CheckBase): Removed the `TypeContainer' argument.
17137 (MemberBase.DoDefine): Likewise.
17139 2004-07-24 Martin Baulig <martin@ximian.com>
17141 * decl.cs (MemberCore.Parent): New public field.
17142 (DeclSpace.Parent): Moved to MemberCore.
17144 * class.cs (MethodCore.ds): Removed; use `Parent' instead.
17145 (MemberBase.ctor): Added TypeContainer argument, pass it to our
17147 (FieldBase, Field, Operator): Likewise.
17148 (EventProperty.ctor): Take a TypeContainer instead of a DeclSpace.
17149 (EventField, Event): Likewise.
17151 2004-07-23 Martin Baulig <martin@ximian.com>
17153 * class.cs (PartialContainer): New public class.
17154 (ClassPart): New public class.
17155 (TypeContainer): Added support for partial classes.
17156 (TypeContainer.GetClassBases): Splitted some of the functionality
17157 out into GetNormalBases() and GetPartialBases().
17159 * cs-tokenizer.cs (Token.PARTIAL): New token.
17160 (Tokenizer.consume_identifier): Added some hacks to recognize
17161 `partial', but only if it's immediately followed by `class',
17162 `struct' or `interface'.
17164 * cs-parser.jay: Added support for partial clases.
17166 2004-07-23 Martin Baulig <martin@ximian.com>
17168 * class.cs (MethodCore.ds): Made this a `TypeContainer' instead of
17169 a `DeclSpace' and also made it readonly.
17170 (MethodCore.ctor): Take a TypeContainer instead of a DeclSpace.
17171 (Method.ctor, Constructor.ctor, Destruktor.ctor): Likewise.
17172 (PropertyBase.ctor, Property.ctor, Indexer.ctor): Likewise.
17174 * cs-parser.jay: Pass the `current_class', not the
17175 `current_container' (at the moment, this is still the same thing)
17176 to a new Method, Property, Event, Indexer or Constructor.
17178 2004-07-23 Martin Baulig <martin@ximian.com>
17180 * cs-parser.jay (CSharpParser): Added a new `current_class' field
17181 and removed the `current_interface' one.
17182 (struct_declaration, class_declaration, interface_declaration):
17183 Set `current_class' to the newly created class/struct/interface;
17184 set their `Bases' and call Register() before parsing their body.
17186 2004-07-23 Martin Baulig <martin@ximian.com>
17188 * class.cs (Kind): New public enum.
17189 (TypeContainer): Made this class abstract.
17190 (TypeContainer.Kind): New public readonly field.
17191 (TypeContainer.CheckDef): New public method; moved here from
17193 (TypeContainer.Register): New public abstract method.
17194 (TypeContainer.GetPendingImplementations): New public abstract
17196 (TypeContainer.GetClassBases): Removed the `is_class' and
17197 `is_iface' parameters.
17198 (TypeContainer.DefineNestedTypes): Formerly known as
17200 (ClassOrStruct): Made this class abstract.
17202 * tree.cs (RootTypes): New public type.
17204 2004-07-20 Martin Baulig <martin@ximian.com>
17206 * tree.cs (Tree.RecordNamespace): Removed.
17207 (Tree.Namespaces): Removed.
17209 * rootcontext.cs (RootContext.IsNamespace): Removed.
17211 * cs-parser.jay (namespace_declaration): Just create a new
17212 NamespaceEntry here.
17214 2004-07-20 Martin Baulig <martin@ximian.com>
17216 * statement.cs (ExceptionStatement): New abstract class. This is
17217 now used as a base class for everyone who's using `finally'.
17218 (Using.ResolveLocalVariableDecls): Actually ResolveLValue() all
17219 our local variables before using them.
17221 * flowanalysis.cs (FlowBranching.StealFinallyClauses): New public
17222 virtual method. This is used by Yield.Resolve() to "steal" an
17223 outer block's `finally' clauses.
17224 (FlowBranchingException): The .ctor now takes an ExceptionStatement
17227 * codegen.cs (EmitContext.StartFlowBranching): Added overloaded
17228 version which takes an ExceptionStatement. This version must be
17229 used to create exception branchings.
17232 (Yield.Resolve): "Steal" all `finally' clauses from containing blocks.
17233 (Iterator.EmitMoveNext): Added exception support; protect the
17234 block with a `fault' clause, properly handle 'finally' clauses.
17235 (Iterator.EmitDispose): Run all the `finally' clauses here.
17237 2004-07-20 Martin Baulig <martin@ximian.com>
17239 * iterator.cs: This is the first of a set of changes in the
17240 iterator code. Match the spec more closely: if we're an
17241 IEnumerable, then GetEnumerator() must be called. The first time
17242 GetEnumerator() is called, it returns the current instance; all
17243 subsequent invocations (if any) must create a copy.
17245 2004-07-19 Miguel de Icaza <miguel@ximian.com>
17247 * expression.cs: Resolve the constant expression before returning
17250 2004-07-19 Martin Baulig <martin@ximian.com>
17252 * iterators.cs (Iterator.MapVariable): Don't define fields twice.
17253 (Iterator.MoveNextMethod.DoEmit): Use `TypeManager.int32_type' as
17254 the return type of the new EmitContext.
17256 2004-07-18 Martin Baulig <martin@ximian.com>
17258 * class.cs (Property.Define): Fix iterators.
17260 * iterators.cs (Iterator.Define): Moved the
17261 `container.AddInterator (this)' call here from the .ctor; only do
17262 it if we resolved successfully.
17264 2004-07-17 Miguel de Icaza <miguel@ximian.com>
17266 * cs-tokenizer.cs (handle_preprocessing_directive): Do not return
17267 `true' for preprocessing directives that we parse. The return
17268 value indicates whether we should return to regular tokenizing or
17269 not, not whether it was parsed successfully.
17271 In the past if we were in: #if false ... #line #endif, we would
17272 resume parsing after `#line'. See bug 61604.
17274 * typemanager.cs: Removed an old hack from Gonzalo to get corlib
17275 building: IsEnumType should return true only for enums, not for
17276 enums or System.Enum itself. This fixes #61593.
17278 Likely what happened is that corlib was wrong: mcs depended on
17279 this bug in some places. The bug got fixed, we had to add the
17280 hack, which caused bug 61593.
17282 * expression.cs (ArrayAccess.GetStoreOpCode): Remove an old hack
17283 that was a workaround for the older conditions.
17285 2004-07-16 Ben Maurer <bmaurer@ximian.com>
17287 * assign.cs: IAssignMethod has a new interface, as documented
17288 inline. All assignment code now uses this new api.
17290 * ecore.cs, expression.cs: All classes which implement
17291 IAssignMethod now use the new interface.
17293 * expression.cs (Invocation): add a hack to EmitCall so that
17294 IndexerAccess can be the target of a compound assignment without
17295 evaluating its arguments twice.
17297 * statement.cs: Handle changes in Invocation api.
17299 2004-07-16 Martin Baulig <martin@ximian.com>
17301 * iterators.cs: Rewrote this. We're now using one single Proxy
17302 class for both the IEnumerable and the IEnumerator interface and
17303 `Iterator' derives from Class so we can use the high-level API.
17305 * class.cs (TypeContainer.AddIterator): New method.
17306 (TypeContainer.DoDefineType): New protected virtual method, which
17307 is called from DefineType().
17308 (TypeContainer.DoDefineMembers): Call DefineType() and
17309 DefineMembers() on all our iterators.
17310 (TypeContainer.Emit): Call Emit() on all our iterators.
17311 (TypeContainer.CloseType): Call CloseType() on all our iterators.
17313 * codegen.cs (EmitContext.CurrentIterator): New public field.
17315 2004-07-15 Martin Baulig <martin@ximian.com>
17318 (TypeManager.not_supported_exception_type): New type.
17320 2004-07-14 Martin Baulig <martin@ximian.com>
17322 * iterators.cs: Use real error numbers.
17324 2004-07-14 Martin Baulig <martin@ximian.com>
17326 * iterator.cs (IteratorHandle.IsIEnumerable): The spec explicitly
17327 requires this to be a System.Collection.IEnumerable and not a
17328 class implementing that interface.
17329 (IteratorHandle.IsIEnumerator): Likewise, for IEnumerator.
17331 2004-07-13 Marek Safar <marek.safar@seznam.cz>
17333 * class.cs: Fixed previous fix, it broke some error tests.
17335 2004-07-12 Martin Baulig <martin@ximian.com>
17337 * enum.cs (Enum.Define): Call Emit() to emit the attributes.
17340 2004-07-09 Miguel de Icaza <miguel@ximian.com>
17342 * assign.cs (LocalTemporary): Add new argument: is_address,If
17343 `is_address' is true, then the value that we store is the address
17344 to the real value, and not the value itself.
17346 * ecore.cs (PropertyExpr): use the new local temporary
17347 stuff to allow us to handle X.Y += z (where X is a struct)
17349 2004-07-08 Martin Baulig <martin@ximian.com>
17351 * statement.cs (Lock.Resolve): Set ec.NeedReturnLabel() if we do
17352 not always return, just like we're doing in Using.Resolve().
17354 2004-07-07 Miguel de Icaza <miguel@ximian.com>
17356 * cs-parser.jay (fixed_statement): flag this as Pinned.
17358 2004-07-06 Miguel de Icaza <miguel@ximian.com>
17360 * typemanager.cs (TypeManager): Removed MakePinned method, this
17361 mechanism is replaced with the .NET 2.x compatible mechanism of
17362 calling `ILGenerator.DeclareLocal (Type t, bool pinned)'.
17364 * statement.cs (LocalInfo): Remove MakePinned, add Pinned property
17365 Rename `Fixed' to `Pinned' as a flag, to distinguish from the
17366 `IsFixed' property which has a different meaning.
17368 2004-07-02 Raja R Harinath <rharinath@novell.com>
17370 * ecore.cs (DoSimpleNameResolve): Expand CS0038 check to all names
17371 visible from inside a nested class, not just the names of the
17372 immediately enclosing class.
17373 Fix for bug #60730.
17375 2004-06-24 Raja R Harinath <rharinath@novell.com>
17377 * expression.cs (BetterConversion): Remove buggy special-case
17378 handling of "implicit constant expression conversions". At this
17379 point, we already know that the conversion is possible -- we're
17380 only checking to see which is better.
17382 2004-06-24 Marek Safar <marek.safar@seznam.cz>
17384 * cs-parser.jay: Added error CS0210 test.
17386 2004-06-24 Marek Safar <marek.safar@seznam.cz>
17388 * cs-parser.jay: Added error CS0134 test.
17390 2004-06-24 Marek Safar <marek.safar@seznam.cz>
17393 * cs-parser.jay: Added error CS0145 test.
17395 2004-06-24 Marek Safar <marek.safar@seznam.cz>
17397 * class.cs (Operator.Define): Added test for errors CS0553, CS0554.
17399 2004-06-23 Ben Maurer <bmaurer@ximian.com>
17401 * expression.cs (StackAlloc.Resolve): The argument may not
17402 be a constant; deal with this case.
17404 2004-06-23 Marek Safar <marek.safar@seznam.cz>
17406 * attribute.cs (IndexerName_GetIndexerName): Renamed to
17407 GetIndexerAttributeValue.
17408 (ScanForIndexerName): Renamed to GetIndexerNameAttribute.
17410 * class.cs (Indexer.Define): Added error tests for CS0415,
17413 2004-06-23 Miguel de Icaza <miguel@ximian.com>
17415 * attribute.cs (Attribute.Resolve): Keep field code in sync with
17418 2004-06-23 Martin Baulig <martin@ximian.com>
17420 * flowanalysis.cs (UsageVector.MergeChild): If we're a loop and we
17421 neither return nor throw, reset the barrier as well. Fixes #60457.
17423 2004-06-22 Atsushi Enomoto <atsushi@ximian.com>
17425 * class.cs : EventAttributes is now set to None by default.
17426 This fixes bug #60459.
17428 2004-06-18 Marek Safar <marek.safar@seznam.cz>
17431 * class.cs (ConstructorInitializer.GetOverloadedConstructor):
17432 Don't throw exception but return null (it's sufficient now).
17434 2004-06-18 Marek Safar <marek.safar@seznam.cz>
17436 * typemanager.cs (GetArgumentTypes): Faster implementation.
17438 2004-06-18 Martin Baulig <martin@ximian.com>
17440 * attribute.cs (Attribute.Resolve): Check whether we're an
17441 EmptyCast which a Constant child. Fixes #60333.
17443 2004-06-17 Ben Maurer <bmaurer@ximian.com>
17445 * statement.cs (EmitCollectionForeach): Account for the fact that
17446 not all valuetypes are in areas which we can take the address of.
17447 For these variables, we store to a temporary variable. Also, make
17448 sure that we dont emit a `callvirt' on a valuetype method.
17450 2004-06-15 Marek Safar <marek.safar@seznam.cz>
17452 * expression.cs (StackAlloc.DoReSolve): Added test for
17453 negative parameter (CS0247).
17455 2004-06-15 Marek Safar <marek.safar@seznam.cz>
17458 * class.cs: (Event.DelegateMethod.Emit): Added synchronization flag.
17460 2004-06-15 Marek Safar <marek.safar@seznam.cz>
17463 * expression.cs: (Binary.DoNumericPromotions): Added conversion for
17466 2004-06-14 Marek Safar <marek.safar@seznam.cz>
17468 Fix bug #58254 & cs1555.cs, cs1556.cs
17469 * driver.cs (MainDriver): Added tests for errors CS1555, CS1556.
17471 2004-06-14 Marek Safar <marek.safar@seznam.cz>
17473 * cs-parser.jay: Added error CS1669 test for indexers.
17475 2004-06-11 Martin Baulig <martin@ximian.com>
17477 * expression.cs (Invocation.IsParamsMethodApplicable): We need to
17478 call this twice: for params and varargs methods.
17480 2004-06-11 Marek Safar <marek.safar@seznam.cz>
17483 (FieldBase.DoDefine, PropertyBase.DoDefine): Added error test CS0610.
17485 2004-06-11 Marek Safar <marek.safar@seznam.cz>
17487 * attribute.cs (Attribute.GetValidTargets): Made public.
17490 (AbstractPropertyEventMethod): New class for better code sharing.
17491 (AbstractPropertyEventMethod.ApplyAttributeBuilder): Add error
17493 (PropertyMethod, DelegateMethod): Derived from AbstractPropertyEventMethod
17495 2004-06-11 Raja R Harinath <rharinath@novell.com>
17498 * ecore.cs (ResolveFlags): Add new 'Intermediate' flag to tell
17499 that the call to Resolve is part of a MemberAccess.
17500 (Expression.Resolve): Use it for SimpleName resolution.
17501 (SimpleName.SimpleNameResolve, SimpleName.DoResolveAllowStatic):
17502 Add 'intermediate' boolean argument.
17503 (SimpleName.DoSimpleNameResolve): Likewise. Use it to disable an
17504 error message when the SimpleName can be resolved ambiguously
17505 between an expression and a type.
17506 * expression.cs (MemberAccess.IdenticalNameAndTypeName): Make
17508 (MemberAccess.Resolve): Pass 'Intermediate' flag to the Resolve()
17509 call on the left-side.
17511 2004-06-11 Marek Safar <marek.safar@seznam.cz>
17514 (MethodCore.VerifyClsCompliance): Added test for error CS3000.
17516 2004-06-11 Marek Safar <marek.safar@seznam.cz>
17518 * attribute.cs (Attribute.Emit): Fixed error CS0579 reporting.
17520 2004-06-11 Martin Baulig <martin@ximian.com>
17522 * expression.cs (Invocation.EmitCall): Use OpCodes.Callvirt for
17523 varargs methods if applicable.
17525 2004-06-11 Martin Baulig <martin@ximian.com>
17527 * expression.cs (Invocation.EmitCall): Don't use
17528 `method.CallingConvention == CallingConventions.VarArgs' since the
17529 method could also have `CallingConventions.HasThis'.
17531 2004-06-11 Marek Safar <marek.safar@seznam.cz>
17533 * class.cs (Event.GetSignatureForError): Implemented.
17534 Fixed crash in error test cs3010.cs
17536 2004-06-10 Miguel de Icaza <miguel@ximian.com>
17538 * cs-tokenizer.cs: Change the way we track __arglist to be
17539 consistent with the other keywords.
17541 2004-06-09 Miguel de Icaza <miguel@ximian.com>
17543 * codegen.cs: FAQ avoider: turn 1577 into a warning for now until
17546 2004-06-09 Sebastien Pouliot <sebastien@ximian.com>
17548 * codegen.cs: Check that all referenced assemblies have a strongname
17549 before strongnaming the compiled assembly. If not report error CS1577.
17550 Fix bug #56563. Patch by Jackson Harper.
17551 * typemanager.cs: Added a method to return all referenced assemblies.
17552 Fix bug #56563. Patch by Jackson Harper.
17554 2004-06-08 Marek Safar <marek.safar@seznam.cz>
17557 (Method.ApplyAttributeBuilder): Moved and added conditional
17558 attribute error tests (CS0577, CS0578, CS0243, CS0582, CS0629).
17561 (DelegateCreation.ResolveMethodGroupExpr): Added error CS1618 test.
17563 2004-06-08 Marek Safar <marek.safar@seznam.cz>
17566 * class.cs: (EventField.attribute_targets): Changed default target.
17568 2004-06-08 Martin Baulig <martin@ximian.com>
17570 * expression.cs (Invocation.EmitCall): Enable varargs methods.
17572 2004-06-08 Martin Baulig <martin@ximian.com>
17574 * rootcontext.cs (ResolveCore): Added "System.RuntimeArgumentHandle".
17576 2004-06-07 Martin Baulig <martin@ximian.com>
17578 Added support for varargs methods.
17580 * cs-tokenizer.cs (Token.ARGLIST): New token for the `__arglist'
17583 * cs-parser.jay: Added support for `__arglist'.
17585 * decl.cs (MemberCache.AddMethods): Don't ignore varargs methods.
17587 * expression.cs (Argument.AType): Added `ArgList'.
17588 (Invocation): Added support for varargs methods.
17589 (ArglistAccess): New public class.
17590 (Arglist): New public class.
17592 * parameter.cs (Parameter.Modifier): Added `ARGLIST'.
17594 * statement.cs (Block.Flags): Added `HasVarargs'. We set this on
17595 a method's top-level block if the method has varargs.
17597 * support.cs (ReflectionParameters, InternalParameters): Added
17598 support for varargs methods.
17600 2004-06-07 Miguel de Icaza <miguel@ximian.com>
17602 * class.cs: Provide location in indexer error report.
17604 * driver.cs: Use standard names.
17606 * namespace.cs: Catch the use of using after a namespace has been
17607 declared also on using aliases.
17609 2004-06-03 Raja R Harinath <rharinath@novell.com>
17612 * typemanager.cs (closure_private_ok, closure_invocation_type)
17613 (closure_qualifier_type, closure_invocation_assembly)
17614 (FilterWithClosure): Move to ...
17615 (Closure): New internal nested class.
17616 (Closure.CheckValidFamilyAccess): Split out from Closure.Filter.
17617 (MemberLookup, RealMemberLookup): Add new almost_match parameter.
17618 * ecore.cs (almostMatchedMembers): New variable to help report CS1540.
17619 (MemberLookup, MemberLookupFailed): Use it.
17620 * expression.cs (New.DoResolve): Treat the lookup for the
17621 constructor as being qualified by the 'new'ed type.
17622 (Indexers.GetIndexersForTypeOrInterface): Update.
17624 2004-06-03 Marek Safar <marek.safar@seznam.cz>
17627 (GetConditionalAttributeValue): New method. Returns
17628 condition of ConditionalAttribute.
17629 (SearchMulti): New method. Returns all attributes of type 't'.
17630 Use it when attribute is AllowMultiple = true.
17631 (IsConditionalMethodExcluded): New method.
17634 (Method.IsExcluded): Implemented. Returns true if method has conditional
17635 attribute and the conditions is not defined (method is excluded).
17636 (IMethodData): Extended interface for ConditionalAttribute support.
17637 (PropertyMethod.IsExcluded): Implemented.
17640 (MemberCore.Flags): Excluded_Undetected, Excluded new caching flags.
17643 (Invocation.IsMethodExcluded): Checks the ConditionalAttribute
17646 2004-06-02 Ben Maurer <bmaurer@users.sourceforge.net>
17648 * expression.cs (ArrayCreationExpression): Make this just an
17649 `expression'. It can't be a statement, so the code here was
17652 2004-06-02 Marek Safar <marek.safar@seznam.cz>
17655 * typemanager.cs (GetFullNameSignature): New method for
17658 2004-06-02 Marek Safar <marek.safar@seznam.cz>
17661 * class.cs (MemberBase.GetSignatureForError): New virtual method.
17662 Use this method when MethodBuilder is null.
17663 (MethodData.DefineMethodBuilder): Encapsulated code to the new method.
17664 Added test for error CS0626 (MONO reports error for this situation).
17665 (IMethodData.GetSignatureForError): Extended interface.
17667 2004-06-01 Marek Safar <marek.safar@seznam.cz>
17670 (AttributeTester.GetObsoleteAttribute): Returns instance of
17671 ObsoleteAttribute when type is obsolete.
17674 (TypeContainer.VerifyObsoleteAttribute): Override.
17675 (Method.GetSignatureForError): New method for usage when MethodBuilder is null.
17676 (MethodCode.VerifyObsoleteAttribute): Override.
17677 (MemberBase.VerifyObsoleteAttribute): Override.
17680 (MemberCore.CheckUsageOfObsoleteAttribute): Tests presence of ObsoleteAttribute
17681 and report proper error.
17684 Delegate.VerifyObsoleteAttribute): Override.
17687 (Expression.CheckObsoleteAttribute): Tests presence of ObsoleteAttribute
17688 and report proper error.
17689 (FieldExpr.DoResolve): Added tests for ObsoleteAttribute.
17692 (Enum.GetObsoleteAttribute): Returns ObsoleteAttribute for both enum type
17696 (Probe.DoResolve, Cast.DoResolve, LocalVariableReference.DoResolve,
17697 New.DoResolve, SizeOf.DoResolve, TypeOf.DoResolce, MemberAccess.DoResolve):
17698 Added test for ObsoleteAttribute.
17701 (Catch): Derived from Statement.
17703 2004-06-01 Marek Safar <marek.safar@seznam.cz>
17705 Fixed bug #59071 & cs0160.cs
17707 * statement.cs (Try.Resolve): Check here whether order of catch
17708 clauses matches their dependencies.
17710 2004-05-31 Miguel de Icaza <miguel@ximian.com>
17712 * Reverted patch to namespace.cs (Use lookuptypedirect). This
17713 caused a regression: #59343. Referencing nested classes from an
17714 assembly stopped working.
17716 2004-05-31 Martin Baulig <martin@ximian.com>
17718 MCS is now frozen for beta 2.
17720 2004-05-30 Ben Maurer <bmaurer@users.sourceforge.net>
17722 * convert.cs: add a trivial cache for overload operator resolution.
17724 2004-05-30 Ben Maurer <bmaurer@users.sourceforge.net>
17726 * decl.cs: If possible, use lookuptypedirect here. We can only do
17727 this if there is no `.' after the namespace. Avoids using
17728 LookupType, which does lots of slow processing.
17729 (FindNestedType) New method, does what it says :-).
17730 * namespace.cs: use LookupTypeDirect.
17731 * rootcontext.cs: use membercache, if possible.
17732 * typemanager.cs (LookupTypeDirect): Cache negative hits too.
17734 2004-05-30 Ben Maurer <bmaurer@users.sourceforge.net>
17737 According to the spec,
17739 In a member access of the form E.I, if E is a single identifier,
17740 and if the meaning of E as a simple-name (§7.5.2) is a constant,
17741 field, property, localvariable, or parameter with the same type as
17742 the meaning of E as a type-name (§3.8), then both possible
17743 meanings of E are permitted.
17745 We did not check that E as a simple-name had the same type as E as
17748 This trivial check gives us 5-7% on bootstrap time.
17750 2004-05-30 Ben Maurer <bmaurer@users.sourceforge.net>
17752 * expression.cs (Invocation.OverloadResolve): Avoid the
17753 use of hashtables and boxing here by allocating on demand.
17755 2004-05-30 Martin Baulig <martin@ximian.com>
17757 * rootcontext.cs (RootContext.LookupType): Don't cache things if
17758 we're doing a silent lookup. Don't try to lookup nested types in
17759 TypeManager.object_type (thanks to Ben Maurer).
17761 2004-05-30 Martin Baulig <martin@ximian.com>
17763 Committing a patch from Ben Maurer.
17765 * rootcontext.cs (RootContext.LookupType): Cache negative results.
17767 2004-05-29 Martin Baulig <martin@ximian.com>
17769 * class.cs (IMethodData.ShouldIgnore): New method.
17771 * typemanager.cs (TypeManager.MethodFlags): Don't take a
17772 `Location' argument, we don't need it anywhere. Use
17773 `IMethodData.ShouldIgnore ()' instead of
17774 `MethodData.GetMethodFlags ()'.
17775 (TypeManager.AddMethod): Removed.
17776 (TypeManager.AddMethod2): Renamed to AddMethod.
17778 2004-05-29 Martin Baulig <martin@ximian.com>
17780 Committing a patch from Benjamin Jemlich <pcgod@gmx.net>.
17782 * convert.cs (Convert.ImplicitReferenceConversion): If we're
17783 converting from a class type S to an interface type and we already
17784 have an object on the stack, don't box it again. Fixes #52578.
17786 2004-05-29 Martin Baulig <martin@ximian.com>
17788 * class.cs (ConstructorInitializer.GetOverloadedConstructor):
17789 Added support for `params' parameters. Fixes #59267.
17791 2004-05-29 Martin Baulig <martin@ximian.com>
17793 * literal.cs (NullPointer): Provide a private .ctor which sets
17794 `type' to TypeManager.object_type. Fixes #59048.
17796 2004-05-29 Martin Baulig <martin@ximian.com>
17798 * expression.cs (MemberAccess.ResolveMemberAccess): If we're an
17799 EventExpr, set `ee.InstanceExpression = left'. Fixes #59188.
17801 * ecore.cs (EventExpr.instance_expr): Make the field private.
17803 2004-05-26 Marek Safar <marek.safar@seznam.cz>
17805 Fixed bug #50080 & cs0214-2.cs
17806 * expression.cs (Cast.DoResolve): Check unsafe context here.
17808 * statement.cs (Resolve.DoResolve): Likewise.
17810 2004-05-26 Martin Baulig <martin@ximian.com>
17812 * namespace.cs (NamespaceEntry.Lookup): Added `bool silent'.
17814 * rootcontext.cs (RootContext.NamespaceLookup): Added `bool silent'.
17815 (RootContext.LookupType): Pass down the `silent' flag.
17817 2004-05-25 Martin Baulig <martin@ximian.com>
17820 (MethodGroupExpr.IdenticalTypeName): New public property.
17821 (Invocation.DoResolve): Don't report a CS0176 if the "instance"
17822 expression actually refers to a type.
17824 2004-05-25 Martin Baulig <martin@ximian.com>
17826 * expression.cs (Invocation.DoResolve): Applied Ben Maurer's patch
17827 for #56176 and made it actually work.
17829 2004-05-25 Martin Baulig <martin@ximian.com>
17831 * ecore.cs (Expression.CacheTemporaries): Make this virtual.
17832 (FieldExpr, PropertyExpr): Override and implement
17833 CacheTemporaries. Fixes #52279.
17835 2004-05-25 Miguel de Icaza <miguel@ximian.com>
17837 * location.cs: In the new compiler listing a file twice is a
17838 warning, not an error.
17840 2004-05-24 Martin Baulig <martin@ximian.com>
17842 * enum.cs (Enum.DefineType): For the `BaseType' to be a
17843 TypeLookupExpression; otherwise, report a CS1008. Fixes #58571.
17845 2004-05-24 Martin Baulig <martin@ximian.com>
17847 * decl.cs (DeclSpace.FindType): Try doing an alias lookup before
17848 walking the `using' list. Fixes #53921.
17850 2004-05-24 Martin Baulig <martin@ximian.com>
17852 * const.cs (Const.LookupConstantValue): Added support for
17853 EmptyCast's; fixes #55251.
17855 2004-05-24 Martin Baulig <martin@ximian.com>
17857 * ecore.cs (SimpleName.SimpleNameResolve): Renamed to
17858 DoSimpleNameResolve() and provide a SimpleNameResolve() wrapper
17859 which does the CS0135 check. The reason is that we first need to
17860 check whether the variable actually exists.
17862 2004-05-24 Martin Baulig <martin@ximian.com>
17864 * class.cs (MemberBase.DoDefine): Use DeclSpace.FindType() rather
17865 than RootContext.LookupType() to find the explicit interface
17866 type. Fixes #58584.
17868 2004-05-24 Raja R Harinath <rharinath@novell.com>
17870 * Makefile: Simplify. Use executable.make.
17871 * mcs.exe.sources: New file. List of sources of mcs.exe.
17873 2004-05-24 Anders Carlsson <andersca@gnome.org>
17877 Use the invariant culture when doing String.Compare for CLS case
17880 2004-05-23 Martin Baulig <martin@ximian.com>
17882 * decl.cs (DeclSpace.FindType): Only check the `using' list if we
17883 don't have any dots. Fixes #52622, added cs0246-8.cs.
17885 * namespace.cs (NamespaceEntry.Lookup): Likewise.
17887 2004-05-23 Marek Safar <marek.safar@seznam.cz>
17889 * class.cs (MemberBase.Define): Reuse MemberType member for
17890 resolved type. Other methods can use it too.
17892 2004-05-23 Martin Baulig <martin@ximian.com>
17894 * ecore.cs (SimpleName.SimpleNameResolve): Only report a CS0135 if
17895 the variable also exists in the current block (otherwise, we need
17896 to report a CS0103). Fixes #58670.
17898 2004-05-23 Martin Baulig <martin@ximian.com>
17900 * flowanalysis.cs (Reachability.Reachable): Compute this
17901 on-the-fly rather than storing it as a field.
17903 2004-05-23 Martin Baulig <martin@ximian.com>
17905 * flowanalysis.cs (Reachability.And): Manually compute the
17906 resulting `barrier' from the reachability.
17908 2004-05-23 Marek Safar <marek.safar@seznam.cz>
17911 * attribute.cs (AttributeTester.GetMethodObsoleteAttribute): Returns
17912 instance of ObsoleteAttribute when symbol is obsolete.
17915 (IMethodData): Extended interface for ObsoleteAttribute support.
17917 2004-05-22 Marek Safar <marek.safar@seznam.cz>
17919 * attribute.cs: Fix bug #55970
17921 2004-05-22 Marek Safar <marek.safar@seznam.cz>
17925 (GetObsoleteAttribute): New method. Creates the instance of
17927 (AttributeTester.GetMemberObsoleteAttribute): Returns instance of
17928 ObsoleteAttribute when member is obsolete.
17929 (AttributeTester.Report_ObsoleteMessage): Common method for
17930 Obsolete error/warning reporting.
17933 (TypeContainer.base_classs_type): New member for storing parent type.
17936 (MemberCore.GetObsoleteAttribute): Returns instance of ObsoleteAttribute
17937 for this MemberCore.
17939 2004-05-21 Marek Safar <marek.safar@seznam.cz>
17941 * attribute.cs, const.cs: Fix bug #58590
17943 2004-05-21 Martin Baulig <martin@ximian.com>
17945 * flowanalysis.cs (FlowBranching.MergeTopBlock): Don't check for
17946 out parameters if the end of the method is unreachable. Fixes
17949 2004-05-21 Marek Safar <marek.safar@seznam.cz>
17951 * codegen.cs, cs-parser.jay: Removed SetAttributes method.
17952 Hari was right, why extra method.
17954 2004-05-21 Marek Safar <marek.safar@seznam.cz>
17956 * attribute.cs, cs-parser.jay: Fix errors/cs0579-7.cs.
17958 2004-05-20 Martin Baulig <martin@ximian.com>
17960 Merged this back from gmcs to keep the differences to a minumum.
17962 * attribute.cs (Attribute.CheckAttributeType): Take an EmitContext
17963 instead of a Declspace.
17964 (Attribute.ResolveType): Likewise.
17965 (Attributes.Search): Likewise.
17966 (Attributes.Contains): Likewise.
17967 (Attributes.GetClsCompliantAttribute): Likewise.
17969 * class.cs (TypeContainer.VerifyMembers): Added EmitContext
17971 (MethodData.ApplyAttributes): Take an EmitContext instead of a
17974 2004-05-19 Marek Safar <marek.safar@seznam.cz>
17976 Fix bug #58688 (MCS does not report error when the same attribute
17979 * attribute.cs (Attribute.Emit): Distinction between null and default.
17981 2004-05-19 Raja R Harinath <rharinath@novell.com>
17983 * cs-parser.jay (attribute): Create a GlobalAttribute for the case
17984 of a top-level attribute without an attribute target.
17985 * attribute.cs (Attribute.Error_AttributeConstructorMismatch):
17987 (Attribute.Conditional_GetConditionName),
17988 (Attribute.Obsolete_GetObsoleteMessage): Update.
17989 (Attribute.IndexerName_GetIndexerName): New. Attribute-specific
17990 part of ScanForIndexerName.
17991 (Attribute.CanIgnoreInvalidAttribute): New function.
17992 (Attribute.ScanForIndexerName): Move to ...
17993 (Attributes.ScanForIndexerName): ... here.
17994 (Attributes.Attrs): Rename from now-misnamed AttributeSections.
17995 (Attributes.Search): New internal variant that can choose not to
17996 complain if types aren't resolved. The original signature now
17998 (Attributes.GetClsCompliantAttribute): Use internal variant, with
17999 complaints suppressed.
18000 (GlobalAttribute.CheckAttributeType): Overwrite ds.NamespaceEntry
18001 only if it not useful.
18002 (CanIgnoreInvalidAttribute): Ignore assembly attribute errors at
18003 top-level for attributes that are shared between the assembly
18004 and a top-level class.
18005 * parameter.cs (ImplicitParameter): Rename from ParameterAtribute.
18006 * class.cs: Update to reflect changes.
18007 (DefineIndexers): Fuse loops.
18008 * codegen.cs (GetAssemblyName): Update to reflect changes. Accept
18009 a couple more variants of attribute names.
18011 2004-05-18 Marek Safar <marek.safar@seznam.cz>
18013 Fix bug #52585 (Implemented explicit attribute declaration)
18016 (Attributable.ValidAttributeTargets): New abstract method. It gets
18017 list of valid attribute targets for explicit target declaration.
18018 (Attribute.Target): It holds target itself.
18019 (AttributeSection): Removed.
18020 (Attribute.CheckTargets): New method. It checks whether attribute
18021 target is valid for the current element.
18024 (EventProperty): New class. For events that are declared like
18025 property (with add and remove accessors).
18026 (EventField): New class. For events that are declared like field.
18029 * cs-parser.jay: Implemented explicit attribute target declaration.
18031 * class.cs, decl.cs, delegate.cs, enum.cs, parameter.cs:
18032 Override ValidAttributeTargets.
18035 (ReturnParameter): Class for applying custom attributes on
18037 (ParameterAtribute): New class. Class for applying custom
18038 attributes on the parameter type.
18040 2004-05-17 Miguel de Icaza <miguel@ximian.com>
18042 * class.cs (MemberBase.DoDefine): Pass UNSAFE on interface
18045 (Method): Allow UNSAFE here.
18047 * modifiers.cs: Support unsafe reporting.
18049 2004-05-17 Marek Safar <marek.safar@seznam.cz>
18051 * decl.cs: Fix bug #58478.
18053 2004-05-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18055 * statement.cs: When checking for unreachable code on an EmptyStatement,
18056 set the location. Fixes bug #58488.
18058 2004-05-13 Miguel de Icaza <miguel@ximian.com>
18060 * driver.cs: Add -pkg handling.
18062 From Gonzalo: UseShelLExecute=false
18064 2004-05-12 Marek Safar <marek.safar@seznam.cz>
18067 (Attribute.GetAttributeTargets): New method. Gets AttributeTargets
18069 (Attribute.IsClsCompliaceRequired): Moved to base for better
18071 (Attribute.UsageAttribute): New property for AttributeUsageAttribute
18072 when attribute is AttributeUsageAttribute.
18073 (Attribute.GetValidTargets): Simplified.
18074 (Attribute.GetAttributeUsage): New method returns AttributeUsage
18075 attribute for this type.
18076 (Attribute.ApplyAttributes): Method renamed to Emit and make
18078 (GlobalAttributeSection): New class for special handling of global
18079 attributes (assembly, module).
18080 (AttributeSection.Emit): New method.
18082 * class.cs: Implemented Attributable abstract methods.
18083 (MethodCore.LabelParameters): Moved to Parameter class.
18084 (Accessor): Is back simple class.
18085 (PropertyMethod): Implemented Attributable abstract class.
18086 (DelegateMethod): Implemented Attributable abstract class.
18087 (Event): New constructor for disctintion between normal Event
18088 and Event with accessors.
18090 * cs-parser.jay: Used new Event ctor and GlobalAttributeSection.
18092 * codegen.cs, const.cs, decl.cs, delegate.cs:
18093 (CommonAssemblyModulClass): Implemented Attributable abstract class
18096 * enum.cs: Implement IAttributeSupport interface.
18097 (EnumMember): New class for emum members. Implemented Attributable
18101 (ParameterBase): Is abstract.
18102 (ReturnParameter): New class for easier [return:] attribute handling.
18104 * typemanager.cs: Removed builder_to_attr.
18106 2004-05-11 Raja R Harinath <rharinath@novell.com>
18109 * attribute.cs (Attribute.GetPositionalValue): New function.
18110 * class.cs (TypeContainer.VerifyMembers): New function.
18111 (TypeContainer.Emit): Use it.
18112 (ClassOrStruct): New base class for Class and Struct.
18113 (ClassOrStruct.ApplyAttributeBuilder): New function. Note if
18114 StructLayout(LayoutKind.Explicit) was ascribed to the struct or
18116 (ClassOrStruct.VerifyMembers): If the struct is explicitly laid out,
18117 then each non-static field should have a FieldOffset attribute.
18118 Otherwise, none of the fields should have a FieldOffset attribute.
18119 * rootcontext.cs (RootContext.ResolveCore): Resolve StructLayout
18120 and FieldOffset attributes.
18121 * typemanager.cs (TypeManager.struct_layout_attribute_type)
18122 (TypeManager.field_offset_attribute_type): New core types.
18123 (TypeManager.InitCoreTypes): Initialize them.
18125 2004-05-11 Michal Moskal <malekith@pld-linux.org>
18127 * class.cs (Event.RemoveDelegateMethod.DelegateMethodInfo):
18128 Return correct type.
18131 2004-05-09 Miguel de Icaza <miguel@ximian.com>
18133 * expression.cs (Binary.DoNumericPromotions): 0 long constant can
18134 be implicitly converted to ulong.
18136 * expression.cs: The logic for allowing operator &, | and ^ worked
18137 was wrong, it worked before because we did not report an error in
18138 an else branch. Fixes 57895.
18140 * class.cs: Applied patch from iain@mccoy.id.au Iain McCoy to
18141 allow volatile fields to be reference types.
18143 2004-05-07 Miguel de Icaza <miguel@ximian.com>
18145 * driver.cs: Add support for /debug-
18147 2004-05-07 Raja R Harinath <rharinath@novell.com>
18149 * attribute.cs (Attribute.CheckAttributeType, Attribute.ResolveType):
18150 Add a 'complain' parameter to silence errors.
18151 (Attribute.Resolve): Update to changes. Put in sanity check to catch
18152 silently overlooked type-resolutions.
18153 (Attribute.ScanForIndexerName, Attribute.DefinePInvokeMethod): Update
18154 to reflect changes.
18155 (Attributes.Search): New function.
18156 (Attributes.Contains, Attributes.GetClsCompliantAttribute): Use Search.
18157 (Attributes.GetAttributeFullName): Remove hack.
18158 * class.cs (MethodCore.LabelParameters, MethodData.ApplyAttributes):
18159 Update to reflect changes.
18160 * codegen.cs (CommonAssemblyModulClass.GetClsCompliantAttribute):
18161 Use Attributes.Search instead of nested loops.
18163 2004-05-07 Marek Safar <marek.safar@seznam.cz>
18166 (MemberCore.Flags): Extended for caching presence of CLSCompliantAttribute.
18167 (MemberCore.VerifyClsCompliance): Implemented CS3019 error report.
18168 (DeclSpace.GetClsCompliantAttributeValue): Returns simple bool.
18170 * report.cs: (Report.Warning): Renamed to Warning_T because of
18171 parameter collision.
18173 2004-05-05 Raja R Harinath <rharinath@novell.com>
18175 * expression.cs (MemberAccess.ResolveMemberAccess):
18176 Exit with non-zero status after Report.Error.
18177 * rootcontext.cs (RootContext.BootstrapCorlib_ResolveDelegate):
18179 * typemanager.cs (TypeManager.CoreLookupType): Likewise.
18181 2004-05-04 Lluis Sanchez Gual <lluis@ximian.com>
18183 * support.cs: Don't hang when the file is empty.
18185 2004-05-04 Lluis Sanchez Gual <lluis@ximian.com>
18187 * support.cs: In SeekableStreamReader, compute the preamble size of the
18188 underlying stream. Position changes should take into account that initial
18191 2004-05-03 Todd Berman <tberman@sevenl.net>
18193 * driver.cs: remove unused GetSysVersion function.
18195 2004-05-03 Todd Berman <tberman@sevenl.net>
18197 * driver.cs: Remove the hack from saturday, as well as the hack
18198 from jackson (LoadAssemblyFromGac), also adds the CWD to the
18199 link_paths to get that bit proper.
18201 2004-05-01 Todd Berman <tberman@sevenl.net>
18203 * driver.cs: Try a LoadFrom before a Load, this checks the current
18204 path. This is currently a bug in mono that is be fixed, however, this
18205 provides a workaround for now. This will be removed when the bug
18208 2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
18210 * CryptoConvert.cs: Updated to latest version. Fix issue with
18211 incomplete key pairs (#57941).
18213 2004-05-01 Todd Berman <tberman@sevenl.net>
18215 * driver.cs: Remove '.' from path_chars, now System.* loads properly
18218 2004-04-30 Jackson Harper <jackson@ximian.com>
18220 * codegen.cs: Open keys readonly.
18222 2004-04-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18224 * typemanager.cs: don't report cyclic struct layout when a struct
18225 contains 2 or more fields of the same type. Failed for Pango.AttrShape
18226 which has 2 Pango.Rectangle fields.
18228 2004-04-29 Ben Maurer <bmaurer@users.sourceforge.net>
18230 * expression.cs: Handle IntPtr comparisons with IL code
18231 rather than a method call.
18233 2004-04-29 Martin Baulig <martin@ximian.com>
18235 * ecore.cs (PropertyExpr.FindAccessor): New private method. Walk
18236 the list of PropertyInfo's in class hierarchy and find the
18237 accessor. Fixes #56013.
18239 2004-04-29 Martin Baulig <martin@ximian.com>
18241 * typemanager.cs (TypeManager.CheckStructCycles): Fixed.
18243 2004-04-29 Martin Baulig <martin@ximian.com>
18245 Applying a patch from Benjamin Jemlich <pcgod@gmx.net>.
18247 * ecore.cs (FieldExpr.AddressOf): Make this work for valuetypes.
18249 2004-04-29 Martin Baulig <martin@ximian.com>
18251 * class.cs (ConstructorInitializer.Resolve): Check whether the
18252 parent .ctor is accessible. Fixes #52146.
18254 2004-04-29 Martin Baulig <martin@ximian.com>
18256 Applying a patch from Benjamin Jemlich <pcgod@gmx.net>.
18258 * statement.cs (Using.EmitLocalVariableDecls): Use
18259 TypeManager.idisposable_type, not typeof (IDisposable).
18260 (Foreach.EmitCollectionForeach): Added support for valuetypes.
18262 2004-04-29 Martin Baulig <martin@ximian.com>
18264 * class.cs (Event.Define): Don't emit the field and don't set
18265 RTSpecialName and SpecialName for events on interfaces. Fixes
18268 2004-04-29 Raja R Harinath <rharinath@novell.com>
18270 Refactor Attribute.ApplyAttributes.
18271 * attribute.cs (Attributable): New base class for objects that can
18272 have Attributes applied on them.
18273 (Attribute): Make AttributeUsage fields public.
18274 (Attribute.GetFieldValue, Attribute.GetMarshal): Make non-static.
18275 (Attribute.IsInternalCall): New property.
18276 (Attribute.UsageAttr): Convert to a public read-only property.
18277 (Attribute.CheckAttributeType): Use a DeclSpace, not an EmitContext.
18278 (Attribute.ResolveType, Attribute.Resolve)
18279 (Attribute.ScanForIndexerName): Update to reflect changes.
18280 (Attribute.CheckAttributeTarget): Re-format.
18281 (Attribute.ApplyAttributes): Refactor, to various
18282 Attributable.ApplyAttributeBuilder methods.
18283 * decl.cs (MemberCore): Make Attributable.
18284 * class.cs (Accessor): Make Attributable.
18285 (MethodData.ApplyAttributes): Use proper attribute types, not
18287 (TypeContainer.LabelParameters): Pass Parameter to ApplyAttributes.
18288 (TypeContainer.ApplyAttributeBuilder)
18289 (Method.ApplyAttributeBuilder, Constructor.ApplyAttributeBuilder)
18290 (Field.ApplyAttributeBuilder, Accessor.ApplyAttributeBuilder)
18291 (PropertyBase.ApplyAttributeBuilder, Event.ApplyAttributeBuilder)
18292 (Operator.ApplyAttributeBuilder): New factored-out methods.
18293 * const.cs (Const.ApplyAttributeBuilder): Likewise.
18294 * delegate.cs (Delegate.ApplyAttributeBuilder): Likewise.
18295 * enum.cs (Enum.ApplyAttributeBuilder): Likewise.
18296 * parameter.cs (ParameterBase): New Attributable base class
18297 that can also represent Return types.
18298 (Parameter): Update to the changes.
18300 2004-04-29 Jackson Harper <jackson@ximian.com>
18302 * driver.cs: Prefer the corlib system version when looking for
18303 assemblies in the GAC. This is still a hack, but its a better hack
18306 2004-04-29 Marek Safar <marek.safar@seznam.cz>
18308 * decl.cs, enum.cs: Improved error 3005 reporting.
18310 * report.cs (SymbolRelatedToPreviousError): New method for error reporting.
18311 (related_symbols): New private member for list of symbols
18312 related to reported error/warning.
18314 * tree.cs: Do not use now obsolete Report.LocationOfPreviousError.
18316 2004-04-29 Martin Baulig <martin@ximian.com>
18318 * ecore.cs (Expression.Constantify): If we're an enum and
18319 TypeManager.TypeToCoreType() doesn't give us another type, use
18320 t.UnderlyingSystemType. Fixes #56178.
18322 2004-04-29 Martin Baulig <martin@ximian.com>
18324 * decl.cs (MemberCache.SetupCacheForInterface): Look over all our
18325 interfaces and for each interface, only add members directly
18326 declared in that interface. Fixes #53255.
18328 2004-04-28 Martin Baulig <martin@ximian.com>
18330 * expression.cs (ConditionalLogicalOperator): Use a temporary
18331 variable for `left' to avoid that we evaluate it more than once;
18334 2004-04-28 Martin Baulig <martin@ximian.com>
18336 * expression.cs (ComposedCast.DoResolveAsTypeStep): Don't allow
18339 2004-04-28 Martin Baulig <martin@ximian.com>
18341 * statement.cs (LocalInfo.Resolve): Check whether the type is not
18344 * class.cs (MemberBase.CheckParameters, FieldBase.DoDefine): Check
18345 whether the type is not void (CS1547).
18347 2004-04-28 Martin Baulig <martin@ximian.com>
18349 * expression.cs (Unary.DoResolveLValue): Override this and report
18350 CS0131 for anything but Operator.Indirection.
18352 2004-04-28 Martin Baulig <martin@ximian.com>
18354 Committing a patch from Ben Maurer; see bug #50820.
18356 * typemanager.cs (TypeManager.FilterWithClosure): Added CS1540
18359 * ecore.cs (Expression.MemberLookupFailed): Added CS1540 check for
18362 2004-04-28 Martin Baulig <martin@ximian.com>
18364 Committing a patch from Ben Maurer; see bug #50820.
18366 * typemanager.cs (TypeManager.FilterWithClosure): Added CS1540
18369 * ecore.cs (Expression.MemberLookupFailed): Added CS1540 check for
18372 2004-04-28 Martin Baulig <martin@ximian.com>
18374 * statement.cs (Block.LookupLabel): Also lookup in implicit child blocks.
18375 (Block.AddLabel): Call DoLookupLabel() to only search in the
18378 2004-04-28 Martin Baulig <martin@ximian.com>
18380 * cfold.cs (ConstantFold.BinaryFold): Added special support for
18381 comparing StringConstants and NullLiterals in Equality and Inequality.
18383 2004-04-28 Jackson Harper <jackson@ximian.com>
18385 * driver.cs: Attempt to load referenced assemblies from the
18386 GAC. This is the quick and dirty version of this method that
18387 doesnt take into account versions and just takes the first
18388 canidate found. Will be good enough for now as we will not have more
18389 then one version installed into the GAC until I update this method.
18391 2004-04-28 Martin Baulig <martin@ximian.com>
18393 * typemanager.cs (TypeManager.CheckStructCycles): New public
18394 static method to check for cycles in the struct layout.
18396 * rootcontext.cs (RootContext.PopulateTypes): Call
18397 TypeManager.CheckStructCycles() for each TypeContainer.
18398 [Note: We only need to visit each type once.]
18400 2004-04-28 Martin Baulig <martin@ximian.com>
18402 * constant.cs (StringConstant.Emit): Emit Ldnull if we're null.
18404 * const.cs (Const.LookupConstantValue): Return a `bool' signalling
18405 success and added `out object value'. Use a `bool resolved' field
18406 to check whether we've already been called rather than
18407 `ConstantValue != null' since this breaks for NullLiterals.
18409 2004-04-28 Raja R Harinath <rharinath@novell.com>
18411 * driver.cs (Driver.MainDriver) [IsModuleOnly]: Open code the
18412 setting of this flag, since the 'set' method may be non-public.
18414 2004-04-28 Raja R Harinath <rharinath@novell.com>
18416 * flowanalysis.cs (FlowBranchingException.LookupLabel): Add a null
18417 check on current_vector.Block.
18419 2004-04-27 Martin Baulig <martin@ximian.com>
18421 * expression.cs (BaseAccess.CommonResolve): Don't allow `base' in
18422 a field initializer. Fixes #56459.
18424 2004-04-27 Martin Baulig <martin@ximian.com>
18426 * ecore.cs (PropertyExpr.DoResolve/DoResolveLValue): Check whether
18427 we're not attempting to use an indexer. Fixes #52154.
18429 2004-04-27 Martin Baulig <martin@ximian.com>
18431 * statement.cs (Return): Don't create a return label if we don't
18432 need it; reverts my change from January 20th. Thanks to Ben
18435 2004-04-27 Martin Baulig <martin@ximian.com>
18437 According to the spec, `goto' can only leave a nested scope, but
18440 * statement.cs (Block.LookupLabel): Only lookup in the current
18441 block, don't recurse into parent or child blocks.
18442 (Block.AddLabel): Check in parent and child blocks, report
18443 CS0140/CS0158 if we find a duplicate.
18444 (Block): Removed this indexer for label lookups.
18445 (Goto.Resolve): Call LookupLabel() on our current FlowBranching;
18446 this already does the error reporting for us.
18449 (FlowBranching.UsageVector.Block): New public variable; may be null.
18450 (FlowBranching.CreateSibling): Added `Block' argument.
18451 (FlowBranching.LookupLabel): New public virtual method. Lookup a
18452 label for the target of a `goto' and check whether we're not
18453 leaving a `finally'.
18455 2004-04-27 Martin Baulig <martin@ximian.com>
18457 * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
18458 a finite loop block, also do the ALWAYS->SOMETIMES for throws (not
18461 2004-04-27 Martin Baulig <martin@ximian.com>
18463 * statement.cs (Block.AddLabel): Also check for implicit blocks
18464 and added a CS0158 check.
18466 2004-04-27 Martin Baulig <martin@ximian.com>
18468 * flowanalysis.cs (FlowBranchingLoop): New class.
18469 (FlowBranching.UsageVector.MergeJumpOrigins): Take a list of
18470 UsageVector's instead of an ArrayList.
18471 (FlowBranching.Label): Likewise.
18472 (FlowBranching.UsageVector.MergeBreakOrigins): New method.
18473 (FlowBranching.AddBreakVector): New method.
18475 2004-04-27 Miguel de Icaza <miguel@ximian.com>
18477 * attribute.cs: Small regression fix: only convert the type if we
18478 the type is different, fixes System.Drawing build.
18480 2004-04-27 Martin Baulig <martin@ximian.com>
18482 * attribute.cs (Attribute.Resolve): If we have a constant value
18483 for a named field or property, implicity convert it to the correct
18486 2004-04-27 Raja R Harinath <rharinath@novell.com>
18488 * statement.cs (Block.Block): Implicit blocks share
18489 'child_variable_names' fields with parent blocks.
18490 (Block.AddChildVariableNames): Remove.
18491 (Block.AddVariable): Mark variable as "used by a child block" in
18492 every surrounding block.
18493 * ecore.cs (SimpleName.SimpleNameResolve): If the name has already
18494 been used in a child block, complain about violation of "Invariant
18495 meaning in blocks" rule.
18496 * cs-parser.jay (declare_local_variables): Don't use
18497 AddChildVariableNames.
18498 (foreach_statement): Don't create an implicit block: 'foreach'
18499 introduces a scope.
18501 2004-04-23 Miguel de Icaza <miguel@ximian.com>
18503 * convert.cs (ImplicitNumericConversion): 0 is also positive when
18504 converting from 0L to ulong. Fixes 57522.
18506 2004-04-22 Marek Safar <marek.safar@seznam.cz>
18508 * decl.cs (FindMemberToOverride): Fix wrong warning for case when
18509 derived class hides via 'new' keyword field from base class (test-242.cs).
18510 TODO: Handle this in the more general way.
18512 * class.cs (CheckBase): Ditto.
18514 2004-04-22 Marek Safar <marek.safar@seznam.cz>
18516 * decl.cs (caching_flags): New member for storing cached values
18518 (MemberCore.Flags): New enum where bit flags for caching_flags
18520 (MemberCore.cls_compliance): Moved to caching_flags.
18521 (DeclSpace.Created): Moved to caching_flags.
18523 * class.cs: Use caching_flags instead of DeclSpace.Created
18525 2004-04-21 Miguel de Icaza <miguel@ximian.com>
18527 * ecore.cs (PropertyExpr.GetAccesor): Only perform the 1540 check
18528 if we are only a derived class, not a nested class.
18530 * typemanager.cs: Same as above, but do this at the MemberLookup
18531 level (used by field and methods, properties are handled in
18532 PropertyExpr). Allow for the qualified access if we are a nested
18535 2004-04-21 Marek Safar <marek.safar@seznam.cz>
18537 * class.cs: Refactoring.
18538 (IMethodData): New inteface; Holds links to parent members
18539 to avoid member duplication (reduced memory allocation).
18540 (Method): Implemented IMethodData interface.
18541 (PropertyBase): New inner classes for get/set methods.
18542 (PropertyBase.PropertyMethod): Implemented IMethodData interface
18543 (Event): New inner classes for add/remove methods.
18544 (Event.DelegateMethod): Implemented IMethodData interface.
18546 * cs-parser.jay: Pass DeclSpace to Event class for creation of valid
18547 EmitContext (related to class.cs refactoring).
18549 2004-04-21 Raja R Harinath <rharinath@novell.com>
18551 * delegate.cs (Delegate.VerifyApplicability): If the number of
18552 arguments are the same as the number of parameters, first try to
18553 verify applicability ignoring any 'params' modifier on the last
18557 2004-04-16 Raja R Harinath <rharinath@novell.com>
18559 * class.cs (TypeContainer.AddIndexer): Use
18560 'ExplicitInterfaceName' to determine if interface name was
18561 explicitly specified. 'InterfaceType' is not initialized at this time.
18562 (TypeContainer.DefineIndexers): Remove use of temporary list. The
18563 Indexers array is already in the required order. Initialize
18564 'IndexerName' only if there are normal indexers.
18565 (TypeContainer.DoDefineMembers): Don't initialize IndexerName.
18566 (TypeContainer.Emit): Emit DefaultMember attribute only if
18567 IndexerName is initialized.
18570 2004-04-15 Benjamin Jemlich <pcgod@gmx.net>
18572 * enum.cs (Enum.DefineType): Don't allow char as type for enum.
18575 2004-04-15 Raja R Harinath <rharinath@novell.com>
18577 * attribute.cs (Attribute.CheckAttributeType): Check for ambiguous
18581 * attribute.cs (Attribute.Resolve): Check for duplicate named
18585 2004-04-15 Miguel de Icaza <miguel@ximian.com>
18587 * iterators.cs (MarkYield): track whether we are in an exception,
18588 and generate code accordingly. Use a temporary value to store the
18589 result for our state.
18591 I had ignored a bit the interaction of try/catch with iterators
18592 since their behavior was not entirely obvious, but now it is
18593 possible to verify that our behavior is the same as MS .NET 2.0
18597 2004-04-14 Miguel de Icaza <miguel@ximian.com>
18599 * iterators.cs: Avoid creating temporaries if there is no work to
18602 * expression.cs (ArrayAccess.EmitLoadOpcode): If dealing with
18603 Enumerations, use TypeManager.EnumToUnderlying and call
18606 Based on the patch from Benjamin Jemlich (pcgod@gmx.net), fixes
18609 (This.Emit): Use EmitContext.EmitThis to emit our
18612 (This.EmitAssign): Ditto.
18614 * ecore.cs (FieldExpr.Emit): Remove RemapToProxy special
18615 codepaths, we will move all the functionality into
18618 (FieldExpr.EmitAssign): Ditto.
18620 This fixes several hidden bugs that I uncovered while doing a code
18621 review of this today.
18623 * codegen.cs (EmitThis): reworked so the semantics are more clear
18624 and also support value types "this" instances.
18626 * iterators.cs: Changed so that for iterators in value types, we
18627 do not pass the value type as a parameter.
18629 Initialization of the enumerator helpers is now done in the caller
18630 instead of passing the parameters to the constructors and having
18631 the constructor set the fields.
18633 The fields have now `assembly' visibility instead of private.
18635 2004-04-11 Miguel de Icaza <miguel@ximian.com>
18637 * expression.cs (Argument.Resolve): Check if fields passed as ref
18638 or out are contained in a MarshalByRefObject.
18640 * typemanager.cs, rootcontext.cs: Add System.Marshalbyrefobject as
18641 another compiler type.
18643 2004-04-06 Ben Maurer <bmaurer@users.sourceforge.net>
18645 * class.cs (Indexer.Define): use the new name checking method.
18646 Also, return false on an error.
18647 * cs-tokenizer.cs (IsValidIdentifier): Checks for a valid identifier.
18648 (is_identifier_[start/part]_character): make static.
18650 2004-04-10 Miguel de Icaza <miguel@ximian.com>
18652 * expression.cs (Binary.ResolveOperator): Do no append strings
18653 twice: since we can be invoked more than once (array evaluation)
18654 on the same concatenation, take care of this here. Based on a fix
18655 from Ben (bug #56454)
18657 2004-04-08 Sebastien Pouliot <sebastien@ximian.com>
18659 * codegen.cs: Fix another case where CS1548 must be reported (when
18660 delay-sign isn't specified and no private is available #56564). Fix
18661 loading the ECMA "key" to delay-sign an assembly. Report a CS1548
18662 error when MCS is used on the MS runtime and we need to delay-sign
18663 (which seems unsupported by AssemblyBuilder - see #56621).
18665 2004-04-08 Marek Safar <marek.safar@seznam.cz>
18667 * typemanager.cs (TypeManager.TypeToCoreType): Handle IntPtr too.
18668 (TypeManager.ComputeNamespaces): Faster implementation for
18671 * compiler.csproj: Updated AssemblyName to mcs.
18673 2004-04-07 Miguel de Icaza <miguel@ximian.com>
18675 * rootcontext.cs: Add new types to the boot resolution.
18677 * ecore.cs (TypeExpr.CanInheritFrom): Inheriting from
18678 MulticastDelegate is not allowed.
18680 * typemanager.cs: Add new types to lookup: System.TypedReference
18683 * paramter.cs (Parameter.Resolve): if we are an out/ref parameter,
18684 check for TypedReference or ArgIterator, they are not allowed.
18686 * ecore.cs (BoxedCast): Set the eclass to ExprClass.Value, this
18687 makes us properly catch 1510 in some conditions (see bug 56016 for
18690 2004-04-06 Bernie Solomon <bernard@ugsolutions.com>
18692 * CryptoConvert.cs: update from corlib version
18695 2004-04-05 Miguel de Icaza <miguel@ximian.com>
18697 * class.cs (Indexer.Define): Check indexername declaration
18699 2004-04-05 Marek Safar <marek.safar@seznam.cz>
18701 * attribute.cs (IsClsCompliant): Fixed problem with handling
18702 all three states (compliant, not-compliant, undetected).
18704 2004-03-30 Marek Safar <marek.safar@seznam.cz>
18706 * attribute.cs (Attribute): Location is now public.
18707 (Resolve): Store resolved arguments (pos_values) in attribute class.
18708 Attribute extractors (now GetClsCompliantAttributeValue) can reuse them.
18709 (GetClsCompliantAttributeValue): New method that gets
18710 CLSCompliantAttribute value.
18711 (GetClsCompliantAttribute): Returns CLSCompliantAttribute for DeclSpace
18712 if exists else null.
18713 (AttributeTester): New class for CLS-Compliant verification routines.
18715 * class.cs (Emit): Add CLS-Compliant verification.
18716 (Method.GetSignatureForError): Implemented.
18717 (Constructor.GetSignatureForError): Implemented
18718 (Constructor.HasCompliantArgs): Returns if constructor has
18719 CLS-Compliant arguments.
18720 (Constructor.Emit): Override.
18721 (Construcor.IsIdentifierClsCompliant): New method; For constructors
18722 is needed to test only parameters.
18723 (FieldBase.GetSignatureForError): Implemented.
18724 (TypeContainer): New member for storing base interfaces.
18725 (TypeContainer.FindMembers): Search in base interfaces too.
18727 * codegen.cs (GetClsComplianceAttribute): New method that gets
18728 assembly or module CLSCompliantAttribute value.
18729 (ResolveClsCompliance): New method that resolve CLSCompliantAttribute
18731 (ModuleClass.Emit): Add error 3012 test.
18733 * const.cs (Emit): Override and call base for CLS-Compliant tests.
18735 * decl.cs (ClsComplianceValue): New enum that holds CLS-Compliant
18736 state for all decl types.
18737 (MemberCore.Emit): Emit is now virtual and call VerifyClsCompliance
18738 if CLS-Compliant tests are required.
18739 (IsClsCompliaceRequired): New method. Analyze whether code
18740 must be CLS-Compliant.
18741 (IsExposedFromAssembly): New method. Returns true when MemberCore
18742 is exposed from assembly.
18743 (GetClsCompliantAttributeValue): New method. Resolve CLSCompliantAttribute
18744 value or gets cached value.
18745 (HasClsCompliantAttribute): New method. Returns true if MemberCore
18746 is explicitly marked with CLSCompliantAttribute.
18747 (IsIdentifierClsCompliant): New abstract method. This method is
18748 used to testing error 3005.
18749 (IsIdentifierAndParamClsCompliant): New method. Common helper method
18750 for identifier and parameters CLS-Compliant testing.
18751 (VerifyClsCompliance): New method. The main virtual method for
18752 CLS-Compliant verifications.
18753 (CheckAccessLevel): In one special case (System.Drawing) was TypeBuilder
18754 null. I don't know why is null (too many public members !).
18755 (GetClsCompliantAttributeValue). New method. Goes through class hierarchy
18756 and get value of first CLSCompliantAttribute that found.
18758 * delegate.cs (Emit): Override and call base for CLS-Compliant tests.
18759 (VerifyClsCompliance): Override and add extra tests.
18761 * driver.cs (CSCParseOption): New command line options (clscheck[+|-]).
18762 clscheck- disable CLS-Compliant verification event if assembly is has
18763 CLSCompliantAttribute(true).
18765 * enum.cs (Emit): Override and call base for CLS-Compliant tests.
18766 ApllyAttribute is now called in emit section as in the other cases.
18767 Possible future Emit integration.
18768 (IsIdentifierClsCompliant): New override.
18769 (VerifyClsCompliance): New override.
18770 (GetEnumeratorName): Returns full enum name.
18772 * parameter.cs (GetSignatureForError): Implemented.
18774 * report.cs (WarningData): New struct for Warning message information.
18775 (LocationOfPreviousError): New method.
18776 (Warning): New method. Reports warning based on the warning table.
18777 (Error_T): New method. Reports error based on the error table.
18779 * rootcontext.cs (EmitCode): Added new Emit(s) because CLS-Compliant
18780 verifications are done here.
18782 * tree.cs (RecordDecl): Used new LocationOfPreviousError method.
18784 * typemanager.cs (cls_compliant_attribute_type): New member thath holds
18785 CLSCompliantAttribute.
18786 (all_imported_types): New member holds all imported types from other
18788 (LoadAllImportedTypes): New method fills static table with exported types
18789 from all referenced assemblies.
18790 (Modules): New property returns all assembly modules.
18792 2004-03-30 Miguel de Icaza <miguel@ximian.com>
18794 * cs-parser.jay: Add a rule to catch wrong event syntax instead of
18795 throwing a parser error.
18797 * ecore.cs (PropertyExpr.GetAccessor): Apply patch from Patrik Reali
18798 which removes the hardcoded get_/set_ prefixes for properties, as
18799 IL allows for the properties to be named something else.
18803 * expression.cs: Do not override operand before we know if it is
18804 non-null. Fix 56207
18806 2004-03-29 Ben Maurer <bmaurer@users.sourceforge.net>
18808 * typemanager.cs: support for pinned variables.
18810 2004-03-29 Ben Maurer <bmaurer@users.sourceforge.net>
18812 * decl.cs, typemanager.cs: Avoid using an arraylist
18813 as a buffer if there is only one result set.
18815 2004-03-29 Ben Maurer <bmaurer@users.sourceforge.net>
18817 * expression.cs: Make sure you cant call a static method
18818 with an instance expression, bug #56174.
18820 2004-03-29 Miguel de Icaza <miguel@ximian.com>
18822 * class.cs (IsDuplicateImplementation): Improve error reporting to
18823 flag 663 (method only differs in parameter modifier).
18825 * cs-tokenizer.cs: Do not require whitespace when a ( or " will do
18826 in preprocessor directives.
18828 * location.cs (LookupFile): Allow for the empty path.
18830 * attribute.cs (DefinePInvokeMethod): Fix 56148; I would like a
18831 better approach for some of that patch, but its failing with the
18832 CharSet enumeration. For now try/catch will do.
18834 * typemanager.cs: Do not crash if a struct does not have fields.
18837 2004-03-28 Ben Maurer <bmaurer@users.sourceforge.net>
18839 * expression.cs: cs0213, cant fix a fixed expression.
18842 2004-03-28 Ben Maurer <bmaurer@users.sourceforge.net>
18844 * cs-parser.jay: detect invalid embeded statements gracefully.
18847 2004-03-28 Ben Maurer <bmaurer@users.sourceforge.net>
18849 * ecore.cs, typemanager.cs: Correct impl of cs1540 check.
18852 the invocation type may not be a subclass of the tye of the item/
18853 The type of the item must be a subclass of the invocation item.
18858 2004-03-25 Sebastien Pouliot <sebastien@ximian.com>
18860 * attribute.cs: Added methods to get a string and a bool from an
18861 attribute. Required to information from AssemblyKeyFileAttribute,
18862 AttributeKeyNameAttribute (string) and AssemblyDelaySign (bool).
18863 * codegen.cs: Modified AssemblyName creation to include support for
18864 strongnames. Catch additional exceptions to report them as CS1548.
18865 * compiler.csproj: Updated include CryptoConvert.cs.
18866 * compiler.csproj.user: Removed file - user specific configuration.
18867 * CryptoConvert.cs: New. A COPY of the class CryptoConvert from
18868 Mono.Security assembly. The original class is maintained and tested in
18869 /mcs/class/Mono.Security/Mono.Security.Cryptography/CryptoConvert.cs.
18870 * drivers.cs: Added support for /keyfile, /keycontainer and /delaysign
18871 like CSC 8.0 (C# v2) supports.
18872 * Makefile: Added CryptoConvert.cs to mcs sources.
18873 * rootcontext.cs: Added new options for strongnames.
18875 2004-03-24 Ben Maurer <bmaurer@users.sourceforge.net>
18877 * driver.cs: For --expect-error, report error code `2'
18878 if the program compiled with no errors, error code `1' if
18879 it compiled with an error other than the one expected.
18881 2004-03-24 Sebastien Pouliot <sebastien@ximian.com>
18883 * compiler.csproj: Updated for Visual Studio .NET 2003.
18884 * compiler.csproj.user: Updated for Visual Studio .NET 2003.
18885 * compiler.sln: Updated for Visual Studio .NET 2003.
18887 2004-03-24 Ravi Pratap M <ravi@ximian.com>
18889 * expression.cs: Fix bug #47234. We basically need to apply the
18890 rule that we prefer the conversion of null to a reference type
18891 when faced with a conversion to 'object' (csc behaviour).
18893 2004-03-23 Ben Maurer <bmaurer@users.sourceforge.net>
18895 * statement.cs: Shorter form for foreach, eliminates
18896 a local variable. r=Martin.
18898 2004-03-23 Ben Maurer <bmaurer@users.sourceforge.net>
18900 * constant.cs, ecore.cs, literal.cs: New prop IsZeroInteger that
18901 checks if we can use brtrue/brfalse to test for 0.
18902 * expression.cs: use the above in the test for using brtrue/brfalse.
18903 cleanup code a bit.
18905 2004-03-23 Ben Maurer <bmaurer@users.sourceforge.net>
18907 * expression.cs: Rewrite string concat stuff. Benefits:
18909 - "a" + foo + "b" + "c" becomes "a" + foo + "bc"
18910 - "a" + foo + "b" + bar + "c" + baz ... uses concat (string []).
18911 rather than a concat chain.
18913 * typemanager.cs: Add lookups for more concat overloads.
18915 2004-03-23 Ben Maurer <bmaurer@users.sourceforge.net>
18917 * expression.cs: Emit shorter il code for array init.
18934 2004-03-22 Ben Maurer <bmaurer@users.sourceforge.net>
18936 * statement.cs: Before, two switch blocks would be merged if the
18937 total size of the blocks (end_item - begin_item + 1) was less than
18938 two times the combined sizes of the blocks.
18940 Now, it will only merge if after the merge at least half of the
18945 2004-03-20 Atsushi Enomoto <atsushi@ximian.com>
18947 * class.cs : csc build fix for GetMethods(). See bug #52503.
18949 2004-03-20 Ben Maurer <bmaurer@users.sourceforge.net>
18951 * expression.cs: Make sure fp comparisons work with NaN.
18952 This fixes bug #54303. Mig approved this patch a long
18953 time ago, but we were not able to test b/c the runtime
18956 2004-03-19 Miguel de Icaza <miguel@ximian.com>
18958 * ecore.cs (TypExpr.GetHashCode): implement this overload.
18960 2004-03-19 Martin Baulig <martin@ximian.com>
18962 * class.cs (MemberCore.IsDuplicateImplementation): Report the
18963 error here and not in our caller.
18965 2004-03-19 Martin Baulig <martin@ximian.com>
18967 * interface.cs: Completely killed this file.
18968 (Interface): We're now a TypeContainer and live in class.cs.
18970 * class.cs (TypeContainer.GetClassBases): Added `bool is_iface'
18971 argument; we're now also called for interfaces.
18972 (TypeContainer.DefineMembers): Allow this method being called
18974 (TypeContainer.GetMethods): New public method; formerly known as
18975 Interface.GetMethod(). This is used by PendingImplementation.
18976 (TypeContainer.EmitDefaultMemberAttr): Moved here from Interface;
18977 it's now private and non-static.
18978 (Interface): Moved this here; it's now implemented similar to
18980 (Method, Property, Event, Indexer): Added `bool is_interface'
18981 argument to their .ctor's.
18982 (MemberBase.IsInterface): New public field.
18984 * cs-parser.jay: Create normal Method, Property, Event, Indexer
18985 instances instead of InterfaceMethod, InterfaceProperty, etc.
18986 (opt_interface_base): Removed; we now use `opt_class_base' instead.
18987 (InterfaceAccessorInfo): Create `Get' and `Set' Accessor's.
18989 2004-03-19 Martin Baulig <martin@ximian.com>
18991 * class.cs (MethodCore.IsDuplicateImplementation): New private
18992 method which does the CS0111 checking.
18993 (Method.CheckBase, Constructor.CheckBase, PropertyBase.CheckBase):
18994 Use IsDuplicateImplementation().
18996 2004-03-17 Ben Maurer <bmaurer@users.sourceforge.net>
18998 * decl.cs (FindMemberToOverride): New method to find the correct
18999 method or property to override in the base class.
19001 - Make Method/Property use the above method to find the
19002 version in the base class.
19003 - Remove the InheritableMemberSignatureCompare as it is now
19006 This patch makes large code bases much faster to compile, as it is
19007 O(n) rather than O(n^2) to do this validation.
19009 Also, it fixes bug 52458 which is that nested classes are not
19010 taken into account when finding the base class member.
19012 Reviewed/Approved by Martin.
19014 2004-03-17 Marek Safar <marek.safar@seznam.cz>
19016 * interface.cs: In all interface classes removed redundant
19017 member initialization.
19019 2004-03-16 Martin Baulig <martin@ximian.com>
19021 * class.cs (TypeContainer.GetClassBases): Fix the CS0528 check.
19023 2004-03-15 Miguel de Icaza <miguel@ximian.com>
19025 * decl.cs (DefineTypeAndParents): New helper method to define a
19026 type's containers before the type itself is defined; This is a
19027 bug exposed by the recent changes to Windows.Forms when an
19028 implemented interface was defined inside a class that had not been
19031 * modifiers.cs (MethodAttr): All methods in C# are HideBySig.
19033 (Check): Loop correctly to report errors modifiers
19034 (UNSAFE was not in the loop, since it was the same as TOP).
19036 * interface.cs: Every interface member now takes a ModFlags,
19037 instead of a "is_new" bool, which we set on the base MemberCore.
19039 Every place where we called "UnsafeOk" in the interface, now we
19040 call the proper member (InterfaceMethod.UnsafeOK) instead to get
19041 the unsafe settings from the member declaration instead of the
19042 container interface.
19044 * cs-parser.jay (opt_new): Allow unsafe here per the spec.
19046 * pending.cs (TypeAndMethods): Add `get_indexer_name' and
19047 `set_indexer_name' to the pending bits (one per type).
19049 We fixed a bug today that was picking the wrong method to
19050 override, since for properties the existing InterfaceMethod code
19051 basically ignored the method name. Now we make sure that the
19052 method name is one of the valid indexer names.
19054 2004-03-14 Gustavo Giráldez <gustavo.giraldez@gmx.net>
19056 * support.cs (SeekableStreamReader): Keep track of stream byte
19057 positions and don't mix them with character offsets to the buffer.
19059 Patch from Gustavo Giráldez
19061 2004-03-15 Marek Safar <marek.safar@seznam.cz>
19063 * interface.cs (InterfaceSetGetBase): Removed double member
19064 initialization, base class does it as well.
19066 2004-03-13 Martin Baulig <martin@ximian.com>
19068 * class.cs: Reverted Miguel's latest commit; it makes mcs crash
19069 when compiling corlib.
19071 2004-03-13 Miguel de Icaza <miguel@ximian.com>
19073 * convert.cs (ExplicitConversion): We were reporting an error on
19074 certain conversions (object_type source to a value type, when the
19075 expression was `null') before we had a chance to pass it through
19076 the user defined conversions.
19078 * driver.cs: Replace / and \ in resource specifications to dots.
19081 * class.cs: Add check for duplicate operators. Fixes 52477
19083 2004-03-11 Miguel de Icaza <miguel@ximian.com>
19085 * statement.cs (Switch.SimpleSwitchEmit): Deal with default labels
19086 that are in the middle of the statements, not only at the end.
19089 * class.cs (TypeContainer.AddField): No longer set the
19090 `HaveStaticConstructor' flag, now we call it
19091 `UserDefineStaticConstructor' to diferentiate the slightly
19092 semantic difference.
19094 The situation is that we were not adding BeforeFieldInit (from
19095 Modifiers.TypeAttr) to classes that could have it.
19096 BeforeFieldInit should be set to classes that have no static
19101 http://www.yoda.arachsys.com/csharp/beforefieldinit.html
19103 And most importantly Zoltan's comment:
19105 http://bugzilla.ximian.com/show_bug.cgi?id=44229
19107 "I think beforefieldinit means 'it's ok to initialize the type sometime
19108 before its static fields are used', i.e. initialization does not need
19109 to be triggered by the first access to the type. Setting this flag
19110 helps the JIT to compile better code, since it can run the static
19111 constructor at JIT time, and does not need to generate code to call it
19112 (possibly lots of times) at runtime. Unfortunately, mcs does not set
19113 this flag for lots of classes like String.
19115 csc sets this flag if the type does not have an explicit static
19116 constructor. The reasoning seems to be that if there are only static
19117 initalizers for a type, and no static constructor, then the programmer
19118 does not care when this initialization happens, so beforefieldinit
19121 This bug prevents the AOT compiler from being usable, since it
19122 generates so many calls to mono_runtime_class_init that the AOT code
19123 is much slower than the JITted code. The JITted code is faster,
19124 because it does not generate these calls if the vtable is type is
19125 already initialized, which is true in the majority of cases. But the
19126 AOT compiler can't do this."
19128 2004-03-10 Miguel de Icaza <miguel@ximian.com>
19130 * class.cs (MethodData.Emit): Refactor the code so symbolic
19131 information is generated for destructors; For some reasons we
19132 were taking a code path that did not generate symbolic information
19135 2004-03-11 Ben Maurer <bmaurer@users.sourceforge.net>
19137 * class.cs: Create a Constructor.CheckBase method that
19138 takes care of all validation type code. The method
19139 contains some code that was moved from Define.
19141 It also includes new code that checks for duplicate ctors.
19142 This fixes bug #55148.
19144 2004-03-09 Joshua Tauberer <tauberer@for.net>
19146 * expression.cs (ArrayCreation): Fix: More than 6 nulls in
19147 a { ... }-style array creation invokes EmitStaticInitializers
19148 which is not good for reference-type arrays. String, decimal
19149 and now null constants (NullCast) are not counted toward
19150 static initializers.
19152 2004-03-05 Martin Baulig <martin@ximian.com>
19154 * location.cs (SourceFile.HasLineDirective): New public field;
19155 specifies whether the file contains or is referenced by a "#line"
19157 (Location.DefineSymbolDocuments): Ignore source files which
19158 either contain or are referenced by a "#line" directive.
19160 2004-02-29 Ben Maurer <bmaurer@users.sourceforge.net>
19162 * class.cs (Method.CheckBase): Avoid using FindMembers, we have
19163 direct access to our parent, so check the method inline there.
19165 2004-02-27 Ben Maurer <bmaurer@users.sourceforge.net>
19167 * expression.cs (Invocation.EmitCall): Miguel's last commit
19168 caused a regression. If you had:
19173 In Foo the implict this would be null.
19175 2004-02-27 Miguel de Icaza <miguel@ximian.com>
19177 * expression.cs (Invocation.EmitCall): If the method is not
19178 virtual, do not emit a CallVirt to it, use Call.
19180 * typemanager.cs (GetFullNameSignature): Improve the method to
19181 cope with ".ctor" and replace it with the type name.
19183 * class.cs (ConstructorInitializer.Resolve): Now the method takes
19184 as an argument the ConstructorBuilder where it is being defined,
19185 to catch the recursive constructor invocations.
19187 2004-02-26 Miguel de Icaza <miguel@ximian.com>
19189 * iterators.cs (IteratorHandler.IsIEnumerator, IsIEnumerable): New
19190 routines to check if a type is an enumerable/enumerator allow
19191 classes that implement the IEnumerable or IEnumerator interfaces.
19193 * class.cs (Property, Operator): Implement IIteratorContainer, and
19194 implement SetYields.
19196 (Property.Define): Do the block swapping for get_methods in the
19197 context of iterators. We need to check if Properties also
19198 include indexers or not.
19200 (Operator): Assign the Block before invoking the
19201 OperatorMethod.Define, so we can trigger the Iterator code
19204 * cs-parser.jay (SimpleIteratorContainer): new helper class. Both
19205 Property and Operator classes are not created when we parse the
19206 declarator but until we have the block completed, so we use a
19207 singleton SimpleIteratorContainer.Simple to flag whether the
19208 SetYields has been invoked.
19210 We propagate this setting then to the Property or the Operator to
19211 allow the `yield' to function.
19213 2004-02-25 Marek Safar <marek.safar@seznam.cz>
19215 * codegen.cs: Implemented attribute support for modules.
19216 New AssemblyClass, ModuleClass and CommonAssemblyModulClass for
19217 Assembly/Module functionality.
19219 * attribute.cs, class.cs, cs-parser.jay, delegate.cs, driver.cs, enum.cs
19220 interface.cs, rootcontext.cs, statement.cs, typemanager.cs:
19221 Updated dependencies on CodeGen.ModuleBuilder and CodeGen.AssemblyBuilder.
19223 2004-02-16 Marek Safar <marek.safar@seznam.cz>
19225 * interface.cs (FindMembers): The operation is performed on all base
19226 interfaces and not only on the first. It is required for future CLS Compliance patch.
19228 2004-02-12 Ben Maurer <bmaurer@users.sourceforge.net>
19230 * statement.cs, codegen.cs:
19231 This patch deals with patterns such as:
19233 public class List : IEnumerable {
19235 public MyEnumerator GetEnumerator () {
19236 return new MyEnumerator(this);
19239 IEnumerator IEnumerable.GetEnumerator () {
19243 public struct MyEnumerator : IEnumerator {
19248 Before, there were a few things we did wrong:
19249 1) we would emit callvirt on a struct, which is illegal
19250 2) we emited ldarg when we needed to emit ldarga
19251 3) we would mistakenly call the interface methods on an enumerator
19252 type that derived from IEnumerator and was in another assembly. For example:
19254 public class MyEnumerator : IEnumerator
19256 Would have the interface methods called, even if there were public impls of the
19257 method. In a struct, this lead to invalid IL code.
19259 2004-02-11 Marek Safar <marek.safar@seznam.cz>
19261 * const.cs: Const is now derived from FieldBase. Method EmitConstant name
19264 * delegate.cs (Define): Fixed crash when delegate type is undefined.
19266 2004-02-11 Miguel de Icaza <miguel@ximian.com>
19268 * cs-parser.jay: Fix small regression: we were not testing V2
19269 compiler features correctly.
19271 * interface.cs: If the emit context is null, then create one
19273 2004-02-09 Marek Safar <marek.safar@seznam.cz>
19275 * decl.cs (GetSignatureForError): New virtual method to get full name
19276 for error messages.
19278 * attribute.cs (IAttributeSupport): New interface for attribute setting.
19279 Now it is possible to rewrite ApplyAttributes method to be less if/else.
19281 * interface.cs : All InterfaceXXX classes are now derived from MemberCore.
19282 Duplicated members and code in these classes has been removed.
19283 Better encapsulation in these classes.
19285 2004-02-07 Miguel de Icaza <miguel@ximian.com>
19287 * assign.cs (Assign.DoResolve): When dealing with compound
19288 assignments, there is a new rule in ECMA C# 2.4 (might have been
19289 there before, but it is documented here) that states that in:
19293 If b is of type int, and the `op' is a shift-operator, then the
19294 above is evaluated as:
19298 * expression.cs (Binary.ResolveOperator): Instead of testing for
19299 int/uint/long/ulong, try to implicitly convert to any of those
19300 types and use that in pointer arithmetic.
19302 * delegate.cs (Error_NoMatchingMethodForDelegate): Compute the
19303 method to print information for from the type, not from the
19304 null-method we were given.
19306 2004-02-01 Duncan Mak <duncan@ximian.com>
19308 * cs-tokenizer.cs (get_cmd_arg): Skip over whitespace before
19309 parsing for cmd, fixes bug #53694.
19311 2004-02-04 Marek Safar <marek.safar@seznam.cz>
19313 * class.cs, decl.cs: Fixed problem where IndexerName attribute was ignored
19314 in the member name duplication tests. Property and operator name duplication
19315 was missing too (error tests cs0102-{2,3,4,5}.cs, cs0111-{3,4}.cs).
19317 2004-02-03 Marek Safar <marek.safar@seznam.cz>
19319 * interface.cs (PopulateMethod): Fixed crash when interface method
19320 returns not existing type (error test cs0246-3.cs).
19322 2004-02-02 Ravi Pratap M <ravi@ximian.com>
19324 * cs-parser.jay (interface_accessors): Re-write actions to also
19325 store attributes attached to get and set methods. Fix spelling
19328 (inteface_property_declaration): Modify accordingly.
19330 (InterfaceAccessorInfo): New helper class to store information to pass
19331 around between rules that use interface_accessors.
19333 * interface.cs (Emit): Apply attributes on the get and set
19334 accessors of properties and indexers too.
19336 * attribute.cs (ApplyAttributes): Modify accordingly to use the
19337 right MethodBuilder when applying attributes to the get and set accessors.
19339 2004-01-31 Miguel de Icaza <miguel@ximian.com>
19341 * cs-tokenizer.cs: Applied patch from Marek Safar to fix bug 53386
19343 2004-01-26 Miguel de Icaza <miguel@ximian.com>
19345 * cs-tokenizer.cs: Handle #line hidden from PDC bits.
19347 2004-01-25 Miguel de Icaza <miguel@ximian.com>
19349 * cs-parser.jay: Remove YIELD token, instead use the new grammar
19350 changes that treat `yield' specially when present before `break'
19351 or `return' tokens.
19353 * cs-tokenizer.cs: yield is no longer a keyword.
19355 2004-01-23 Marek Safar <marek.safar@seznam.cz>
19357 * cs-parser.jay, class.cs (DefineDefaultConstructor): Fixed ModFlags
19358 setting for default constructors.
19359 For default constructors are almost every time set wrong Modifier. The
19360 generated IL code has been alright. But inside mcs this values was
19361 wrong and this was reason why several of my CLS Compliance tests
19364 2004-01-22 Martin Baulig <martin@ximian.com>
19366 * cs-parser.jay (namespace_or_type_name): Return an Expression,
19367 not a QualifiedIdentifier. This is what `type_name_expression'
19368 was previously doing.
19369 (type_name_expression): Removed; the code is now in
19370 `namespace_or_type_name'.
19371 (qualified_identifier): Removed, use `namespace_or_type_name'
19373 (QualifiedIdentifier): Removed this class.
19375 2004-01-22 Martin Baulig <martin@ximian.com>
19377 * namespace.cs (NamespaceEntry.UsingAlias): Take an Expression,
19378 not a string as alias name.
19380 2004-01-21 Miguel de Icaza <miguel@ximian.com>
19382 * ecore.cs (FieldInfo.AddressOf): Revert patch from previous
19383 #52730 bug, and instead compute correctly the need to use a
19384 temporary variable when requesting an address based on the
19385 static/instace modified of the field and the constructor.
19387 2004-01-21 Martin Baulig <martin@ximian.com>
19389 * ecore.cs (SimpleName.ResolveAsTypeStep): Lookup in the current
19390 class and namespace before looking up aliases. Fixes #52517.
19392 2004-01-21 Martin Baulig <martin@ximian.com>
19394 * flowanalysis.cs (UsageVector.Merge): Allow variables being
19395 assinged in a 'try'; fixes exception4.cs.
19397 2004-01-21 Marek Safar <marek.safar@seznam.cz>
19398 * class.cs : Implemented parameter-less constructor for TypeContainer
19400 * decl.cs: Attributes are now stored here. New property OptAttributes
19402 * delegate.cs, enum.cs, interface.cs: Removed attribute member.
19404 * rootcontext.cs, tree.cs: Now use parameter-less constructor of TypeContainer
19406 2004-01-21 Marek Safar <marek.safar@seznam.cz>
19408 * typemanager.cs (CSharpSignature): Now reports also inner class name.
19409 (CSharpSignature): New method for indexer and property signature.
19411 2004-01-21 Marek Safar <marek.safar@seznam.cz>
19413 * pending.cs (IsVirtualFilter): Faster implementation.
19415 2004-01-21 Marek Safar <marek.safar@seznam.cz>
19417 * typemanager.cs: Avoid inclusion of same assembly more than once.
19419 2004-01-21 Marek Safar <marek.safar@seznam.cz>
19421 * cs-parser.jay: Fixed problem where the last assembly attribute
19422 has been applied also to following declaration (class, struct, etc.)
19424 2004-01-21 Marek Safar <marek.safar@seznam.cz>
19426 * class.cs: Added error CS0538, CS0539 reporting.
19427 Fixed crash on Microsoft runtime when field type is void.
19429 * cs-parser.jay: Added error CS0537 reporting.
19431 * pending.cs: Added error CS0535 reporting.
19432 Improved error report for errors CS0536, CS0534.
19434 2004-01-20 Miguel de Icaza <miguel@ximian.com>
19436 Merge a few bits from the Anonymous Method MCS tree.
19438 * statement.cs (ToplevelBlock): New class for toplevel methods,
19439 will hold anonymous methods, lifted variables.
19441 * cs-parser.jay: Create toplevel blocks for delegates and for
19442 regular blocks of code.
19444 2004-01-20 Martin Baulig <martin@ximian.com>
19446 * codegen.cs (EmitContext): Removed `InTry', `InCatch',
19447 `InFinally', `InLoop', `TryCatchLevel', `LoopBeginTryCatchLevel'
19448 and `NeedExplicitReturn'; added `IsLastStatement'.
19449 (EmitContext.EmitTopBlock): Emit the explicit "ret" if we either
19450 have a `ReturnLabel' or we're not unreachable.
19452 * flowanalysis.cs (FlowBranching.MergeChild): Actually merge the
19453 child's reachability; don't just override ours with it. Fixes
19454 #58058 (lluis's example).
19455 (FlowBranching): Added public InTryOrCatch(), InCatch(),
19456 InFinally(), InLoop(), InSwitch() and
19457 BreakCrossesTryCatchBoundary() methods.
19459 * statement.cs (Return): Do all error checking in Resolve().
19460 Unless we are the last statement in a top-level block, always
19461 create a return label and jump to it.
19462 (Break, Continue): Do all error checking in Resolve(); also make
19463 sure we aren't leaving a `finally'.
19464 (Block.DoEmit): Set `ec.IsLastStatement' when emitting the last
19465 statement in a top-level block.
19466 (Block.Flags): Added `IsDestructor'.
19467 (Block.IsDestructor): New public property.
19469 2004-01-20 Martin Baulig <martin@ximian.com>
19471 * statement.cs (Break.DoEmit): Set ec.NeedExplicitReturn; fixes #52427.
19473 2004-01-20 Martin Baulig <martin@ximian.com>
19475 * statement.cs (Statement.ResolveUnreachable): New public method.
19476 (If, While): Do the dead-code elimination in Resolve(), not in Emit().
19477 (Block.Resolve): Resolve unreachable statements.
19479 2004-01-19 Ben Maurer <bmaurer@users.sourceforge.net>
19481 * expression.cs: We need to fix the case where we do
19482 not have a temp variable here.
19484 * assign.cs: Only expression compound assignments need
19485 temporary variables.
19487 2004-01-19 Ben Maurer <bmaurer@users.sourceforge.net>
19489 * flowanalysis.cs: Reduce memory allocation in a few ways:
19490 - A block with no variables should not allocate a bit
19492 - A method with no out parameters does not need any tracking
19493 for assignment of the parameters, so we need not allocate
19496 public readonly Type[] VariableTypes;
19497 public readonly string[] VariableNames;
19498 Are redundant. The data is already stored in the variable
19499 map, so we need not allocate another array for it.
19500 - We need to add alot of checks for if (params | locals) == null
19501 due to the first two changes.
19503 2004-01-18 Miguel de Icaza <miguel@ximian.com>
19505 * ecore.cs (FieldExpr.AddressOf): For ValueTypes that do not
19506 implement IMemoryLocation, we store a copy on a local variable and
19507 take the address of it. Patch from Benjamin Jemlich
19509 * cs-parser.jay: Applied patch from Ben Maurer to the "type" rule
19510 to use a special "type_name_expression" rule which reduces the
19511 number of "QualifiedIdentifier" classes created, and instead
19512 directly creates MemberAccess expressions.
19514 2004-01-17 Miguel de Icaza <miguel@ximian.com>
19516 * convert.cs: Applied patch from Benjamin Jemlich (pcgod@gmx.net)
19517 that fixes #52853. Null literal assignment to ValueType
19519 * class.cs (MethodData.Emit): Instead of checking the name of the
19520 method to determine if its a destructor, create a new derived
19521 class from Method called Destructor, and test for that.
19523 * cs-parser.jay: Create a Destructor object instead of a Method.
19525 Based on a fix from Benjamin Jemlich (pcgod@gmx.net)
19529 2004-01-16 Miguel de Icaza <miguel@ximian.com>
19531 * expression.cs (Binary.ResolveOperator): Perform an implicit
19532 conversion from MethodGroups to their delegate types on the
19533 Addition operation.
19535 * delegate.cs: Introduce a new class DelegateCreation that is the
19536 base class for `NewDelegate' and `ImplicitDelegateCreation',
19537 factor some code in here.
19539 * convert.cs (Convert.ImplicitConversionStandard): Add an implicit
19540 conversion from MethodGroups to compatible delegate types.
19542 * ecore.cs (Expression.Resolve): Do not flag error 654
19543 (Methodgroupd needs parenthesis) if running on the V2 compiler, as
19544 we allow conversions from MethodGroups to delegate types now.
19546 * assign.cs (Assign.DoResolve): Do not flag errors on methodgroup
19547 assignments in v2 either.
19549 2004-01-10 Miguel de Icaza <miguel@ximian.com>
19551 * ecore.cs (FieldExpr.AddressOf): Fix generated IL for accessing
19552 static read-only fields in ctors.
19554 Applied patch from Benjamin Jemlich
19556 * expression.cs (UnaryMutator): Avoid leaking local variables.
19558 2004-01-09 Miguel de Icaza <miguel@ximian.com>
19560 * cs-tokenizer.cs (IsCastToken): Allow the various native types
19561 here to return true, as they can be used like this:
19563 (XXX) int.MEMBER ()
19565 Fixed 49836 and all the other dups
19567 2004-01-09 Zoltan Varga <vargaz@freemail.hu>
19569 * driver.cs: Implement /win32res and /win32icon.
19571 2004-01-08 Miguel de Icaza <miguel@ximian.com>
19573 * cs-parser.jay: Add a rule to improve error handling for the
19574 common mistake of placing modifiers after the type.
19576 2004-01-07 Miguel de Icaza <miguel@ximian.com>
19578 * cs-parser.jay (interface_event_declaration): Catch
19579 initialization of events on interfaces, and report cs0068
19581 * cs-parser.jay (interface_event_declaration): Catch
19582 initialization of events.
19584 * ecore.cs: Better report missing constructors.
19586 * expression.cs (Binary.ResolveOperator): My previous bug fix had
19587 the error reporting done in the wrong place. Fix.
19589 * expression.cs (Binary.ResolveOperator): Catch the
19590 operator + (E x, E y) error earlier, and later allow for implicit
19591 conversions in operator +/- (E e, U x) from U to the underlying
19594 * class.cs (TypeContainer.DefineDefaultConstructor): Fix bug
19595 52596, if the container class is abstract, the default constructor
19596 is protected otherwise its public (before, we were always public).
19598 * statement.cs (Fixed.Resolve): Catch a couple more errors in the
19601 (Using.EmitLocalVariableDecls): Applied patch from Benjamin
19602 Jemlich that fixes bug #52597, MCS was generating invalid code for
19603 idisposable structs. Thanks to Ben for following up with this
19606 2004-01-06 Miguel de Icaza <miguel@ximian.com>
19608 * driver.cs: Allow assemblies without code to be generated, fixes
19611 2004-01-07 Nick Drochak <ndrochak@gol.com>
19613 * attribute.cs: Remove unneeded catch variables. Eliminates a warning.
19615 2004-01-05 Miguel de Icaza <miguel@ximian.com>
19617 * cs-parser.jay: Add rules to improve error reporting if fields or
19618 methods are declared at the namespace level (error 116)
19620 * Add rules to catch event add/remove
19622 2004-01-04 David Sheldon <dave-mono@earth.li>
19624 * expression.cs: Added matching ")" to error message for
19627 2004-01-03 Todd Berman <tberman@gentoo.org>
19629 * ecore.cs, attribute.cs:
19630 Applying fix from #52429.
19632 2004-01-03 Ben Maurer <bmaurer@users.sourceforge.net>
19634 * ecore.cs, expression.cs, statement.cs:
19635 Total rewrite of how we handle branching. We
19636 now handle complex boolean expressions with fewer
19637 jumps. As well if (x == 0) no longer emits a ceq.
19639 if (x is Foo) is much faster now, because we generate
19642 Overall, we get a pretty big improvement on our benchmark
19643 tests. The code we generate is smaller and more readable.
19645 I did a full two-stage bootstrap. The patch was reviewed
19646 by Martin and Miguel.
19648 2004-01-03 Ben Maurer <bmaurer@users.sourceforge.net>
19650 * cs-parser.jay: Make primary_expression not take a QI.
19651 we dont need this because the member_access rule covers
19652 us here. So we replace the rule with just IDENTIFIER.
19654 This has two good effects. First, we remove a s/r conflict.
19655 Second, we allocate many fewer QualifiedIdentifier objects.
19657 2004-01-03 Ben Maurer <bmaurer@users.sourceforge.net>
19659 * attribute.cs: Handle MarshalAs attributes as pseudo, and
19660 set the correct information via SRE. This prevents
19661 hanging on the MS runtime. Fixes #29374.
19663 2004-01-03 Ben Maurer <bmaurer@users.sourceforge.net>
19665 * convert.cs: correctly handle conversions to value types
19666 from Enum and ValueType as unboxing conversions.
19668 Fixes bug #52569. Patch by Benjamin Jemlich.
19670 2004-01-02 Ravi Pratap <ravi@ximian.com>
19672 * expression.cs (BetterConversion): Prefer int -> uint
19673 over int -> ulong (csc's behaviour). This fixed bug #52046.
19675 2004-01-02 Ben Maurer <bmaurer@users.sourceforge.net>
19677 * decl.cs (MemberCache.FindMembers): now returns a
19680 * typemanager.cs: In general, go with with ^^.
19681 (CopyNewMethods): take an IList.
19682 (RealMemberLookup): Only allocate an arraylist
19683 if we copy from two sets of methods.
19685 This change basically does two things:
19686 1) Fewer array lists allocated due to CopyNewMethods.
19687 2) the explicit cast in MemberList costed ALOT.
19689 2004-01-02 Zoltan Varga <vargaz@freemail.hu>
19691 * cs-tokenizer.cs (consume_identifier) driver.cs: Cache identifiers in
19692 a hashtable to avoid needless string allocations when an identifier is
19693 used more than once (the common case).
19695 2004-01-01 Ben Maurer <bmaurer@users.sourceforge.net>
19697 * pending.cs: MS's TypeBuilder.GetInterfaces ()
19698 is broken, it will not return anything. So, we
19699 have to use the information we have in mcs to
19702 * typemanager.cs: Add a cache for GetInterfaces,
19703 since this will now be used more often (due to ^^)
19705 (GetExplicitInterfaces) New method that gets the
19706 declared, not effective, interfaces on a type
19707 builder (eg, if you have interface IFoo, interface
19708 IBar, Foo : IFoo, Bar : Foo, IBar, GetExplInt (Bar) ==
19711 This patch makes MCS able to bootstrap itself on
19714 2004-01-01 Ben Maurer <bmaurer@users.sourceforge.net>
19716 * expression.cs: Remove the Nop's that Miguel put
19719 2003-12-31 Ben Maurer <bmaurer@users.sourceforge.net>
19721 * report.cs, codegen.cs: Give the real stack trace to
19722 the error when an exception is thrown.
19724 2003-12-31 Ben Maurer <bmaurer@users.sourceforge.net>
19726 * decl.cs: only allocate hashtables for ifaces if
19729 2003-12-31 Ben Maurer <bmaurer@users.sourceforge.net>
19731 * expression.cs: fix the error from cs0121-2.cs
19732 (a parent interface has two child interfaces that
19733 have a function with the same name and 0 params
19734 and the function is called through the parent).
19736 2003-12-30 Ben Maurer <bmaurer@users.sourceforge.net>
19738 * class.cs, rootcontext.cs, typmanager.cs: do not
19741 2003-12-28 Ben Maurer <bmaurer@users.sourceforge.net>
19743 * codegen.cs: remove stack for the ec flow branching.
19744 It is already a linked list, so no need.
19746 2003-12-27 Ben Maurer <bmaurer@users.sourceforge.net>
19748 * Makefile: Allow custom profiler here.
19750 2003-12-26 Ben Maurer <bmaurer@users.sourceforge.net>
19752 * typemanager.cs (LookupType):
19753 - Use a static char [], because split takes
19754 a param array for args, so it was allocating
19756 - Do not store true in a hashtable, it boxes.
19758 2003-12-26 Ben Maurer <bmaurer@users.sourceforge.net>
19760 * flowanalysis.cs: bytify common enums.
19762 2003-12-25 Ben Maurer <bmaurer@users.sourceforge.net>
19764 * modifiers.cs: Add a new set of flags for the
19765 flags allowed on explicit interface impls.
19766 * cs-parser.jay: catch the use of modifiers in
19767 interfaces correctly.
19768 * class.cs: catch private void IFoo.Blah ().
19770 All related to bug #50572.
19772 2003-12-25 Ben Maurer <bmaurer@users.sourceforge.net>
19774 * decl.cs: Rewrite the consistant accessability checking.
19775 Accessability is not linear, it must be implemented in
19776 a tableish way. Fixes #49704.
19778 2003-12-25 Ben Maurer <bmaurer@users.sourceforge.net>
19780 * expression.cs: Handle negation in a checked context.
19781 We must use subtraction from zero. Fixes #38674.
19783 2003-12-23 Ben Maurer <bmaurer@users.sourceforge.net>
19785 * class.cs: Ignore static void main in DLLs.
19786 * rootcontext.cs: Handle the target type here,
19787 since we are have to access it from class.cs
19788 * driver.cs: account for the above.
19790 2003-12-23 Ben Maurer <bmaurer@users.sourceforge.net>
19792 * report.cs: Give line numbers and files if available.
19794 2003-12-20 Zoltan Varga <vargaz@freemail.hu>
19796 * driver.cs: Implement /addmodule.
19798 * typemanager.cs: Change 'modules' field so it now contains Modules not
19801 2003-12-20 Martin Baulig <martin@ximian.com>
19803 * class.cs (TypeContainer.DefineMembers): Don't do the CS0649 check here.
19804 (FieldBase.IsAssigned): Removed this field.
19805 (FieldBase.SetAssigned): New public method.
19806 (TypeContainer.Emit): Make the CS0169/CS0649 checks actually work.
19808 2003-12-20 Martin Baulig <martin@ximian.com>
19810 * expression.cs (LocalVariableReference.DoResolve): Don't set
19811 `vi.Used' if we're called from DoResolveLValue().
19813 * statement.cs (Block.DoResolve): `ec.DoEndFlowBranching()' now
19814 returns the usage vector it just merged into the current one -
19815 pass this one to UsageWarning().
19816 (Block.UsageWarning): Take the `FlowBranching.UsageVector' instead
19817 of the `EmitContext', don't call this recursively on our children.
19819 2003-12-19 Zoltan Varga <vargaz@freemail.hu>
19821 * driver.cs: Implement /target:module.
19823 2003-12-18 Zoltan Varga <vargaz@freemail.hu>
19825 * support.cs (CharArrayHashtable): New helper class.
19827 * cs-tokenizer.cs: Store keywords in a hashtable indexed by
19828 char arrays, not strings, so we can avoid creating a string in
19829 consume_identifier if the identifier is a keyword.
19831 2003-12-16 Martin Baulig <martin@ximian.com>
19833 * statement.cs (LocalInfo.Assigned): Removed this property.
19834 (LocalInfo.Flags): Removed `Assigned'.
19835 (LocalInfo.IsAssigned): New public method; takes the EmitContext
19836 and uses flow analysis.
19837 (Block.UsageWarning): Made this method private.
19838 (Block.Resolve): Call UsageWarning() if appropriate.
19840 * expression.cs (LocalVariableReference.DoResolve): Always set
19841 LocalInfo.Used here.
19843 2003-12-13 Martin Baulig <martin@ximian.com>
19845 * statement.cs (Statement.DoEmit, Statement.Emit): Don't return
19846 any value here; we're now using flow analysis to figure out
19847 whether a statement/block returns a value.
19849 2003-12-13 Martin Baulig <martin@ximian.com>
19851 * flowanalysis.cs (UsageVector.MergeFinallyOrigins): Made this
19853 (FlowBranching.MergeFinally): Don't call
19854 `branching.CheckOutParameters()' here, this is called in
19856 (FlowBranchingException.AddSibling): Call MergeFinallyOrigins()
19857 when adding the `finally' vector.
19859 2003-12-13 Martin Baulig <martin@ximian.com>
19862 (UsageVector.MergeJumpOrigins, FlowBranching.Label): Make this
19863 actually work and also fix #48962.
19865 2003-12-12 Ben Maurer <bmaurer@users.sourceforge.net>
19867 * decl.cs: Do not check System.Object for nested types,
19868 since we know it does not have any. Big bang for buck:
19871 Run 1: 8.35 seconds
19872 Run 2: 8.32 seconds
19873 corlib: 17.99 seconds
19875 Run 1: 8.17 seconds
19876 Run 2: 8.17 seconds
19877 corlib: 17.39 seconds
19879 2003-12-11 Ben Maurer <bmaurer@users.sourceforge.net>
19881 * class.cs (FindMembers): Allocate arraylists on demand. Most of the
19882 time we are returning 0 members, so we save alot here.
19884 2003-12-11 Martin Baulig <martin@ximian.com>
19886 * flowanalysis.cs (UsageVector.MergeResult): Renamed this back to
19887 `MergeChild()', also just take the `FlowBranching' as argument;
19888 call Merge() on it and return the result.
19889 (FlowBranching.Merge): We don't need to do anything if we just
19892 2003-12-11 Martin Baulig <martin@ximian.com>
19894 * flowanalysis.cs: Use a list of `UsageVector's instead of storing
19895 them in an `ArrayList' to reduce memory usage. Thanks to Ben
19896 Maurer for this idea.
19898 2003-12-11 Martin Baulig <martin@ximian.com>
19900 * flowanalysis.cs (MergeResult): This class is now gone; we now
19901 use the `UsageVector' for this. The reason for this is that if a
19902 branching just has one sibling, we don't need to "merge" them at
19903 all - that's the next step to do.
19904 (FlowBranching.Merge): We now return a `UsageVector' instead of a
19907 2003-12-11 Martin Baulig <martin@ximian.com>
19909 Reworked flow analyis and made it more precise and bug-free. The
19910 most important change is that we're now using a special `Reachability'
19911 class instead of having "magic" meanings of `FlowReturns'. I'll
19912 do some more cleanups and optimizations and also add some more
19913 documentation this week.
19915 * flowanalysis.cs (Reachability): Added `Throws' and `Barrier';
19916 largely reworked this class.
19917 (FlowReturns): Removed `Unreachable' and `Exception'; we now use
19918 the new `Reachability' class instead of having "magic" values here.
19919 (FlowBranching): We're now using an instance of `Reachability'
19920 instead of having separate `Returns', `Breaks' etc. fields.
19922 * codegen.cs (EmitContext.EmitTopBlock): Set `has_ret' solely
19923 based on flow analysis; ignore the return value of block.Emit ().
19925 2003-12-10 Zoltan Varga <vargaz@freemail.hu>
19927 * driver.cs typemanager.cs: Find the mono extensions to corlib even
19928 if they are private.
19930 2003-12-09 Martin Baulig <martin@ximian.com>
19932 * flowanalyis.cs (FlowBranching.Return, Goto, Throw): Removed;
19933 call them directly on the UsageVector.
19935 2003-12-09 Martin Baulig <martin@ximian.com>
19937 * flowanalysis.cs (FlowBranching.MergeChild, MergeTopBlock):
19938 Changed return type from `FlowReturns' to `Reachability'.
19940 2003-12-09 Martin Baulig <martin@ximian.com>
19942 * flowanalysis.cs (FlowBranching.Reachability): New sealed class.
19943 (FlowBranching.MergeResult): Replaced the `Returns', `Breaks' and
19944 `Reachable' fields with a single `Reachability' one.
19946 2003-12-08 Ben Maurer <bmaurer@users.sourceforge.net>
19948 * class.cs (FindMembers): Remove foreach's.
19953 Run 1: 8.74 seconds
19954 Run 2: 8.71 seconds
19957 Run 1: 8.64 seconds
19958 Run 2: 8.58 seconds
19961 2003-12-08 Ben Maurer <bmaurer@users.sourceforge.net>
19966 This patch does a few things:
19967 1. EmptyStatement is now a singleton, so it is never reallocated.
19968 2. All blah is EmptyStatement constructs have been changed to
19969 blah == EmptyStatement.Value, which is much faster and valid
19970 now that EmptyStatement is a singleton.
19971 3. When resolving a block, rather than allocating a new array for
19972 the non-empty statements, empty statements are replaced with
19973 EmptyStatement.Value
19974 4. Some recursive functions have been made non-recursive.
19975 Mainly the performance impact is from (3), however (1) and (2) are needed for
19976 this to work. (4) does not make a big difference in normal situations, however
19977 it makes the profile look saner.
19982 9.25user 0.23system 0:10.28elapsed 92%CPU (0avgtext+0avgdata 0maxresident)k
19983 9.34user 0.13system 0:10.23elapsed 92%CPU (0avgtext+0avgdata 0maxresident)k
19984 Total memory allocated: 56397 KB
19987 9.13user 0.09system 0:09.64elapsed 95%CPU (0avgtext+0avgdata 0maxresident)k
19988 8.96user 0.24system 0:10.13elapsed 90%CPU (0avgtext+0avgdata 0maxresident)k
19989 Total memory allocated: 55666 KB
19991 2003-12-08 Ben Maurer <bmaurer@users.sourceforge.net>
19993 * support.cs: Rewrite DoubleHash to use its own impl. Is faster
19994 than the hashtable in a hashtable version
19996 * decl.cs: Right now, whenever we try to lookup a type inside a namespace,
19997 we always end up concating a string. This results in a huge perf
19998 loss, because many strings have to be tracked by the GC. In this
19999 patch, we first use a hashtable that works with two keys, so that
20000 the strings do not need to be concat'ed.
20004 Run 1: 8.74 seconds
20005 Run 2: 8.71 seconds
20008 Run 1: 8.65 seconds
20009 Run 2: 8.56 seconds
20011 2003-12-08 Ben Maurer <bmaurer@users.sourceforge.net>
20013 * Makefile: Add a new target `do-time' that does a quick and simple
20014 profile, leaving easy to parse output.
20016 2003-12-08 Zoltan Varga <vargaz@freemail.hu>
20018 * codegen.cs (Init): Create the dynamic assembly with
20019 AssemblyBuilderAccess.Save, to enable some optimizations in the runtime.
20021 2003-12-02 Ben Maurer <bmaurer@users.sourceforge.net>
20023 * support.cs: Make the PtrHashtable use only one
20024 instance of its comparer.
20026 2003-11-30 Zoltan Varga <vargaz@freemail.hu>
20028 * typemanager.cs: Fix lookup of GetNamespaces.
20030 2003-11-29 Miguel de Icaza <miguel@ximian.com>
20032 * expression.cs: Removed redundant line.
20034 * statement.cs (Block.Resolve, Block.Emit): Avoid foreach on
20035 ArrayLists, use for loops with bounds.
20037 * flowanalysis.cs (FlowBranching.Merge): Avoid foreach on
20040 * expression.cs (Invocation.OverloadResolve): Avoid foreach on
20041 arraylists, use for loop with bounds.
20043 The above three changes give us a 0.071 second performance
20044 improvement out of 3.294 seconds down to 3.223. On my machine
20045 the above changes reduced the memory usage by 1,387 KB during
20046 compiler bootstrap.
20048 * cs-parser.jay (QualifiedIdentifier): New class used to represent
20049 QualifiedIdentifiers. Before we created a new string through
20050 concatenation, and mostly later on, the result would be
20051 manipulated by DecomposeQI through string manipulation.
20053 This reduced the compiler memory usage for bootstrapping from
20054 59380 KB to 59007 KB on my machine, 373 KB, and also reduced the
20055 compile times in 0.05 seconds.
20057 2003-11-28 Dick Porter <dick@ximian.com>
20059 * support.cs: Do string compares with the Invariant culture.
20067 * class.cs: Use the char forms of IndexOf and LastIndexOf, so that
20068 the comparison is done with the Invariant culture.
20070 2003-11-27 Miguel de Icaza <miguel@ximian.com>
20072 * statement.cs (Foreach.TryType): Use DeclaredOnly to find the
20073 GetEnumerator method.
20075 (ProbeCollectionType): Iterate starting at the most specific type
20076 upwards looking for a GetEnumerator
20078 * expression.cs: Shift count can be up to 31 for int/uint and 63
20081 2003-11-26 Miguel de Icaza <miguel@ximian.com>
20083 * statement.cs (Block.LookupLabel): Also look for the label on the
20084 children blocks. Use a hash table to keep track of visited
20087 * cfold.cs (IntConstant to UIntConstant mapping): Only return if
20088 we actually did transform the other operand, otherwise fall back
20089 to the common codepath that casts to long.
20091 * cs-tokenizer.cs: Use the same code pattern as the int case.
20092 Maybe I should do the parsing myself, and avoid depending on the
20093 Parse routines to get this done.
20095 2003-11-25 Miguel de Icaza <miguel@ximian.com>
20097 * expression.cs: Apply fix from l_m@pacbell.net (Laurent Morichetti),
20098 which fixes bug 51347. This time test it.
20100 * expression.cs: Make TypeOfVoid derive from TypeOf, so code in
20101 attributes for example can not tell the difference between these.
20102 The difference was only a syntax feature of the language.
20104 * attribute.cs: Apply attributes to delegates.
20106 * delegate.cs: Call the apply attributes method.
20108 2003-11-24 Miguel de Icaza <miguel@ximian.com>
20110 * convert.cs (TryImplicitIntConversion): One line bug fix: we were
20111 comparing 0 vs Byte.MinValue, not the value
20113 (ImplicitConversionRequired): When reporting a conversion error,
20114 use error 31 to print out the constant error instead of the
20117 * expression.cs: Apply fix from l_m@pacbell.net (Laurent Morichetti),
20118 which fixes bug 51347.
20120 2003-11-22 Miguel de Icaza <miguel@ximian.com>
20122 * driver.cs: Applied patch from gert.driesen@pandora.be (Gert Driesen)
20123 which fixes the -warnaserror command line option.
20125 2003-11-21 Miguel de Icaza <miguel@ximian.com>
20127 * cfold.cs (DoNumericPromotions): During constant folding of
20128 additions on UIntConstant, special case intconstants with
20129 IntConstants like we do on the expression binary operator.
20131 2003-11-12 Miguel de Icaza <miguel@ximian.com>
20133 * convert.cs (ImplicitReferenceConversion): We were missing a case
20134 (System.Enum are not value types or class types, so we need to
20135 classify them separatedly).
20137 * driver.cs: We do not support error 2007.
20139 2003-11-12 Jackson Harper <jackson@ximian.com>
20141 * driver.cs: Use corlib.dll or mscorlib.dll when looking up the
20142 system directory. Also use the full file name so users can
20143 libraries names mscorlib-o-tron.dll in a non system dir.
20145 2003-11-10 Martin Baulig <martin@ximian.com>
20147 * typemanager.cs (TypeManager.ResolveExpressionTypes): Removed.
20148 (TypeManager.InitCoreTypes): Initialize them here, but instead of
20149 calling `ResolveType()' on them, directly assign their `Type'.
20151 2003-11-08 Martin Baulig <martin@ximian.com>
20153 * class.cs (TypeContainer.GetClassBases): Use TypeExpr's for the
20154 return value and the `out parent' parameter.
20155 (TypeContainer.DefineType): Moved the CS0644 check into
20156 GetClassBases(). Don't pass the interface types to the
20157 `builder.DefineType()'/`builder.DefineNestedType()', but resolve
20158 them later and then call `TypeBuilder.AddInterfaceImplementation()'.
20160 * ecore.cs (TypeExpr.IsAttribute): New property.
20161 (TypeExpr.GetInterfaces): New method.
20163 * interface.cs (Interface.GetInterfaceTypeByName): Return a
20164 TypeExpr instead of a Type.
20165 (Interface.GetInterfaceBases): Return TypeExpr's instead of Type's.
20166 (Interface.DefineType): Don't pass the interface types to the
20167 `builder.Definetype()'/`builder.DefineNestedType()', but resolve
20168 them later and then call `TypeBulider.AddInterfaceImplementation()'.
20170 * typemanager.cs (TypeManager.AddUserType): Take a `TypeExpr[]'
20171 instead of a `Type[]'.
20172 (TypeManager.RegisterBuilder): Likewise.
20173 (TypeManager.AddUserInterface): Likewise.
20174 (TypeManager.ExpandInterfaces): Take a `Type[]' instead of a
20175 `Type[]' and also return a `TypeExpr[]'.
20176 (TypeManager.GetInterfaces): Return a `TypeExpr[]'.
20178 2003-11-08 Martin Baulig <martin@ximian.com>
20180 * decl.cs (DeclSpace.ResolveTypeExpr): Return a TypeExpr, not an
20183 2003-11-08 Martin Baulig <martin@ximian.com>
20185 * decl.cs (DeclSpace.GetTypeResolveEmitContext): Call
20186 TypeManager.ResolveExpressionTypes().
20188 * ecore.cs (Expression.ResolveAsTypeTerminal): Return a TypeExpr
20189 instead of an Expression.
20190 (TypeExpr): This is now an abstract base class for `TypeExpression'.
20191 (TypeExpression): New public class; formerly known as `TypeExpr'.
20193 * expression.cs (ComposedCast): Derive from TypeExpr.
20195 * typemanager.cs (TypeManager.system_*_expr): These are now
20196 TypExpr's instead of Expression's.
20197 (TypeManager.ResolveExpressionTypes): New public static function;
20198 called from DeclSpace.GetTypeResolveEmitContext() to resolve all
20201 2003-11-06 Miguel de Icaza <miguel@ximian.com>
20203 * expression.cs (New.DoResolve): Do not dereference value that
20204 might be a null return.
20206 * statement.cs (Block.EmitMeta): Use the Const.ChangeType to make
20207 sure that the constant value has the right type. Fixes an
20208 unreported bug, similar to 50425.
20210 * const.cs (Const.LookupConstantValue): Call
20211 ImplicitStandardConversionExists before doing a conversion to
20212 avoid havng the TypeManager.ChangeType do conversions.
20214 Reduced the number of casts used
20216 (Const.ChangeType): New routine to enable reuse of the constant
20217 type changing code from statement.
20219 * typemanager.cs (ChangeType): Move common initialization to
20220 static global variables.
20224 * convert.cs (ImplicitReferenceConversion): Somehow we allowed
20225 every value type to go through, even if it was void. Fix that.
20227 * cs-tokenizer.cs: Use is_identifier_start_character on the start
20228 character of the define, and the is_identifier_part_character for
20229 the rest of the string.
20231 2003-11-05 Miguel de Icaza <miguel@ximian.com>
20233 * expression.cs (UnaryMutator.EmitCode): When I updated
20234 LocalVariableReference.DoResolve, I overdid it, and dropped an
20235 optimization done on local variable references.
20237 2003-11-04 Miguel de Icaza <miguel@ximian.com>
20239 * ecore.cs: Convert the return from Ldlen into an int.
20241 2003-10-20 Miguel de Icaza <miguel@ximian.com>
20243 * decl.cs (DeclSpace.GetAccessLevel): Handle NotPublic case for
20244 the accessibility, this is a special case for toplevel non-public
20245 classes (internal for instance).
20247 2003-10-20 Nick Drochak <ndrochak@gol.com>
20249 * ecore.cs: Fix typo and build. Needed another right paren.
20251 2003-10-19 Miguel de Icaza <miguel@ximian.com>
20253 * ecore.cs: Applied fix from Ben Maurer. We were handling in the
20254 `internal' case regular and protected, but not allowing protected
20255 to be evaluated later. Bug 49840
20257 2003-10-15 Miguel de Icaza <miguel@ximian.com>
20259 * statement.cs (Switch.TableSwitchEmit): Compare the upper bound
20260 to kb.Nlast, and not the kb.nFirst to isolate the switch
20263 Extract the underlying type, so enumerations of long/ulong are
20264 treated like long/ulong.
20266 2003-10-14 Miguel de Icaza <miguel@ximian.com>
20268 * expression.cs (New): Overload the meaning of RequestedType to
20269 track the possible creation of the NewDelegate type, since
20270 DoResolve is invoked more than once for new constructors on field
20273 See bugs: #48800 and #37014
20275 * cs-parser.jay (declare_local_constants): Take an arraylist
20276 instead of a single constant.
20278 (local_constant_declaration): It should take a
20279 constant_declarators, not a constant_declarator. Fixes 49487
20281 * convert.cs: Fix error report.
20283 2003-10-13 Jackson Harper <jackson@ximian.com>
20285 * typemanager.cs (TypeToCoreType): Add float and double this fixes
20288 2003-10-09 Martin Baulig <martin@ximian.com>
20290 * class.cs (MethodCore): Added additional `DeclSpace ds' argument
20292 (MethodCore.DoDefineParameters): Removed the TypeContainer
20293 argument; use the DeclSpace which was passed to the .ctor instead.
20294 (MethodCore.CheckParameter): Take a DeclSpace instead of a
20295 TypeContainer; we only need a DeclSpace here.
20297 2003-10-09 Martin Baulig <martin@ximian.com>
20299 * class.cs (MethodData): Added additional `DeclSpace ds' argument
20301 (MethodData.Define, MethodData.Emit): Pass the `ds' to the
20302 EmitContext's .ctor.
20304 2003-10-09 Martin Baulig <martin@ximian.com>
20306 * decl.cs (DeclSpace.AsAccessible): Moved here from TypeContainer.
20307 (AccessLevel, CheckAccessLevel, GetAccessLevel): They're used by
20308 AsAccessible(), moved them as well.
20310 * class.cs (TypeContainer.AsAccessible): Moved to DeclSpace.
20312 2003-10-08 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
20314 * cs-parser.jay : Renamed yyName to yyNames related to jay.
20316 2003-10-07 Miguel de Icaza <miguel@ximian.com>
20318 * expression.cs (Binary.Emit.GreatherThanOrEqual): Fix the code
20319 generation for >=, as spotted by Paolo, bug 48679.
20320 Patch from David Waite.
20322 * cs-tokenizer.cs: Add handling for #pragma.
20324 * cs-parser.jay: Allow for both yield and yield return in the
20325 syntax. The anti-cobolization of C# fight will go on!
20327 * class.cs (TypeBuilder.DefineType): Catch error condition here
20328 (Parent.DefineType erroring out and returning null).
20330 * expression.cs (ArrayCreation.EmitDynamicInitializers): When
20331 coping with enumerations variables, we were mistakenly processing
20332 them as a regular value type instead of built-in types. Fixes the
20335 * typemanager.cs (IsBuiltinOrEnum): New method.
20337 2003-09-30 Miguel de Icaza <miguel@ximian.com>
20339 * cs-parser.jay: Upgrade: yield now needs the return clause.
20341 2003-09-19 Martin Baulig <martin@ximian.com>
20343 * decl.cs (MemberCache.SetupCacheForInterface): Take a
20344 `MemberCache parent' argument. Normally, an interface doesn't
20345 have a parent type except System.Object, but we use this in gmcs
20346 for generic type parameters.
20348 2003-09-18 Martin Baulig <martin@ximian.com>
20350 * typemanager.cs (TypeHandle.ctor): Set `IsInterface' solely based
20351 on `type.IsInterface'; don't check whether the type has a parent
20352 to determine whether it's an interface.
20354 2003-09-15 Martin Baulig <martin@ximian.com>
20356 * class.cs (TypeContainer.DefineType): Added an error flag to
20357 avoid reporting duplicate CS0146's ("class definition is
20360 * driver.cs (Driver.MainDriver): Abort if
20361 RootContext.ResolveTree() reported any errors.
20363 2003-09-07 Martin Baulig <martin@ximian.com>
20365 * report.cs (Error, Warning): Added overloaded versions which take
20366 a `params object[] args' and call String.Format().
20368 2003-09-07 Martin Baulig <martin@ximian.com>
20370 * decl.cs (DeclSpace..ctor): Don't call
20371 NamespaceEntry.DefineName() here; do it in RecordDecl() which is
20372 called from Tree.RecordDecl(). Fixes the CS0101 reporting.
20373 (DeclSpace.RecordDecl): New method.
20375 * tree.cs (Tree.RecordDecl): Call ds.RecordDecl().
20377 2003-09-02 Ravi Pratap <ravi@ximian.com>
20379 * attribute.cs (CheckAttributeTarget): Ensure that we allow return
20380 value attributes to be applied to ParameterBuilders.
20382 * class.cs (MethodCore.LabelParameters): Make static and more
20383 generic so that it can be used from other places - like interface
20384 methods, for instance.
20386 * interface.cs (Interface.Emit): Call LabelParameters before
20387 emitting attributes on the InterfaceMethod.
20389 2003-08-26 Martin Baulig <martin@ximian.com>
20391 * ecore.cs (SimpleName.SimpleNameResolve): Look for members before
20392 resolving aliases; fixes #47927.
20394 2003-08-26 Martin Baulig <martin@ximian.com>
20396 * statement.cs (Using.DoResolve): This is internally emitting a
20397 try/finally clause, so we need to set ec.NeedExplicitReturn if we
20398 do not always return. Fixes #47681.
20400 2003-08-26 Martin Baulig <martin@ximian.com>
20402 * decl.cs (MemberCore): Moved WarningNotHiding(),
20403 Error_CannotChangeAccessModifiers() and CheckMethodAgainstBase()
20405 (AdditionResult): Make this nested in DeclSpace.
20406 (DeclSpace.ctor): The .ctor now takes an additional NamespaceEntry
20407 argument; call NamespaceEntry.Define() unless we're nested in a
20410 * namespace.cs (Namespace.DefineName): New public function. This
20411 is called from DeclSpace's .ctor to add
20412 (Namespace.Lookup): Include DeclSpaces in the lookup.
20414 * class.cs (Operator): Derive from MemberBase, not MemberCore.
20416 * const.cs (Const): Derive from MemberBase, not MemberCore.
20418 2003-08-25 Martin Baulig <martin@ximian.com>
20420 * convert.cs (Convert.ExplicitReferenceConversion): When
20421 converting from an interface type to a class, unbox if the target
20422 type is a struct type. Fixes #47822.
20424 2003-08-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20426 * typemanager.cs: fixed the values of MethodFlags. Closes #47855 and
20429 2003-08-22 Martin Baulig <martin@ximian.com>
20431 * class.cs (TypeManager.DefineType): When defining a nested type,
20432 call DefineType() on our parent; fixes #47801.
20434 2003-08-22 Martin Baulig <martin@ximian.com>
20436 * class.cs (MethodData.Define): While checking if a method is an
20437 interface implementation, improve the test a bit more to fix #47654.
20439 2003-08-22 Martin Baulig <martin@ximian.com>
20441 * expression.cs (Probe.DoResolve): Check whether `expr' resolved
20442 correctly; fixes #47722.
20444 2003-08-22 Martin Baulig <martin@ximian.com>
20446 * expression.cs (UnaryMutator.ResolveVariable): If the target is a
20447 LocalVariableReference, ensure it's not read-only. Fixes #47536.
20449 * statement.cs (Fixed.DoResolve): Make all variables read-only.
20451 2003-08-22 Martin Baulig <martin@ximian.com>
20453 * ecore.cs (FieldExpr.DoResolveLValue): Static read-only fields
20454 can only be assigned in static constructors. Fixes #47161.
20456 2003-08-22 Martin Baulig <martin@ximian.com>
20458 Rewrote and improved the flow analysis code.
20460 * flowbranching.cs (FlowBranching): Make this class abstract.
20461 (FlowBranching.CreateBranching): New static function to create a
20462 new flow branching.
20463 (FlowBranchingBlock, FlowBranchingException): New classes.
20464 (FlowBranching.UsageVector.Type): New public readonly field.
20465 (FlowBranching.UsageVector.Breaks): Removed the setter.
20466 (FlowBranching.UsageVector.Returns): Removed the setter.
20467 (FlowBranching.UsageVector): Added Break(), Return(),
20468 NeverReachable() and Throw() methods to modify the reachability.
20469 (FlowBranching.UsageVector.MergeChildren): Removed, this is now
20470 done by FlowBranching.Merge().
20471 (FlowBranching.UsageVector.MergeChild): New method; merges the
20472 merge result into the current vector.
20473 (FlowBranching.Merge): New abstract method to merge a branching.
20475 2003-08-12 Martin Baulig <martin@ximian.com>
20477 * expression.cs (Indirection.CacheTemporaries): Create the
20478 LocalTemporary with the pointer type, not its element type.
20480 2003-08-10 Miguel de Icaza <miguel@ximian.com>
20482 * cs-parser.jay: FIRST_KEYWORD, LAST_KEYWORD: used to know if a
20483 token was a keyword or not.
20485 Add `error' options where an IDENTIFIER was expected; Provide
20486 CheckToken and CheckIdentifierToken convenience error reporting
20489 Do not use `DeclSpace.Namespace', use `DeclSpace.NamespaceEntry'.
20491 * decl.cs: Rename `NamespaceEntry Namespace' public field into
20492 NameSpaceEntry NameSpaceEntry.
20494 (LookupInterfaceOrClass): Avoid creating a full qualified name
20495 from namespace and name: avoid doing lookups when we know the
20496 namespace is non-existant. Use new Tree.LookupByNamespace which
20497 looks up DeclSpaces based on their namespace, name pair.
20499 * driver.cs: Provide a new `parser verbose' to display the
20500 exception thrown during parsing. This is turned off by default
20501 now, so the output of a failure from mcs is more graceful.
20503 * namespace.cs: Track all the namespaces defined in a hashtable
20506 (IsNamespace): New method
20508 2003-08-09 Miguel de Icaza <miguel@ximian.com>
20510 * namespace.cs: Remove redundant call; Avoid using MakeFQN when
20511 we know that we need to concatenate (full typename can never be
20516 * statement.cs: Use a bitfield; Do not initialize to null things
20517 which are done by the constructor by default.
20519 * cs-parser.jay: bug fix, parameter was 4, not 3.
20521 * expression.cs: Just use the property;
20523 * statement.cs: No need for GetVariableInfo method.
20525 2003-08-08 Martin Baulig <martin@ximian.com>
20527 * flowanalysis.cs (FlowReturns): This is now nested in the
20528 `FlowBranching' class.
20529 (MyBitVector): Moved this here from statement.cs.
20530 (FlowBranching.SiblingType): New enum type.
20531 (FlowBranching.CreateSibling): Added `SiblingType' argument.
20533 2003-08-07 Martin Baulig <martin@ximian.com>
20535 * flowanalysis.cs (FlowBranchingType): This is now nested in the
20536 `FlowBranching' class and called `BranchingType'.
20538 2003-08-07 Martin Baulig <martin@ximian.com>
20540 * flowanalysis.cs: Moved all the control flow analysis code into
20543 2003-08-07 Martin Baulig <martin@ximian.com>
20545 * assign.cs (Assign.DoResolve): `target' must either be an
20546 IAssignMethod or an EventAccess; report a CS0131 otherwise. Fixes
20549 2003-08-07 Miguel de Icaza <miguel@ximian.com>
20551 * expression.cs (BinaryMethod): This kind of expression is created by the
20552 Binary class if it determines that the operator has to be handled
20555 (BinaryDelegate): This kind of expression is created if we are
20556 dealing with a + or - operator on delegates.
20558 (Binary): remove method, argumetns, and DelegateOperator: when
20559 dealing with methods,
20561 * ecore.cs (EventExpr.EmitAddOrRemove): Update to new layout.
20563 * statement.cs (Block): use bitfields for the three extra booleans
20564 we had in use. Remove unused topblock parameter.
20566 * codegen.cs: Remove unecessary argument to Block.EmitTopBlock
20568 * assign.cs: Drop extra unneeded tests.
20570 2003-08-06 Miguel de Icaza <miguel@ximian.com>
20572 * iterators.cs (Mapvariable): provide a mechanism to use prefixes.
20574 * statement.cs (Foreach): Use VariableStorage instead of
20577 * codegen.cs (VariableStorage): New class used by clients that
20578 require a variable stored: locals or fields for variables that
20579 need to live across yield.
20581 Maybe provide a convenience api for EmitThis+EmitLoad?
20583 (GetTemporaryLocal, FreeTemporaryLocal): Recycle
20586 2003-08-05 Miguel de Icaza <miguel@ximian.com>
20588 * codegen.cs (RemapLocal, RemapLocalLValue, RemapParameter,
20589 RemapParameterLValue): New methods that are used to turn a
20590 precomputed FieldInfo into an expression like this:
20594 The idea is to use this instead of making LocalVariableReference
20595 have more than one meaning.
20597 * cs-parser.jay: Add error production to BASE.
20599 * ecore.cs: Deal with TypeManager.GetField returning null, which
20600 is now a valid return value.
20602 (FieldExprNoAddress): New expression for Fields whose address can
20605 * expression.cs (LocalVariableReference): During the resolve
20606 phases, create new expressions if we are in a remapping context.
20607 Remove code that dealt with remapping here.
20609 (ParameterReference): same.
20611 (ProxyInstance): New expression, like the `This' expression, but
20612 it is born fully resolved. We know what we are doing, so remove
20613 the errors that are targeted to user-provided uses of `this'.
20615 * statement.cs (Foreach): our variable is now stored as an
20616 Expression; During resolution, follow the protocol, dont just
20617 assume it will return this.
20619 2003-08-06 Martin Baulig <martin@ximian.com>
20621 * support.cs (SeekableStreamReader.cs): New public class.
20623 * cs-tokenizer.cs, cs-parser.jay, driver.cs: Use the new
20624 SeekableStreamReader instead of the normal StreamReader.
20626 2003-08-04 Martin Baulig <martin@ximian.com>
20628 * cs-parser.jay (CLOSE_PARENS_CAST, CLOSE_PARENS_NO_CAST,
20629 CLOSE_PARENS_OPEN_PARENS, CLOSE_PARENS_MINUS): New tokens to
20630 deambiguate casts and delegate invocations.
20631 (parenthesized_expression): Use the new tokens to ensure this is
20632 not a cast of method invocation.
20634 * cs-tokenizer.cs (is_punct): Return one of the new special tokens
20635 when reading a `)' and Deambiguate_CloseParens () was previously
20638 * expression.cs (ParenthesizedExpression): New class. This is
20639 just used for the CS0075 test.
20640 (Binary.DoResolve): Check for CS0075.
20642 2003-07-29 Ravi Pratap <ravi@ximian.com>
20644 * expression.cs (Invocation.MakeUnionSet): Patch from Lluis
20645 Sanchez : use TypeManager.ArrayContainsMethod instead of a direct
20646 reference comparison.
20648 (TypeManager.ArrayContainsMethod): When we have a MethodInfo, also
20649 examine the ReturnType for equality - this is necessary in the
20650 cases of implicit and explicit operators whose signature also
20651 includes the return type.
20653 2003-07-26 Miguel de Icaza <miguel@ximian.com>
20655 * namespace.cs: Cache the result of the namespace computation,
20656 instead of computing it every time.
20658 2003-07-24 Miguel de Icaza <miguel@ximian.com>
20660 * decl.cs: Use a global arraylist that we reuse over invocations
20661 to avoid excesive memory consumption. Reduces memory usage on an
20662 mcs compile by one meg (45 average).
20664 * typemanager.cs (LookupTypeReflection): In .NET pointers are
20665 private, work around that.
20667 2003-07-23 Miguel de Icaza <miguel@ximian.com>
20669 * literal.cs (IntLiteral): Define Zero and One static literals.
20671 * cs-parser.jay (integer_literal): use static literals to reduce
20672 memory usage for the most used literals (0, 1 and -1). 211kb
20673 reduced in memory usage.
20675 Replace all calls to `new ArrayList' with `new
20676 ArrayList(4)' which is a good average number for most allocations,
20677 and also requires only 16 bytes of memory for its buffer by
20680 This reduced MCS memory usage in seven megabytes for the RSS after
20683 2003-07-28 Ravi Pratap <ravi@ximian.com>
20685 * expression.cs (Invocation.OverloadResolve): Fix the algorithm to
20686 handle params methods the correct way by forming only one
20687 applicable set with params and normal methods in them. Earlier we
20688 were looking at params methods only if we found no normal methods
20689 which was not the correct thing to do.
20691 (Invocation.BetterFunction): Take separate arguments indicating
20692 when candidate and the best method are params methods in their
20695 This fixes bugs #43367 and #46199.
20697 * attribute.cs: Documentation updates.
20699 (CheckAttribute): Rename to CheckAttributeTarget.
20700 (GetValidPlaces): Rename to GetValidTargets.
20702 * expression.cs (Invocation.IsParamsMethodApplicable): Fix trivial
20703 bug - use Convert.ImplicitConversion, not ImplicitUserConversion!
20707 2003-07-28 Martin Baulig <martin@ximian.com>
20709 * class.cs (TypeContainer.DefineMembers): Use the base type's full
20710 name when looking up the base class of a nested class. Fixes #46977.
20712 2003-07-26 Martin Baulig <martin@ximian.com>
20714 * expression.cs (Indexers.Indexer): New nested struct; contains
20715 getter, setter and the indexer's type.
20716 (Indexers.Properties): This is now an ArrayList of
20717 Indexers.Indexer's.
20718 (IndexerAccess.DoResolveLValue): Correctly set the type if the
20719 indexer doesn't have any getters.
20721 * assign.cs (Assign.DoResolve): Also do the implicit conversions
20722 for embedded property and indexer assignments.
20724 2003-07-26 Martin Baulig <martin@ximian.com>
20726 * cs-tokenizer.cs (Tokenizer.xtoken): Report a CS1040 if a
20727 preprocessor directive is not the first non-whitespace character
20730 2003-07-26 Martin Baulig <martin@ximian.com>
20732 * namespace.cs (NamespaceEntry.Lookup): New method; rewrote the
20733 namespace parsing, follow the spec more closely.
20735 * rootcontext.cs (RootContext.NamespaceLookup): Use the new
20736 NamespaceEntry.Lookup().
20738 2003-07-25 Martin Baulig <martin@ximian.com>
20740 * MethodCore.cs (OverridesSomething): New public field; it's set
20741 from TypeContainer.DefineMembers if this method overrides
20742 something (which doesn't need to be a method). Fix #39462.
20744 2003-07-25 Ravi Pratap <ravi@ximian.com>
20746 * typemanager.cs (GetMembers): Ensure that the list of members is
20747 reversed. This keeps things in sync.
20749 * attribute.cs (Attribute.CheckAttribute): Break as soon as we
20750 find an AttributeUsage attribute.
20752 * expression.cs (Invocation.OverloadResolve): Perform the check
20753 which disallows Invoke to be directly called on a Delegate.
20755 (Error_InvokeOnDelegate): Report error cs1533.
20757 2003-07-25 Martin Baulig <martin@ximian.com>
20759 * expression.cs (Indexers.GetIndexersForType): Only look in the
20760 interface hierarchy if the requested type is already an
20761 interface. Fixes #46788 while keeping #46502 fixed.
20763 2003-07-25 Martin Baulig <martin@ximian.com>
20765 * class.cs (TypeContainer.DefineMembers): Check whether all
20766 readonly fields have been assigned and report warning CS0649 if
20769 * statement.cs (LocalInfo.IsFixed): Always return true if this is
20772 2003-07-24 Ravi Pratap <ravi@ximian.com>
20774 * decl.cs (MemberCache.AddMethods): Reverse the order of the array
20775 returned from GetMethods to make things consistent with the
20776 assumptions MCS makes about ordering of methods.
20778 This should comprehensively fix bug #45127 and it does :-)
20780 * ecore.cs (MethodGroupExpr.DeclaringType): Correct bug - the
20781 ordering is actually reverse.
20783 * Clean up some debug messages I left lying around.
20785 * interface.cs (Populate*): Get rid of code which emits attributes
20786 since the stage in which we emit attributes is the 'Emit' stage,
20787 not the define stage.
20789 (Emit): Move attribute emission for interface members here.
20791 2003-07-22 Ravi Pratap <ravi@ximian.com>
20793 * expression.cs (Invocation.OverloadResolve): Follow the spec more
20794 closely: we eliminate methods in base types when we have an
20795 applicable method in a top-level type.
20797 Please see section 14.5.5.1 for an exact description of what goes
20800 This fixes bug #45127 and a host of other related to corlib compilation.
20802 * ecore.cs (MethodGroupExpr.DeclaringType): The element in the
20803 array is the method corresponding to the top-level type (this is
20804 because of the changes made to icall.c) so we change this
20807 (MethodGroupExpr.Name): This too.
20809 * typemanager.cs (GetElementType): New method which does the right
20810 thing when compiling corlib.
20812 * everywhere: Make use of the above in the relevant places.
20814 2003-07-22 Martin Baulig <martin@ximian.com>
20816 * cs-parser.jay (invocation_expression): Moved
20817 `OPEN_PARENS expression CLOSE_PARENS unary_expression' here from
20818 `cast_expression', but create a InvocationOrCast which later
20819 resolves to either an Invocation or a Cast.
20821 * ecore.cs (ExpressionStatement.ResolveStatement): New virtual
20822 method; call this before EmitStatement() to make sure that this
20823 expression can be used as a statement.
20825 * expression.cs (InvocationOrCast): New class; resolves to either
20826 an Invocation or a Cast.
20828 * statement.cs (StatementExpression): Call ResolveStatement() on
20829 the ExpressionStatement before emitting it.
20831 2003-07-21 Martin Baulig <martin@ximian.com>
20833 * expression.cs (Invocation.VerifyArgumentsCompat): Check whether
20834 `ref' and `out' attributes match; fixes #46220.
20835 (MemberAccess.ResolveMemberAccess): You can't reference a type
20836 through an expression; fixes #33180.
20837 (Indexers.GetIndexersForType): Don't return the indexers from
20838 interfaces the class implements; fixes #46502.
20840 2003-07-21 Martin Baulig <martin@ximian.com>
20842 * class.cs (TypeContainer.CheckPairedOperators): Added CS0660 and
20843 CS0661 checks; fixes bug #30442.
20845 2003-07-21 Martin Baulig <martin@ximian.com>
20847 * decl.cs (AdditionResult): Added `Error'.
20849 * enum.cs (AddEnumMember): Report a CS0076 if name is `value__'.
20851 * typemanager.cs (TypeManager.ChangeType): Catch exceptions;
20852 makes cs0031.cs actually work.
20854 2003-07-20 Martin Baulig <martin@ximian.com>
20856 * namespace.cs: Fixed that bug which caused a crash when compiling
20857 the debugger's GUI.
20859 2003-07-20 Miguel de Icaza <miguel@ximian.com>
20861 * typemanager.cs (LookupTypeReflection): Never expose types which
20862 are NotPublic, NestedPrivate, NestedAssembly, or
20863 NestedFamANDAssem. We used to return these, and later do a check
20864 that would report a meaningful error, but the problem is that we
20865 would not get the real match, if there was a name override.
20867 2003-07-18 Miguel de Icaza <miguel@ximian.com>
20869 * namespace.cs (Namespace, Name): Do not compute the namespace
20870 name dynamically, compute it in the constructor. This reduced
20871 memory usage by 1697 KB.
20873 * driver.cs: Use --pause to pause at the end.
20875 2003-07-17 Peter Williams <peter@newton.cx>
20877 * Makefile: Change the name of the test target so that it doesn't
20878 conflict with the recursive test target.
20880 2003-07-17 Miguel de Icaza <miguel@ximian.com>
20882 * expression.cs (LocalVariableReference.Emit, EmitAssign,
20883 AddressOf): Do not use EmitThis, that was wrong, use the actual
20886 2003-07-15 Miguel de Icaza <miguel@ximian.com>
20888 * class.cs (MethodData.Define): While checking if a method is an
20889 interface implementation, improve the test: If we are not public
20890 (use new test here: use the computed MethodAttributes directly,
20891 instead of the parsed modifier flags) check if the `implementing'
20892 method comes from an interface or not.
20894 * pending.cs (VerifyPendingMethods): Slightly better error
20897 * makefile: add test target that does the mcs bootstrap.
20899 2003-07-16 Ravi Pratap <ravi@ximian.com>
20901 * interface.cs (Define): Do nothing here since there are no
20902 members to populate etc. Move the attribute emission out of here
20903 since this was just totally the wrong place to put it. Attribute
20904 application happens during the 'Emit' phase, not in the 'Define'
20907 (Emit): Add this method and move the attribute emission here
20909 * rootcontext.cs (EmitCode): Call the Emit method on interface
20912 2003-07-14 Ravi Pratap M <ravi@ximian.com>
20914 * expression.cs (OverloadResolve): Report error only if Location
20915 is not 'Null' which means that there was a probe going on.
20917 2003-07-14 Martin Baulig <martin@ximian.com>
20919 * expression.cs (ConditionalLogicalOperator): New public class to
20920 implement user defined conditional logical operators.
20921 This is section 14.11.2 in the spec and bug #40505.
20923 2003-07-14 Martin Baulig <martin@ximian.com>
20925 * ecore.cs (FieldExpr.DoResolveLValue): Fixed bug #46198.
20927 2003-07-14 Martin Baulig <martin@ximian.com>
20929 * codegen.cs (EmitContext.InFixedInitializer): New public field.
20931 * ecore.cs (IVariable.VerifyFixed): New interface method.
20933 * expression.cs (Unary.ResolveOperator): When resolving the `&'
20934 operator, check whether the variable is actually fixed. Fixes bug
20935 #36055. Set a variable definitely assigned when taking its
20936 address as required by the spec.
20938 * statement.cs (LocalInfo.IsFixed): New field.
20939 (LocalInfo.MakePinned): Set `IsFixed' to true.
20941 2003-07-14 Ravi Pratap M <ravi@ximian.com>
20943 * attribute.cs (Attribute.Resolve): While doing a Member lookup
20944 for .ctors, ensure that we only ask for members declared in the
20945 attribute type (BindingFlags.DeclaredOnly).
20949 * expression.cs (Error_WrongNumArguments): Report error 1501
20950 correctly the way CSC does.
20952 2003-07-13 Martin Baulig <martin@ximian.com>
20954 * expression.cs (MemberAccess.ResolveAsTypeStep): Try to do a type
20955 lookup on the fully qualified name, to make things like "X.X" work
20956 where "X.X" is a fully qualified type name, but we also have a
20957 namespace "X" in the using list. Fixes #41975.
20959 2003-07-13 Martin Baulig <martin@ximian.com>
20961 * assign.cs (Assign.GetEmbeddedAssign): New protected virtual
20962 function. If we're a CompoundAssign, we need to create an embedded
20963 CompoundAssign, not an embedded Assign.
20964 (Assign.DoResolve): Make this work for embedded CompoundAssign's.
20967 2003-07-13 Martin Baulig <martin@ximian.com>
20969 * typemanager.cs (TypeManager.IsNestedChildOf): Make this actually
20970 work to fix bug #46088.
20972 2003-07-13 Ravi Pratap <ravi@ximian.com>
20974 * class.cs (Operator.Emit): Do not emit attributes here - it is
20975 taken care of by the Method class that we delegate too. This takes
20976 care of bug #45876.
20978 2003-07-10 Martin Baulig <martin@ximian.com>
20980 * expression.cs (TypeOfVoid): New class.
20981 (TypeOf): Report a CS0673 if it's System.Void. Fixes #42264.
20983 2003-07-10 Martin Baulig <martin@ximian.com>
20985 * class.cs (MethodCore.DoDefineParameters): Added CS0225 check;
20988 2003-07-10 Martin Baulig <martin@ximian.com>
20990 * rootcontext.cs (RootContext.NamespaceLookup): Take a DeclSpace,
20991 not a NamespaceEntry, so we can use DeclSpace.CheckAccessLevel().
20993 * decl.cs (DeclSpace.FindType): Use DeclSpace.CheckAccessLevel().
20995 * typemanager.cs (TypeManager.IsAccessibleFrom): Removed.
20997 2003-07-10 Martin Baulig <martin@ximian.com>
20999 * expression.cs (ArrayCreation): Don't use a byte blob for arrays
21000 of decimal. Fixes #42850.
21002 NOTE: I also fixed the created byte blob, but this doesn't work on
21003 the MS runtime and csc never produces any byte blobs for decimal
21006 2003-07-10 Martin Baulig <martin@ximian.com>
21008 * statement.cs (StructInfo.GetStructInfo): Catch deep cycles in
21009 structs; fixes #32068.
21010 (Block.AddChildVariableNames): Fixed #44302.
21012 2003-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21014 * namespace.cs: fixed compilation with csc. It's bugzilla #44302.
21016 2003-07-07 Miguel de Icaza <miguel@ximian.com>
21018 * attribute.cs: And this test is onger needed.
21020 2003-07-08 Martin Baulig <martin@ximian.com>
21022 * rootcontext.cs (RootContext.NamespaceLookup): Ignore
21023 inaccessible types. Fixes #36313.
21025 * decl.cs (DeclSpace.FindType): Ignore inaccessible types.
21027 * namespace.cs (NamespaceEntry): Create implicit entries for all
21028 namespaces; ie. if we have `namespace N1.N2.N3 { ... }', we create
21029 implicit entries for N1.N2 and N1.
21031 2003-07-08 Martin Baulig <martin@ximian.com>
21033 Rewrote the handling of namespaces to fix a lot of the issues
21034 wrt. `using' aliases etc.
21036 * namespace.cs (Namespace): Splitted this class into a
21037 per-assembly `Namespace' and a per-file `NamespaceEntry'.
21039 * typemanager.cs (TypeManager.IsNamespace): Removed.
21040 (TypeManager.ComputeNamespaces): Only compute namespaces from
21041 loaded assemblies here, not the namespaces from the assembly we're
21042 currently compiling.
21044 2003-07-08 Martin Baulig <martin@ximian.com>
21046 * rootcontext.cs, class.cs: Fixed the CS1530 reporting.
21048 2003-07-07 Miguel de Icaza <miguel@ximian.com>
21050 * typemanager.cs: Reverted patch from Gonzalo, my previous patch
21053 I thought about the memory savings here, but LookupTypeReflection
21054 is used under already very constrained scenarios. Compiling
21055 corlib or mcs only exposes one hit, so it would not really reduce
21056 any memory consumption.
21058 2003-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21060 * typemanager.cs: fixes bug #45889 by only adding public types from
21061 other assemblies to the list of known types.
21063 2003-07-07 Miguel de Icaza <miguel@ximian.com>
21065 * attribute.cs (Attribute.Resolve): Add call to CheckAccessLevel
21066 on the type we resolved.
21068 2003-07-05 Martin Baulig <martin@ximian.com>
21070 * pending.cs (PendingImplementation.ParentImplements): Don't
21071 create the proxy if the parent is abstract.
21073 * class.cs (TypeContainer.DefineIndexers): Process explicit
21074 interface implementations first. Fixes #37714.
21076 2003-07-04 Miguel de Icaza <miguel@ximian.com>
21078 * expression.cs (MemberAccess.ResolveMemberAccess): Events are
21079 defined recursively; but since we modify the input parameters
21080 (left is set to `this' temporarily), we reset this value if the
21081 left_is_explicit is false, which gives the original semantics to
21084 * literal.cs (NullPointer): new class used to represent a null
21085 literal in a pointer context.
21087 * convert.cs (Convert.ImplicitReferenceConversion): Is the target
21088 type is a pointer, use a NullPointer object instead of a
21089 NullLiteral. Closes 43687
21091 (ExplicitConversion): Convert pointer values using
21092 the conv opcode to the proper type.
21094 * ecore.cs (New): change ValueTypeVariable property into a method,
21095 that returns whether the valuetype is suitable for being used.
21097 * expression.cs (Binary.DoNumericPromotions): Only return if we
21098 the int constant was a valid uint, and we can return both left and
21099 right as uints. If not, we continue processing, to trigger the
21100 type conversion. This fixes 39018.
21102 * statement.cs (Block.EmitMeta): During constant resolution, set
21103 the CurrentBlock property on the emitcontext, so that we resolve
21104 constants propertly.
21106 2003-07-02 Martin Baulig <martin@ximian.com>
21108 * codegen.cs (EmitContext.NeedExplicitReturn): New public variable.
21109 (EmitContext.EmitTopBlock): Emit an explicit return if it's set.
21111 * statement.cs (Try.Resolve): Set ec.NeedExplicitReturn rather
21112 than emitting it here.
21114 * statement.cs: Fixed some more flow analysis bugs.
21116 2003-07-02 Martin Baulig <martin@ximian.com>
21118 * class.cs (MethodData.Define): When implementing interface
21119 methods, set Final unless we're Virtual.
21121 * decl.cs (MemberCore.CheckMethodAgainstBase): Make the CS0506
21122 check work for interface methods.
21124 2003-07-01 Martin Baulig <martin@ximian.com>
21126 * ecore.cs (EmitContext.This): Replaced this property with a
21127 GetThis() method which takes a Location argument. This ensures
21128 that we get the correct error location for a CS0188.
21130 2003-07-01 Miguel de Icaza <miguel@ximian.com>
21132 * ecore.cs: (Convert.ConvertIntLiteral): Add test for
21133 ImplicitStandardConversion.
21135 * class.cs (TypeContainer.GetClassBases): Small bug fix for 45649.
21137 2003-07-01 Zoltan Varga <vargaz@freemail.hu>
21139 * expression.cs (ResolveOperator): Fix Concat (string, string, string)
21142 2003-06-30 Miguel de Icaza <miguel@ximian.com>
21144 * class.cs (Constructor.Define): Turn off initlocals for unsafe
21147 (MethodData.Define): Turn off initlocals for unsafe methods.
21149 2003-06-29 Miguel de Icaza <miguel@ximian.com>
21151 * decl.cs (DeclSpace.CheckAccessLevel): Make this routine
21152 complete; Fixes #37521.
21154 * delegate.cs: Use Modifiers.TypeAttr to compute the
21155 TypeAttributes, instead of rolling our own. This makes the flags
21156 correct for the delegates.
21158 2003-06-28 Miguel de Icaza <miguel@ximian.com>
21160 * class.cs (Constructor.Define): Set the private flag for static
21161 constructors as well.
21163 * cs-parser.jay (statement_expression): Set the return value to
21164 null, to avoid a crash when we catch an error.
21166 2003-06-24 Miguel de Icaza <miguel@ximian.com>
21168 * cs-parser.jay: Applied patch from Jackson that adds support for
21169 extern and unsafe modifiers to destructor declarations.
21171 * expression.cs: Report error 21 if the user is trying to index a
21174 * driver.cs: Add an error message, suggested by the bug report.
21176 * class.cs (TypeContainer.Emit): Only call EmitFieldInitializers
21177 if we do not have a ": this ()" constructor initializer. Fixes 45149
21179 2003-06-14 Miguel de Icaza <miguel@ximian.com>
21181 * namespace.cs: Add some information to reduce FAQs.
21183 2003-06-13 Miguel de Icaza <miguel@ximian.com>
21185 * cfold.cs (BinaryFold): BitwiseAnd, BitwiseOr: handle other
21186 underlying enumeration types. Fixes #43915.
21188 * expression.cs: Treat ushort/short as legal values to be used in
21189 bitwise operations.
21191 Wed Jun 4 13:19:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
21193 * delegate.cs: transfer custom attributes for paramenters from
21194 the delegate declaration to Invoke and BeginInvoke.
21196 Tue Jun 3 11:11:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
21198 * attribute.cs: handle custom marshalers and emit marshal info
21201 2003-05-28 Hector E. Gomez Morales <hgomez_36@flashmail.com>
21203 * makefile.gnu: Added anonymous.cs to the compiler sources.
21205 2003-05-28 Miguel de Icaza <miguel@ximian.com>
21207 * iterators.cs: Change the name of the proxy class to include two
21210 * cs-parser.jay: Update grammar to include anonymous methods.
21212 * anonymous.cs: new file.
21214 2003-05-27 Miguel de Icaza <miguel@ximian.com>
21216 * class.cs (Field.Define): Add missing test for pointers and
21219 2003-05-27 Ravi Pratap <ravi@ximian.com>
21221 * expression.cs (ArrayAccess.GetStoreOpCode): For System.IntPtr,
21222 we use the stobj opcode.
21224 (ArrayCreation.EmitDynamicInitializers): Revert Miguel's patch
21225 since it wasn't the correct fix.
21227 It still is puzzling that we are required to use stobj for IntPtr
21228 which seems to be a ValueType.
21230 2003-05-26 Miguel de Icaza <miguel@ximian.com>
21232 * ecore.cs (SimpleName.SimpleNameResolve): Consider using aliases
21233 during regular simple name resolution. Now, the trick is that
21234 instead of returning for processing the simplename, we do a
21235 TypeManager.LookupType (ie, a rooted lookup as opposed to a
21236 contextual lookup type). If a match is found, return that, if
21237 not, return for further composition.
21239 This fixes long-standing 30485.
21241 * expression.cs (ArrayCreation.EmitDynamicInitializers): When
21242 using the address to initialize an object, do an Stobj instead of
21243 using the regular Stelem.
21245 (IndexerAccess.Emit, IndexerAccess.EmitAssign):
21246 Pass `is_base_indexer' to Invocation.EmitCall instead of false.
21247 Because if we are a BaseIndexerAccess that value will be true.
21250 * statement.cs (GotoCase.Resolve): Return after reporting an
21251 error, do not attempt to continue.
21253 * expression.cs (PointerArithmetic.Emit): If our operand is a
21254 long, convert our constants to match the operand before
21255 multiplying. Convert to I type before adding. Fixes 43670.
21257 2003-05-14 Ravi Pratap <ravi@ximian.com>
21259 * enum.cs (ImplicitConversionExists) : Rename to
21260 ImplicitEnumConversionExists to remove ambiguity.
21262 * ecore.cs (NullCast): New type of cast expression class which
21263 basically is very similar to EmptyCast with the difference being
21264 it still is a constant since it is used only to cast a null to
21266 (eg. (string) null)
21268 * convert.cs (ImplicitReferenceConversion): When casting a null
21269 literal, we return a NullCast.
21271 * literal.cs (NullLiteralTyped): Remove - I don't see why this
21272 should be around anymore.
21274 The renaming (reported was slightly wrong). Corrections:
21276 ConvertImplicitStandard -> ImplicitConversionStandard
21277 ConvertExplicitStandard -> ExplicitConversionStandard
21279 * expression.cs (StaticCallExpr.MakeSimpleCall): Resolve arguments
21280 before passing them in !
21282 * convert.cs (ImplicitConversionStandard): When comparing for
21283 equal expr and target types, ensure that expr is not a
21286 In general, we must not be checking (expr_type ==
21287 target_type) in the top level conversion methods
21288 (ImplicitConversion, ExplicitConversion etc). This checking is
21289 done in the methods that they delegate to.
21291 2003-05-20 Miguel de Icaza <miguel@ximian.com>
21293 * convert.cs: Move Error_CannotConvertType,
21294 ImplicitReferenceConversion, ImplicitReferenceConversionExists,
21295 ImplicitNumericConversion, ImplicitConversionExists,
21296 ImplicitUserConversionExists, StandardConversionExists,
21297 FindMostEncompassedType, FindMostSpecificSource,
21298 FindMostSpecificTarget, ImplicitUserConversion,
21299 ExplicitUserConversion, GetConversionOperators,
21300 UserDefinedConversion, ConvertImplicit, ConvertImplicitStandard,
21301 TryImplicitIntConversion, Error_CannotConvertImplicit,
21302 ConvertImplicitRequired, ConvertNumericExplicit,
21303 ExplicitReferenceConversionExists, ConvertReferenceExplicit,
21304 ConvertExplicit, ConvertExplicitStandard from the ecore.cs into
21307 Perform the following renames:
21309 StandardConversionExists -> ImplicitStandardConversionExists
21310 ConvertImplicit -> ImplicitConversion
21311 ConvertImplicitStandard -> ImplicitStandardConversion
21312 TryImplicitIntConversion -> ImplicitIntConversion
21313 ConvertImplicitRequired -> ImplicitConversionRequired
21314 ConvertNumericExplicit -> ExplicitNumericConversion
21315 ConvertReferenceExplicit -> ExplicitReferenceConversion
21316 ConvertExplicit -> ExplicitConversion
21317 ConvertExplicitStandard -> ExplicitStandardConversion
21319 2003-05-19 Martin Baulig <martin@ximian.com>
21321 * statement.cs (TypeInfo.StructInfo): Made this type protected.
21322 (TypeInfo): Added support for structs having structs as fields.
21324 * ecore.cs (FieldExpr): Implement IVariable.
21325 (FieldExpr.DoResolve): Call VariableInfo.GetSubStruct() to get the
21326 VariableInfo for the field.
21328 2003-05-18 Martin Baulig <martin@ximian.com>
21330 * expression.cs (This.DoResolve): Report a CS0027 if we're
21331 emitting a field initializer.
21333 2003-05-18 Martin Baulig <martin@ximian.com>
21335 * expression.cs (This.ResolveBase): New public function.
21336 (This.DoResolve): Check for CS0188.
21338 * codegen.cs (EmitContext.This): Just call This.ResolveBase(), not
21341 * ecore.cs (MethodGroupExpr.DoResolve): Set the
21342 `instance_expression' to null if we don't have any non-static
21345 2003-05-18 Martin Baulig <martin@ximian.com>
21347 Reworked the way how local variables and parameters are handled by
21348 the flow analysis code.
21350 * statement.cs (TypeInfo, VariableMap): New public classes.
21351 (VariableInfo): New public class. This is now responsible for
21352 checking whether a variable has been assigned. It is used for
21353 parameters and local variables.
21354 (Block.EmitMeta): Take the InternalParameters as argument; compute
21355 the layout of the flow vectors here.
21356 (Block.LocalMap, Block.ParameterMap): New public properties.
21357 (FlowBranching): The .ctor doesn't get the InternalParameters
21358 anymore since Block.EmitMeta() now computes the layout of the flow
21360 (MyStructInfo): This class is now known as `StructInfo' and nested
21361 in `TypeInfo'; we don't access this directly anymore.
21363 * ecore.cs (IVariable): Added `VariableInfo VariableInfo'
21364 property and removed IsAssigned(), IsFieldAssigned(),
21365 SetAssigned() and SetFieldAssigned(); we now call them on the
21366 VariableInfo so we don't need to duplicate this code everywhere.
21368 * expression.cs (ParameterReference): Added `Block block' argument
21370 (LocalVariableReference, ParameterReference, This): The new
21371 VariableInfo class is now responsible for all the definite
21374 * codegen.cs (EmitContext.IsVariableAssigned, SetVariableAssigned,
21375 IsParameterAssigned, SetParameterAssigned): Removed.
21377 2003-05-18 Martin Baulig <martin@ximian.com>
21379 * typemanager.cs (InitCoreTypes): Try calling
21380 SetCorlibTypeBuilders() with 4 args; if that fails, fall back to
21381 the 3-args-version. Corlib now also needs our `void_type'.
21382 (GetMethod): Added overloaded version which takes an optional
21383 `bool report_errors' to allow lookups of optional methods.
21385 2003-05-12 Martin Baulig <martin@ximian.com>
21387 * statement.cs (VariableInfo): Renamed to LocalInfo since it's
21388 only used for locals and not for parameters.
21390 2003-05-12 Miguel de Icaza <miguel@ximian.com>
21392 * support.cs (InternalParameters.ParameterType): Return the
21393 ExternalType of the parameter.
21395 * parameter.cs (Parameter.ExternalType): drop the two arguments,
21398 2003-05-11 Miguel de Icaza <miguel@ximian.com>
21400 * class.cs (MethodData.Define): Do not set the `newslot' on
21401 interface members, if they are also flagged as "override".
21403 * expression.cs (UnaryMutator.EmitCode): Simple workaround to emit
21404 better code for ++i and i++. This only works for static fields
21405 and local variables.
21407 * typemanager.cs (LookupDeclSpace): Add new method, sometimes we
21408 want to pull the DeclSpace out of the builder_to_declspace instead
21409 of the TypeBuilder (like in TypeContainer.FindMembers).
21411 * class.cs (TypeContainer.FindMembers): Use LookupDeclSpace
21412 instead of LookupTypeContainer. Fixes the crash on .NET for
21413 looking up interface members.
21415 * const.cs: Create our own emit context during the Definition
21416 stage, so that constants are evaluated in the proper context, when
21417 a recursive definition happens.
21419 2003-05-11 Martin Baulig <martin@ximian.com>
21421 * statement.cs (Block.CreateSwitchBlock): New method. Creates a
21422 new block for a switch section.
21423 (Block.AddLabel, Block.LookupLabel): If we're a switch section, do
21424 the adding/lookup in the switch block. Fixes #39828.
21426 2003-05-09 Miguel de Icaza <miguel@ximian.com>
21428 * expression.cs (UnaryMutator.LoadOneAndEmitOp): Missing
21429 functionality: I needed to convert the data after I had performed
21430 the add/sub operation into the operands type size.
21432 * ecore.cs (ImplicitReferenceConversion): When boxing an interface
21433 pass the type for the box operation, otherwise the resulting
21434 object would have been of type object.
21436 (BoxedCast): Add constructor to specify the type to box as.
21438 2003-05-07 Miguel de Icaza <miguel@ximian.com>
21440 * iterators.cs: I was reusing the `count' variable inadvertently,
21441 take steps to not allow this to happen.
21443 2003-05-06 Miguel de Icaza <miguel@ximian.com>
21445 * attribute.cs (Attribute.Resolve): Params attributes are encoded
21446 by creating an array at the point where the params starts and
21447 putting all those arguments there, then adjusting the size of the
21450 2003-05-05 Miguel de Icaza <miguel@ximian.com>
21452 * expression.cs (New.AddressOf): Implement interface
21453 IMemoryLocation. This is used when the `new' operator is used in
21454 the context of an invocation to a method on a value type.
21456 See http://bugzilla.ximian.com/show_bug.cgi?id=#42390 for an
21459 * namespace.cs: Also check the using aliases here.
21461 * driver.cs: Move the test for using validity after the types have
21462 been entered, so we do a single pass that also includes the using
21465 * statement.cs (Try.Resolve): Avoid crashing if there is a failure
21466 in the regular case. CreateSiblingForFinally is doing extra
21469 * attribute.cs (GetAttributeArgumentExpression): Store the result
21470 on an out value, and use the return value to indicate failure
21471 instead of using null (which is a valid return for Constant.GetValue).
21473 * statement.cs: Perform the analysis flow for the increment
21474 portion after the statement, because this will be the real flow of
21475 execution. Fixes #42385
21477 * codegen.cs (EmitContext.EmitArgument,
21478 EmitContext.EmitStoreArgument): New helper functions when the
21479 RemapToProxy flag is set.
21481 * expression.cs (ParameterReference.EmitLdarg): Expose this useful
21484 Add support for remapping parameters.
21486 * iterators.cs: Propagate parameter values; Store parameter
21487 values in the proxy classes.
21489 2003-05-04 Miguel de Icaza <miguel@ximian.com>
21491 * ecore.cs (FieldExpr): Fix an obvious bug. static fields do not
21492 need a proxy reference; I do not know what I was thinking
21494 * cs-parser.jay (constructor_initializer): catch another error,
21495 and display nice message.
21497 (field_declaration): catch void field declaration
21498 to flag a better error.
21500 * class.cs (MemberBase.CheckBase): Report an error instead of a
21501 warning if a new protected member is declared in a struct.
21502 (Field.Define): catch the error of readonly/volatile.
21504 * ecore.cs (FieldExpr.EmitAssign): reuse the field lookup.
21506 (FieldExpr.AddressOf): ditto. Catch error where the address of a
21507 volatile variable is taken
21509 2003-05-02 Miguel de Icaza <miguel@ximian.com>
21511 * statement.cs (Fixed.Resolve): Report an error if we are not in
21514 2003-05-01 Miguel de Icaza <miguel@ximian.com>
21516 * typemanager.cs: reuse the code that handles type clashes for
21517 delegates and enumerations.
21519 * class.cs (Report28): Always report.
21521 * expression.cs (EncodeAsAttribute): Allow nulls here.
21523 2003-04-28 Miguel de Icaza <miguel@ximian.com>
21525 * attribute.cs (Attribute.GetAttributeArgumentExpression): Moved
21526 the functionality for testing whether an expression is valid for
21527 an attribute here. Also handle the case of arrays of elements
21530 * expression.cs (ArrayCreation.EncodeAsAttribute): Add support for
21531 encoding a linear array into an array of objects that are suitable
21532 to be passed to an CustomAttributeBuilder.
21534 * delegate.cs: Check unsafe types being used outside of an Unsafe context.
21536 * ecore.cs: (FieldExpr): Handle field remapping here.
21538 * iteratators.cs: Pass the instance variable (if the method is an
21539 instance method) to the constructors, so we can access the field
21540 variables on the class.
21542 TODO: Test this with structs. I think the THIS variable on
21543 structs might have to be a pointer, and not a refenrece
21545 2003-04-27 Miguel de Icaza <miguel@ximian.com>
21547 * codegen.cs (EmitContext.Mapvariable): Adds a mechanism to map
21548 local variables to fields in a proxy class.
21550 * iterators.cs (PopulateProxy): Rename our internal fields to
21552 Create a <THIS> field if we are an instance method, so we can
21553 reference our parent container variables.
21554 (MapVariable): Called back from the EmitContext code to enter a
21555 new variable to field mapping into the proxy class (we just create
21559 (LocalVariableReference.{Emit,EmitAssign,AddressOf}): Add support
21560 for using the remapped locals to fields.
21562 I placed the code here, because that gives the same semantics to
21563 local variables, and only changes the Emit code.
21565 * statement.cs (Fixed.Resolve): it is not allowed to have fixed
21566 statements inside iterators.
21567 (VariableInfo): Add a FieldBuilder for the cases when we are
21568 remapping local variables to fields in a proxy class
21570 * ecore.cs (SimpleNameResolve): Avoid testing two times for
21571 current_block != null.
21573 * statement.cs (Swithc.SimpleSwitchEmit): Removed code that did
21574 not cope with strings, as it has been moved to the
21575 TableSwitchEmit. Fixed bug in switch generation.
21577 * expression.cs (New.DoResolve): Provide more context for the user
21578 when reporting an error.
21580 * ecore.cs (Expression.LoadFromPtr): Use ldind_i when loading
21583 * expression.cs (MemberAccess.DoResolve): When we get a type back,
21584 check the permissions for it. Note than in a type-resolution
21585 context the check was already present in DeclSpace.ResolveType,
21586 but was missing from the MemberAccess.
21588 (ArrayCreation.CheckIndices): warn if the user has
21589 more nested levels of expressions, but there are no more
21590 dimensions specified. Avoids crash on bug 41906.
21592 2003-04-26 Miguel de Icaza <miguel@ximian.com>
21594 * statement.cs (Block): replace Implicit bool, for a generic
21596 New flag: `Unchecked'. This is used during the EmitMeta phase
21597 (which is out-of-line with the regular Resolve/Emit process for a
21598 statement, as this is done ahead of time, but still gets a chance
21599 to call constant resolve).
21601 (Block.Flags): new enum for adding a new flag.
21603 (Block.EmitMeta): track the state of unchecked.
21605 (Unchecked): Set the "UnChecked" flags on any blocks we enclose,
21606 to enable constant resolution to work there as well.
21608 2003-04-22 Miguel de Icaza <miguel@ximian.com>
21610 * typemanager.cs (ienumerable_type): Also look up
21611 System.Collections.IEnumerable.
21613 2003-04-21 Miguel de Icaza <miguel@ximian.com>
21615 TODO: Test more than one conditional per method.
21617 * class.cs (Indexer.Define): Report the location where the user is
21618 referencing the unsupported feature.
21620 (MethodData): Overload the use of `conditionals' to
21621 minimize the creation of needless ArrayLists. This saves roughly
21622 212kb on my machine.
21624 (Method): Implement the new IIteratorContainer interface.
21625 (Method.SetYields): Implement the method by setting the ModFlags
21626 to contain METHOD_YIELDS.
21628 * expression.cs (Unary.ResolveOperator): Use expr_type, not Expr,
21629 which just got set to null.
21631 * iterators.cs: New file.
21633 (Yield, YieldBreak): New statements.
21635 * statement.cs (Return.Resolve): Flag an error if we are used in
21636 an iterator method.
21638 * codegen.cs (InIterator): New flag set if the code is being
21639 compiled in an iterator method.
21641 * modifiers.cs: New flag METHOD_YIELDS. This modifier is an
21642 internal modifier, and we just use it to avoid adding extra
21643 fields, as this is seldom used.
21645 * cs-parser.jay: Add yield_statement (yield and yield break).
21647 * driver.cs: New flag -v2 to turn on version 2 features.
21649 * cs-tokenizer.cs (Tokenizer): Add yield and __yield to the
21650 hashtable when v2 is enabled.
21652 2003-04-20 Miguel de Icaza <miguel@ximian.com>
21654 * typemanager.cs (TypeManager.NamespaceClash): Use to check if
21655 there is already a namespace defined with this name.
21657 (TypeManager.InitCoreTypes): Remove the temporary workaround, as
21658 people upgraded their corlibs.
21660 (TypeManager.CoreLookupType): Use LookupTypeDirect, as we
21661 always use fully qualified types, no need to use the compiler
21664 (TypeManager.IsNamespace): Use binarysearch.
21666 * class.cs (AddClass, AddStruct, AddInterface, AddEvent,
21667 AddDelegate): I did not quite use the new IsValid API properly: I
21668 have to pass the short-name and the fullname. I was passing only
21669 the basename instead of the fullname sometimes.
21671 (TypeContainer.DefineType): call NamespaceClash.
21673 * interface.cs (Interface.DefineType): use NamespaceClash before
21676 * delegate.cs (Delegate.DefineType): use NamespaceClash before
21679 * enum.cs: (Enum.DefineType): use NamespaceClash before
21682 * typemanager.cs (: 3-line patch that gives us some tasty 11%
21683 speed increase. First, use the negative_hits cache when we get a
21684 negative. Second, add the type with its full original name
21685 instead of the new . and + encoded name (reflection uses + to
21686 separate type from a nested type). Use LookupTypeReflection
21687 directly which bypasses the type->name hashtable (that we already
21688 know does not contain the type.
21690 * decl.cs (DeclSpace.ResolveTypeExpr): track the
21691 location/container type.
21693 * driver.cs: When passing utf8, use directly the UTF8Encoding.
21695 2003-04-19 Miguel de Icaza <miguel@ximian.com>
21697 * decl.cs (ResolveTypeExpr): Mirror check acess here too.
21699 * delegate.cs (NewDelegate.Resolve): Test whether an instance
21700 method is being referenced in the method group from a static
21701 context, and report error 120 if so.
21703 * expression.cs, ecore.cs (Error_UnexpectedKind): New name for
21706 * typemanager.cs: Add intermediate namespaces (if a namespace A.B
21707 is created, we create the A namespace).
21709 * cs-parser.jay: A namespace also introduces a DeclarationFound.
21712 2003-04-18 Miguel de Icaza <miguel@ximian.com>
21714 * typemanager.cs (GetReferenceType, GetPointerType): In .NET each
21715 invocation to ModuleBuilder.GetType with the same values will
21716 return a new type instance, so we need to cache its return
21719 * expression.cs (Binary.ResolveOperator): Only allow the compare
21720 operators on enums if they are of the same type.
21722 * ecore.cs (Expression.ImplicitReferenceConversion): handle target
21723 types of ValueType on their own case. Before we were giving them
21724 the same treatment as objects.
21726 * decl.cs (DeclSpace.IsValid): IsValid takes the short name and
21727 fullname. Short name is used to compare against container name.
21728 Fullname is used to check against defined namespace names.
21730 * class.cs (AddProperty, AddField, AddClass, AddStruct, AddEnum,
21731 AddDelegate, AddEvent): Pass new parameter to DeclSpace.IsValid
21733 (Method.CheckBase): Call parent.
21734 (MemberBase.CheckBase): Check for protected members on sealed
21736 (PropertyBase.CheckBase): Call parent.
21737 (Field.Define): Call parent.
21739 * report.cs: Negative error codes are now mapped to 8000 - code,
21740 so that the display is render more nicely.
21742 * typemanager.cs: Do not use try/catch, instead report a regular
21745 (GetPointerType, GetReferenceType): These methods provide
21746 mechanisms to obtain the T* and T& from a T. We had the code
21747 previously scattered around the code base, and it also used
21748 TypeManager.LookupType that would go through plenty of caches.
21749 This one goes directly to the type source.
21751 In some places we did the Type.GetType followed by
21752 ModuleBuilder.GetType, but not in others, so this unifies the
21753 processing as well.
21755 * namespace.cs (VerifyUsing): Perform a non-lazy approach to using
21756 statements now that we have namespace information.
21758 * typemanager.cs (IsNamespace): New method, returns whether the
21759 string presented is a namespace or not.
21761 (ComputeNamespaces): New public entry point, computes the list of
21762 available namespaces, using the GetNamespaces API call in Mono, or
21763 the slower version in MS.NET.
21765 Now before we start the semantic analysis phase, we have a
21766 complete list of namespaces including everything that the user has
21769 Deleted old code to cache namespaces in .nsc files.
21771 2003-04-17 Miguel de Icaza <miguel@ximian.com>
21773 * class.cs: (TypeContainer.DefineDefaultConstructor): Use the
21774 class/struct location definition Location for the implicit
21775 constructor location.
21777 (Operator.Define): Use the location of the operator for the
21778 implicit Method definition.
21780 (Constructor.Emit): use the constructor location for the implicit
21781 base initializer constructor.
21783 * ecore.cs: Remove ITypeExpression. This interface is now gone,
21784 and the Expression class now contains two new methods:
21786 ResolveAsTypeStep and ResolveAsTypeTerminal. This is used to
21787 isolate type lookup from the rest of the resolution process.
21789 Since we use Expressions to hold type definitions due to the way
21790 we parse the input we have historically overloaded Resolve to
21791 perform the Type lookups if a special flag is passed. Now this is
21792 eliminated and two methods take their place.
21794 The differences in the two methods between xStep and xTerminal is
21795 that xStep is involved in our current lookup system that uses
21796 SimpleNames to compose a name, while xTerminal is used just to
21797 catch the case where the simplename lookup failed.
21799 2003-04-16 Miguel de Icaza <miguel@ximian.com>
21801 * expression.cs (ResolveMemberAccess): Remove redundant code.
21802 TypeExpr expressions are always born fully resolved.
21804 * interface.cs (PopulateMethod): Do not lookup the types twice.
21805 We were doing it once during SemanticAnalysis and once during
21808 * cs-parser.jay: Due to our hack in the grammar, things like A.B[]
21809 in local variable type definitions, were being returned as a
21810 SimpleName (we decomposed everything into a string), that is
21811 because primary_expression was being used instead of a type in the
21812 grammar (reduce/reduce conflicts).
21814 The part that was wrong is that we converted the expression into a
21815 string (an oversimplification in one hand, compounded with primary
21816 expressions doing string concatenation).
21822 Would return "A.B.C[]" as a SimpleName. This stopped things like
21823 using clauses from working on this particular context. And a type
21824 was being matched directly against "A.B.C[]".
21826 We now use the correct approach, and allow for ComposedCast to be
21827 part of the unary expression. So the "A.B.C []" become a composed
21828 cast of "A.B.C" (as a nested group of MemberAccess with a
21829 SimpleName at the end) plus the rank composition "[]".
21833 2003-04-10 Miguel de Icaza <miguel@ximian.com>
21835 * decl.cs (CheckAccessLevel): Implement the NestedPrivate rules
21836 for the access level checking.
21838 * class.cs: Cosmetic changes. Renamed `TypeContainer parent' to
21839 `TypeContainer container', because I kept getting confused when I
21840 was debugging this code.
21842 * expression.cs (Indexers): Instead of tracking getters/setters,
21843 we now track them in parallel. We create one arraylist less, but
21844 most importantly it is possible now for the LValue code to find a
21845 matching get for a set.
21847 (IndexerAccess.DoResolveLValue): Update the code.
21848 GetIndexersForType has been modified already to extract all the
21849 indexers from a type. The code assumed it did not.
21851 Also make the code set the correct return type for the indexer.
21852 This was fixed a long time ago for properties, but was missing for
21853 indexers. It used to be void_type.
21855 (Binary.Emit): Test first for doubles instead of
21856 floats, as they are more common.
21858 (Binary.EmitBranchable): Use the .un version of the branch opcodes
21859 when dealing with floats and the <=, >= operators. This fixes bug
21862 * statement.cs (Foreach.EmitArrayForeach): bug fix: The code used
21863 to load the array value by emitting a load on the foreach variable
21864 type. This was incorrect.
21866 We now emit the code to load an element using the the array
21867 variable type, and then we emit the conversion operator.
21871 2003-04-10 Zoltan Varga <vargaz@freemail.hu>
21873 * attribute.cs: Avoid allocation of ArrayLists in the common case.
21875 2003-04-09 Miguel de Icaza <miguel@ximian.com>
21877 * class.cs (MethodSignature.InheritableMemberSignatureCompare):
21878 test for protection before we test for signatures.
21880 (MethodSignature.ToString): implement.
21882 * expression.cs (Unary.TryReduceNegative): Add missing minus sign
21883 to the case where we reduced into a LongConstant.
21885 * decl.cs (CheckAccessLevel): If the type is an array, we can not
21886 depend on whether the information is acurrate, because the
21887 Microsoft runtime will always claim that the array type is public,
21888 regardless of the real state.
21890 If the type is a pointer, another problem happens: the type is
21891 reported as non-public in Microsoft.
21893 In both cases we have to call CheckAccessLevel recursively with
21894 the underlying type as the argument to be tested.
21896 2003-04-08 Miguel de Icaza <miguel@ximian.com>
21898 * assign.cs (Assign.Emit): If we are dealing with a compound
21899 assignment expression, we should use the code path that stores the
21900 intermediate result in a temporary value. This fixes #40903.
21902 *expression.cs (Indirection.ToString): Provide ToString method for
21905 2003-04-08 Zoltan Varga <vargaz@freemail.hu>
21907 * class.cs: Null out fields holding references to Block objects so
21908 they can be garbage collected.
21910 * expression.cs (OverloadResolve): Remove unused local.
21912 2003-04-07 Martin Baulig <martin@ximian.com>
21914 * codegen.cs (EmitContext.CurrentFile): New public field.
21915 (EmitContext.Mark): Use the CurrentFile to check whether the
21916 location is in the correct file.
21917 (EmitContext.EmitTopBlock): Initialize CurrentFile here.
21919 2003-04-07 Martin Baulig <martin@ximian.com>
21921 * ecore.cs (Expression.ResolveBoolean): Don't call ec.Mark().
21923 * codegen.cs (EmitContext.EmitTopBlock): Don't call Mark() on the
21924 location. [FIXME: The location argument which gets passed to this
21925 method is sometimes wrong!]
21927 2003-04-07 Nick Drochak <ndrochak@gol.com>
21929 * codegen.cs: Be more verbose when we can't find the symbol writer dll.
21931 2003-04-07 Miguel de Icaza <miguel@ximian.com>
21933 * expression.cs (Indirection.EmitAssign): We were using the
21934 temporary, but returning immediately instead of continuing the
21937 2003-04-06 Martin Baulig <martin@ximian.com>
21939 * ecore.cs (SimpleName.SimpleNameResolve): Don't report an error
21940 if it's a nested child, but also deriving from the outer class.
21943 * typemanager.cs (IsNestedChildOf): Make this work if it's a
21944 nested child, but also deriving from the outer class. See
21946 (FilterWithClosure): We may access private members of the outer
21947 class if we're a nested child and deriving from the outer class.
21948 (RealMemberLookup): Only set `closure_private_ok' if the
21949 `original_bf' contained BindingFlags.NonPublic.
21951 2003-04-05 Martin Baulig <martin@ximian.com>
21953 * statement.cs (FlowBranching.UsageVector.MergeChildren): Fix bug #40670.
21955 2003-04-02 Miguel de Icaza <miguel@ximian.com>
21957 * class.cs (Event.Define): Do not allow abstract events to have
21960 2003-04-01 Miguel de Icaza <miguel@ximian.com>
21962 * cs-parser.jay: Add error productions for ADD/REMOVE missing a
21963 block in event declarations.
21965 * ecore.cs (FieldExpr.AddressOf): If our instance expression is a
21966 value type, get its address.
21968 * expression.cs (Is.Emit): For action `LeaveOnStack' we were
21969 leaving a class on the stack instead of a boolean value (int
21970 0/1). Change the code so we compare against null, and then the
21971 result against zero.
21973 * class.cs (TypeContainer.GetClassBases): We were checking for the
21974 parent class being sealed too late.
21976 * expression.cs (Binary.Emit): For <= and >= when dealing with
21977 floating point values, use cgt.un and clt.un instead of cgt and
21980 2003-04-01 Zoltan Varga <vargaz@freemail.hu>
21982 * statement.cs: Apply the same optimization as MS: skip the
21983 GetEnumerator returning an IEnumerator, and use the one returning a
21984 CharEnumerator instead. This allows us to avoid the try-finally block
21987 2003-03-31 Gaurav Vaish <gvaish_mono@lycos.com>
21989 * cs-parser.jay: Attributes cannot be applied to
21990 namespaces. Fixes #40473
21992 2003-03-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21995 (Add*): check if the name is valid using the full name for constants,
21996 fields, properties and events.
21998 2003-03-28 Miguel de Icaza <miguel@ximian.com>
22000 * enum.cs (Enum.DefineType, Enum.IsValidEnumConstant): Also allow
22001 char constants to be part of the enumeration.
22003 * expression.cs (Conditional.DoResolve): Add support for operator
22004 true. Implements the missing functionality from 14.12
22006 * class.cs (TypeContainer.CheckPairedOperators): Report error for missmatch on
22007 operator true/false as required by the spec.
22009 * expression.cs (Unary.ResolveOperator): In LogicalNot, do an
22010 implicit conversion to boolean.
22012 * statement.cs (Statement.ResolveBoolean): A boolean expression is
22013 also one where the type implements `operator true'.
22015 * ecore.cs (Expression.GetOperatorTrue): New helper routine to
22016 get an expression that will invoke operator true based on an
22019 (GetConversionOperators): Removed the hack that called op_True
22022 (Expression.ResolveBoolean): Move this from Statement.
22024 2003-03-17 Miguel de Icaza <miguel@ximian.com>
22026 * ecore.cs (FieldExpr): do not allow initialization of initonly
22027 fields on derived classes
22029 2003-03-13 Martin Baulig <martin@ximian.com>
22031 * statement.cs (Block.Emit): Call ig.BeginScope() and
22032 ig.EndScope() when compiling with debugging info; call
22033 LocalBuilder.SetLocalSymInfo _after_ opening the scope.
22035 2003-03-08 Miguel de Icaza <miguel@ximian.com>
22037 * expression.cs (Indexers): Do not construct immediately, allow
22038 for new members to be appended as we go. Fixes 38143
22040 2003-03-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22042 * expression.cs: save/restore context when resolving an unchecked
22045 2003-03-05 Miguel de Icaza <miguel@ximian.com>
22047 * cfold.cs: Catch division by zero in modulus operator during
22050 2003-03-03 Miguel de Icaza <miguel@ximian.com>
22052 * interface.cs (Interface.DefineMembers): Avoid defining members
22055 2003-02-27 Miguel de Icaza <miguel@ximian.com>
22057 * driver.cs: handle the +/- options for -noconfig
22059 * statement.cs (Unckeched.Resolve): Also track the state of
22060 unchecked in the Resolve phase.
22062 2003-02-27 Martin Baulig <martin@ximian.com>
22064 * ecore.cs (Expression.MemberLookup): Don't create a
22065 MethodGroupExpr for something which is not a method. Fixes #38291.
22067 2003-02-25 Miguel de Icaza <miguel@ximian.com>
22069 * class.cs (MemberBase.CheckParameters): Also check that the type
22070 is unmanaged if it is a pointer.
22072 * expression.cs (SizeOf.Resolve): Add location information.
22074 * statement.cs (Block.EmitMeta): Flag error (208) if a pointer to
22075 a managed type is declared.
22077 * expression.cs (Invocation.VerifyArgumentsCompat): Check for the
22078 parameter modifiers as well. Fixes bug 38606
22080 * class.cs: Very sad. Am backing out the speed up changes
22081 introduced by the ArrayList -> Array in the TypeContainer, as they
22082 were not actually that much faster, and introduced a bug (no error
22083 reports on duplicated methods).
22085 * assign.cs (CompoundAssign.DoLResolve): Resolve the original
22086 source first, this will guarantee that we have a valid expression
22087 before calling in lower levels functions that will require a
22088 resolved object. Then use this original_source in the
22089 target.ResolveLValue instead of the original source that was
22092 Another change. Use target.Resolve instead of LValueResolve.
22093 Although we are resolving for LValues, we will let the Assign code
22094 take care of that (it will be called again from Resolve). This
22095 basically allows code like this:
22097 class X { X operator + (X x, object o) {} X this [int idx] { get; set; } }
22098 class Y { void A (X x) { x [0] += o; }
22100 The problem was that the indexer was trying to resolve for
22101 set_Item (idx, object o) and never finding one. The real set_Item
22102 was set_Item (idx, X). By delaying the process we get the right
22107 2003-02-23 Martin Baulig <martin@ximian.com>
22109 * statement.cs (Block.Emit): Override this and set ec.CurrentBlock
22110 while calling DoEmit ().
22112 * codegen.cs (EmitContext.Mark): Don't mark locations in other
22113 source files; if you use the #line directive inside a method, the
22114 compiler stops emitting line numbers for the debugger until it
22115 reaches the end of the method or another #line directive which
22116 restores the original file.
22118 2003-02-23 Martin Baulig <martin@ximian.com>
22120 * statement.cs (FlowBranching.UsageVector.MergeChildren): Fix bug #37708.
22122 2003-02-23 Martin Baulig <martin@ximian.com>
22124 * statement.cs (Block.AddChildVariableNames): We need to call this
22125 recursively, not just for our immediate children.
22127 2003-02-23 Martin Baulig <martin@ximian.com>
22129 * class.cs (Event.Define): Always make the field private, like csc does.
22131 * typemanager.cs (TypeManager.RealMemberLookup): Make events
22132 actually work, fixes bug #37521.
22134 2003-02-23 Miguel de Icaza <miguel@ximian.com>
22136 * delegate.cs: When creating the various temporary "Parameters"
22137 classes, make sure that we call the ComputeAndDefineParameterTypes
22138 on those new parameters (just like we do with the formal ones), to
22139 allow them to be resolved in the context of the DeclSpace.
22141 This fixes the bug that Dick observed in Bugzilla #38530.
22143 2003-02-22 Miguel de Icaza <miguel@ximian.com>
22145 * expression.cs (ResolveMemberAccess): When resolving a constant,
22146 do not attempt to pull a constant if the value was not able to
22147 generate a valid constant.
22149 * const.cs (LookupConstantValue): Do not report more errors than required.
22151 2003-02-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22153 * expression.cs: fixes bug #38328.
22155 2003-02-18 Miguel de Icaza <miguel@ximian.com>
22157 * class.cs: Changed all the various members that can be part of a
22158 class from being an ArrayList to be an Array of the right type.
22159 During the DefineType type_list, interface_list, delegate_list and
22160 enum_list are turned into types, interfaces, delegates and enums
22163 And during the member population, indexer_list, event_list,
22164 constant_list, field_list, instance_constructor_list, method_list,
22165 operator_list and property_list are turned into their real arrays.
22167 Although we could probably perform this operation earlier, for
22168 good error reporting we need to keep the lists and remove the
22169 lists for longer than required.
22171 This optimization was triggered by Paolo profiling the compiler
22172 speed on the output of `gen-sample-program.pl' perl script.
22174 * decl.cs (DeclSpace.ResolveType): Set the ContainerType, so we do
22175 not crash in methods like MemberLookupFailed that use this field.
22177 This problem arises when the compiler fails to resolve a type
22178 during interface type definition for example.
22180 2003-02-18 Miguel de Icaza <miguel@ximian.com>
22182 * expression.cs (Indexers.GetIndexersForType): Interfaces do not
22183 inherit from System.Object, so we have to stop at null, not only
22184 when reaching System.Object.
22186 2003-02-17 Miguel de Icaza <miguel@ximian.com>
22188 * expression.cs: (Indexers.GetIndexersForType): Martin's fix used
22189 DeclaredOnly because the parent indexer might have had a different
22190 name, but did not loop until the top of the hierarchy was reached.
22192 The problem this one fixes is 35492: when a class implemented an
22193 indexer from an interface, we were getting the interface method
22194 (which was abstract) and we were flagging an error (can not invoke
22197 This also keeps bug 33089 functioning, and test-148 functioning.
22199 * typemanager.cs (IsSpecialMethod): The correct way of figuring
22200 out if a method is special is to see if it is declared in a
22201 property or event, or whether it is one of the predefined operator
22202 names. This should fix correctly #36804.
22204 2003-02-15 Miguel de Icaza <miguel@ximian.com>
22206 The goal here is to remove the dependency on EmptyCast.Peel ().
22207 Killing it completely.
22209 The problem is that currently in a number of places where
22210 constants are expected, we have to "probe" for an EmptyCast, and
22211 Peel, which is not the correct thing to do, as this will be
22212 repetitive and will likely lead to errors.
22214 The idea is to remove any EmptyCasts that are used in casts that
22215 can be reduced to constants, so we only have to cope with
22218 This bug hunt was triggered by Bug 37363 and the desire to remove
22219 the duplicate pattern where we were "peeling" emptycasts to check
22220 whether they were constants. Now constants will always be
22223 * ecore.cs: Use an enumconstant here instead of wrapping with
22226 * expression.cs (Cast.TryReduce): Ah, the tricky EnumConstant was
22227 throwing me off. By handling this we can get rid of a few hacks.
22229 * statement.cs (Switch): Removed Peel() code.
22231 2003-02-14 Miguel de Icaza <miguel@ximian.com>
22233 * class.cs: Location information for error 508
22235 * expression.cs (New.DoResolve): Add a guard against double
22236 resolution of an expression.
22238 The New DoResolve might be called twice when initializing field
22239 expressions (see EmitFieldInitializers, the call to
22240 GetInitializerExpression will perform a resolve on the expression,
22241 and later the assign will trigger another resolution
22243 This leads to bugs (#37014)
22245 * delegate.cs: The signature for EndInvoke should contain any ref
22246 or out parameters as well. We were not doing this in the past.
22248 * class.cs (Field.Define): Do not overwrite the type definition
22249 inside the `volatile' group. Turns out that volatile enumerations
22250 were changing the type here to perform a validity test, which
22253 2003-02-12 Miguel de Icaza <miguel@ximian.com>
22255 * ecore.cs (FieldExpr.AddressOf): In the particular case of This
22256 and structs, we do not want to load the instance variable
22258 (ImplicitReferenceConversion, ImplicitReferenceConversionExists):
22259 enum_type has to be handled like an object reference (implicit
22260 conversions exists from this to object), but the regular IsClass
22261 and IsValueType tests will never return true for this one.
22263 Also we use TypeManager.IsValueType instead of type.IsValueType,
22264 just for consistency with the rest of the code (this is only
22265 needed if we ever use the construct exposed by test-180.cs inside
22266 corlib, which we dont today).
22268 2003-02-12 Zoltan Varga <vargaz@freemail.hu>
22270 * attribute.cs (ApplyAttributes): apply all MethodImplAttributes, not
22273 2003-02-09 Martin Baulig <martin@ximian.com>
22275 * namespace.cs (Namespace..ctor): Added SourceFile argument.
22276 (Namespace.DefineNamespaces): New static public method; this is
22277 called when we're compiling with debugging to add all namespaces
22278 to the symbol file.
22280 * tree.cs (Tree.RecordNamespace): Added SourceFile argument and
22281 pass it to the Namespace's .ctor.
22283 * symbolwriter.cs (SymbolWriter.OpenMethod): Added TypeContainer
22284 and MethodBase arguments; pass the namespace ID to the symwriter;
22285 pass the MethodBase instead of the token to the symwriter.
22286 (SymbolWriter.DefineNamespace): New method to add a namespace to
22289 2003-02-09 Martin Baulig <martin@ximian.com>
22291 * symbolwriter.cs: New file. This is a wrapper around
22292 ISymbolWriter with a cleaner API. We'll dynamically Invoke()
22293 methods here in near future.
22295 2003-02-09 Martin Baulig <martin@ximian.com>
22297 * codegen.cs (EmitContext.Mark): Just pass the arguments to
22298 ILGenerator.MarkSequencePoint() which are actually used by the
22301 2003-02-09 Martin Baulig <martin@ximian.com>
22303 * location.cs (SourceFile): New public sealed class. This
22304 contains the name and an index which is used in the location's token.
22305 (Location): Reserve an appropriate number of bits in the token for
22306 the source file instead of walking over that list, this gives us a
22307 really huge performance improvement when compiling with debugging.
22309 * driver.cs (Driver.parse, Driver.tokenize_file): Take a
22310 `SourceFile' argument instead of a string.
22311 (Driver.ProcessFile): Add all the files via Location.AddFile(),
22312 but don't parse/tokenize here, we need to generate the list of all
22313 source files before we do that.
22314 (Driver.ProcessFiles): New static function. Parses/tokenizes all
22317 * cs-parser.jay (CSharpParser): Take a `SourceFile' argument
22318 instead of a string.
22320 * cs-tokenizer.cs (Tokenizer): Take `SourceFile' argument instead
22323 2003-02-09 Martin Baulig <martin@ximian.com>
22325 * cs-tokenizer.cs (Tokenizer.PreProcessLine): Also reset the
22326 filename on `#line default'.
22328 Sat Feb 8 17:03:16 CET 2003 Paolo Molaro <lupus@ximian.com>
22330 * statement.cs: don't clear the pinned var when the fixed statement
22331 returns from the method (fixes bug#37752).
22333 Sat Feb 8 12:58:06 CET 2003 Paolo Molaro <lupus@ximian.com>
22335 * typemanager.cs: fix from mathpup@mylinuxisp.com (Marcus Urban)
22338 2003-02-07 Martin Baulig <martin@ximian.com>
22340 * driver.cs: Removed the `--debug-args' command line argument.
22342 * codegen.cs (CodeGen.SaveSymbols): Removed, this is now done
22343 automatically by the AsssemblyBuilder.
22344 (CodeGen.InitializeSymbolWriter): We don't need to call any
22345 initialization function on the symbol writer anymore. This method
22346 doesn't take any arguments.
22348 2003-02-03 Miguel de Icaza <miguel@ximian.com>
22350 * driver.cs: (AddAssemblyAndDeps, LoadAssembly): Enter the types
22351 from referenced assemblies as well.
22353 2003-02-02 Martin Baulig <martin@ximian.com>
22355 * class.cs (MethodData.Emit): Generate debugging info for external methods.
22357 2003-02-02 Martin Baulig <martin@ximian.com>
22359 * class.cs (Constructor.Emit): Open the symbol writer before
22360 emitting the constructor initializer.
22361 (ConstructorInitializer.Emit): Call ec.Mark() to allow
22362 single-stepping through constructor initializers.
22364 2003-01-30 Miguel de Icaza <miguel@ximian.com>
22366 * class.cs: Handle error 549: do not allow virtual methods in
22369 2003-02-01 Jackson Harper <jackson@latitudegeo.com>
22371 * decl.cs: Check access levels when resolving types
22373 2003-01-31 Jackson Harper <jackson@latitudegeo.com>
22375 * statement.cs: Add parameters and locals set in catch blocks that might
22376 return to set vector
22378 2003-01-29 Miguel de Icaza <miguel@ximian.com>
22380 * class.cs (Operator): Set the SpecialName flags for operators.
22382 * expression.cs (Invocation.DoResolve): Only block calls to
22383 accessors and operators on SpecialName methods.
22385 (Cast.TryReduce): Handle conversions from char constants.
22388 Tue Jan 28 17:30:57 CET 2003 Paolo Molaro <lupus@ximian.com>
22390 * statement.cs: small memory and time optimization in FlowBranching.
22392 2003-01-28 Pedro Mart <yoros@wanadoo.es>
22394 * expression.cs (IndexerAccess.DoResolveLValue): Resolve the same
22395 problem that the last fix but in the other sid (Set).
22397 * expression.cs (IndexerAccess.DoResolve): Fix a problem with a null
22398 access when there is no indexer in the hierarchy.
22400 2003-01-27 Jackson Harper <jackson@latitudegeo.com>
22402 * class.cs: Combine some if statements.
22404 2003-01-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22406 * driver.cs: fixed bug #37187.
22408 2003-01-27 Pedro Martinez Juliá <yoros@wanadoo.es>
22410 * expression.cs (IndexerAccess.DoResolve): Before trying to resolve
22411 any indexer, it's needed to build a list with all the indexers in the
22412 hierarchy (AllGetters), else we have problems. Fixes #35653.
22414 2003-01-23 Miguel de Icaza <miguel@ximian.com>
22416 * class.cs (MethodData.Define): It is wrong for an interface
22417 implementation to be static in both cases: explicit and implicit.
22418 We were only handling this in one case.
22420 Improve the if situation there to not have negations.
22422 * class.cs (Field.Define): Turns out that we do not need to check
22423 the unsafe bit on field definition, only on usage. Remove the test.
22425 2003-01-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22427 * driver.cs: use assembly.Location instead of Codebase (the latest
22428 patch made mcs fail when using MS assemblies).
22430 2003-01-21 Tim Haynes <thaynes@openlinksw.com>
22432 * driver.cs: use DirectorySeparatorChar instead of a hardcoded "/" to
22433 get the path to *corlib.dll.
22435 2003-01-21 Nick Drochak <ndrochak@gol.com>
22439 * typemanager.cs: Remove compiler warnings
22441 2003-01-20 Duncan Mak <duncan@ximian.com>
22443 * AssemblyInfo.cs: Bump the version number to 0.19.
22445 2003-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22447 * cs-tokenizer.cs: little fixes to line numbering when #line is used.
22449 2003-01-18 Zoltan Varga <vargaz@freemail.hu>
22451 * class.cs (Constructor::Emit): Emit debugging info for constructors.
22453 2003-01-17 Miguel de Icaza <miguel@ximian.com>
22455 * cs-parser.jay: Small fix: we were not comparing the constructor
22456 name correctly. Thanks to Zoltan for the initial pointer.
22458 2003-01-16 Jackson Harper <jackson@latitudegeo.com>
22460 * cs-tokenizer.cs: Set file name when specified with #line
22462 2003-01-15 Miguel de Icaza <miguel@ximian.com>
22464 * cs-parser.jay: Only perform the constructor checks here if we
22465 are named like the class; This will help provider a better
22466 error. The constructor path is taken when a type definition is
22467 not found, but most likely the user forgot to add the type, so
22468 report that rather than the constructor error.
22470 Tue Jan 14 10:36:49 CET 2003 Paolo Molaro <lupus@ximian.com>
22472 * class.cs, rootcontext.cs: small changes to avoid unnecessary memory
22475 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
22477 * cs-parser.jay: Add cleanup call.
22479 2003-01-13 Duncan Mak <duncan@ximian.com>
22481 * cs-tokenizer.cs (Cleanup): Rename to 'cleanup' to make it more
22482 consistent with other methods.
22484 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
22486 * cs-tokenizer.cs: Add Cleanup method, also fix #region error messages.
22488 Sun Jan 12 19:58:42 CET 2003 Paolo Molaro <lupus@ximian.com>
22490 * attribute.cs: only set GuidAttr to true when we have a
22493 2003-01-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22497 * typemanager.cs: fixes to allow mcs compile corlib with the new
22498 Type.IsSubclassOf fix.
22500 2003-01-08 Miguel de Icaza <miguel@ximian.com>
22502 * expression.cs (LocalVariableReference.DoResolve): Classify a
22503 constant as a value, not as a variable. Also, set the type for
22506 * cs-parser.jay (fixed_statement): take a type instead of a
22507 pointer_type, so we can produce a better error message later.
22509 * statement.cs (Fixed.Resolve): Flag types that are not pointers
22512 (For.DoEmit): Make inifinite loops have a
22513 non-conditional branch back.
22515 (Fixed.DoEmit): First populate the pinned variables, then emit the
22516 statement, then clear the variables. Before I was emitting the
22517 code once for each fixed piece.
22520 2003-01-08 Martin Baulig <martin@ximian.com>
22522 * statement.cs (FlowBranching.MergeChild): A break in a
22523 SWITCH_SECTION does not leave a loop. Fixes #36155.
22525 2003-01-08 Martin Baulig <martin@ximian.com>
22527 * statement.cs (FlowBranching.CheckOutParameters): `struct_params'
22528 lives in the same number space than `param_map'. Fixes #36154.
22530 2003-01-07 Miguel de Icaza <miguel@ximian.com>
22532 * cs-parser.jay (constructor_declaration): Set the
22533 Constructor.ModFlags before probing for it. This makes the
22534 compiler report 514, 515 and 132 (the code was there, but got
22537 * statement.cs (Goto.Resolve): Set `Returns' to ALWAYS.
22538 (GotoDefault.Resolve): Set `Returns' to ALWAYS.
22539 (GotoCase.Resolve): Set `Returns' to ALWAYS.
22541 Tue Jan 7 18:32:24 CET 2003 Paolo Molaro <lupus@ximian.com>
22543 * enum.cs: create the enum static fields using the enum type.
22545 Tue Jan 7 18:23:44 CET 2003 Paolo Molaro <lupus@ximian.com>
22547 * class.cs: don't try to create the ParamBuilder for the return
22548 type if it's not needed (and handle it breaking for the ms runtime
22551 2003-01-06 Jackson Harper <jackson@latitudegeo.com>
22553 * cs-tokenizer.cs: Add REGION flag to #region directives, and add checks to make sure that regions are being poped correctly
22555 2002-12-29 Miguel de Icaza <miguel@ximian.com>
22557 * cs-tokenizer.cs (get_cmd_arg): Fixups to allow \r to terminate
22558 the command. This showed up while compiling the JANET source
22559 code, which used \r as its only newline separator.
22561 2002-12-28 Miguel de Icaza <miguel@ximian.com>
22563 * class.cs (Method.Define): If we are an operator (because it
22564 reuses our code), then set the SpecialName and HideBySig. #36128
22566 2002-12-22 Miguel de Icaza <miguel@ximian.com>
22568 * ecore.cs (FieldExpr.DoResolve): Instead of throwing an
22569 exception, report error 120 `object reference required'.
22571 * driver.cs: Add --pause option, used during to measure the size
22572 of the process as it goes with --timestamp.
22574 * expression.cs (Invocation.DoResolve): Do not allow methods with
22575 SpecialName to be invoked.
22577 2002-12-21 Miguel de Icaza <miguel@ximian.com>
22579 * cs-tokenizer.cs: Small fix to the parser: compute the ascii
22580 number before adding it.
22582 2002-12-21 Ravi Pratap <ravi@ximian.com>
22584 * ecore.cs (StandardImplicitConversion): When in an unsafe
22585 context, we allow conversion between void * to any other pointer
22586 type. This fixes bug #35973.
22588 2002-12-20 Jackson Harper <jackson@latitudegeo.com>
22590 * codegen.cs: Use Path.GetFileNameWithoutExtension so an exception
22591 is not thrown when extensionless outputs are used
22593 2002-12-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22595 * rootcontext.cs: fixed compilation of corlib.
22597 2002-12-19 Miguel de Icaza <miguel@ximian.com>
22599 * attribute.cs (Attributes.Contains): Add new method.
22601 * class.cs (MethodCore.LabelParameters): if the parameter is an
22602 `out' parameter, check that no attribute `[In]' has been passed.
22604 * enum.cs: Handle the `value__' name in an enumeration.
22606 2002-12-14 Jaroslaw Kowalski <jarek@atm.com.pl>
22608 * decl.cs: Added special case to allow overrides on "protected
22611 2002-12-18 Ravi Pratap <ravi@ximian.com>
22613 * attribute.cs (Attributes.AddAttributeSection): Rename to this
22614 since it makes much more sense.
22616 (Attributes.ctor): Don't require a Location parameter.
22618 * rootcontext.cs (AddGlobalAttributeSection): Rename again.
22620 * attribute.cs (ApplyAttributes): Remove extra Location parameters
22621 since we already have that information per attribute.
22623 * everywhere : make appropriate changes.
22625 * class.cs (LabelParameters): Write the code which actually
22626 applies attributes to the return type. We can't do this on the MS
22627 .NET runtime so we flag a warning in the case an exception is
22630 2002-12-18 Miguel de Icaza <miguel@ximian.com>
22632 * const.cs: Handle implicit null conversions here too.
22634 2002-12-17 Ravi Pratap <ravi@ximian.com>
22636 * class.cs (MethodCore.LabelParameters): Remove the extra
22637 Type [] parameter since it is completely unnecessary. Instead
22638 pass in the method's attributes so that we can extract
22639 the "return" attribute.
22641 2002-12-17 Miguel de Icaza <miguel@ximian.com>
22643 * cs-parser.jay (parse): Use Report.Error to flag errors instead
22644 of ignoring it and letting the compile continue.
22646 * typemanager.cs (ChangeType): use an extra argument to return an
22647 error condition instead of throwing an exception.
22649 2002-12-15 Miguel de Icaza <miguel@ximian.com>
22651 * expression.cs (Unary.TryReduce): mimic the code for the regular
22652 code path. Perform an implicit cast in the cases where we can
22653 implicitly convert to one of the integral types, and then reduce
22654 based on that constant. This fixes bug #35483.
22656 2002-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22658 * typemanager.cs: fixed cut & paste error in GetRemoveMethod.
22660 2002-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22662 * namespace.cs: fixed bug #35489.
22664 2002-12-12 Miguel de Icaza <miguel@ximian.com>
22666 * class.cs: Remove some dead code.
22668 * cs-parser.jay: Estimate the number of methods needed
22669 (RootContext.MethodCount);
22671 * cs-tokenizer.cs: Use char arrays for parsing identifiers and
22672 numbers instead of StringBuilders.
22674 * support.cs (PtrHashtable): Add constructor with initial size;
22675 We can now reduce reallocations of the method table.
22677 2002-12-10 Ravi Pratap <ravi@ximian.com>
22679 * attribute.cs (ApplyAttributes): Keep track of the emitted
22680 attributes on a per-target basis. This fixes bug #35413.
22682 2002-12-10 Miguel de Icaza <miguel@ximian.com>
22684 * driver.cs (MainDriver): On rotor encoding 28591 does not exist,
22685 default to the Windows 1252 encoding.
22687 (UnixParseOption): Support version, thanks to Alp for the missing
22690 * AssemblyInfo.cs: Add nice assembly information.
22692 * cs-tokenizer.cs: Add fix from Felix to the #if/#else handler
22695 * cs-parser.jay: Allow a trailing comma before the close bracked
22696 in the attribute_section production.
22698 * ecore.cs (FieldExpr.AddressOf): Until I figure out why the
22699 address of the instance was being taken, I will take this out,
22700 because we take the address of the object immediately here.
22702 2002-12-09 Ravi Pratap <ravi@ximian.com>
22704 * typemanager.cs (AreMultipleAllowed): Take care of the most
22705 obvious case where attribute type is not in the current assembly -
22708 2002-12-08 Miguel de Icaza <miguel@ximian.com>
22710 * ecore.cs (SimpleName.DoResolve): First perform lookups on using
22711 definitions, instead of doing that afterwards.
22713 Also we use a nice little hack, depending on the constructor, we
22714 know if we are a "composed" name or a simple name. Hence, we
22715 avoid the IndexOf test, and we avoid
22717 * codegen.cs: Add code to assist in a bug reporter to track down
22718 the source of a compiler crash.
22720 2002-12-07 Ravi Pratap <ravi@ximian.com>
22722 * attribute.cs (Attribute.ApplyAttributes) : Keep track of which attribute
22723 types have been emitted for a given element and flag an error
22724 if something which does not have AllowMultiple set is used more
22727 * typemanager.cs (RegisterAttributeAllowMultiple): Keep track of
22728 attribute types and their corresponding AllowMultiple properties
22730 (AreMultipleAllowed): Check the property for a given type.
22732 * attribute.cs (Attribute.ApplyAttributes): Register the AllowMultiple
22733 property in the case we have a TypeContainer.
22735 (Attributes.AddAttribute): Detect duplicates and just skip on
22736 adding them. This trivial fix catches a pretty gross error in our
22737 attribute emission - global attributes were being emitted twice!
22739 Bugzilla bug #33187 is now fixed.
22741 2002-12-06 Miguel de Icaza <miguel@ximian.com>
22743 * cs-tokenizer.cs (pp_expr): Properly recurse here (use pp_expr
22744 instead of pp_and).
22746 * expression.cs (Binary.ResolveOperator): I can only use the
22747 Concat (string, string, string) and Concat (string, string,
22748 string, string) if the child is actually a concatenation of
22751 2002-12-04 Miguel de Icaza <miguel@ximian.com>
22753 * cs-tokenizer.cs: Small fix, because decimal_digits is used in a
22754 context where we need a 2-character lookahead.
22756 * pending.cs (PendingImplementation): Rework so we can keep track
22757 of interface types all the time, and flag those which were
22758 implemented by parents as optional.
22760 2002-12-03 Miguel de Icaza <miguel@ximian.com>
22762 * expression.cs (Binary.ResolveOperator): Use
22763 String.Concat(string,string,string) or
22764 String.Concat(string,string,string,string) when possible.
22766 * typemanager: More helper methods.
22769 Tue Dec 3 19:32:04 CET 2002 Paolo Molaro <lupus@ximian.com>
22771 * pending.cs: remove the bogus return from GetMissingInterfaces()
22772 (see the 2002-11-06 entry: the mono runtime is now fixed in cvs).
22774 2002-12-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22776 * namespace.cs: avoid duplicated 'using xxx' being added to
22777 using_clauses. This prevents mcs from issuing and 'ambiguous type' error
22778 when we get more than one 'using' statement for the same namespace.
22779 Report a CS0105 warning for it.
22781 2002-11-30 Miguel de Icaza <miguel@ximian.com>
22783 * cs-tokenizer.cs (consume_identifier): use read directly, instead
22784 of calling getChar/putback, uses internal knowledge of it.
22786 (xtoken): Reorder tokenizer so most common patterns are checked
22787 first. This reduces the compilation time in another 5% (from 8.11s
22788 average to 7.73s for bootstrapping mcs on my Mobile p4/1.8ghz).
22790 The parsing time is 22% of the compilation in mcs, and from that
22791 64% is spent on the tokenization process.
22793 I tried using a binary search for keywords, but this is slower
22794 than the hashtable. Another option would be to do a couple of
22797 * Not use a StringBuilder, instead use an array of chars,
22798 with a set value. Notice that this way we could catch
22799 the 645 error without having to do it *afterwards*.
22801 * We could write a hand-parser to avoid the hashtable
22802 compares altogether.
22804 The identifier consumption process takes 37% of the tokenization
22805 time. Another 15% is spent on is_number. 56% of the time spent
22806 on is_number is spent on Int64.Parse:
22808 * We could probably choose based on the string length to
22809 use Int32.Parse or Int64.Parse and avoid all the 64-bit
22812 Another 3% is spend on wrapping `xtoken' in the `token' function.
22814 Handle 0xa0 as whitespace (#34752)
22816 2002-11-26 Miguel de Icaza <miguel@ximian.com>
22818 * typemanager.cs (IsCLRType): New routine to tell whether a type
22819 is one of the builtin types.
22821 Maybe it needs to use TypeCodes to be faster. Maybe we could use
22822 typecode in more places instead of doing pointer comparissions.
22823 We could leverage some knowledge about the way the typecodes are
22826 New code to cache namespaces in assemblies, it is currently not
22827 invoked, to be used soon.
22829 * decl.cs (DeclSpace.MakeFQN): Simple optimization.
22831 * expression.cs (Binary.ResolveOperator): specially handle
22832 strings, and do not perform user-defined operator overloading for
22835 2002-11-24 Miguel de Icaza <miguel@ximian.com>
22837 * cs-tokenizer.cs: Avoid calling Char.IsDigit which is an
22838 internalcall as it is a pretty simple operation; Avoid whenever
22839 possible to call Char.IsLetter.
22841 (consume_identifier): Cut by half the number of
22842 hashtable calls by merging the is_keyword and GetKeyword behavior.
22844 Do not short-circuit, because if we do, we
22845 report errors (ie, #if false && true would produce an invalid
22849 2002-11-24 Martin Baulig <martin@ximian.com>
22851 * expression.cs (Cast.TryReduce): If we're in checked syntax,
22852 check constant ranges and report a CS0221. Fixes #33186.
22854 2002-11-24 Martin Baulig <martin@ximian.com>
22856 * cs-parser.jay: Make this work for uninitialized variable
22857 declarations in the `for' initializer. Fixes #32416.
22859 2002-11-24 Martin Baulig <martin@ximian.com>
22861 * ecore.cs (Expression.ConvertExplicit): Make casting from/to
22862 System.Enum actually work. Fixes bug #32269, added verify-6.cs.
22864 2002-11-24 Martin Baulig <martin@ximian.com>
22866 * expression.cs (Binary.DoNumericPromotions): Added `check_user_conv'
22867 argument; if true, we also check for user-defined conversions.
22868 This is only needed if both arguments are of a user-defined type.
22869 Fixes #30443, added test-175.cs.
22870 (Binary.ForceConversion): Pass the location argument to ConvertImplicit.
22872 * ecore.cs (Expression.ImplicitUserConversionExists): New method.
22874 2002-11-24 Martin Baulig <martin@ximian.com>
22876 * expression.cs (ArrayAccess.GetStoreOpcode): New public static
22877 function to get the store opcode.
22878 (Invocation.EmitParams): Call ArrayAccess.GetStoreOpcode() and
22879 only emit the Ldelema if the store opcode is Stobj. You must run
22880 both test-34 and test-167 to test this. Fixes #34529.
22882 2002-11-23 Martin Baulig <martin@ximian.com>
22884 * ecore.cs (Expression.MemberLookup): Added additional
22885 `qualifier_type' argument which is used when we're being called
22886 from MemberAccess.DoResolve() and null if we're called from a
22888 (Expression.MemberLookupFailed): New method to report errors; this
22889 does the CS1540 check and reports the correct error message.
22891 * typemanager.cs (MemberLookup): Added additional `qualifier_type'
22892 argument for the CS1540 check and redone the way how we're dealing
22893 with private members. See the comment in the source code for details.
22894 (FilterWithClosure): Reverted this back to revision 1.197; renamed
22895 `closure_start_type' to `closure_qualifier_type' and check whether
22896 it's not null. It was not this filter being broken, it was just
22897 being called with the wrong arguments.
22899 * expression.cs (MemberAccess.DoResolve): use MemberLookupFinal()
22900 and pass it the correct `qualifier_type'; this also does the error
22903 2002-11-22 Miguel de Icaza <miguel@ximian.com>
22905 * expression.cs (Invocation.EmitParams): If the we are dealing
22906 with a non-built-in value type, load its address as well.
22908 (ArrayCreation): Use a a pretty constant instead
22909 of the hardcoded value 2. Use 6 instead of 2 for the number of
22910 static initializers.
22912 (ArrayCreation.EmitDynamicInitializers): Peel enumerations,
22913 because they are not really value types, just glorified integers.
22915 * driver.cs: Do not append .exe, the CSC compiler does not do it.
22917 * ecore.cs: Remove redundant code for enumerations, make them use
22918 the same code path as everything else, fixes the casting issue
22919 with enumerations in Windows.Forms.
22921 * attribute.cs: Do only cast to string if it is a string, the
22922 validation happens later.
22924 * typemanager.cs: Temproary hack to avoid a bootstrap issue until
22925 people upgrade their corlibs.
22927 * ecore.cs: Oops, enumerations were not following the entire code path
22929 2002-11-21 Miguel de Icaza <miguel@ximian.com>
22931 * typemanager.cs (FilterWithClosure): Commented out the test for
22932 1540 in typemanager.cs, as it has problems when accessing
22933 protected methods from a parent class (see test-174.cs).
22935 * attribute.cs (Attribute.ValidateGuid): new method.
22936 (Attribute.Resolve): Use above.
22938 2002-11-19 Miguel de Icaza <miguel@ximian.com>
22940 * enum.cs: In FindMembers, perform a recursive lookup for values. (34308)
22942 * ecore.cs (SimpleName.SimpleNameResolve): Remove the special
22943 handling for enumerations, as we only needed the TypeContainer
22944 functionality to begin with (this is required for the fix below to
22945 work for enums that reference constants in a container class for
22948 * codegen.cs (EmitContext): Make TypeContainer a DeclSpace.
22950 * enum.cs (Enum.Define): Use `this' instead of parent, so we have
22951 a valid TypeBuilder to perform lookups on.o
22953 * class.cs (InheritableMemberSignatureCompare): Use true in the
22954 call to GetGetMethod and GetSetMethod, because we are comparing
22955 the signature, and we need to get the methods *even* if they are
22958 (PropertyBase.CheckBase): ditto.
22960 * statement.cs (Switch.ResolveAndReduce, Block.EmitMeta,
22961 GotoCase.Resolve): Use Peel on EmpytCasts.
22963 * ecore.cs (EmptyCast): drop child, add Peel method.
22965 2002-11-17 Martin Baulig <martin@ximian.com>
22967 * ecore.cs (EmptyCast.Child): New public property.
22969 * statement.cs (SwitchLabel.ResolveAndReduce): Check whether the
22970 label resolved to an EmptyCast. Fixes #34162.
22971 (GotoCase.Resolve): Likewise.
22972 (Block.EmitMeta): Likewise.
22974 2002-11-17 Martin Baulig <martin@ximian.com>
22976 * expression.cs (Invocation.BetterConversion): Prefer int over
22977 uint; short over ushort; long over ulong for integer literals.
22978 Use ImplicitConversionExists instead of StandardConversionExists
22979 since we also need to check for user-defined implicit conversions.
22980 Fixes #34165. Added test-173.cs.
22982 2002-11-16 Martin Baulig <martin@ximian.com>
22984 * expression.cs (Binary.EmitBranchable): Eliminate comparisions
22985 with the `true' and `false' literals. Fixes #33151.
22987 2002-11-16 Martin Baulig <martin@ximian.com>
22989 * typemanager.cs (RealMemberLookup): Reverted Miguel's patch from
22990 October 22nd; don't do the cs1540 check for static members.
22992 * ecore.cs (PropertyExpr.ResolveAccessors): Rewrote this; we're
22993 now using our own filter here and doing the cs1540 check again.
22995 2002-11-16 Martin Baulig <martin@ximian.com>
22997 * support.cs (InternalParameters): Don't crash if we don't have
22998 any fixed parameters. Fixes #33532.
23000 2002-11-16 Martin Baulig <martin@ximian.com>
23002 * decl.cs (MemberCache.AddMethods): Use BindingFlags.FlattenHierarchy
23003 when looking up static methods to make this work on Windows.
23006 2002-11-16 Martin Baulig <martin@ximian.com>
23008 * ecore.cs (PropertyExpr.VerifyAssignable): Check whether we have
23009 a setter rather than using PropertyInfo.CanWrite.
23011 2002-11-15 Nick Drochak <ndrochak@gol.com>
23013 * class.cs: Allow acces to block member by subclasses. Fixes build
23016 2002-11-14 Martin Baulig <martin@ximian.com>
23018 * class.cs (Constructor.Emit): Added the extern/block check.
23021 2002-11-14 Martin Baulig <martin@ximian.com>
23023 * expression.cs (IndexerAccess.DoResolve): Do a DeclaredOnly
23024 iteration while looking for indexers, this is needed because the
23025 indexer may have a different name in our base classes. Fixed the
23026 error reporting (no indexers at all, not get accessor, no
23027 overloaded match). Fixes bug #33089.
23028 (IndexerAccess.DoResolveLValue): Likewise.
23030 2002-11-14 Martin Baulig <martin@ximian.com>
23032 * class.cs (PropertyBase.CheckBase): Make this work for multiple
23033 indexers. Fixes the first part of bug #33089.
23034 (MethodSignature.InheritableMemberSignatureCompare): Added support
23037 2002-11-13 Ravi Pratap <ravi@ximian.com>
23039 * attribute.cs (Attribute.Resolve): Catch the
23040 NullReferenceException and report it since it isn't supposed to
23043 2002-11-12 Miguel de Icaza <miguel@ximian.com>
23045 * expression.cs (Binary.EmitBranchable): Also handle the cases for
23046 LogicalOr and LogicalAnd that can benefit from recursively
23047 handling EmitBranchable. The code now should be nice for Paolo.
23049 2002-11-08 Miguel de Icaza <miguel@ximian.com>
23051 * typemanager.cs (LookupType): Added a negative-hit hashtable for
23052 the Type lookups, as we perform quite a number of lookups on
23053 non-Types. This can be removed once we can deterministically tell
23054 whether we have a type or a namespace in advance.
23056 But this might require special hacks from our corlib.
23060 * ecore.cs (TryImplicitIntConversion): Handle conversions to float
23061 and double which avoids a conversion from an integer to a double.
23063 * expression.cs: tiny optimization, avoid calling IsConstant,
23064 because it effectively performs the lookup twice.
23066 2002-11-06 Miguel de Icaza <miguel@ximian.com>
23068 But a bogus return here to keep the semantics of the old code
23069 until the Mono runtime is fixed.
23071 * pending.cs (GetMissingInterfaces): New method used to remove all
23072 the interfaces that are already implemented by our parent
23073 classes from the list of pending methods.
23075 * interface.cs: Add checks for calls after ResolveTypeExpr.
23077 2002-11-05 Miguel de Icaza <miguel@ximian.com>
23079 * class.cs (Class.Emit): Report warning 67: event not used if the
23080 warning level is beyond 3.
23082 * ecore.cs (Expression.ConvertExplicit): Missed a check for expr
23083 being a NullLiteral.
23085 * cs-parser.jay: Fix, Gonzalo reverted the order of the rank
23088 * class.cs (TypeContainer.GetClassBases): Cover a missing code
23089 path that might fail if a type can not be resolved.
23091 * expression.cs (Binary.Emit): Emit unsigned versions of the
23094 * driver.cs: use error 5.
23096 2002-11-02 Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
23098 * cs-parser.jay: simplified a rule and 5 SR conflicts dissapeared.
23100 2002-11-01 Miguel de Icaza <miguel@ximian.com>
23102 * cs-parser.jay (switch_section): A beautiful patch from Martin
23103 Baulig that fixed 33094.
23105 2002-10-31 Miguel de Icaza <miguel@ximian.com>
23107 * ecore.cs (PropertyExpr.DoResolveLValue, PropertyExpr.DoResolve):
23108 Check whether the base is abstract and report an error if so.
23110 * expression.cs (IndexerAccess.DoResolveLValue,
23111 IndexerAccess.DoResolve): ditto.
23113 (Invocation.DoResolve): ditto.
23115 (Invocation.FullMethodDesc): Improve the report string.
23117 * statement.cs (Block): Eliminate IsVariableDefined as it is
23118 basically just a wrapper for GetVariableInfo.
23120 * ecore.cs (SimpleName): Use new
23122 * support.cs (ReflectionParamter.ParameterType): We unwrap the
23123 type, as we return the actual parameter ref/unref state on a
23126 2002-10-30 Miguel de Icaza <miguel@ximian.com>
23128 * support.cs: Return proper flags REF/OUT fixing the previous
23131 * expression.cs: Reverted last patch, that was wrong. Is_ref is
23132 not used to mean `ref' but `ref or out' in ParameterReference
23134 * delegate.cs (FullDelegateDesc): use ParameterDesc to get the
23135 full type signature instead of calling TypeManger.CSharpName
23138 * support.cs (InternalParameters.ParameterDesc): Do not compare
23139 directly to the modflags, because REF/OUT will actually be bitsets
23142 * delegate.cs (VerifyMethod): Check also the modifiers.
23144 * cs-tokenizer.cs: Fix bug where floating point values with an
23145 exponent where a sign was missing was ignored.
23147 * driver.cs: Allow multiple assemblies to be specified in a single
23150 2002-10-28 Miguel de Icaza <miguel@ximian.com>
23152 * cs-parser.jay: Ugly. We had to add a multiplicative_expression,
23153 because identifiers after a parenthesis would end up in this kind
23154 of production, and we needed to desamiguate it for having casts
23157 (UserDefinedType *) xxx
23159 2002-10-24 Miguel de Icaza <miguel@ximian.com>
23161 * typemanager.cs (RealMemberLookup): when we deal with a subclass,
23162 we should set on the Bindingflags.NonPublic, but not turn on
23163 private_ok. private_ok controls whether a Private member is
23164 returned (this is chekced on the filter routine), while the
23165 BindingFlags.NonPublic just controls whether private/protected
23166 will be allowed. This fixes the problem part of the problem of
23167 private properties being allowed to be used in derived classes.
23169 * expression.cs (BaseAccess): Provide an DoResolveLValue method,
23170 so we can call the children DoResolveLValue method (this will
23171 properly signal errors on lvalue assignments to base properties)
23173 * ecore.cs (PropertyExpr.ResolveAccessors): If both setter and
23174 getter are null, and we have a property info, we know that this
23175 happened because the lookup failed, so we report an error 122 for
23176 protection level violation.
23178 We also silently return if setter and getter are null in the
23179 resolve functions, this condition only happens if we have flagged
23180 the error before. This is the other half of the problem.
23182 (PropertyExpr.ResolveAccessors): Turns out that PropertyInfo does
23183 not have accessibility information, that is why we were returning
23184 true in the filter function in typemanager.cs.
23186 To properly report 122 (property is inaccessible because of its
23187 protection level) correctly, we report this error in ResolveAccess
23188 by failing if both the setter and the getter are lacking (ie, the
23191 DoResolve and DoLResolve have been modified to check for both
23192 setter/getter being null and returning silently, the reason being
23193 that I did not want to put the knowledge about this error in upper
23196 int old = Report.Errors;
23197 x = new PropertyExpr (...);
23198 if (old != Report.Errors)
23203 So the property expr is returned, but it is invalid, so the error
23204 will be flagged during the resolve process.
23206 * class.cs: Remove InheritablePropertySignatureCompare from the
23207 class, as we no longer depend on the property signature to compute
23208 whether it is possible to implement a method or not.
23210 The reason is that calling PropertyInfo.GetGetMethod will return
23211 null (in .NET, in Mono it works, and we should change this), in
23212 cases where the Get Method does not exist in that particular
23217 class X { public virtual int A { get { return 1; } } }
23219 class Z : Y { public override int A { get { return 2; } } }
23221 Would fail in Z because the parent (Y) would not have the property
23222 defined. So we avoid this completely now (because the alternative
23223 fix was ugly and slow), and we now depend exclusively on the
23226 (PropertyBase.CheckBase): Use a method-base mechanism to find our
23227 reference method, instead of using the property.
23229 * typemanager.cs (GetPropertyGetter, GetPropertySetter): These
23230 routines are gone now.
23232 * typemanager.cs (GetPropertyGetter, GetPropertySetter): swap the
23233 names, they were incorrectly named.
23235 * cs-tokenizer.cs: Return are more gentle token on failure.
23237 * pending.cs (PendingImplementation.InterfaceMethod): This routine
23238 had an out-of-sync index variable, which caused it to remove from
23239 the list of pending methods the wrong method sometimes.
23241 2002-10-22 Miguel de Icaza <miguel@ximian.com>
23243 * ecore.cs (PropertyExpr): Do not use PropertyInfo.CanRead,
23244 CanWrite, because those refer to this particular instance of the
23245 property, and do not take into account the fact that we can
23246 override single members of a property.
23248 Constructor requires an EmitContext. The resolution process does
23249 not happen here, but we need to compute the accessors before,
23250 because the resolution does not always happen for properties.
23252 * typemanager.cs (RealMemberLookup): Set private_ok if we are a
23253 subclass, before we did not update this flag, but we did update
23256 (GetAccessors): Drop this routine, as it did not work in the
23257 presence of partially overwritten set/get methods.
23259 Notice that this broke the cs1540 detection, but that will require
23262 2002-10-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23266 * driver.cs: issue a warning instead of an error if we don't support
23267 debugging for the platform. Also ignore a couple of errors that may
23268 arise when trying to write the symbols. Undo my previous patch.
23270 2002-10-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23272 * driver.cs: ignore /debug switch except for Unix platforms.
23274 2002-10-23 Nick Drochak <ndrochak@gol.com>
23276 * makefile: Remove mcs2.exe and mcs3.exe on 'make clean'
23278 2002-10-21 Miguel de Icaza <miguel@ximian.com>
23280 * driver.cs: Do not make mcs-debug conditional, so we do not break
23281 builds that use it.
23283 * statement.cs (UsageVector.MergeChildren): I would like Martin to
23284 review this patch. But basically after all the children variables
23285 have been merged, the value of "Breaks" was not being set to
23286 new_breaks for Switch blocks. I think that it should be set after
23287 it has executed. Currently I set this to the value of new_breaks,
23288 but only if new_breaks is FlowReturn.ALWAYS, which is a bit
23289 conservative, but I do not understand this code very well.
23291 I did not break anything in the build, so that is good ;-)
23293 * cs-tokenizer.cs: Also allow \r in comments as a line separator.
23295 2002-10-20 Mark Crichton <crichton@gimp.org>
23297 * cfold.cs: Fixed compile blocker. Really fixed it this time.
23299 2002-10-20 Nick Drochak <ndrochak@gol.com>
23301 * cfold.cs: Fixed compile blocker.
23303 2002-10-20 Miguel de Icaza <miguel@ximian.com>
23305 * driver.cs: I was chekcing the key, not the file.
23307 2002-10-19 Ravi Pratap <ravi@ximian.com>
23309 * ecore.cs (UserDefinedConversion): Get rid of the bogus error
23310 message that we were generating - we just need to silently return
23313 2002-10-19 Miguel de Icaza <miguel@ximian.com>
23315 * class.cs (Event.Define): Change my previous commit, as this
23316 breaks the debugger. This is a temporary hack, as it seems like
23317 the compiler is generating events incorrectly to begin with.
23319 * expression.cs (Binary.ResolveOperator): Added support for
23320 "U operator - (E x, E y)"
23322 * cfold.cs (BinaryFold): Added support for "U operator - (E x, E
23325 * ecore.cs (FieldExpr.AddressOf): We had a special code path for
23326 init-only variables, but this path did not take into account that
23327 there might be also instance readonly variables. Correct this
23330 This fixes bug 32253
23332 * delegate.cs (NewDelegate.DoResolve): Catch creation of unsafe
23335 * driver.cs: Change the extension for modules to `netmodule'
23337 * cs-parser.jay: Improved slightly the location tracking for
23338 the debugger symbols.
23340 * class.cs (Event.Define): Use Modifiers.FieldAttr on the
23341 modifiers that were specified instead of the hardcoded value
23342 (FamAndAssem). This was basically ignoring the static modifier,
23343 and others. Fixes 32429.
23345 * statement.cs (Switch.SimpleSwitchEmit): Simplified the code, and
23346 fixed a bug in the process (32476)
23348 * expression.cs (ArrayAccess.EmitAssign): Patch from
23349 hwang_rob@yahoo.ca that fixes bug 31834.3
23351 2002-10-18 Miguel de Icaza <miguel@ximian.com>
23353 * driver.cs: Make the module extension .netmodule.
23355 2002-10-16 Miguel de Icaza <miguel@ximian.com>
23357 * driver.cs: Report an error if the resource file is not found
23358 instead of crashing.
23360 * ecore.cs (PropertyExpr.EmitAssign): Pass IsBase instead of
23361 false, like Emit does.
23363 2002-10-16 Nick Drochak <ndrochak@gol.com>
23365 * typemanager.cs: Remove unused private member. Also reported mcs
23366 bug to report this as a warning like csc.
23368 2002-10-15 Martin Baulig <martin@gnome.org>
23370 * statement.cs (Statement.Emit): Made this a virtual method; emits
23371 the line number info and calls DoEmit().
23372 (Statement.DoEmit): New protected abstract method, formerly knows
23373 as Statement.Emit().
23375 * codegen.cs (EmitContext.Mark): Check whether we have a symbol writer.
23377 2002-10-11 Miguel de Icaza <miguel@ximian.com>
23379 * class.cs: Following the comment from 2002-09-26 to AddMethod, I
23380 have fixed a remaining problem: not every AddXXXX was adding a
23381 fully qualified name.
23383 Now everyone registers a fully qualified name in the DeclSpace as
23384 being defined instead of the partial name.
23386 Downsides: we are slower than we need to be due to the excess
23387 copies and the names being registered this way.
23389 The reason for this is that we currently depend (on the corlib
23390 bootstrap for instance) that types are fully qualified, because
23391 we dump all the types in the namespace, and we should really have
23392 types inserted into the proper namespace, so we can only store the
23393 basenames in the defined_names array.
23395 2002-10-10 Martin Baulig <martin@gnome.org>
23397 * expression.cs (ArrayAccess.EmitStoreOpcode): Reverted the patch
23398 from bug #31834, see the bug report for a testcase which is
23401 2002-10-10 Martin Baulig <martin@gnome.org>
23403 * codegen.cs (EmitContext.Breaks): Removed, we're now using the
23404 flow analysis code for this.
23406 * statement.cs (Do, While, For): Tell the flow analysis code about
23408 (FlowBranching.UsageVector): Added support for infinite loops.
23409 (Block.Resolve): Moved the dead code elimination here and use flow
23412 2002-10-09 Miguel de Icaza <miguel@ximian.com>
23414 * class.cs (Field.Define): Catch cycles on struct type
23417 * typemanager.cs (IsUnmanagedtype): Do not recursively check
23418 fields if the fields are static. We only need to check instance
23421 * expression.cs (As.DoResolve): Test for reference type.
23423 * statement.cs (Using.ResolveExpression): Use
23424 ConvertImplicitRequired, not ConvertImplicit which reports an
23426 (Using.ResolveLocalVariableDecls): ditto.
23428 * expression.cs (Binary.ResolveOperator): Report errors in a few
23429 places where we had to.
23431 * typemanager.cs (IsUnmanagedtype): Finish implementation.
23433 2002-10-08 Miguel de Icaza <miguel@ximian.com>
23435 * expression.cs: Use StoreFromPtr instead of extracting the type
23436 and then trying to use Stelem. Patch is from hwang_rob@yahoo.ca
23438 * ecore.cs (ImplicitReferenceConversion): It is possible to assign
23439 an enumeration value to a System.Enum, but System.Enum is not a
23440 value type, but an class type, so we need to box.
23442 (Expression.ConvertExplicit): One codepath could return
23443 errors but not flag them. Fix this. Fixes #31853
23445 * parameter.cs (Resolve): Do not allow void as a parameter type.
23447 2002-10-06 Martin Baulig <martin@gnome.org>
23449 * statemenc.cs (FlowBranching.SetParameterAssigned): Don't crash
23450 if it's a class type and not a struct. Fixes #31815.
23452 2002-10-06 Martin Baulig <martin@gnome.org>
23454 * statement.cs: Reworked the flow analysis code a bit to make it
23455 usable for dead code elimination.
23457 2002-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23459 * cs-parser.jay: allow empty source files. Fixes bug #31781.
23461 2002-10-04 Miguel de Icaza <miguel@ximian.com>
23463 * expression.cs (ComposedCast.DoResolveType): A quick workaround
23464 to fix the test 165, will investigate deeper.
23466 2002-10-04 Martin Baulig <martin@gnome.org>
23468 * statement.cs (FlowBranching.UsageVector.MergeChildren): Make
23469 finally blocks actually work.
23470 (Try.Resolve): We don't need to create a sibling for `finally' if
23471 there is no finally block.
23473 2002-10-04 Martin Baulig <martin@gnome.org>
23475 * class.cs (Constructor.Define): The default accessibility for a
23476 non-default constructor is private, not public.
23478 2002-10-04 Miguel de Icaza <miguel@ximian.com>
23480 * class.cs (Constructor): Make AllowedModifiers public, add
23483 * cs-parser.jay: Perform the modifiers test here, as the
23484 constructor for the Constructor class usually receives a zero
23485 because of the way we create it (first we create, later we
23486 customize, and we were never checking the modifiers).
23488 * typemanager.cs (Typemanager.LookupTypeDirect): This new function
23489 is a version of LookupTypeReflection that includes the type-name
23490 cache. This can be used as a fast path for functions that know
23491 the fully qualified name and are only calling into *.GetType() to
23492 obtain a composed type.
23494 This is also used by TypeManager.LookupType during its type
23497 (LookupType): We now also track the real type name, as sometimes
23498 we can get a quey for the real type name from things like
23499 ComposedCast. This fixes bug 31422.
23501 * expression.cs (ComposedCast.Resolve): Since we are obtaining a
23502 complete type fullname, it does not have to go through the type
23503 resolution system to obtain the composed version of the type (for
23504 obtaining arrays or pointers).
23506 (Conditional.Emit): Use the EmitBoolExpression to
23507 generate nicer code, as requested by Paolo.
23509 (ArrayCreation.CheckIndices): Use the patch from
23510 hwang_rob@yahoo.ca to validate the array initializers.
23512 2002-10-03 Miguel de Icaza <miguel@ximian.com>
23514 * class.cs (ConstructorInitializer.Emit): simplify code by using
23515 Invocation.EmitCall, and at the same time, fix the bugs in calling
23516 parent constructors that took variable arguments.
23518 * ecore.cs (Expression.ConvertNumericExplicit,
23519 Expression.ImplicitNumericConversion): Remove the code that
23520 manually wrapped decimal (InternalTypeConstructor call is now gone
23523 * expression.cs (Cast.TryReduce): Also handle decimal types when
23524 trying to perform a constant fold on the type.
23526 * typemanager.cs (IsUnmanagedtype): Partially implemented.
23528 * parameter.cs: Removed ResolveAndDefine, as it was not needed, as
23529 that only turned off an error report, and did nothing else.
23531 2002-10-02 Miguel de Icaza <miguel@ximian.com>
23533 * driver.cs: Handle and ignore /fullpaths
23535 2002-10-01 Miguel de Icaza <miguel@ximian.com>
23537 * expression.cs (Binary.ResolveOperator): Catch the case where
23538 DoNumericPromotions returns true,
23540 (Binary.DoNumericPromotions): Simplify the code, and the tests.
23542 2002-09-27 Miguel de Icaza <miguel@ximian.com>
23544 * ecore.cs (EventExpr.Emit): Instead of emitting an exception,
23547 2002-09-26 Miguel de Icaza <miguel@ximian.com>
23549 * ecore.cs (ConvertNumericExplicit): It is not enough that the
23550 conversion exists, but it is also required that the conversion be
23551 performed. This manifested in "(Type64Enum) 2".
23553 * class.cs (TypeManager.AddMethod): The fix is not to change
23554 AddEnum, because that one was using a fully qualified name (every
23555 DeclSpace derivative does), but to change the AddMethod routine
23556 that was using an un-namespaced name. This now correctly reports
23557 the duplicated name.
23559 Revert patch until I can properly fix it. The issue
23560 is that we have a shared Type space across all namespaces
23561 currently, which is wrong.
23563 Options include making the Namespace a DeclSpace, and merge
23564 current_namespace/current_container in the parser.
23566 2002-09-25 Miguel de Icaza <miguel@ximian.com>
23568 * cs-parser.jay: Improve error reporting when we get a different
23569 kind of expression in local_variable_type and
23570 local_variable_pointer_type.
23572 Propagate this to avoid missleading errors being reported.
23574 * ecore.cs (ImplicitReferenceConversion): treat
23575 TypeManager.value_type as a target just like object_type. As
23580 Is valid, and needs to result in the int 1 being boxed before it
23581 is assigned to the value type v.
23583 * class.cs (TypeContainer.AddEnum): Use the basename, not the name
23584 to validate the enumeration name.
23586 * expression.cs (ArrayAccess.EmitAssign): Mimic the same test from
23587 EmitDynamicInitializers for the criteria to use Ldelema. Thanks
23588 to hwang_rob@yahoo.ca for finding the bug and providing a patch.
23590 * ecore.cs (TryImplicitIntConversion): When doing an
23591 implicit-enumeration-conversion, check if the type is 64-bits and
23592 perform a conversion before passing to EnumConstant.
23594 2002-09-23 Miguel de Icaza <miguel@ximian.com>
23596 * decl.cs (Error_AmbiguousTypeReference); New routine used to
23597 report ambiguous type references. Unlike the MS version, we
23598 report what the ambiguity is. Innovation at work ;-)
23600 (DeclSpace.FindType): Require a location argument to
23601 display when we display an ambiguous error.
23603 * ecore.cs: (SimpleName.DoResolveType): Pass location to FindType.
23605 * interface.cs (GetInterfaceTypeByName): Pass location to FindType.
23607 * expression.cs (EmitDynamicInitializers): Apply patch from
23608 hwang_rob@yahoo.ca that fixes the order in which we emit our
23611 2002-09-21 Martin Baulig <martin@gnome.org>
23613 * delegate.cs (Delegate.VerifyApplicability): Make this work if the
23614 delegate takes no arguments.
23616 2002-09-20 Miguel de Icaza <miguel@ximian.com>
23618 * constant.cs: Use Conv_U8 instead of Conv_I8 when loading longs
23621 * expression.cs: Extract the underlying type.
23623 * ecore.cs (StoreFromPtr): Use TypeManager.IsEnumType instad of IsEnum
23625 * decl.cs (FindType): Sorry about this, fixed the type lookup bug.
23627 2002-09-19 Miguel de Icaza <miguel@ximian.com>
23629 * class.cs (TypeContainer.DefineType): We can not use the nice
23630 PackingSize with the size set to 1 DefineType method, because it
23631 will not allow us to define the interfaces that the struct
23634 This completes the fixing of bug 27287
23636 * ecore.cs (Expresion.ImplicitReferenceConversion): `class-type S'
23637 means also structs. This fixes part of the problem.
23638 (Expresion.ImplicitReferenceConversionExists): ditto.
23640 * decl.cs (DeclSparce.ResolveType): Only report the type-not-found
23641 error if there were no errors reported during the type lookup
23642 process, to avoid duplicates or redundant errors. Without this
23643 you would get an ambiguous errors plus a type not found. We have
23644 beaten the user enough with the first error.
23646 (DeclSparce.FindType): Emit a warning if we have an ambiguous
23649 * ecore.cs (SimpleName.DoResolveType): If an error is emitted
23650 during the resolution process, stop the lookup, this avoids
23651 repeated error reports (same error twice).
23653 * rootcontext.cs: Emit a warning if we have an ambiguous reference.
23655 * typemanager.cs (LookupType): Redo the type lookup code to match
23656 the needs of System.Reflection.
23658 The issue is that System.Reflection requires references to nested
23659 types to begin with a "+" sign instead of a dot. So toplevel
23660 types look like: "NameSpace.TopLevelClass", and nested ones look
23661 like "Namespace.TopLevelClass+Nested", with arbitrary nesting
23664 2002-09-19 Martin Baulig <martin@gnome.org>
23666 * codegen.cs (EmitContext.EmitTopBlock): If control flow analysis
23667 says that a method always returns or always throws an exception,
23668 don't report the CS0161.
23670 * statement.cs (FlowBranching.UsageVector.MergeChildren): Always
23671 set `Returns = new_returns'.
23673 2002-09-19 Martin Baulig <martin@gnome.org>
23675 * expression.cs (MemberAccess.ResolveMemberAccess): When resolving
23676 to an enum constant, check for a CS0176.
23678 2002-09-18 Miguel de Icaza <miguel@ximian.com>
23680 * class.cs (TypeContainer.CheckPairedOperators): Now we check
23681 for operators that must be in pairs and report errors.
23683 * ecore.cs (SimpleName.DoResolveType): During the initial type
23684 resolution process, when we define types recursively, we must
23685 check first for types in our current scope before we perform
23686 lookups in the enclosing scopes.
23688 * expression.cs (MakeByteBlob): Handle Decimal blobs.
23690 (Invocation.VerifyArgumentsCompat): Call
23691 TypeManager.TypeToCoreType on the parameter_type.GetElementType.
23692 I thought we were supposed to always call this, but there are a
23693 few places in the code where we dont do it.
23695 2002-09-17 Miguel de Icaza <miguel@ximian.com>
23697 * driver.cs: Add support in -linkres and -resource to specify the
23698 name of the identifier.
23700 2002-09-16 Miguel de Icaza <miguel@ximian.com>
23702 * ecore.cs (StandardConversionExists): Sync with the conversion
23703 code: allow anything-* to void* conversions.
23705 (FindMostSpecificSource): Use an Expression argument
23706 instead of a Type, because we might be handed over a Literal which
23707 gets a few more implicit conversions that plain types do not. So
23708 this information was being lost.
23710 Also, we drop the temporary type-holder expression when not
23713 2002-09-17 Martin Baulig <martin@gnome.org>
23715 * class.cs (PropertyBase.CheckBase): Don't check the base class if
23716 this is an explicit interface implementation.
23718 2002-09-17 Martin Baulig <martin@gnome.org>
23720 * class.cs (PropertyBase.CheckBase): Make this work for indexers with
23721 different `IndexerName' attributes.
23723 * expression.cs (BaseIndexerAccess): Rewrote this class to use IndexerAccess.
23724 (IndexerAccess): Added special protected ctor for BaseIndexerAccess and
23725 virtual CommonResolve().
23727 2002-09-16 Miguel de Icaza <miguel@ximian.com>
23729 * enum.cs (LookupEnumValue): Use the EnumConstant declared type,
23730 and convert that to the UnderlyingType.
23732 * statement.cs (Foreach.Resolve): Indexers are just like variables
23733 or PropertyAccesses.
23735 * cs-tokenizer.cs (consume_string): Track line numbers and columns
23736 inside quoted strings, we were not doing this before.
23738 2002-09-16 Martin Baulig <martin@gnome.org>
23740 * ecore.cs (MethodGroupExpr.DoResolve): If we have an instance expression,
23741 resolve it. This is needed for the definite assignment check of the
23742 instance expression, fixes bug #29846.
23743 (PropertyExpr.DoResolve, EventExpr.DoResolve): Likewise.
23745 2002-09-16 Nick Drochak <ndrochak@gol.com>
23747 * parameter.cs: Fix compile error. Cannot reference static member
23748 from an instance object. Is this an mcs bug?
23750 2002-09-14 Martin Baulig <martin@gnome.org>
23752 * decl.cs (MemberCache.SetupCacheForInterface): Don't add an interface
23753 multiple times. Fixes bug #30295, added test-166.cs.
23755 2002-09-14 Martin Baulig <martin@gnome.org>
23757 * statement.cs (Block.Emit): Don't emit unreachable code.
23758 (Switch.SimpleSwitchEmit, Switch.TableSwitchEmit): Check for missing
23759 `break' statements.
23760 (Goto.Emit, Continue.Emit): Set ec.Breaks = true.
23762 2002-09-14 Martin Baulig <martin@gnome.org>
23764 * parameter.cs (Parameter.Attributes): Make this work if Modifier.ISBYREF
23767 2002-09-14 Martin Baulig <martin@gnome.org>
23769 * typemanager.cs (TypeManager.IsNestedChildOf): This must return false
23770 if `type == parent' since in this case `type.IsSubclassOf (parent)' will
23771 be false on the ms runtime.
23773 2002-09-13 Martin Baulig <martin@gnome.org>
23775 * ecore.cs (SimpleName.SimpleNameResolve): Include the member name in
23776 the CS0038 error message.
23778 2002-09-12 Miguel de Icaza <miguel@ximian.com>
23780 * expression.cs (CheckedExpr, UnCheckedExpr): If we have a
23781 constant inside, return it.
23783 2002-09-12 Martin Baulig <martin@gnome.org>
23785 * cfold.cs (ConstantFold.DoConstantNumericPromotions): Check whether an
23786 implicit conversion can be done between enum types.
23788 * enum.cs (Enum.LookupEnumValue): If the value is an EnumConstant,
23789 check whether an implicit conversion to the current enum's UnderlyingType
23790 exists and report an error if not.
23792 * codegen.cs (CodeGen.Init): Delete the symbol file when compiling
23793 without debugging support.
23795 * delegate.cs (Delegate.CloseDelegate): Removed, use CloseType instead.
23796 Fixes bug #30235. Thanks to Ricardo Fernández Pascual.
23798 2002-09-12 Martin Baulig <martin@gnome.org>
23800 * typemanager.cs (TypeManager.IsNestedChildOf): New method.
23802 * ecore.cs (IMemberExpr.DeclaringType): New property.
23803 (SimpleName.SimpleNameResolve): Check whether we're accessing a
23804 nonstatic member of an outer type (CS0038).
23806 2002-09-11 Miguel de Icaza <miguel@ximian.com>
23808 * driver.cs: Activate the using-error detector at warning level
23809 4 (at least for MS-compatible APIs).
23811 * namespace.cs (VerifyUsing): Small buglett fix.
23813 * pending.cs (PendingImplementation): pass the container pointer.
23815 * interface.cs (GetMethods): Allow for recursive definition. Long
23816 term, I would like to move every type to support recursive
23817 definitions, not the current ordering mechanism that we have right
23820 The situation is this: Attributes are handled before interfaces,
23821 so we can apply attributes to interfaces. But some attributes
23822 implement interfaces, we will now handle the simple cases
23823 (recursive definitions will just get an error).
23825 * parameter.cs: Only invalidate types at the end if we fail to
23828 2002-09-09 Martin Baulig <martin@gnome.org>
23830 * ecore.cs (PropertyExpr.Emit): Also check for
23831 TypeManager.system_int_array_get_length so this'll also work when
23832 compiling corlib. Fixes #30003.
23834 2002-09-09 Martin Baulig <martin@gnome.org>
23836 * expression.cs (ArrayCreation.MakeByteBlob): Added support for enums
23837 and throw an exception if we can't get the type's size. Fixed #30040,
23840 2002-09-09 Martin Baulig <martin@gnome.org>
23842 * ecore.cs (PropertyExpr.DoResolve): Added check for static properies.
23844 * expression.cs (SizeOf.DoResolve): Sizeof is only allowed in unsafe
23845 context. Fixes bug #30027.
23847 * delegate.cs (NewDelegate.Emit): Use OpCodes.Ldvirtftn for
23848 virtual functions. Fixes bug #30043, added test-164.cs.
23850 2002-09-08 Ravi Pratap <ravi@ximian.com>
23852 * attribute.cs : Fix a small NullRef crash thanks to my stupidity.
23854 2002-09-08 Nick Drochak <ndrochak@gol.com>
23856 * driver.cs: Use an object to get the windows codepage since it's not a
23859 2002-09-08 Miguel de Icaza <miguel@ximian.com>
23861 * statement.cs (For.Emit): for infinite loops (test == null)
23862 return whether there is a break inside, not always "true".
23864 * namespace.cs (UsingEntry): New struct to hold the name of the
23865 using definition, the location where it is defined, and whether it
23866 has been used in a successful type lookup.
23868 * rootcontext.cs (NamespaceLookup): Use UsingEntries instead of
23873 2002-09-06 Ravi Pratap <ravi@ximian.com>
23875 * attribute.cs : Fix incorrect code which relied on catching
23876 a NullReferenceException to detect a null being passed in
23877 where an object was expected.
23879 2002-09-06 Miguel de Icaza <miguel@ximian.com>
23881 * statement.cs (Try): flag the catch variable as assigned
23883 * expression.cs (Cast): Simplified by using ResolveType instead of
23884 manually resolving.
23886 * statement.cs (Catch): Fix bug by using ResolveType.
23888 2002-09-06 Ravi Pratap <ravi@ximian.com>
23890 * expression.cs (BetterConversion): Special case for when we have
23891 a NullLiteral as the argument and we have to choose between string
23892 and object types - we choose string the way csc does.
23894 * attribute.cs (Attribute.Resolve): Catch the
23895 NullReferenceException and report error #182 since the Mono
23896 runtime no more has the bug and having this exception raised means
23897 we tried to select a constructor which takes an object and is
23900 2002-09-05 Ravi Pratap <ravi@ximian.com>
23902 * expression.cs (Invocation.OverloadResolve): Flag a nicer error
23903 message (1502, 1503) when we can't locate a method after overload
23904 resolution. This is much more informative and closes the bug
23907 * interface.cs (PopulateMethod): Return if there are no argument
23908 types. Fixes a NullReferenceException bug.
23910 * attribute.cs (Attribute.Resolve): Ensure we allow TypeOf
23911 expressions too. Previously we were checking only in one place for
23912 positional arguments leaving out named arguments.
23914 * ecore.cs (ImplicitNumericConversion): Conversion from underlying
23915 type to the enum type is not allowed. Remove code corresponding to
23918 (ConvertNumericExplicit): Allow explicit conversions from
23919 the underlying type to enum type. This precisely follows the spec
23920 and closes a bug filed by Gonzalo.
23922 2002-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23925 * compiler.csproj.user: patch from Adam Chester (achester@bigpond.com).
23927 2002-09-03 Miguel de Icaza <miguel@ximian.com>
23929 * statement.cs (SwitchLabel.ResolveAndReduce): In the string case,
23930 it was important that we stored the right value after the
23931 reduction in `converted'.
23933 2002-09-04 Martin Baulig <martin@gnome.org>
23935 * location.cs (Location.SymbolDocument): Use full pathnames for the
23938 2002-08-30 Miguel de Icaza <miguel@ximian.com>
23940 * expression.cs (ComposedCast): Use DeclSparce.ResolveType instead
23941 of the expression resolve mechanism, because that will catch the
23942 SimpleName error failures.
23944 (Conditional): If we can not resolve the
23945 expression, return, do not crash.
23947 2002-08-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23950 (location): display token name instead of its number.
23952 2002-08-28 Martin Baulig <martin@gnome.org>
23954 * expression.cs (Binary.ResolveOperator): Don't silently return
23955 but return an error if an operator cannot be applied between two
23958 2002-08-28 Martin Baulig <martin@gnome.org>
23960 * class.cs (Constructor.Define): Set the permission attributes
23961 correctly instead of making all constructors public.
23963 2002-08-28 Martin Baulig <martin@gnome.org>
23965 * ecore.cs (Expression.DoResolve): Do a TypeManager.MemberLook
23966 for private members before reporting a CS0103; if we find anything,
23969 2002-08-28 Martin Baulig <martin@gnome.org>
23971 * typemanager.cs (TypeManager.FilterWithClosure): It's not enough
23972 to check whether `closure_start_type == closure_invocation_type',
23973 we also need to check whether `m.DeclaringType == closure_invocation_type'
23974 before bypassing the permission checks. We might be accessing
23975 protected/private members from the base class.
23976 (TypeManager.RealMemberLookup): Only set private_ok if private
23977 members were requested via BindingFlags.NonPublic.
23979 * ecore.cs (MethodGroupExpr.IsExplicitImpl): New property.
23981 * expression.cs (MemberAccess.ResolveMemberAccess): Set
23982 MethodGroupExpr.IsExplicitImpl if appropriate.
23983 (Invocation.DoResolve): Don't report the CS0120 for explicit
23984 interface implementations.
23986 2002-08-27 Martin Baulig <martin@gnome.org>
23988 * expression.cs (Invocation.DoResolve): If this is a static
23989 method and we don't have an InstanceExpression, we must report
23992 2002-08-25 Martin Baulig <martin@gnome.org>
23994 * expression.cs (Binary.ResolveOperator): Don't allow `!=' and
23995 `==' between a valuetype and an object.
23997 2002-08-25 Miguel de Icaza <miguel@ximian.com>
23999 * ecore.cs (TypeExpr): Provide a ToString method.
24001 2002-08-24 Martin Baulig <martin@gnome.org>
24003 * codegen.cs (CodeGen.InitMonoSymbolWriter): The symbol file is
24004 now called proggie.dbg and it's a binary file.
24006 2002-08-23 Martin Baulig <martin@gnome.org>
24008 * decl.cs (MemberCache.AddMethods): Ignore varargs methods.
24010 2002-08-23 Martin Baulig <martin@gnome.org>
24012 * struct.cs (MyStructInfo.ctor): Make this work with empty
24013 structs; it's not allowed to use foreach() on null.
24015 2002-08-23 Martin Baulig <martin@gnome.org>
24017 * codegen.cs (CodeGen.InitMonoSymbolWriter): Tell the symbol
24018 writer the full pathname of the generated assembly.
24020 2002-08-23 Martin Baulig <martin@gnome.org>
24022 * statements.cs (FlowBranching.UsageVector.MergeChildren):
24023 A `finally' block never returns or breaks; improved handling of
24026 2002-08-23 Martin Baulig <martin@gnome.org>
24028 * statement.cs (Throw.Resolve): Allow `throw null'.
24030 2002-08-23 Martin Baulig <martin@gnome.org>
24032 * expression.cs (MemberAccess.ResolveMemberAccess): If this is an
24033 EventExpr, don't do a DeclaredOnly MemberLookup, but check whether
24034 `ee.EventInfo.DeclaringType == ec.ContainerType'. The
24035 MemberLookup would return a wrong event if this is an explicit
24036 interface implementation and the class has an event with the same
24039 2002-08-23 Martin Baulig <martin@gnome.org>
24041 * statement.cs (Block.AddChildVariableNames): New public method.
24042 (Block.AddChildVariableName): Likewise.
24043 (Block.IsVariableNameUsedInChildBlock): Likewise.
24044 (Block.AddVariable): Check whether a variable name has already
24045 been used in a child block.
24047 * cs-parser.jay (declare_local_variables): Mark all variable names
24048 from the current block as being used in a child block in the
24051 2002-08-23 Martin Baulig <martin@gnome.org>
24053 * codegen.cs (CodeGen.InitializeSymbolWriter): Abort if we can't
24054 find the symbol writer.
24056 * driver.cs: csc also allows the arguments to /define being
24057 separated by commas, not only by semicolons.
24059 2002-08-23 Martin Baulig <martin@gnome.org>
24061 * interface.cs (Interface.GetMembers): Added static check for events.
24063 2002-08-15 Martin Baulig <martin@gnome.org>
24065 * class.cs (MethodData.EmitDestructor): In the Expression.MemberLookup
24066 call, use ec.ContainerType.BaseType as queried_type and invocation_type.
24068 * ecore.cs (Expression.MemberLookup): Added documentation and explained
24069 why the MethodData.EmitDestructor() change was necessary.
24071 2002-08-20 Martin Baulig <martin@gnome.org>
24073 * class.cs (TypeContainer.FindMembers): Added static check for events.
24075 * decl.cs (MemberCache.AddMembers): Handle events like normal members.
24077 * typemanager.cs (TypeHandle.GetMembers): When queried for events only,
24078 use Type.GetEvents(), not Type.FindMembers().
24080 2002-08-20 Martin Baulig <martin@gnome.org>
24082 * decl.cs (MemberCache): Added a special method cache which will
24083 be used for method-only searched. This ensures that a method
24084 search will return a MethodInfo with the correct ReflectedType for
24087 2002-08-20 Martin Baulig <martin@gnome.org>
24089 * decl.cs (DeclSpace.FindMembers): Made this public.
24091 2002-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24093 * delegate.cs: fixed build on windows.
24094 [FIXME: Filed as bug #29150: MCS must report these errors.]
24096 2002-08-19 Ravi Pratap <ravi@ximian.com>
24098 * ecore.cs (StandardConversionExists): Return a false
24099 if we are trying to convert the void type to anything else
24100 since that is not allowed.
24102 * delegate.cs (DelegateInvocation.DoResolve): Ensure that
24103 we flag error 70 in the event an event is trying to be accessed
24104 directly from outside the declaring type.
24106 2002-08-20 Martin Baulig <martin@gnome.org>
24108 * typemanager.cs, decl.cs: Moved MemberList, IMemberContainer and
24109 MemberCache from typemanager.cs to decl.cs.
24111 2002-08-19 Martin Baulig <martin@gnome.org>
24113 * class.cs (TypeContainer): Implement IMemberContainer.
24114 (TypeContainer.DefineMembers): Create the MemberCache.
24115 (TypeContainer.FindMembers): Do better BindingFlags checking; only
24116 return public members if BindingFlags.Public was given, check
24117 whether members are static.
24119 2002-08-16 Martin Baulig <martin@gnome.org>
24121 * decl.cs (DeclSpace.Define): Splitted this in Define and
24122 DefineMembers. DefineMembers is called first and initializes the
24125 * rootcontext.cs (RootContext.DefineMembers): New function. Calls
24126 DefineMembers() on all our DeclSpaces.
24128 * class.cs (TypeContainer.Define): Moved all code to DefineMembers(),
24129 but call DefineMembers() on all nested interfaces. We call their
24130 Define() in our new Define() function.
24132 * interface.cs (Interface): Implement IMemberContainer.
24133 (Interface.Define): Moved all code except the attribute stuf to
24135 (Interface.DefineMembers): Initialize the member cache.
24137 * typemanager.cs (IMemberFinder): Removed this interface, we don't
24138 need this anymore since we can use MemberCache.FindMembers directly.
24140 2002-08-19 Martin Baulig <martin@gnome.org>
24142 * typemanager.cs (MemberCache): When creating the cache for an
24143 interface type, add all inherited members.
24144 (TypeManager.MemberLookup_FindMembers): Changed `ref bool searching'
24145 to `out bool used_cache' and documented it.
24146 (TypeManager.MemberLookup): If we already used the cache in the first
24147 iteration, we don't need to do the interfaces check.
24149 2002-08-19 Martin Baulig <martin@gnome.org>
24151 * decl.cs (DeclSpace.FindMembers): New abstract method. Moved this
24152 here from IMemberFinder and don't implement this interface anymore.
24153 (DeclSpace.MemberCache): Moved here from IMemberFinder.
24155 * typemanager.cs (IMemberFinder): This interface is now only used by
24156 classes which actually support the member cache.
24157 (TypeManager.builder_to_member_finder): Renamed to builder_to_declspace
24158 since we only put DeclSpaces into this Hashtable.
24159 (MemberLookup_FindMembers): Use `builder_to_declspace' if the type is
24160 a dynamic type and TypeHandle.GetTypeHandle() otherwise.
24162 2002-08-16 Martin Baulig <martin@gnome.org>
24164 * typemanager.cs (ICachingMemberFinder): Removed.
24165 (IMemberFinder.MemberCache): New property.
24166 (TypeManager.FindMembers): Merged this with RealFindMembers().
24167 This function will never be called from TypeManager.MemberLookup()
24168 so we can't use the cache here, just the IMemberFinder.
24169 (TypeManager.MemberLookup_FindMembers): Check whether the
24170 IMemberFinder has a MemberCache and call the cache's FindMembers
24172 (MemberCache): Rewrote larger parts of this yet another time and
24173 cleaned it up a bit.
24175 2002-08-15 Miguel de Icaza <miguel@ximian.com>
24177 * driver.cs (LoadArgs): Support quoting.
24179 (Usage): Show the CSC-like command line arguments.
24181 Improved a few error messages.
24183 2002-08-15 Martin Baulig <martin@gnome.org>
24185 * typemanager.cs (IMemberContainer.Type): New property.
24186 (IMemberContainer.IsInterface): New property.
24188 The following changes are conditional to BROKEN_RUNTIME, which is
24189 defined at the top of the file.
24191 * typemanager.cs (MemberCache.MemberCache): Don't add the base
24192 class'es members, but add all members from TypeHandle.ObjectType
24193 if we're an interface.
24194 (MemberCache.AddMembers): Set the Declared flag if member.DeclaringType
24195 is the current type.
24196 (MemberCache.CacheEntry.Container): Removed this field.
24197 (TypeHandle.GetMembers): Include inherited members.
24199 2002-08-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24201 * typemanager.cs: fixed compilation and added a comment on a field that
24204 2002-08-15 Martin Baulig <martin@gnome.org>
24206 * class.cs (ConstructorInitializer.Resolve): In the
24207 Expression.MemberLookup call, use the queried_type as
24210 * typemanager.cs (IMemberContainer.GetMembers): Removed the `bool
24211 declared' attribute, it's always true.
24212 (IMemberContainer.Parent, IMemberContainer.Name): New properties.
24213 (TypeManager.MemberLookup_FindMembers): [FIXME FIXME FIXME] Added
24214 temporary wrapper for FindMembers which tells MemberLookup whether
24215 members from the base classes are included in the return value.
24216 This will go away soon.
24217 (TypeManager.MemberLookup): Use this temporary hack here; once the
24218 new MemberCache is completed, we don't need to do the DeclaredOnly
24219 looping here anymore since the MemberCache will take care of this.
24220 (TypeManager.IsSubclassOrNestedChildOf): Allow `type == parent'.
24221 (MemberCache): When creating the MemberCache for a class, get
24222 members from the current class and all its base classes.
24223 (MemberCache.CacheEntry.Container): New field. This is a
24224 temporary hack until the Mono runtime is fixed to distinguish
24225 between ReflectedType and DeclaringType. It allows us to use MCS
24226 with both the MS runtime and the unfixed Mono runtime without
24227 problems and without accecting performance.
24228 (MemberCache.SearchMembers): The DeclaredOnly looping from
24229 TypeManager.MemberLookup is now done here.
24231 2002-08-14 Martin Baulig <martin@gnome.org>
24233 * statement.cs (MyStructInfo.MyStructInfo): Don't call
24234 Type.GetFields on dynamic types but get the fields from the
24235 corresponding TypeContainer.
24236 (MyStructInfo.GetStructInfo): Added check for enum types.
24238 * typemanager.cs (MemberList.IsSynchronized): Implemented.
24239 (MemberList.SyncRoot): Implemented.
24240 (TypeManager.FilterWithClosure): No need to check permissions if
24241 closure_start_type == closure_invocation_type, don't crash if
24242 closure_invocation_type is null.
24244 2002-08-13 Martin Baulig <martin@gnome.org>
24246 Rewrote TypeContainer.FindMembers to use a member cache. This
24247 gives us a speed increase of about 35% for the self-hosting MCS
24248 build and of about 15-20% for the class libs (both on GNU/Linux).
24250 * report.cs (Timer): New class to get enhanced profiling. This
24251 whole class is "TIMER" conditional since it remarkably slows down
24254 * class.cs (MemberList): New class. This is an IList wrapper
24255 which we're now using instead of passing MemberInfo[]'s around to
24256 avoid copying this array unnecessarily.
24257 (IMemberFinder.FindMember): Return a MemberList, not a MemberInfo [].
24258 (ICachingMemberFinder, IMemberContainer): New interface.
24259 (TypeManager.FilterWithClosure): If `criteria' is null, the name
24260 has already been checked, otherwise use it for the name comparision.
24261 (TypeManager.FindMembers): Renamed to RealMemberFinder and
24262 provided wrapper which tries to use ICachingMemberFinder.FindMembers
24263 if possible. Returns a MemberList, not a MemberInfo [].
24264 (TypeHandle): New class, implements IMemberContainer. We create
24265 one instance of this class per type, it contains a MemberCache
24266 which is used to do the member lookups.
24267 (MemberCache): New class. Each instance of this class contains
24268 all members of a type and a name-based hash table.
24269 (MemberCache.FindMembers): This is our new member lookup
24270 function. First, it looks up all members of the requested name in
24271 the hash table. Then, it walks this list and sorts out all
24272 applicable members and returns them.
24274 2002-08-13 Martin Baulig <martin@gnome.org>
24276 In addition to a nice code cleanup, this gives us a performance
24277 increase of about 1.4% on GNU/Linux - not much, but it's already
24278 half a second for the self-hosting MCS compilation.
24280 * typemanager.cs (IMemberFinder): New interface. It is used by
24281 TypeManager.FindMembers to call FindMembers on a TypeContainer,
24282 Enum, Delegate or Interface.
24283 (TypeManager.finder_to_member_finder): New PtrHashtable.
24284 (TypeManager.finder_to_container): Removed.
24285 (TypeManager.finder_to_delegate): Removed.
24286 (TypeManager.finder_to_interface): Removed.
24287 (TypeManager.finder_to_enum): Removed.
24289 * interface.cs (Interface): Implement IMemberFinder.
24291 * delegate.cs (Delegate): Implement IMemberFinder.
24293 * enum.cs (Enum): Implement IMemberFinder.
24295 * class.cs (TypeContainer): Implement IMemberFinder.
24297 2002-08-12 Martin Baulig <martin@gnome.org>
24299 * ecore.cs (TypeExpr.DoResolveType): Mark this as virtual.
24301 2002-08-12 Martin Baulig <martin@gnome.org>
24303 * ecore.cs (ITypeExpression): New interface for expressions which
24305 (TypeExpression): Renamed to TypeLookupExpression.
24306 (Expression.DoResolve): If we're doing a types-only lookup, the
24307 expression must implement the ITypeExpression interface and we
24308 call DoResolveType() on it.
24309 (SimpleName): Implement the new ITypeExpression interface.
24310 (SimpleName.SimpleNameResolve): Removed the ec.OnlyLookupTypes
24311 hack, the situation that we're only looking up types can't happen
24312 anymore when this method is called. Moved the type lookup code to
24313 DoResolveType() and call it.
24314 (SimpleName.DoResolveType): This ITypeExpression interface method
24315 is now doing the types-only lookup.
24316 (TypeExpr, TypeLookupExpression): Implement ITypeExpression.
24317 (ResolveFlags): Added MaskExprClass.
24319 * expression.cs (MemberAccess): Implement the ITypeExpression
24321 (MemberAccess.DoResolve): Added support for a types-only lookup
24322 when we're called via ITypeExpression.DoResolveType().
24323 (ComposedCast): Implement the ITypeExpression interface.
24325 * codegen.cs (EmitContext.OnlyLookupTypes): Removed. Call
24326 Expression.Resolve() with ResolveFlags.Type instead.
24328 2002-08-12 Martin Baulig <martin@gnome.org>
24330 * interface.cs (Interface.Define): Apply attributes.
24332 * attribute.cs (Attribute.ApplyAttributes): Added support for
24333 interface attributes.
24335 2002-08-11 Martin Baulig <martin@gnome.org>
24337 * statement.cs (Block.Emit): Only check the "this" variable if we
24338 do not always throw an exception.
24340 * ecore.cs (PropertyExpr.DoResolveLValue): Implemented, check
24341 whether the property has a set accessor.
24343 2002-08-11 Martin Baulig <martin@gnome.org>
24345 Added control flow analysis support for structs.
24347 * ecore.cs (ResolveFlags): Added `DisableFlowAnalysis' to resolve
24348 with control flow analysis turned off.
24349 (IVariable): New interface.
24350 (SimpleName.SimpleNameResolve): If MemberAccess.ResolveMemberAccess
24351 returns an IMemberExpr, call DoResolve/DoResolveLValue on it.
24352 (FieldExpr.DoResolve): Resolve the instance expression with flow
24353 analysis turned off and do the definite assignment check after the
24354 resolving when we know what the expression will resolve to.
24356 * expression.cs (LocalVariableReference, ParameterReference):
24357 Implement the new IVariable interface, only call the flow analysis
24358 code if ec.DoFlowAnalysis is true.
24359 (This): Added constructor which takes a Block argument. Implement
24360 the new IVariable interface.
24361 (MemberAccess.DoResolve, MemberAccess.DoResolveLValue): Call
24362 DoResolve/DoResolveLValue on the result of ResolveMemberLookup().
24363 This does the definite assignment checks for struct members.
24365 * class.cs (Constructor.Emit): If this is a non-static `struct'
24366 constructor which doesn't have any initializer, call
24367 Block.AddThisVariable() to tell the flow analysis code that all
24368 struct elements must be initialized before control returns from
24371 * statement.cs (MyStructInfo): New public class.
24372 (UsageVector.this [VariableInfo vi]): Added `int field_idx'
24373 argument to this indexer. If non-zero, check an individual struct
24374 member, not the whole struct.
24375 (FlowBranching.CheckOutParameters): Check struct members.
24376 (FlowBranching.IsVariableAssigned, SetVariableAssigned): Added
24377 overloaded versions of these methods which take an additional
24378 `int field_idx' argument to check struct members.
24379 (FlowBranching.IsParameterAssigned, SetParameterAssigned): Added
24380 overloaded versions of these methods which take an additional
24381 `string field_name' argument to check struct member.s
24382 (VariableInfo): Implement the IVariable interface.
24383 (VariableInfo.StructInfo): New public property. Returns the
24384 MyStructInfo instance of the variable if it's a struct or null.
24385 (Block.AddThisVariable): New public method. This is called from
24386 Constructor.Emit() for non-static `struct' constructor which do
24387 not have any initializer. It creates a special variable for the
24388 "this" instance variable which will be checked by the flow
24389 analysis code to ensure that all of the struct's fields are
24390 initialized before control returns from the constructor.
24391 (UsageVector): Added support for struct members. If a
24392 variable/parameter is a struct with N members, we reserve a slot
24393 in the usage vector for each member. A struct is considered fully
24394 initialized if either the struct itself (slot 0) or all its
24395 members are initialized.
24397 2002-08-08 Martin Baulig <martin@gnome.org>
24399 * driver.cs (Driver.MainDriver): Only report an error CS5001
24400 if there were no compilation errors.
24402 * codegen.cs (EmitContext.EmitContext): Use the DeclSpace's
24403 `UnsafeContext' property to determine whether the parent is in
24404 unsafe context rather than checking the parent's ModFlags:
24405 classes nested in an unsafe class are unsafe as well.
24407 2002-08-08 Martin Baulig <martin@gnome.org>
24409 * statement.cs (UsageVector.MergeChildren): Distinguish between
24410 `Breaks' and `Returns' everywhere, don't set `Breaks' anymore if
24411 we return. Added test17() and test18() to test-154.cs.
24413 2002-08-08 Martin Baulig <martin@gnome.org>
24415 * typemanager.cs (TypeManager.FilterWithClosure): If we have
24416 Family access, make sure the invoking type isn't a subclass of the
24417 queried type (that'd be a CS1540).
24419 * ecore.cs (Expression.MemberLookup): Added overloaded version of
24420 this method which takes an additional `Type invocation_type'.
24422 * expression.cs (BaseAccess.DoResolve): Use the base type as
24423 invocation and query type.
24424 (MemberAccess.DoResolve): If the lookup failed and we're about to
24425 report a CS0122, try a lookup with the ec.ContainerType - if this
24426 succeeds, we must report a CS1540.
24428 2002-08-08 Martin Baulig <martin@gnome.org>
24430 * ecore.cs (IMemberExpr): Added `bool IsInstance' property.
24431 (MethodGroupExpr): Implement the IMemberExpr interface.
24433 * expression (MemberAccess.ResolveMemberAccess): No need to have
24434 any special code for MethodGroupExprs anymore, they're now
24437 2002-08-08 Martin Baulig <martin@gnome.org>
24439 * typemanager.cs (TypeManager.FilterWithClosure): Check Assembly,
24440 Family, FamANDAssem and FamORAssem permissions.
24441 (TypeManager.IsSubclassOrNestedChildOf): New public method.
24443 2002-08-08 Martin Baulig <martin@gnome.org>
24445 * statement.cs (FlowBranchingType): Added LOOP_BLOCK.
24446 (UsageVector.MergeChildren): `break' breaks unless we're in a switch
24449 Thu Aug 8 10:28:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
24451 * driver.cs: implemented /resource option to embed managed resources.
24453 2002-08-07 Martin Baulig <martin@gnome.org>
24455 * class.cs (FieldBase.Initializer): Renamed to `init' and made private.
24456 (FieldBase.HasFieldInitializer): New public property.
24457 (FieldBase.GetInitializerExpression): New public method. Resolves and
24458 returns the field initializer and makes sure it is only resolved once.
24459 (TypeContainer.EmitFieldInitializers): Call
24460 FieldBase.GetInitializerExpression to get the initializer, this ensures
24461 that it isn't resolved multiple times.
24463 * codegen.cs (EmitContext): Added `bool IsFieldInitialier'. This tells
24464 the resolving process (SimpleName/MemberLookup) that we're currently
24465 emitting a field initializer (which must not access any instance members,
24466 this is an error CS0236).
24468 * ecore.cs (SimpleName.Error_ObjectRefRequired): Added EmitContext
24469 argument, if the `IsFieldInitializer' flag is set, we must report and
24470 error CS0236 and not an error CS0120.
24472 2002-08-07 Martin Baulig <martin@gnome.org>
24474 * ecore.cs (IMemberExpr): New public interface.
24475 (FieldExpr, PropertyExpr, EventExpr): Implement IMemberExpr.
24476 (SimpleName.SimpleNameResolve): Call MemberAccess.ResolveMemberAccess
24477 if the expression is an IMemberExpr.
24479 * expression.cs (MemberAccess.ResolveMemberAccess): Allow `left'
24480 to be null, implicitly default to `this' if we're non-static in
24481 this case. Simplified the code a lot by using the new IMemberExpr
24482 interface. Also fixed bug #28176 here.
24484 2002-08-06 Martin Baulig <martin@gnome.org>
24486 * cs-parser.jay (SimpleLookup): Removed. We need to create
24487 ParameterReferences during semantic analysis so that we can do a
24488 type-only search when resolving Cast, TypeOf and SizeOf.
24489 (block): Pass the `current_local_parameters' to the Block's
24492 * class.cs (ConstructorInitializer): Added `Parameters parameters'
24493 argument to the constructor.
24494 (ConstructorInitializer.Resolve): Create a temporary implicit
24495 block with the parameters.
24497 * ecore.cs (SimpleName.SimpleNameResolve): Resolve parameter
24498 references here if we aren't doing a type-only search.
24500 * statement.cs (Block): Added constructor which takes a
24501 `Parameters parameters' argument.
24502 (Block.Parameters): New public property.
24504 * support.cs (InternalParameters.Parameters): Renamed `parameters'
24505 to `Parameters' and made it public readonly.
24507 2002-08-06 Martin Baulig <martin@gnome.org>
24509 * ecore.cs (Expression.Warning): Made this public as well.
24511 * report.cs (Report.Debug): Print the contents of collections.
24513 2002-08-06 Martin Baulig <martin@gnome.org>
24515 * ecore.cs (Expression.ResolveFlags): New [Flags] enum. This is
24516 used to tell Resolve() which kinds of expressions it may return.
24517 (Expression.Resolve): Added overloaded version of this method which
24518 takes a `ResolveFlags flags' argument. This can be used to tell
24519 Resolve() which kinds of expressions it may return. Reports a
24521 (Expression.ResolveWithSimpleName): Removed, use Resolve() with
24522 ResolveFlags.SimpleName.
24523 (Expression.Error118): Added overloaded version of this method which
24524 takes a `ResolveFlags flags' argument. It uses the flags to determine
24525 which kinds of expressions are allowed.
24527 * expression.cs (Argument.ResolveMethodGroup): New public method.
24528 Resolves an argument, but allows a MethodGroup to be returned.
24529 This is used when invoking a delegate.
24531 * TODO: Updated a bit.
24533 2002-08-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24535 Fixed compilation with csc.
24537 * ecore.cs: Expression.Error made public. Is this correct? Should
24538 Warning be made public too?
24540 * expression.cs: use ea.Location instead of ea.loc.
24541 [FIXME: Filed as bug #28607: MCS must report these errors.]
24543 2002-08-06 Martin Baulig <martin@gnome.org>
24545 * ecore.cs (Expression.loc): Moved the location here instead of
24546 duplicating it in all derived classes.
24547 (Expression.Location): New public property.
24548 (Expression.Error, Expression.Warning): Made them non-static and
24549 removed the location argument.
24550 (Expression.Warning): Added overloaded version which takes an
24551 `int level' argument.
24552 (Expression.Error118): Make this non-static and removed the
24553 expression and location arguments.
24554 (TypeExpr): Added location argument to the constructor.
24556 * expression.cs (StaticCallExpr): Added location argument to
24558 (Indirection, PointerArithmetic): Likewise.
24559 (CheckedExpr, UnCheckedExpr): Likewise.
24560 (ArrayAccess, IndexerAccess, UserCast, ArrayPtr): Likewise.
24561 (StringPtr): Likewise.
24564 2002-08-05 Martin Baulig <martin@gnome.org>
24566 * expression.cs (BaseAccess.DoResolve): Actually report errors.
24568 * assign.cs (Assign.DoResolve): Check whether the source
24569 expression is a value or variable.
24571 * statement.cs (Try.Resolve): Set ec.InTry/InCatch/InFinally
24572 while resolving the corresponding blocks.
24574 * interface.cs (Interface.GetInterfaceTypeByName): Actually report
24575 an error, don't silently return null.
24577 * statement.cs (Block.AddVariable): Do the error reporting here
24578 and distinguish between CS0128 and CS0136.
24579 (Block.DoResolve): Report all unused labels (warning CS0164).
24580 (LabeledStatement): Pass the location to the constructor.
24581 (LabeledStatement.HasBeenReferenced): New property.
24582 (LabeledStatement.Resolve): Set it to true here.
24584 * statement.cs (Return.Emit): Return success even after reporting
24585 a type mismatch error (CS0126 or CS0127), this is what csc does and
24586 it avoids confusing the users with any consecutive errors.
24588 2002-08-05 Martin Baulig <martin@gnome.org>
24590 * enum.cs (Enum.LookupEnumValue): Catch circular definitions.
24592 * const.cs (Const.LookupConstantValue): Catch circular definitions.
24594 * expression.cs (MemberAccess.DoResolve): Silently return if an
24595 error has already been reported.
24597 * ecore.cs (Expression.MemberLookupFinal): Silently return if an
24598 error has already been reported.
24600 2002-08-05 Martin Baulig <martin@gnome.org>
24602 * statement.cs (UsageVector): Only initialize the `parameters'
24603 vector if we actually have any "out" parameters.
24605 2002-08-05 Martin Baulig <martin@gnome.org>
24607 * expression.cs (Binary.ResolveOperator): When combining delegates,
24608 they must have the same type.
24610 2002-08-05 Martin Baulig <martin@gnome.org>
24612 * typemanager.cs (TypeManager.GetArgumentTypes): Don't call
24613 PropertyInfo.GetIndexParameters() on dynamic types, this doesn't
24614 work with the ms runtime and we also don't need it: if we're a
24615 PropertyBuilder and not in the `indexer_arguments' hash, then we
24616 are a property and not an indexer.
24618 * class.cs (TypeContainer.AsAccessible): Use Type.IsArray,
24619 Type.IsPointer and Type.IsByRef instead of Type.HasElementType
24620 since the latter one doesn't work with the ms runtime.
24622 2002-08-03 Martin Baulig <martin@gnome.org>
24624 Fixed bugs #27998 and #22735.
24626 * class.cs (Method.IsOperator): New public field.
24627 (Method.CheckBase): Report CS0111 if there's already a method
24628 with the same parameters in the current class. Report CS0508 when
24629 attempting to change the return type of an inherited method.
24630 (MethodData.Emit): Report CS0179 if a method doesn't have a body
24631 and it's not marked abstract or extern.
24632 (PropertyBase): New abstract base class for Property and Indexer.
24633 (PropertyBase.CheckBase): Moved here from Property and made it work
24635 (PropertyBase.Emit): Moved here from Property.Emit, Indexer.Emit is
24636 the same so we can reuse it there.
24637 (Property, Indexer): Derive from PropertyBase.
24638 (MethodSignature.inheritable_property_signature_filter): New delegate
24639 to find properties and indexers.
24641 * decl.cs (MemberCore.CheckMethodAgainstBase): Added `string name'
24642 argument and improved error reporting.
24644 * parameter.cs (Parameters.GetEmptyReadOnlyParameters): Renamed to
24645 EmptyReadOnlyParameters and made it a property.
24647 * typemanager.cs (TypeManager.GetArgumentTypes): Added overloaded
24648 version of this method which takes a `PropertyInfo indexer'.
24649 (TypeManager.RegisterIndexer): New method.
24651 * class.cs: Added myself as author of this file :-)
24653 2002-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24655 * class.cs: fixed compilation on windoze.
24657 2002-08-03 Martin Baulig <martin@gnome.org>
24659 * interface.cs (Interface.GetInterfaceBases): Check whether all
24660 base interfaces are at least as accessible than the current one.
24662 * class.cs (TypeContainer.GetClassBases): Check whether base types
24663 are at least as accessible than the current type.
24664 (TypeContainer.AsAccessible): Implemented and made non-static.
24665 (MemberBase.CheckParameters): Report errors if the accessibility
24668 * delegate.cs (Delegate.Delegate): The default visibility is
24669 internal for top-level types and private for nested types.
24670 (Delegate.Define): Report errors if the accessibility checks fail.
24672 * enum.cs (Enum.Enum): The default visibility is internal for
24673 top-level types and private for nested types.
24674 (Enum.DefineType): Compute the correct visibility.
24676 * modifiers.cs (Modifiers.TypeAttr): Added a version of this
24677 function which takes a `bool is_toplevel' instead of a TypeContainer.
24679 * typemanager.cs (TypeManager.IsBuiltinType): `void' is also a
24682 2002-08-02 Martin Baulig <martin@gnome.org>
24684 * expression.cs (LocalVariableReferenc): Added constructor which
24685 takes additional `VariableInfo vi' and `bool is_readonly' arguments.
24686 (LocalVariableReference.IsReadOnly): New property.
24687 (LocalVariableReference.DoResolveLValue): Report a CS1604 if the
24688 variable is readonly, use our own readonly flag to do this; you can
24689 use the new constructor to get a writable reference to a read-only
24692 * cs-parser.jay (foreach_statement, using_statement): Get a writable
24693 reference to the local variable.
24695 2002-08-01 Miguel de Icaza <miguel@ximian.com>
24697 * rootcontext.cs (ResolveCore): Also include System.Exception
24699 * statement.cs (Block.Emit): Do not emit the dead-code warnings if
24700 we reach an EmptyStatement.
24702 (Catch.DoResolve, Throw.DoResolve): Throwing the System.Exception
24705 * expression.cs (Binary.ResolveOperator): Check error result in
24708 use brtrue/brfalse directly and avoid compares to null.
24710 2002-08-02 Martin Baulig <martin@gnome.org>
24712 * class.cs (TypeContainer.Define): Define all nested interfaces here.
24713 Fixes bug #28407, added test-155.cs.
24715 2002-08-01 Martin Baulig <martin@gnome.org>
24717 * class.cs (Event.EmitDefaultMethod): Make this work with static
24718 events. Fixes #28311, added verify-3.cs.
24720 2002-08-01 Martin Baulig <martin@gnome.org>
24722 * statement.cs (ForeachHelperMethods): Added `enumerator_type' and
24723 `is_disposable' fields.
24724 (Foreach.GetEnumeratorFilter): Set `hm.enumerator_type' and
24725 `hm.is_disposable' if we're using the collection pattern.
24726 (Foreach.EmitCollectionForeach): Use the correct type for the
24727 enumerator's local variable, only emit the try/finally block if
24728 necessary (fixes #27713).
24730 2002-08-01 Martin Baulig <martin@gnome.org>
24732 * ecore.cs (Expression.report118): Renamed to Error118 and made
24735 * statement.cs (Throw.Resolve): Check whether the expression is of
24736 the correct type (CS0118) and whether the type derives from
24737 System.Exception (CS0155).
24738 (Catch.Resolve): New method. Do the type lookup here and check
24739 whether it derives from System.Exception (CS0155).
24740 (Catch.CatchType, Catch.IsGeneral): New public properties.
24742 * typemanager.cs (TypeManager.exception_type): Added.
24744 2002-07-31 Miguel de Icaza <miguel@ximian.com>
24746 * driver.cs: Updated About function.
24748 2002-07-31 Martin Baulig <martin@gnome.org>
24750 Implemented Control Flow Analysis.
24752 * codegen.cs (EmitContext.DoFlowAnalysis): New public variable.
24753 (EmitContext.CurrentBranching): Added.
24754 (EmitContext.StartFlowBranching): Added.
24755 (EmitContext.EndFlowBranching): Added.
24756 (EmitContext.KillFlowBranching): Added.
24757 (EmitContext.IsVariableAssigned): Added.
24758 (EmitContext.SetVariableAssigned): Added.
24759 (EmitContext.IsParameterAssigned): Added.
24760 (EmitContext.SetParameterAssigned): Added.
24761 (EmitContext.EmitTopBlock): Added `InternalParameters ip' argument.
24762 Added control flow analysis stuff here.
24764 * expression.cs (Unary.DoResolve): If the operator is Oper.AddressOf,
24765 resolve the expression as lvalue.
24766 (LocalVariableReference.DoResolve): Check whether the variable has
24767 already been assigned.
24768 (ParameterReference.DoResolveLValue): Override lvalue resolve to mark
24769 the parameter as assigned here.
24770 (ParameterReference.DoResolve): Check whether the parameter has already
24772 (Argument.Resolve): If it's a `ref' or `out' argument, resolve the
24773 expression as lvalue.
24775 * statement.cs (FlowBranching): New class for the flow analysis code.
24776 (Goto): Resolve the label in Resolve, not in Emit; added flow analysis.
24777 (LabeledStatement.IsDefined): New public property.
24778 (LabeledStatement.AddUsageVector): New public method to tell flow
24779 analyis that the label may be reached via a forward jump.
24780 (GotoCase): Lookup and resolve the label in Resolve, not in Emit; added
24782 (VariableInfo.Number): New public field. This is used by flow analysis
24783 to number all locals of a block.
24784 (Block.CountVariables): New public property. This is the number of
24785 local variables in this block (including the locals from all parent
24787 (Block.EmitMeta): Number all the variables.
24789 * statement.cs: Added flow analysis support to all classes.
24791 2002-07-31 Martin Baulig <martin@gnome.org>
24793 * driver.cs: Added "--mcs-debug" argument if MCS_DEBUG is defined.
24794 To get debugging messages, compile mcs with /define:MCS_DEBUG and
24795 then use this argument.
24797 * report.cs (Report.Debug): Renamed to conditional to "MCS_DEBUG".
24799 * makefile.gnu (MCS_FLAGS): Include $(MCS_DEFINES), the user may
24800 use this to specify /define options.
24802 2002-07-29 Martin Baulig <martin@gnome.org>
24804 * statement.cs (Fixed): Moved all code that does variable lookups
24805 and resolvings from Emit to Resolve.
24807 * statement.cs (For): Moved all code that does variable lookups
24808 and resolvings from Emit to Resolve.
24810 * statement.cs (Using): Moved all code that does variable lookups
24811 and resolvings from Emit to Resolve.
24813 2002-07-29 Martin Baulig <martin@gnome.org>
24815 * attribute.cs (Attribute.Resolve): Explicitly catch a
24816 System.NullReferenceException when creating the
24817 CustromAttributeBuilder and report a different warning message.
24819 2002-07-29 Martin Baulig <martin@gnome.org>
24821 * support.cs (ParameterData.ParameterName): Added method to
24822 get the name of a parameter.
24824 * typemanager.cs (TypeManager.IsValueType): New public method.
24826 2002-07-29 Martin Baulig <martin@gnome.org>
24828 * parameter.cs (Parameter.Modifier): Added `ISBYREF = 8'. This
24829 is a flag which specifies that it's either ref or out.
24830 (Parameter.GetParameterInfo (DeclSpace, int, out bool)): Changed
24831 the out parameter to `out Parameter.Modifier mod', also set the
24832 Parameter.Modifier.ISBYREF flag on it if it's either ref or out.
24834 * support.cs (InternalParameters.ParameterModifier): Distinguish
24835 between Parameter.Modifier.OUT and Parameter.Modifier.REF, set the
24836 Parameter.Modifier.ISBYREF flag if it's either ref or out.
24838 * expression.cs (Argument.GetParameterModifier): Distinguish
24839 between Parameter.Modifier.OUT and Parameter.Modifier.REF, set the
24840 Parameter.Modifier.ISBYREF flag if it's either ref or out.
24842 2002-07-29 Martin Baulig <martin@gnome.org>
24844 * expression.cs (ParameterReference.ParameterReference): Added
24845 `Location loc' argument to the constructor.
24847 * cs-parser.jay: Pass location to ParameterReference.
24849 2002-07-28 Miguel de Icaza <miguel@ximian.com>
24851 * statement.cs (Try): Initialize the location.
24853 * cs-parser.jay: pass location to Try.
24855 * expression.cs (Unary.Reduce): Change the prototype to return
24856 whether a constant fold could be performed or not. The result is
24857 returned in an out parameters. In the case of Indirection and
24858 AddressOf, we want to perform the full tests.
24860 2002-07-26 Miguel de Icaza <miguel@ximian.com>
24862 * statement.cs (Statement.Emit): Flag dead code.
24864 2002-07-27 Andrew Birkett <andy@nobugs.org>
24866 * expression.cs (Unary.Reduce): Handle AddressOf and Indirection.
24868 2002-07-27 Martin Baulig <martin@gnome.org>
24870 * class.cs (MethodData.Define): Put back call to
24871 TypeManager.AddMethod(), accidentally commented this out.
24873 * report.cs (Debug): New public method to print debugging information,
24874 this is `[Conditional ("DEBUG")]'.
24876 2002-07-26 Martin Baulig <martin@gnome.org>
24878 * cs-parser.jay (CSharpParser): Added `Stack switch_stack'.
24879 (switch_statement): Push the current_block to the switch_stack and
24880 pop it again when we're done with the switch.
24881 (switch_section): The new block is a child of the current_block.
24882 Fixes bug #24007, added test-152.cs.
24884 2002-07-27 Martin Baulig <martin@gnome.org>
24886 * expression.cs (Invocation.EmitArguments): When calling a varargs
24887 function with only its fixed arguments, we need to pass an empty
24890 2002-07-27 Martin Baulig <martin@gnome.org>
24892 Mono 0.13 has been released.
24894 2002-07-25 Miguel de Icaza <miguel@ximian.com>
24896 * driver.cs: Rename --resource to --linkres, because that is what
24897 we do currently, we dont support --resource yet.
24899 * cs-tokenizer.cs: Fix test for reporting endif mismatches.
24901 2002-07-25 Martin Baulig <martin@gnome.org>
24903 * class.cs (MethodData): New public class. This is a `method builder'
24904 class for a method or one accessor of a Property/Indexer/Event.
24905 (MethodData.GetMethodFlags): Moved here from MemberBase.
24906 (MethodData.ApplyAttributes): Likewise.
24907 (MethodData.ApplyObsoleteAttribute): Likewise.
24908 (MethodData.ApplyConditionalAttribute): Likewise.
24909 (MethodData.ApplyDllImportAttribute): Likewise.
24910 (MethodData.CheckAbstractAndExternal): Likewise.
24911 (MethodData.Define): Formerly knows as MemberBase.DefineMethod().
24912 (MethodData.Emit): Formerly known as Method.Emit().
24913 (MemberBase): Moved everything which was specific to a single
24914 accessor/method to MethodData.
24915 (Method): Create a new MethodData and call Define() and Emit() on it.
24916 (Property, Indexer, Event): Create a new MethodData objects for each
24917 accessor and call Define() and Emit() on them.
24919 2002-07-25 Martin Baulig <martin@gnome.org>
24921 Made MethodCore derive from MemberBase to reuse the code from there.
24922 MemberBase now also checks for attributes.
24924 * class.cs (MethodCore): Derive from MemberBase, not MemberCore.
24925 (MemberBase.GetMethodFlags): Moved here from class Method and marked
24927 (MemberBase.DefineAccessor): Renamed to DefineMethod(), added
24928 `CallingConventions cc' and `Attributes opt_attrs' arguments.
24929 (MemberBase.ApplyAttributes): New virtual method; applies the
24930 attributes to a method or accessor.
24931 (MemberBase.ApplyObsoleteAttribute): New protected virtual method.
24932 (MemberBase.ApplyConditionalAttribute): Likewise.
24933 (MemberBase.ApplyDllImportAttribute): Likewise.
24934 (MemberBase.CheckAbstractAndExternal): Likewise.
24935 (MethodCore.ParameterTypes): This is now a property instead of a
24936 method, it's initialized from DoDefineParameters().
24937 (MethodCore.ParameterInfo): Removed the set accessor.
24938 (MethodCore.DoDefineParameters): New protected virtual method to
24939 initialize ParameterTypes and ParameterInfo.
24940 (Method.GetReturnType): We can now simply return the MemberType.
24941 (Method.GetMethodFlags): Override the MemberBase version and add
24942 the conditional flags.
24943 (Method.CheckBase): Moved some code from Define() here, call
24944 DoDefineParameters() here.
24945 (Method.Define): Use DoDefine() and DefineMethod() from MemberBase
24946 here to avoid some larger code duplication.
24947 (Property.Emit, Indexer.Emit): Call CheckAbstractAndExternal() to
24948 ensure that abstract and external accessors don't declare a body.
24950 * attribute.cs (Attribute.GetValidPieces): Make this actually work:
24951 `System.Attribute.GetCustomAttributes (attr.Type)' does a recursive
24952 lookup in the attribute's parent classes, so we need to abort as soon
24953 as we found the first match.
24954 (Attribute.Obsolete_GetObsoleteMessage): Return the empty string if
24955 the attribute has no arguments.
24957 * typemanager.cs (TypeManager.AddMethod): Now takes a MemberBase instead
24960 2002-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24962 * cs-parser.jay: reverted previous patch.
24964 2002-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24966 * cs-parser.jay: fixed bug #22119.
24968 2002-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24970 * attribute.cs: fixed compilation. The error was:
24971 "attribute.cs(571,17): error CS0177: The out parameter 'is_error' must
24972 be assigned to before control leaves the current method."
24973 [FIXME: Filed as bug #28186: MCS must report this error.]
24975 2002-07-25 Martin Baulig <martin@gnome.org>
24977 * attribute.cs (Attribute.Conditional_GetConditionName): New static
24978 method to pull the condition name ouf of a Conditional attribute.
24979 (Attribute.Obsolete_GetObsoleteMessage): New static method to pull
24980 the obsolete message and error flag out of an Obsolete attribute.
24982 * class.cs (Method.GetMethodFlags): New public method to get the
24983 TypeManager.MethodFlags for this method.
24984 (Method.ApplyConditionalAttribute, Method.ApplyObsoleteAttribute): New
24986 (Method.Define): Get and apply the Obsolete and Conditional attributes;
24987 if we're overriding a virtual function, set the new private variable
24988 `parent_method'; call the new TypeManager.AddMethod().
24990 * typemanager.cs (TypeManager.AddMethod): New static method. Stores
24991 the MethodBuilder and the Method in a PtrHashtable.
24992 (TypeManager.builder_to_method): Added for this purpose.
24993 (TypeManager.MethodFlags): Added IsObsoleteError.
24994 (TypeManager.GetMethodFlags): Added `Location loc' argument. Lookup
24995 Obsolete and Conditional arguments in MethodBuilders. If we discover
24996 an Obsolete attribute, emit an appropriate warning 618 / error 619 with
24997 the message from the attribute.
24999 2002-07-24 Martin Baulig <martin@gnome.org>
25001 * cs-tokenizer.cs: Eat up trailing whitespaces and one-line comments in
25002 preprocessor directives, ensure that the argument to #define/#undef is
25003 exactly one identifier and that it's actually an identifier.
25005 Some weeks ago I did a `#define DEBUG 1' myself and wondered why this
25008 2002-07-24 Martin Baulig <martin@gnome.org>
25010 * statement.cs (Foreach.ForeachHelperMethods): Added `Type element_type',
25011 initialize it to TypeManager.object_type in the constructor.
25012 (Foreach.GetEnumeratorFilter): Set `hm.element_type' to the return type
25013 of the `hm.get_current' method if we're using the collection pattern.
25014 (Foreach.EmitCollectionForeach): Use `hm.element_type' as the source type
25015 for the explicit conversion to make it work when we're using the collection
25016 pattern and the `Current' property has a different return type than `object'.
25019 2002-07-24 Martin Baulig <martin@gnome.org>
25021 * delegate.cs (Delegate.VerifyMethod): Simply return null if the method
25022 does not match, but don't report any errors. This method is called in
25023 order for all methods in a MethodGroupExpr until a matching method is
25024 found, so we don't want to bail out if the first method doesn't match.
25025 (NewDelegate.DoResolve): If none of the methods in the MethodGroupExpr
25026 matches, report the 123. Fixes #28070.
25028 2002-07-24 Martin Baulig <martin@gnome.org>
25030 * expression.cs (ArrayAccess.EmitStoreOpcode): Moved the
25031 TypeManager.TypeToCoreType() to the top of the method so the
25032 following equality checks will work. Fixes #28107.
25034 2002-07-24 Martin Baulig <martin@gnome.org>
25036 * cfold.cs (ConstantFold.DoConstantNumericPromotions): "If either
25037 operand is of type uint, and the other operand is of type sbyte,
25038 short or int, the operands are converted to type long." -
25039 Actually do what this comment already told us. Fixes bug #28106,
25042 2002-07-24 Martin Baulig <martin@gnome.org>
25044 * class.cs (MethodBase): New abstract class. This is now a base
25045 class for Property, Indexer and Event to avoid some code duplication
25046 in their Define() and DefineMethods() methods.
25047 (MethodBase.DoDefine, MethodBase.DefineAccessor): Provide virtual
25048 generic methods for Define() and DefineMethods().
25049 (FieldBase): Derive from MemberBase, not MemberCore.
25050 (Property): Derive from MemberBase, not MemberCore.
25051 (Property.DefineMethod): Moved all the code from this method to the
25052 new MethodBase.DefineAccessor(), just call it with appropriate
25054 (Property.Define): Call the new Property.DoDefine(), this does some
25055 sanity checks and we don't need to duplicate the code everywhere.
25056 (Event): Derive from MemberBase, not MemberCore.
25057 (Event.Define): Use the new MethodBase.DefineAccessor() to define the
25058 accessors, this will also make them work with interface events.
25059 (Indexer): Derive from MemberBase, not MemberCore.
25060 (Indexer.DefineMethod): Removed, call MethodBase.DefineAccessor() insstead.
25061 (Indexer.Define): Use the new MethodBase functions.
25063 * interface.cs (InterfaceEvent.InterfaceEvent): Added `Location loc'
25064 argument to the constructor.
25065 (Interface.FindMembers): Added support for interface events.
25066 (Interface.PopluateEvent): Implemented.
25068 Added test-149.cs for this. This also fixes bugs #26067 and #24256.
25070 2002-07-22 Miguel de Icaza <miguel@ximian.com>
25072 * class.cs (TypeContainer.AddMethod): Adding methods do not use IsValid,
25073 but this is required to check for a method name being the same as
25074 the containing class.
25078 2002-07-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25080 * interface.cs: initialize variable.
25082 2002-07-23 Martin Baulig <martin@gnome.org>
25084 Implemented the IndexerName attribute in interfaces.
25086 * class.cs (TypeContainer.DefineIndexers): Don't set the indexer
25087 name if this is an explicit interface implementation.
25088 (Indexer.InterfaceIndexerName): New public variable. If we're
25089 implementing an interface indexer, this is the IndexerName in that
25090 interface. Otherwise, it's the IndexerName.
25091 (Indexer.DefineMethod): If we're implementing interface indexer,
25092 set InterfaceIndexerName. Use the new Pending.IsInterfaceIndexer
25093 and Pending.ImplementIndexer methods.
25094 (Indexer.Define): Also define the PropertyBuilder if we're
25095 implementing an interface indexer and this is neither an explicit
25096 interface implementation nor do the IndexerName match the one in
25099 * pending.cs (TypeAndMethods): Added `MethodInfo [] need_proxy'.
25100 If a method is defined here, then we always need to create a proxy
25101 for it. This is used when implementing interface indexers.
25102 (Pending.IsInterfaceIndexer): New public method.
25103 (Pending.ImplementIndexer): New public method.
25104 (Pending.InterfaceMethod): Added `MethodInfo need_proxy' argument.
25105 This is used when implementing interface indexers to define a proxy
25107 (Pending.VerifyPendingMethods): Look in the `need_proxy' array and
25108 define a proxy if necessary.
25110 * interface.cs (Interface.IndexerName): New public variable.
25111 (Interface.PopulateIndexer): Set the IndexerName.
25112 (Interface.DefineIndexers): New private method. Populate all the
25113 indexers and make sure their IndexerNames match.
25115 * typemanager.cs (IndexerPropertyName): Added support for interface
25118 2002-07-22 Martin Baulig <martin@gnome.org>
25120 * codegen.cs (EmitContext.HasReturnLabel): New public variable.
25121 (EmitContext.EmitTopBlock): Always mark the ReturnLabel and emit a
25122 ret if HasReturnLabel.
25123 (EmitContext.TryCatchLevel, LoopBeginTryCatchLevel): New public
25126 * statement.cs (Do.Emit, While.Emit, For.Emit, Foreach.Emit): Save
25127 and set the ec.LoopBeginTryCatchLevel.
25128 (Try.Emit): Increment the ec.TryCatchLevel while emitting the block.
25129 (Continue.Emit): If the ec.LoopBeginTryCatchLevel is smaller than
25130 the current ec.TryCatchLevel, the branch goes out of an exception
25131 block. In this case, we need to use Leave and not Br.
25133 2002-07-22 Martin Baulig <martin@gnome.org>
25135 * statement.cs (Try.Emit): Emit an explicit ret after the end of the
25136 block unless the block does not always return or it is contained in
25137 another try { ... } catch { ... } block. Fixes bug #26506.
25138 Added verify-1.cs to the test suite.
25140 2002-07-22 Martin Baulig <martin@gnome.org>
25142 * statement.cs (Switch.TableSwitchEmit): If we don't have a default,
25143 then we do not always return. Fixes bug #24985.
25145 2002-07-22 Martin Baulig <martin@gnome.org>
25147 * expression.cs (Invocation.OverloadedResolve): Do the BetterFunction()
25148 lookup on a per-class level; ie. walk up the class hierarchy until we
25149 found at least one applicable method, then choose the best among them.
25150 Fixes bug #24463 and test-29.cs.
25152 2002-07-22 Martin Baulig <martin@gnome.org>
25154 * typemanager.cs (TypeManager.ArrayContainsMethod): Don't check the
25155 return types of the methods. The return type is not part of the
25156 signature and we must not check it to make the `new' modifier work.
25157 Fixes bug #27999, also added test-147.cs.
25158 (TypeManager.TypeToCoreType): Added TypeManager.type_type.
25160 * expression.cs (Invocation.DoResolve): Call TypeManager.TypeToCoreType()
25161 on the method's return type.
25163 2002-07-21 Martin Baulig <martin@gnome.org>
25165 * assign.cs: Make this work if the rightmost source is a constant and
25166 we need to do an implicit type conversion. Also adding a few more tests
25167 to test-38.cs which should have caught this.
25169 * makefile.gnu: Disable debugging, there's already the mcs-mono2.exe
25170 target in the makefile for this. The makefile.gnu is primarily intended
25171 for end-users who don't want to debug the compiler.
25173 2002-07-21 Martin Baulig <martin@gnome.org>
25175 * assign.cs: Improved the Assign class so it can now handle embedded
25176 assignments (X = Y = Z = something). As a side-effect this'll now also
25177 consume less local variables. test-38.cs now passes with MCS, added
25178 a few new test cases to that test.
25180 2002-07-20 Martin Baulig <martin@gnome.org>
25182 * expression.cs (Binary.EmitBranchable): Emit correct unsigned branch
25183 instructions. Fixes bug #27977, also added test-146.cs.
25185 2002-07-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25187 * cs-tokenizer.cs: fixed getHex ().
25189 2002-07-19 Martin Baulig <martin@gnome.org>
25191 * expression.cs (Invocation.EmitParams): Use TypeManager.LookupType(),
25192 not Type.GetType() to lookup the array type. This is needed when
25193 we're constructing an array of a user-defined type.
25194 (ArrayAccess.EmitDynamicInitializers): Only emit the Ldelema for
25195 single-dimensional arrays, but also for single-dimensial arrays of
25198 2002-07-19 Martin Baulig <martin@gnome.org>
25200 * expression.cs (New.DoEmit): Create a new LocalTemporary each time
25201 this function is called, it's not allowed to share LocalBuilders
25202 among ILGenerators.
25204 2002-07-19 Martin Baulig <martin@gnome.org>
25206 * expression.cs (Argument.Resolve): Report an error 118 when trying
25207 to pass a type as argument.
25209 2002-07-18 Martin Baulig <martin@gnome.org>
25211 * ecore.cs (Expression.ImplicitNumericConversion): Don't emit a
25212 Conv_R_Un for the signed `long' type.
25214 2002-07-15 Miguel de Icaza <miguel@ximian.com>
25216 * expression.cs (MemberAccess.DoResolve): Do not reuse the field
25217 `expr' for the temporary result, as that will fail if we do
25218 multiple resolves on the same expression.
25220 2002-07-05 Miguel de Icaza <miguel@ximian.com>
25222 * ecore.cs (SimpleNameResolve): Use ec.DeclSpace instead of
25223 ec.TypeContainer for looking up aliases.
25225 * class.cs (TypeContainer): Remove LookupAlias from here.
25227 * decl.cs (DeclSpace); Move here.
25229 2002-07-01 Miguel de Icaza <miguel@ximian.com>
25231 * class.cs (FindMembers): Only call filter if the constructor
25232 bulider is not null.
25234 Also handle delegates in `NestedTypes' now. Now we will perform
25235 type lookups using the standard resolution process. This also
25238 * decl.cs (DeclSpace.ResolveType): New type resolution routine.
25239 This uses Expressions (the limited kind that can be parsed by the
25240 tree) instead of strings.
25242 * expression.cs (ComposedCast.ToString): Implement, used to flag
25243 errors since now we have to render expressions.
25245 (ArrayCreation): Kill FormElementType. Use ComposedCasts in
25248 * ecore.cs (SimpleName.ToString): ditto.
25250 * cs-parser.jay: Instead of using strings to assemble types, use
25251 Expressions to assemble the type (using SimpleName, ComposedCast,
25252 MemberAccess). This should fix the type lookups in declarations,
25253 because we were using a different code path for this.
25255 * statement.cs (Block.Resolve): Continue processing statements
25256 even when there is an error.
25258 2002-07-17 Miguel de Icaza <miguel@ximian.com>
25260 * class.cs (Event.Define): Also remove the `remove' method from
25261 the list of pending items.
25263 * expression.cs (ParameterReference): Use ldarg.N (0..3) to
25264 generate more compact code.
25266 2002-07-17 Martin Baulig <martin@gnome.org>
25268 * const.cs (Const.LookupConstantValue): Add support for constant
25269 `unchecked' and `checked' expressions.
25270 Also adding test case test-140.cs for this.
25272 2002-07-17 Martin Baulig <martin@gnome.org>
25274 * statement.cs (Foreach.GetEnumeratorFilter): When compiling corlib,
25275 check whether mi.ReturnType implements the IEnumerator interface; the
25276 `==' and the IsAssignableFrom() will fail in this situation.
25278 2002-07-16 Ravi Pratap <ravi@ximian.com>
25280 * ecore.cs (SimpleName.SimpleNameResolve) : Apply Gonzalo's fix
25283 2002-07-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25285 * expression.cs: fixed bug #27811.
25287 2002-07-14 Miguel de Icaza <miguel@ximian.com>
25289 * expression.cs (ParameterReference.AddressOf): Patch from Paolo
25290 Molaro: when we are a ref, the value already contains a pointer
25291 value, do not take the address of it.
25293 2002-07-14 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
25294 * removed mb-parser.jay and mb-tokenizer.cs
25296 Sat Jul 13 19:38:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
25298 * expression.cs: check against the building corlib void type.
25300 Sat Jul 13 19:35:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
25302 * ecore.cs: fix for valuetype static readonly fields: when
25303 initializing them, we need their address, not the address of a copy.
25305 Sat Jul 13 17:32:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
25307 * typemanager.cs: register also enum_type in corlib.
25309 Sat Jul 13 15:59:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
25311 * class.cs: allow calling this (but not base) initializers in structs.
25313 Sat Jul 13 15:12:06 CEST 2002 Paolo Molaro <lupus@ximian.com>
25315 * ecore.cs: make sure we compare against the building base types
25318 Sat Jul 13 15:10:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
25320 * typemanager.cs: fix TypeToCoreType() to handle void and object
25321 (corlib gets no more typerefs after this change).
25323 2002-07-12 Miguel de Icaza <miguel@ximian.com>
25325 * expression.cs (ArrayCreation.EmitArrayArguments): use
25326 Conv.Ovf.U4 for unsigned and Conv.Ovf.I4 for signed.
25328 (ArrayAccess.LoadArrayAndArguments): Use Conv_Ovf_I and
25329 Conv_Ovf_I_Un for the array arguments. Even if C# allows longs as
25330 array indexes, the runtime actually forbids them.
25332 * ecore.cs (ExpressionToArrayArgument): Move the conversion code
25333 for array arguments here.
25335 * expression.cs (EmitLoadOpcode): System.Char is a U2, use that
25336 instead of the default for ValueTypes.
25338 (New.DoEmit): Use IsValueType instead of
25339 IsSubclassOf (value_type)
25340 (New.DoResolve): ditto.
25341 (Invocation.EmitCall): ditto.
25343 * assign.cs (Assign): ditto.
25345 * statement.cs (Unsafe): Ok, so I got the semantics wrong.
25346 Statements *are* currently doing part of their resolution during
25349 Expressions do always resolve during resolve, but statements are
25350 only required to propagate resolution to their children.
25352 2002-07-11 Miguel de Icaza <miguel@ximian.com>
25354 * driver.cs (CSCParseOption): Finish the /r: and /lib: support.
25356 (LoadAssembly): Do not add the dll if it is already specified
25358 (MainDriver): Add the System directory to the link path at the end,
25359 after all the other -L arguments.
25361 * expression.cs (ArrayAccess.EmitLoadOpcode): I was using the
25362 wrong opcode for loading bytes and bools (ldelem.i1 instead of
25363 ldelem.u1) and using the opposite for sbytes.
25365 This fixes Digger, and we can finally run it.
25367 * driver.cs (UnixParseOption): Move the option parsing here.
25368 (CSCParseOption): Implement CSC-like parsing of options.
25370 We now support both modes of operation, the old Unix way, and the
25371 new CSC-like way. This should help those who wanted to make cross
25372 platform makefiles.
25374 The only thing broken is that /r:, /reference: and /lib: are not
25375 implemented, because I want to make those have the same semantics
25376 as the CSC compiler has, and kill once and for all the confussion
25377 around this. Will be doing this tomorrow.
25379 * statement.cs (Unsafe.Resolve): The state is checked during
25380 resolve, not emit, so we have to set the flags for IsUnsfe here.
25382 2002-07-10 Miguel de Icaza <miguel@ximian.com>
25384 * expression.cs (MemberAccess.ResolveMemberAccess): Since we can
25385 not catch the Error_ObjectRefRequired in SimpleName (as it is
25386 possible to have a class/instance variable name that later gets
25387 deambiguated), we have to check this here.
25389 2002-07-10 Ravi Pratap <ravi@ximian.com>
25391 * class.cs (TypeContainer.GetFieldFromEvent): Move away from here,
25392 make static and put into Expression.
25394 (Event.Define): Register the private field of the event with the
25395 TypeManager so that GetFieldFromEvent can get at it.
25397 (TypeManager.RegisterPrivateFieldOfEvent): Implement to
25398 keep track of the private field associated with an event which
25401 (TypeManager.GetPrivateFieldOfEvent): Implement to get at the
25404 * ecore.cs (GetFieldFromEvent): RE-write to use the above methods.
25406 2002-07-10 Miguel de Icaza <miguel@ximian.com>
25408 * expression.cs (Binary.EmitBranchable): this routine emits the
25409 Binary expression in a branchable context. This basically means:
25410 we need to branch somewhere, not just get the value on the stack.
25412 This works together with Statement.EmitBoolExpression.
25414 * statement.cs (Statement.EmitBoolExpression): Use
25417 2002-07-09 Miguel de Icaza <miguel@ximian.com>
25419 * statement.cs (For): Reduce the number of jumps in loops.
25421 (For): Implement loop inversion for the For statement.
25423 (Break): We can be breaking out of a Try/Catch controlled section
25424 (foreach might have an implicit try/catch clause), so we need to
25425 use Leave instead of Br.
25427 * ecore.cs (FieldExpr.AddressOf): Fix for test-139 (augmented
25428 now). If the instace expression supports IMemoryLocation, we use
25429 the AddressOf method from the IMemoryLocation to extract the
25430 address instead of emitting the instance.
25432 This showed up with `This', as we were emitting the instance
25433 always (Emit) instead of the Address of This. Particularly
25434 interesting when This is a value type, as we dont want the Emit
25435 effect (which was to load the object).
25437 2002-07-08 Miguel de Icaza <miguel@ximian.com>
25439 * attribute.cs: Pass the entry point to the DefinePInvokeMethod
25441 * statement.cs (Checked): Set the CheckedState during the resolve
25442 process too, as the ConvCast operations track the checked state on
25443 the resolve process, and not emit.
25445 * cs-parser.jay (namespace_member_declaration): Flag that we have
25446 found a declaration when we do. This is used to flag error 1529
25448 * driver.cs: Report ok when we display the help only.
25450 2002-07-06 Andrew Birkett <adb@tardis.ed.ac.uk>
25452 * cs-tokenizer.cs (xtoken): Improve handling of string literals.
25454 2002-07-04 Miguel de Icaza <miguel@ximian.com>
25456 * cs-tokenizer.cs (define): We also have to track locally the
25457 defines. AllDefines is just used for the Conditional Attribute,
25458 but we also need the local defines for the current source code.
25460 2002-07-03 Miguel de Icaza <miguel@ximian.com>
25462 * statement.cs (While, For, Do): These loops can exit through a
25463 Break statement, use this information to tell whether the
25464 statement is the last piece of code.
25466 (Break): Flag that we break.
25468 * codegen.cs (EmitContexts): New `Breaks' state variable.
25470 2002-07-03 Martin Baulig <martin@gnome.org>
25472 * class.cs (TypeContainer.MethodModifiersValid): Allow override
25473 modifiers in method declarations in structs. Otherwise, you won't
25474 be able to override things like Object.Equals().
25476 2002-07-02 Miguel de Icaza <miguel@ximian.com>
25478 * class.cs (Method, Property, Indexer): Do not allow the public
25479 modifier to be used in explicit interface implementations.
25481 (TypeContainer.MethodModifiersValid): Catch virtual, abstract and
25482 override modifiers in method declarations in structs
25484 2002-07-02 Andrew Birkett <adb@tardis.ed.ac.uk>
25486 * cs-tokenizer.cs (adjust_int, adjust_real): Do not abort on
25487 integer or real overflow, report an error
25489 2002-07-02 Martin Baulig <martin@gnome.org>
25491 * typemanager.cs (TypeManager.InitCoreTypes): When compiling
25492 corlib, dynamically call AssemblyBuilder.SetCorlibTypeBuilders()
25493 to tell the runtime about our newly created System.Object and
25494 System.ValueType types.
25496 2002-07-02 Miguel de Icaza <miguel@ximian.com>
25498 * expression.cs (This): Use Stobj/Ldobj when we are a member of a
25499 struct instead of Ldarg/Starg.
25501 2002-07-02 Martin Baulig <martin@gnome.org>
25503 * expression.cs (Indirection.Indirection): Call
25504 TypeManager.TypeToCoreType() on `expr.Type.GetElementType ()'.
25506 2002-07-02 Martin Baulig <martin@gnome.org>
25508 * expression.cs (ArrayAccess.EmitStoreOpcode): If the type is a
25509 ValueType, call TypeManager.TypeToCoreType() on it.
25510 (Invocations.EmitParams): Call TypeManager.TypeToCoreType() on
25511 the OpCodes.Newarr argument.
25513 2002-07-02 Martin Baulig <martin@gnome.org>
25515 * expression.cs (Invocation.EmitCall): When compiling corlib,
25516 replace all calls to the system's System.Array type to calls to
25517 the newly created one.
25519 * typemanager.cs (TypeManager.InitCodeHelpers): Added a few more
25520 System.Array methods.
25521 (TypeManager.InitCoreTypes): When compiling corlib, get the methods
25522 from the system's System.Array type which must be replaced.
25524 Tue Jul 2 19:05:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
25526 * typemanager.cs: load unverifiable_code_ctor so we can build
25527 corlib using the correct type. Avoid using GetTypeCode() with
25529 * rootcontext.cs: uses TypeManager.unverifiable_code_ctor and
25530 TypeManager.object_type to allow building corlib.
25532 Tue Jul 2 19:03:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
25534 * ecore.cs: handle System.Enum separately in LoadFromPtr().
25536 2002-07-01 Martin Baulig <martin@gnome.org>
25538 * class.cs: Make the last change actually work, we need to check
25539 whether `ifaces != null' to avoid a crash.
25541 Mon Jul 1 16:15:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
25543 * class.cs: when we build structs without fields that implement
25544 interfaces, we need to add the interfaces separately, since there is
25545 no API to both set the size and add the interfaces at type creation
25548 Mon Jul 1 14:50:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
25550 * expression.cs: the dimension arguments to the array constructors
25551 need to be converted if they are a long.
25553 Mon Jul 1 12:26:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
25555 * class.cs: don't emit ldarg.0 if there is no parent constructor
25556 (fixes showstopper for corlib).
25558 2002-06-29 Martin Baulig <martin@gnome.org>
25560 MCS now compiles corlib on GNU/Linux :-)
25562 * attribute.cs (Attribute.ApplyAttributes): Treat Accessors like Method,
25563 ie. check for MethodImplOptions.InternalCall.
25565 * class.cs (TypeContainer.DefineType): When compiling corlib, both parent
25566 and TypeManager.attribute_type are null, so we must explicitly check
25567 whether parent is not null to find out whether it's an attribute type.
25568 (Property.Emit): Always call Attribute.ApplyAttributes() on the GetBuilder
25569 and SetBuilder, not only if the property is neither abstract nor external.
25570 This is necessary to set the MethodImplOptions on the accessor methods.
25571 (Indexer.Emit): Call Attribute.ApplyAttributes() on the GetBuilder and
25572 SetBuilder, see Property.Emit().
25574 * rootcontext.cs (RootContext.PopulateTypes): When compiling corlib, don't
25575 populate "System.Object", "System.ValueType" and "System.Attribute" since
25576 they've already been populated from BootCorlib_PopulateCoreTypes().
25578 2002-06-29 Martin Baulig <martin@gnome.org>
25580 * ecore.cs (Expression.ImplicitReferenceConversionExists): If expr
25581 is the NullLiteral, we also need to make sure that target_type is not
25584 2002-06-29 Martin Baulig <martin@gnome.org>
25586 * rootcontext.cs (RootContext.ResolveCore): We must initialize
25587 `TypeManager.multicast_delegate_type' and `TypeManager.delegate_type'
25588 before calling BootstrapCorlib_ResolveDelegate ().
25590 2002-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25592 * statement.cs: fixed build-breaker. All tests passed ok.
25594 2002-06-27 Martin Baulig <martin@gnome.org>
25596 * typemanager.cs (TypeManager.VerifyUnManaged): Added explicit check
25597 for System.Decimal when compiling corlib.
25599 2002-06-27 Martin Baulig <martin@gnome.org>
25601 * statement.cs (Switch.TableSwitchEmit): Make this work with empty
25602 switch blocks which contain nothing but a default clause.
25604 2002-06-26 Andrew <adb@tardis.ed.ac.uk>
25606 * ../errors/cs1501-3.cs: Added new test for struct ctr typechecks.
25608 2002-06-27 Martin Baulig <martin@gnome.org>
25610 * ecore.cs (PropertyExpr.PropertyExpr): Call
25611 TypeManager.TypeToCoreType() on the `pi.PropertyType'.
25613 * typemanager.cs (TypeManager.TypeToCoreType): Return if the type
25614 is already a TypeBuilder.
25616 2002-06-27 Martin Baulig <martin@gnome.org>
25618 * ecore.cs (Expression.ImplicitReferenceConversionExists): Use
25619 `target_type == TypeManager.array_type', not IsAssignableFrom() in
25620 the "from an array-type to System.Array" case. This makes it work
25621 when compiling corlib.
25623 2002-06-27 Martin Baulig <martin@gnome.org>
25625 * ecore.cs (Expression.SimpleNameResolve): If the expression is a
25626 non-static PropertyExpr, set its InstanceExpression. This makes
25627 the `ICollection.Count' property work in System/Array.cs.
25629 2002-06-25 Andrew Birkett <adb@tardis.ed.ac.uk>
25631 * driver.cs: Made error handling more consistent. Errors now
25632 tracked by Report class, so many methods which used to return int
25633 now return void. Main() now prints success/failure and
25634 errors/warnings message.
25636 Renamed '--probe' compiler argument to '--expect-error'. Removed
25637 the magic number return values (123 and 124). Now, if the
25638 expected error occurs, the compiler exits with success (exit value
25639 0). If the compilation completes without seeing that particular
25640 error, the compiler exits with failure (exit value 1). The
25641 makefile in mcs/errors has been changed to handle the new behaviour.
25643 * report.cs: Made 'expected error' number a property and renamed
25644 it from 'Probe' to 'ExpectedError'.
25646 * genericparser.cs: Removed error handling support, since it is
25647 now all done by Report class.
25649 * cs-parser.jay, mb-parser.jay: Errors are tracked by Report
25650 class, so parse() no longer returns an int.
25652 * namespace.cs: Use Report.Error instead of GenericParser.error
25654 2002-06-22 Miguel de Icaza <miguel@ximian.com>
25656 * class.cs (TypeContainer.AddMethod, TypeContainer.AddIndexer,
25657 TypeContainer.AddOperator): At the front of the list put the
25658 explicit implementations, so they get resolved/defined first.
25660 2002-06-21 Miguel de Icaza <miguel@ximian.com>
25662 * class.cs (TypeContainer.VerifyImplements): Verifies that a given
25663 interface type is implemented by this TypeContainer. Used during
25664 explicit interface implementation.
25666 (Property.Define, Indexer.Define, Method.Define): Validate that
25667 the given interface in the explicit implementation is one of the
25668 base classes for the containing type.
25670 Also if we are explicitly implementing an interface, but there is
25671 no match in the pending implementation table, report an error.
25673 (Property.Define): Only define the property if we are
25674 not explicitly implementing a property from an interface. Use the
25675 correct name also for those properties (the same CSC uses,
25676 although that is really not needed).
25678 (Property.Emit): Do not emit attributes for explicitly implemented
25679 properties, as there is no TypeBuilder.
25681 (Indexer.Emit): ditto.
25683 Hiding then means that we do not really *implement* a pending
25684 implementation, which makes code fail.
25686 2002-06-22 Martin Baulig <martin@gnome.org>
25688 * ecore.cs (Expression.Constantify): Call TypeManager.TypeToCoreType() on
25689 the return value of Object.GetType(). [FIXME: we need to do this whenever
25690 we get a type back from the reflection library].
25692 Fri Jun 21 13:37:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
25694 * typemanager.cs: make ExpandInterfaces() slip duplicated interfaces.
25696 2002-06-20 Miguel de Icaza <miguel@ximian.com>
25698 * attribute.cs: Return null if we can not look up the type.
25700 * class.cs (TypeContainer.GetClassBases): Use ExpandInterfaces on
25701 the interface types found.
25703 * interface.cs (Interface.GetInterfaceBases): Use ExpandInterfaces on the
25704 interface types found.
25706 * typemanager.cs (GetInterfaces): Make this routine returns alll
25707 the interfaces and work around the lame differences between
25708 System.Type and System.Reflection.Emit.TypeBuilder in the results
25709 result for GetInterfaces.
25711 (ExpandInterfaces): Given an array of interface types, expand and
25712 eliminate repeated ocurrences of an interface. This expands in
25713 context like: IA; IB : IA; IC : IA, IB; the interface "IC" to
25716 2002-06-21 Martin Baulig <martin@gnome.org>
25718 * typemanager.cs (TypeManager.EnumToUnderlying): It's now safe to call this function
25721 2002-06-21 Martin Baulig <martin@gnome.org>
25723 * typemanager.cs (TypeManager.TypeToCoreType): New function. When compiling corlib
25724 and called with one of the core types, return the corresponding typebuilder for
25727 * expression.cs (ArrayAccess.DoResolve): Call TypeManager.TypeToCoreType() on the
25730 2002-06-21 Martin Baulig <martin@gnome.org>
25732 * ecore.cs (Expression.ExplicitReferenceConversionExists): Use
25733 `target_type.IsArray' instead of `target_type.IsSubclassOf (TypeManager.array_type)'.
25734 (Expression.ConvertReferenceExplicit): Likewise.
25736 * expression.cs (ElementAccess.DoResolve): Likewise.
25737 (ElementAccess.DoResolveLValue): Likewise.
25739 2002-06-10 Martin Baulig <martin@gnome.org>
25741 * interface.cs (Interface.PopulateIndexer): When creating the setter, we need to
25742 add the "value" parameter to the parameter list.
25744 * statement.cs (Fixed.Emit): Pass the return value of the child block's Emit()
25747 2002-06-19 Miguel de Icaza <miguel@ximian.com>
25749 * expression.cs (ArrayCreation.ExpressionToArrayArgument): Convert
25750 the argument to an int, uint, long or ulong, per the spec. Also
25751 catch negative constants in array creation.
25753 Thu Jun 20 17:56:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
25755 * class.cs: do not allow the same interface to appear twice in
25756 the definition list.
25758 Wed Jun 19 22:33:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
25760 * ecore.cs: don't use ldlen with System.Array.
25762 Wed Jun 19 20:57:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
25764 * ecore.cs: stobj requires a type argument. Handle indirect stores on enums.
25766 Wed Jun 19 20:17:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
25768 * modifiers.cs: produce correct field attributes for protected
25769 internal. Easy fix so miguel can work on ther harder stuff:-)
25771 2002-06-18 Miguel de Icaza <miguel@ximian.com>
25773 * pending.cs: New file. Move the code from class.cs here.
25774 Support clearning the pending flag for all methods (when not doing
25775 explicit interface implementation).
25777 Tue Jun 18 10:36:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
25779 * rootcontext.cs: added a couple more types needed to bootstrap.
25781 2002-06-17 Miguel de Icaza <miguel@ximian.com>
25783 * typemanager.cs (GetConstructor): Use DeclaredOnly to look the
25784 constructor in the type, instead of any constructor in the type
25785 hierarchy. Thanks to Paolo for finding this bug (it showed up as
25786 a bug in the Mono runtime when applying the params attribute).
25788 2002-06-16 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
25789 * changed namespace.cs to use "GenericParser.error(...)" instead of "CSharpParser.error(...)"
25791 2002-06-14 Rachel Hestilow <hestilow@ximian.com>
25793 * expression.cs (Unary.ResolveOperator): Use TypeManager
25794 to resolve the type.
25796 2002-06-13 Ravi Pratap <ravi@ximian.com>
25798 * cs-parser.jay (enum_member_declaration): Pass in the attributes
25801 * enum.cs (AddEnumMember): Add support to store the attributes associated
25802 with each member too.
25804 * attribute.cs (CheckAttribute, ApplyAttributes): Update to handle
25805 field builders too - this takes care of the enum member case.
25807 2002-06-10 Rachel Hestilow <hestilow@ximian.com>
25809 * typemanager.cs (TypeManager.VerifyUnManaged): Allow
25810 address-of operator on both value types and pointers.
25812 2002-06-10 Martin Baulig <martin@gnome.org>
25814 * interface.cs (Interface.PopulateIndexer): Add the indexer's
25815 PropertyBuilder to the `property_builders' list.
25817 * expression.cs (Indexers.GetIndexersForTypeOrInterface): New private method.
25818 (Indexers.GetIndexersForType): Call GetIndexersForTypeOrInterface() on the
25819 `lookup_type' and all its interfaces. Unfortunately, Type.FindMembers() won't
25820 find any indexers which are inherited from an interface.
25822 2002-06-09 Martin Baulig <martin@gnome.org>
25824 * const.cs (Const.LookupConstantValue): Convert `Expr' to a literal of
25825 the same type as the constant if necessary. There's also a test-130.cs
25828 * enum.cs (Enum.ChangeEnumType): Moved to typemanager.cs and made public.
25830 * typemanager.cs (TypeManager.ChangeType): Previously known as
25831 Enum.ChangeEnumType().
25833 2002-06-09 Martin Baulig <martin@gnome.org>
25835 * expression.cs (Cast.TryReduce): Added support for consts.
25837 2002-06-08 Ravi Pratap <ravi@ximian.com>
25839 * class.cs (Accessor): Hold attributes information so we can pass
25842 * cs-parser.jay (get_accessor_declaration, set_accessor_declaration):
25843 Modify to pass in attributes attached to the methods.
25845 (add_accessor_declaration, remove_accessor_declaration): Ditto.
25847 * attribute.cs (ApplyAttributes, CheckAttribute): Update accordingly
25848 to handle the Accessor kind :-)
25850 * class.cs (Property.Emit, Event.Emit): Apply attributes to the accessors
25852 2002-06-08 Martin Baulig <martin@gnome.org>
25854 * expression.cs (Unary.TryReduceNegative): Added support for
25857 2002-06-08 Martin Baulig <martin@gnome.org>
25859 * enum.cs (Enum.LookupEnumValue): Don't report an error if the
25860 name can't be found in the `defined_names' - the caller will do a
25861 MemberLookup in this case and thus find methods in System.Enum
25862 such as Enum.IsDefined().
25864 2002-06-08 Martin Baulig <martin@gnome.org>
25866 * enum.cs (Enum.ChangeEnumType): This is a custom version of
25867 Convert.ChangeType() which works with TypeBuilder created types.
25868 (Enum.LookupEnumValue, Enum.Define): Use it here.
25870 * class.cs (TypeContainer.RegisterRequiredImplementations): Added
25871 `TypeBuilder.BaseType != null' check.
25872 (TypeContainer.FindMembers): Only lookup parent members if we
25873 actually have a parent.
25874 (Method.EmitDestructor): Added `ec.ContainerType.BaseType != null' check.
25875 (ConstructorInitializer.Resolve): Likewise.
25877 * interface.cs (Interface.FindMembers): Added
25878 `TypeBuilder.BaseType != null' check.
25880 * rootcontext.cs (RootContext.ResolveCore): Added
25881 "System.Runtime.CompilerServices.IndexerNameAttribute" to
25882 classes_second_stage.
25884 * typemanager.cs (TypeManager.InitCoreTypes): Don't initialize
25885 debug_type and trace_type when compiling with --nostdlib.
25887 2002-06-07 Martin Baulig <martin@gnome.org>
25889 * class.cs (TypeContainer): Added `have_nonstatic_fields' field.
25890 (AddField): Set it to true when adding a non-static field.
25891 (DefineType): Use `have_nonstatic_fields' to find out whether we
25892 have non-static fields, not `Fields != null'.
25894 2002-06-02 Miguel de Icaza <miguel@ximian.com>
25896 * ecore.cs (SimpleNameResolve): Removed simple bug (we were
25897 dereferencing a null on the static-field code path)
25899 2002-05-30 Martin Baulig <martin@gnome.org>
25901 * codegen.cs (InitMonoSymbolWriter): Added `string[] args' argument
25902 to take command line arguments. Use reflection to call the new
25903 custom `Initialize' function on the symbol writer and pass it the
25904 command line arguments.
25906 * driver.cs (--debug-args): New command line argument to pass command
25907 line arguments to the symbol writer.
25909 2002-05-28 Miguel de Icaza <miguel@ximian.com>
25911 * assign.cs (DoResolve): Forgot to do the implicit conversion to
25912 the target type for indexers and properties. Thanks to Joe for
25915 2002-05-27 Miguel de Icaza <miguel@ximian.com>
25917 * typemanager.cs (MethodFlags): returns the method flags
25918 (Obsolete/ShouldIgnore) that control warning emission and whether
25919 the invocation should be made, or ignored.
25921 * expression.cs (Invocation.Emit): Remove previous hack, we should
25922 not do this on matching a base type, we should do this based on an attribute
25924 Only emit calls to System.Diagnostics.Debug and
25925 System.Diagnostics.Trace if the TRACE and DEBUG defines are passed
25926 on the command line.
25928 * rootcontext.cs: Global settings for tracing and debugging.
25930 * cs-tokenizer.cs (define): New utility function to track
25931 defines. Set the global settings for TRACE and DEBUG if found.
25933 2002-05-25 Ravi Pratap <ravi@ximian.com>
25935 * interface.cs (Populate*): Pass in the TypeContainer as well as
25936 the DeclSpace as parameters so that we can create EmitContexts and
25937 then use that to apply attributes etc.
25939 (PopulateMethod, PopulateEvent, PopulateProperty)
25940 (PopulateIndexer): Apply attributes everywhere.
25942 * attribute.cs (CheckAttribute): Include InterfaceMethod, InterfaceEvent
25945 (ApplyAttributes): Update accordingly.
25947 We now apply interface attributes for all members too.
25949 2002-05-26 Miguel de Icaza <miguel@ximian.com>
25951 * class.cs (Indexer.Define); Correctly check if we are explicit
25952 implementation (instead of checking the Name for a ".", we
25953 directly look up if the InterfaceType was specified).
25955 Delay the creation of the PropertyBuilder.
25957 Only create the PropertyBuilder if we are not an explicit
25958 interface implementation. This means that explicit interface
25959 implementation members do not participate in regular function
25960 lookups, and hence fixes another major ambiguity problem in
25961 overload resolution (that was the visible effect).
25963 (DefineMethod): Return whether we are doing an interface
25966 * typemanager.cs: Temporary hack until we get attributes in
25967 interfaces (Ravi is working on that) and we get IndexerName
25968 support in interfaces.
25970 * interface.cs: Register the indexers as properties.
25972 * attribute.cs (Attribute.Resolve): Catch the error, and emit a
25973 warning, I have verified that this is a bug in the .NET runtime
25974 (JavaScript suffers of the same problem).
25976 * typemanager.cs (MemberLookup): When looking up members for
25977 interfaces, the parent of an interface is the implicit
25978 System.Object (so we succeed in searches of Object methods in an
25979 interface method invocation. Example: IEnumerable x; x.ToString
25982 2002-05-25 Miguel de Icaza <miguel@ximian.com>
25984 * class.cs (Event): Events should also register if they do
25985 implement the methods that an interface requires.
25987 * typemanager.cs (MemberLookup); use the new GetInterfaces
25990 (GetInterfaces): The code used to lookup interfaces for a type is
25991 used in more than one place, factor it here.
25993 * driver.cs: Track the errors at the bottom of the file, we kept
25996 * delegate.cs (NewDelegate.Emit): We have to emit a null as the
25997 instance if the method we are calling is static!
25999 2002-05-24 Miguel de Icaza <miguel@ximian.com>
26001 * attribute.cs (ApplyAttributes): Make this function filter out
26002 the IndexerName attribute (as that attribute in reality is never
26003 applied) and return the string constant for the IndexerName
26006 * class.cs (TypeContainer.Emit): Validate that all the indexers
26007 have the same IndexerName attribute, and if so, set the
26008 DefaultName attribute on the class.
26010 * typemanager.cs: The return value might contain other stuff (not
26011 only methods). For instance, consider a method with an "Item"
26012 property and an Item method.
26014 * class.cs: If there is a problem with the parameter types,
26017 2002-05-24 Ravi Pratap <ravi@ximian.com>
26019 * ecore.cs (ImplicitConversionExists): Wrapper function which also
26020 looks at user defined conversion after making a call to
26021 StandardConversionExists - we need this for overload resolution.
26023 * expression.cs : Update accordingly the various method calls.
26025 This fixes 2 bugs filed against implicit user defined conversions
26027 2002-05-22 Miguel de Icaza <miguel@ximian.com>
26029 * statement.cs: Track the result of the assignment.
26031 2002-05-21 Miguel de Icaza <miguel@ximian.com>
26033 * expression.cs (MemberAccess): Improved error reporting for
26034 inaccessible members.
26036 2002-05-22 Martin Baulig <martin@gnome.org>
26038 * makefile (mcs-mono2.exe): New target. This is mcs compiled with
26039 itself with debugging support.
26041 2002-05-22 Martin Baulig <martin@gnome.org>
26043 * typemanager.cs ("System.Runtime.InteropServices.StructLayoutAttribute"):
26044 Removed, this isn't needed anymore.
26046 2002-05-20 Martin Baulig <martin@gnome.org>
26048 * typemanager.cs (InitEnumUnderlyingTypes): "System.Char" can't
26049 be underlying type for an enum.
26051 2002-05-20 Miguel de Icaza <miguel@ximian.com>
26053 * typemanager.cs (InitEnumUnderlyingTypes): New helper function
26054 that splits out the loading of just the core types.
26056 * rootcontext.cs (ResolveCore): Split the struct resolution in
26057 two, so we can load the enumeration underlying types before any
26060 * expression.cs (Is): Bandaid until we fix properly Switch (see
26061 bug #24985 for details).
26063 * typemanager.cs (ImplementsInterface): The hashtable will contain
26064 a null if there are no interfaces implemented.
26066 2002-05-18 Miguel de Icaza <miguel@ximian.com>
26068 * cs-parser.jay (indexer_declarator): It is fine to have array
26071 2002-05-17 Miguel de Icaza <miguel@ximian.com>
26073 * typemanager.cs: (RegisterBuilder): New function used to register
26074 TypeBuilders that implement interfaces. Since
26075 TypeBuilder.GetInterfaces (as usual) does not work with lame
26077 (AddUserType): register interfaces.
26079 (ImplementsInterface): Use the builder_to_ifaces hash if we are
26080 dealing with TypeBuilder. Also, arrays are showing up as
26081 SymbolTypes, which are not TypeBuilders, but whose GetInterfaces
26082 methods can not be invoked on them!
26084 * ecore.cs (ExplicitReferenceConversionExists): Made public.
26085 (ImplicitReferenceConversionExists): Split out from
26086 StandardConversionExists.
26088 * expression.cs (As): We were only implementing one of the three
26089 cases for the as operator. We now implement them all.
26090 (Is): Implement the various other cases for Is as well.
26092 * typemanager.cs (CACHE): New define used to control if we want or
26093 not the FindMembers cache. Seems to have a negative impact on
26094 performance currently
26096 (MemberLookup): Nested types have full acess to
26097 enclosing type members
26099 Remove code that coped with instance/static returns for events, we
26100 now catch this in RealFindMembers.
26102 (RealFindMembers): only perform static lookup if the instance
26103 lookup did not return a type or an event.
26105 2002-05-17 Miguel de Icaza <miguel@ximian.com>
26107 * assign.cs (CompoundAssign): We pass more semantic information
26108 now to Compound Assignments than we did before: now we have all
26109 the information at hand, and now we resolve the target *before* we
26110 do the expression expansion, which allows the "CacheValue" method
26111 to have the effect we intended (before, a [x] += 1 would generate
26112 two differen ArrayAccess expressions from the ElementAccess,
26113 during the resolution process).
26115 (CompoundAssign.DoResolve): Resolve target and original_source here.
26117 2002-05-16 Miguel de Icaza <miguel@ximian.com>
26119 * expression.cs (ArrayAccess): dropped debugging information.
26121 * typemanager.cs: Small bug fix: I was always returning i_members,
26122 instead of one of i_members or s_members (depending on which had
26125 * assign.cs (IAssignMethod.CacheTemporaries): New method. This
26126 method is invoked before any code generation takes place, and it
26127 is a mechanism to inform that the expression will be invoked more
26128 than once, and that the method should use temporary values to
26129 avoid having side effects
26131 (Assign.Emit): Call CacheTemporaries in the IAssignMethod.
26133 * ecore.cs (Expression.CacheTemporaries): Provide empty default
26136 * expression.cs (Indirection, ArrayAccess): Add support for
26137 CacheTemporaries in these two bad boys.
26139 * ecore.cs (LoadFromPtr): figure out on our own if we need to use
26140 ldobj or ldind_ref.
26141 (StoreFromPtr): Handle stobj as well.
26143 * expression.cs (UnaryMutator): Share more code.
26145 * typemanager.cs (FindMembers): Thanks to Paolo for tracking this
26146 down: I was not tracking the Filter function as well, which
26147 was affecting the results of the cache.
26149 2002-05-15 Miguel de Icaza <miguel@ximian.com>
26151 * attribute.cs: Remove the hack to handle the CharSet property on
26154 2002-05-14 Miguel de Icaza <miguel@ximian.com>
26156 * attribute.cs (DoResolve): More uglyness, we now only try to
26157 resolve the attribute partially, to extract the CharSet
26158 information (only if we are a StructLayout attribute). Otherwise
26160 (GetExtraTypeInfo): Add some code to conditionally kill in the
26161 future this. I am more and more convinced that the .NET
26162 framework has special code to handle the attribute setting on
26165 * expression.cs (IsParamsMethodApplicable): Revert my previous
26166 foreach change here, it was wrong.
26168 2002-05-13 Miguel de Icaza <miguel@ximian.com>
26170 * cs-tokenizer.cs: (pp_primary): Eat the ')' at the end.
26171 (pp_expr): do not abort on unknown input, just return.
26172 (eval): abort if there are pending chars.
26174 * attribute.cs (Attribute.Resolve): Positional parameters are
26175 optional. Deal with that case.
26177 * class.cs (DefineType): Call Attribute.GetExtraTypeInfo to fetch
26178 the Ansi/Unicode/Auto information for the type.
26180 (TypeContainer.DefineType): instantiate the EmitContext here, as
26181 we will be using it during the type definition (to resolve
26182 attributes) and during the emit phase.
26184 * attribute.cs (Attribute.GetExtraTypeInfo): This routine is used
26185 to pull type information out of the attributes
26187 (Attribute.Resolve): track the constructor builder, and allow for
26188 multiple invocations (structs and classes will use this).
26190 * ecore.cs (MemberLookupFinal): new version with all the
26191 parameters customizable.
26193 * expression.cs (New.DoResolve): Use MemberLookupFinal to locate
26194 constructors. Return if the result value is null (as the error
26195 would have been flagged already by MemberLookupFinal)
26197 Do not allow instances of abstract classes or interfaces to be
26200 * class.cs: (MethodSignature.InheritableMemberSignatureCompare):
26201 We have to compare the assembly property here when dealing with
26202 FamANDAssem and Assembly access modifiers, because we might be
26203 creating an assembly from *modules* (that means that we are not
26204 getting TypeBuilders for types defined in other modules that are
26205 part of this assembly).
26207 (Method.Emit): If the method is marked abstract and has a body,
26210 (TypeContainer.DefineMembers): If both the defined member and the
26211 parent name match are methods, then do not emit any warnings: let
26212 the Method.Define routine take care of flagging warnings. But if
26213 there is a mismatch (method overrides something else, or method is
26214 overriwritten by something, then emit warning).
26216 (MethodSignature.MemberSignatureCompare): If the sig.ret_type is
26217 set to null, this means `do not check for the return type on the
26220 (Method.Define): set the return type for the method signature to
26221 null, so that we get methods with the same name and parameters and
26222 different return types. This is used to flag warning 114 (you are
26223 hiding a method, and you probably want to use the new/override
26226 * typemanager.cs (MemberLookup): Implemented proper access
26227 control, closing a long standing set of bug reports. The problem
26228 was that the Framework only has two bits: Public and NonPublic,
26229 and NonPublic includes private and protected methods, but we need
26230 to enforce the FamANDAssem, FamOrAssem and Family.
26232 2002-05-11 Miguel de Icaza <miguel@ximian.com>
26234 * statement.cs (GotoCase): Return true: Ammounts to giving up
26235 knowledge on whether we return or not, and letting the other case
26236 be responsible for it.
26238 2002-05-10 Miguel de Icaza <miguel@ximian.com>
26240 * driver.cs: Do not load directories for each file processed, only
26241 do it if there is a pattern.
26243 * ecore.cs: Report readonly assigns here as well, as we might have
26244 been resolved only by MemberAccess.
26246 (SimpleName.SimpleNameResolve): Also be useful for LValue
26247 resolution. We need this to propagate assign to local readonly variables
26249 * typemanager.cs: Use a ptrhashtable for the criteria, because we
26250 do not want to reuse potential criteria memory.
26252 * class.cs (MyEventBuilder): Set reflected_type;
26254 * ecore.cs (Constantify): Added support for constifying bools.
26256 (RootContext.LookupType): Added a cache for values looked up in
26257 the declaration space.
26259 * typemanager.cs (FindMembers): Now is a front-end to
26260 RealFindMembers, and provides a two-level hashtable-based cache to
26263 15% performance improvement: from 22.5 to 19.2 seconds.
26265 * expression.cs (IsParamsMethodApplicable): use foreach.
26266 (Invocation.DoResolve): ditto.
26267 (New.DoResolve): ditto.
26268 (ArrayCreation.DoResolve): ditto.
26270 * ecore.cs (FindMostEncompassingType): use foreach.
26272 * delegate.cs (NewDelegate.DoResolve): Use foreach
26274 * ecore.cs (Expression.FindMostSpecificSource): Use foreach.
26275 (RemoveMethods): use foreach.
26277 * expression.cs (Invocation.MakeUnionSet): Optimization: Use two
26278 nested foreach statements instead of for, and also break out of
26279 the inner loop once a match is found.
26281 (Invocation.OverloadResolve): Use foreach, simplify the code.
26283 2002-05-08 Miguel de Icaza <miguel@ximian.com>
26285 * cfold.cs (BinaryFold): During an enumeration evaluation context,
26286 we actually unwrap the expression to allow for extra information
26289 * expression.cs: Use Shr_Un on unsigned operations.
26291 2002-05-08 Ravi Pratap <ravi@ximian.com>
26293 * ecore.cs (FindMostEncompass*): Fix trivial bug where the set of
26294 applicable operators was not being considered correctly. This closes
26295 the bug Miguel reported.
26297 Wed May 8 16:40:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
26299 * attribute.cs: check that the type derives from System.Attribute
26300 and report the correct error in that case (moved the duplicate code to
26301 its own method, too).
26303 Wed May 8 11:50:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
26305 * attribute.cs: lookup attribute type name as the spec says: first the
26306 bare attribute name and then name + "Attribute" (nant compiles with
26307 mcs after this fix).
26309 2002-05-07 Miguel de Icaza <miguel@ximian.com>
26311 * expression.cs (Unary.TryReduceNegative): Ah! Tricky! Tricky!
26312 Because of the way we parse things, we should try to see if a
26313 UIntConstant can fit in an integer.
26315 2002-05-07 Ravi Pratap <ravi@ximian.com>
26317 * ecore.cs (GetConversionOperators): Do not pick up op_True operators
26318 when we are in an explicit context.
26320 (ConvertReferenceExplicit): When converting from Iface type S to Class
26321 T make sure the rules are implemented as an OR.
26323 * parameter.cs (ParameterType): Make it a property for now although the
26324 purpose really isn't anything immediate.
26326 * expression.cs (Is*Applicable): Do better checking on the parameter type
26327 of a ref/out parameter. The ones from the system assemblies are already
26328 marked with the correct type so we don't need to do any correction.
26330 * ecore.cs (StandardConversionExists): Conversion from Interface types to
26331 the object type is standard too so include that.
26333 2002-05-06 Miguel de Icaza <miguel@ximian.com>
26335 * ecore.cs (StandardConversionExists): Augment with missing code:
26336 deal with IntConstant, LongConstants and Enumerations.
26338 * assign.cs: Report the error, instead of failing silently
26340 * rootcontext.cs (AddGlobalAttributes): Track attributes on the
26341 typecontainer that they are declared, because the
26342 typecontainer/namespace will have the list of using clauses that
26343 need to be applied.
26345 Assembly Attributes were escaping the normal registration
26348 (EmitCode): Apply attributes within an EmitContext that represents
26349 the container they were declared on.
26351 * cs-parser.jay: Track bases for structs. How did I get this wrong?
26353 2002-05-06 Ravi Pratap <ravi@ximian.com>
26355 * ecore.cs (FindMostEncompassingType, FindMostEncompassedType):
26356 Revamp completely - make much cleaner as we now operate only
26359 (FindMostSpecificSource, FindMostSpecificTarget): New methods
26360 to implement the logic detailed in the spec more correctly.
26362 (UserDefinedConversion): Update accordingly.
26364 2002-05-06 Miguel de Icaza <miguel@ximian.com>
26366 * statement.cs: Return flow analysis information up.
26368 * cs-tokenizer.cs (adjust_real): Share code between LITERAL_DOUBLE
26371 (token): Do not consume an extra character before calling
26374 2002-05-06 Piers Haken <piersh@friskit.com>
26376 * cs-parser.jay: add 'override' attribute to System.Object.Finalize
26378 2002-05-06 Miguel de Icaza <miguel@ximian.com>
26380 * class.cs (Constructor.Emit): Set the IsStatic flag in the
26381 EmitContext during the instance constructor initializer
26382 resolution, to stop access to instance variables.
26384 This is mandated by the spec, last paragraph of the `constructor
26385 initializers' section.
26387 2002-05-05 Miguel de Icaza <miguel@ximian.com>
26389 * cs-parser.jay, class.cs (Accessor): new class used to represent
26390 an accessor (get or set). In the past we used `null' to represent
26391 a missing accessor. But this is ambiguous because there was no
26392 way to tell in abstract indexers/properties if one of them was
26395 Now there is a way of addressing that.
26397 * expression.cs (Indexers.GetIndexersForType): Use TypeManager.MemberLookup
26398 instead of FindMembers.
26400 * class.cs (TypeContainer.EmitFieldInitializer): Do not typecast
26401 the result of Assign.Resolve as Assign, but rather as ExpressionStatement.
26403 * attribute.cs: Treat indexers and properties as the same in terms
26404 of applying attributes
26406 * ecore.cs (FindMostEncompassedType): Use statically initialized
26407 EmptyExpressions()s like we do elsewhere to avoid creating useless
26408 objects (and we take this out of the tight loop).
26410 (GetConversionOperators): Move the code to extract the actual
26411 operators to a separate routine to clean things up.
26413 2002-05-04 Miguel de Icaza <miguel@ximian.com>
26415 * ecore.cs (FieldExpr): Remove un-needed tests for null, since now
26416 events are always registered FieldBuilders.
26418 * class.cs (FieldBase): New class shared by Fields
26420 * delegate.cs: If we are a toplevel delegate, use our full name.
26421 If we are a nested delegate, then only use our tail name.
26423 2002-05-02 Ravi Pratap <ravi@ximian.com>
26425 * expression.cs (IsApplicable): Ensure that we add the "&" to
26426 ref/out types before comparing it with the type of the argument.
26428 (IsParamsMethodApplicable): Ditto.
26430 (Argument.Type): Use TypeManager.LookupType instead of Type.GetType -
26433 * delegate.cs : Handle the case when we have more than one applicable
26434 method. Flag an error only when we finish checking all.
26436 2002-05-02 Miguel de Icaza <miguel@ximian.com>
26438 * expression.cs: Add support for boolean static initializers.
26440 2002-05-01 Miguel de Icaza <miguel@ximian.com>
26442 * attribute.cs: Use proper cast for Events, since we use a MyEventBuilder.
26444 * parameter.cs (ComputeParameterTypes,
26445 ComputeAndDefineParameterTypes): Better error handling: now we
26446 clear the `types' cache if we fail during any of the type lookups.
26447 We also return the status code correctly to our caller
26449 * delegate.cs: If we fail to define a delegate, abort the extra
26452 * expression.cs (Binary.ResolveOperator): for
26453 operator==(object,object) and operator !=(object, object) we also
26454 have to verify that there is an implicit conversion from one to
26457 (ArrayAccess.DoResolve): Array Access can operate on
26460 2002-04-30 Miguel de Icaza <miguel@ximian.com>
26462 * assign.cs (CompoundAssign): A new class used as a "flag" that
26463 the assignment actually is happening as part of a compound
26464 assignment operator.
26466 During compound assignment, a few new rules exist to enable things
26473 x op= y can be evaluated as x = (T) (x op y) (ie, an explicit cast
26474 to the type of x) if y is implicitly convertible to the type of x,
26475 and the operator is a builtin operator and the return type of the
26476 operator is explicitly convertible to the type of x.
26478 * rootcontext.cs: Reset warning level to 2. 4 catches various
26479 "interesting" features in mcs, we must clean this up at some
26480 point, but currently am trying to kill other bugs ;-)
26482 * ecore.cs (SimpleName.SimpleNameResolve): Perform member lookups
26483 in container classes as well.
26485 * expression.cs (Binary.ResolveOperator): Handle string case
26486 before anything else (as operator overloading does emit an error
26487 before doing anything else).
26489 This code could go away when we move to a table driven model, but
26490 i could not come up with a good plan last night.
26492 2002-04-30 Lawrence Pit <loz@cable.a2000.nl>
26494 * typemanager.cs (CSharpName): reimplementation using regex.
26495 * class.cs: added null check for fields in Emit
26496 * rootcontext.cs: set warninglevel to 4
26498 2002-04-29 Miguel de Icaza <miguel@ximian.com>
26500 * typemanager.cs (CSharpName): reimplemented with Lupus
26503 2002-04-28 Miguel de Icaza <miguel@ximian.com>
26505 * statement.cs (If): correclty implement Resolve, because we were
26506 not catching sem errors in there. The same process is needed
26508 (Return, StatementExpression, For, While, Do, Throw, Lock): Implement Resolve
26511 (Statement.Warning_DeadCodeFound): Factorize code.
26512 (While): Report dead code here too.
26514 (Statement): Added Resolve virtual method to allow
26515 for resolution split from the emit code.
26517 2002-04-26 Miguel de Icaza <miguel@ximian.com>
26519 * statement.cs (EmitBoolExpression): No longer try to resolve the
26521 (MakeBoolean): New utility function that resolve, implicitly
26522 converts to boolean and tags the expression.
26525 (If, Do): Implement dead code elimination.
26526 (While): Implement loop inversion
26528 (Do, While, For, If): Resolve the expression prior to calling our
26531 2002-04-22 Lawrence Pit <loz@cable.a2000.nl>
26534 - added method Report28 (warning: program has more than one entry point)
26535 - added method IsEntryPoint, implements paragraph 10.1 of the spec
26536 - modified method Method.Define, the part at the end of the method
26538 * rootcontext.cs: added static public Location EntryPointLocation;
26540 * ../errors/cs0028.cs : Add test case for the above warning.
26543 - modified method CSharpName to allow arrays of primitive type to
26544 be printed nicely (e.g. instead of System.Int32[][] it now prints
26546 - added method CSharpSignature: returns the signature of a method
26547 in string format to be used in reporting errors, warnings, etc.
26549 * support.cs: InternalParameters.ParameterDesc variable tmp initialized
26552 2002-04-26 Ravi Pratap <ravi@ximian.com>
26554 * delegate.cs (Define): Fix extremely silly bug where I was
26555 setting the type of the 'object' parameter of the BeginInvoke
26556 method to System.IAsyncResult instead of System.Object ;-)
26558 2002-04-26 Miguel de Icaza <miguel@ximian.com>
26560 * class.cs (ConstructorInitializer.Resolve): Also use DeclaredOnly
26563 (Constructor.Emit): return if we fail to initialize the
26564 constructor. Another door closed!
26566 * expression.cs (New.DoResolve): Improve error message (from -6 to
26567 1501). Use DeclaredOnly lookup to find the exact constructor.
26569 * typemanager.cs (MemberLookup): If DeclaredOnly is set, do not
26570 loop. This is useful.
26572 * cs-parser.jay: Adjust the default parameters so that destructors
26573 have the proper signature.
26575 2002-04-26 Martin Baulig <martin@gnome.org>
26577 * driver.cs (LoadAssembly): If `assembly' contains any characters
26578 which are only valid in path names and not in assembly names
26579 (currently slash, backslash and point), use Assembly.LoadFrom ()
26580 instead of Assembly.Load () on the `assembly' (before iteration
26581 over the link_paths).
26583 2002-04-26 Martin Baulig <martin@gnome.org>
26585 * cs-tokenizer.cs (is_hex): Correctly handle lowercase chars.
26587 2002-04-25 Miguel de Icaza <miguel@ximian.com>
26589 * class.cs (Property): use the new typemanager.MemberLookup
26591 (TypeContainer.MemberLookup): Implement using the
26592 TypeManager.MemberLookup now.
26594 * typemanager.cs: Make MemberLookup a function of the TypeManager,
26595 and return MemberInfos, so that these can be used without an
26596 EmitContext (what we had before).
26598 2002-04-24 Miguel de Icaza <miguel@ximian.com>
26600 * expression.cs: Fix the case where the argument to params if the
26601 type of the params. I omitted handling this before. Fixed
26603 2002-04-22 Miguel de Icaza <miguel@ximian.com>
26605 * driver.cs: Call BootCorlib_PopulateCoreType
26607 * class.cs (Property.CheckBase): Check for properties only, not
26610 * interface.cs: Temporary hack: try/catch around the
26611 CustomAttributeBuilder, because I am getting an exception that I
26614 * rootcontext.cs (BootCorlib_PopulateCoreType): Populate some
26615 types whose definitions are required to be there (attributes are
26616 defined before standard types).
26618 Compute definitions as we boot the various types, as they are used
26619 immediately (value_type class will need object_type, but if we do
26620 not initialize object_type, we will pass a null, which will let
26621 the runtime pick the System.Object from the existing corlib, which
26622 is not what we want).
26624 2002-04-22 Patrik Torstensson <totte@labs2.com>
26626 * cs-tokenizer.cs: fixed a number of trim() issues.
26628 2002-04-22 Ravi Pratap <ravi@ximian.com>
26630 * expression.cs (Argument.Type): Ensure that we return the correct
26631 type when we have out or ref parameters [in which case we
26634 2002-04-22 Miguel de Icaza <miguel@ximian.com>
26636 * class.cs (Property, Indexer): Allow extern modifier in there.
26638 * typemanager.cs (InitBaseTypes): Initializes object_type and
26639 value_type, since those will be used early on during the bootstrap
26640 process to compile corlib.
26642 (InitCoreTypes): Move code from here to InitBaseTypes.
26644 2002-04-21 Miguel de Icaza <miguel@ximian.com>
26646 * ecore.cs (PropertyExpr): Optimize calls to Array::get_Length on
26647 single-dimension arrays as using the ldlen opcode.
26649 Daniel Lewis discovered this optimization.
26651 * typemanager.cs: Add signature for System.Array::get_Length
26653 2002-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26655 * statement.cs: report the error when the foreach does not apply to an
26656 array nor a collection.
26658 2002-04-19 Miguel de Icaza <miguel@ximian.com>
26660 * expression.cs: Add implicit conversions to the operator ~.
26662 * constant.cs (DecimalConstant.Emit): Emit decimal value.
26664 * typemanager.cs: Locate the decimal constructor.
26666 2002-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26668 * attribute.cs: use the new property of TypeOf.
26669 * expression.cs: added 'get' property around typearg.
26671 These changes fix a build breaker reported by NickD. Is this the
26672 correct way to fix? If not, please, revert my changes and make it
26675 2002-04-17 Miguel de Icaza <miguel@ximian.com>
26677 * attribute.cs: Add support for typeof in attribute invocations.
26678 I am not sure that this is right though.
26680 2002-04-14 Duncan Mak <duncan@ximian.com>
26682 * cfold.cs (BinaryFold): Catch DivideByZeroException in the
26683 Binary.Operator.Division case.
26685 2002-04-13 Ravi Pratap <ravi@ximian.com>
26687 * class.cs (DefineType): Ensure that we do a proper check on
26688 attribute types and also register it with the TypeManager.
26690 (TypeContainer.Targets): The default for attribute types is
26691 AttributeTargets.All.
26693 * attribute.cs (ApplyAttributes): Registering the attribute type
26694 is done elsewhere, not when we discover we have a Usage attribute.
26696 2002-04-12 Ravi Pratap <ravi@ximian.com>
26698 * expression.cs (VerifyArgumentsCompat): Implement Miguel's suggestion
26699 and get rid of is_delegate parameter.
26701 * everywhere : update.
26703 2002-04-12 Ravi Pratap <ravi@ximian.com>
26705 * cs-parser.jay (compilation_unit): Revamp completely to use
26706 some new ideas that I got from Rhys' grammar to solve the problems
26707 with assembly level attributes.
26709 (outer_declaration): New grammar production.
26711 (attribute_sections): Add.
26713 (opt_attributes): Base on attribute_sections
26715 (namespace_declaration): Allow opt_attributes to tackle the case
26716 when we have assembly level attributes - we are clever in this
26719 * attribute.cs (ApplyAttributes): Do not worry about assembly
26720 attributes in the non-global context.
26722 * rootcontext.cs (AddGlobalAttributes): Go back to using this
26723 instead of SetGlobalAttributes.
26725 * class.cs, rootcontext.cs : Ensure we define and generate
26726 attribute types before anything else.
26728 * attribute.cs (CheckAttribute and GetValidPlaces): Handle the exception
26729 and flag the new error -20 for the case when the attribute type
26730 does not have valid targets specified. csc does not catch this.
26732 * ../errors/errors.txt : update for error # -20
26734 2002-04-11 Ravi Pratap <ravi@ximian.com>
26736 * support.cs (InternalParameters.ParameterModifier): Do some null
26737 checking and return sane values.
26739 * class.cs (Method.Define): If we are a PInvoke method, ensure
26740 that we are static and extern. Report error # 601
26742 * ../errors/cs0601.cs : Add test case for the above error.
26744 2002-04-07 Ravi Pratap <ravi@ximian.com>
26746 * rootcontext.cs (attribute_types): We need to keep type of
26747 all attribute types separately and emit code for them first.
26749 (RegisterAttribute) : Implement.
26751 * class.cs (DefineType): Check if the current Type is a custom
26752 attribute type and register it accordingly.
26754 * rootcontext.cs (AddGlobalAttributes): Fix silly bug where we were
26755 adding the first attribute twice and rename to
26757 (SetGlobalAttributes): this.
26759 * rootcontext.cs (NamespaceLookup): Run through the aliases too and perform
26762 * attribute.cs (ApplyAttributes): Take an additional argument telling us
26763 if we are processing global arguments. Hmm, I am unsure of this.
26765 2002-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26767 * expression.cs: added static array of strings to avoid calling
26768 Enum.ToString () for Operator in Binary. Significant recover of
26771 2002-04-10 Miguel de Icaza <miguel@ximian.com>
26773 * class.cs (FindMembers): Allow the Builders of the various
26774 members to be null. If they are skip them. This only happens
26775 during the PInvoke declaration.
26777 2002-04-09 Miguel de Icaza <miguel@ximian.com>
26779 * parameter.cs (Parameters.ComputeParameterTypes): Flag the
26780 failure, so we do not keep going afterwards.
26782 * expression.cs: (Invocation.OverloadResolve): I believe Ravi
26783 wanted to pass `false' as the `is_delegate' argument. If this is
26784 the case, why not use delegate_type == null to mean `is_delegate =
26785 false' and anything else as is_delegate = true.
26787 Tue Apr 9 05:40:12 2002 Piers Haken <piersh@friskit.com>
26789 * statement.cs: fixed SimpleSwitchEmit to make 'goto case' goto the
26790 code for the section, not the beginning of the tests.
26792 2002-04-08 Miguel de Icaza <miguel@ximian.com>
26794 * cfold.cs: Handle operator + (Enum x, Underlying x)
26796 * expression.cs (Binary): same. Warn about errors where we have
26797 Enum/Enum in operator + as well.
26799 Mon Apr 8 06:29:03 2002 Piers Haken <piersh@friskit.com>
26802 - added support for switch(bool)
26803 - optimize loading of I8/U8 constants (ldc.i4, iconv_i8)
26804 - add TableSwitchEmit() to handle table-based switch statements
26806 2002-04-05 Ravi Pratap <ravi@ximian.com>
26808 * expression.cs (Invocation.OverloadResolve): Factor out code which
26809 does parameter compatibility checking with arguments so that we can
26810 re-use the code even from Delegate.VerifyApplicability
26812 (VerifyArgumentsCompat): Move above code here.
26814 * delegate.cs (VerifyApplicability): Get rid of duplicate code
26815 and instead make a call to the above method.
26817 2002-03-31 Ravi Pratap <ravi@ximian.com>
26819 * typemanager.cs (attribute_type): Corresponds to System.Attribute.
26820 We use it to keep track of classes which are attribute types.
26822 2002-04-02 Miguel de Icaza <miguel@ximian.com>
26824 * delegate.cs (Delegate.Define): Correctly define the types in the
26825 presence of fixed and array parameters.
26827 * class.cs (TypeContainers.FindMembers): Use NonPublic flag while
26830 * ecore.cs (Expression.MemberLookup): Reset binding flags to not
26831 include NonPublic after the first iteration.
26833 * class.cs (Indexer.CheckBase): Only check if both parents are
26836 * cs-parser.jay (accessor_body): If empty, set to null.
26838 * ecore.cs (SimpleName.SimpleNameResolve): We did not have the
26839 same code path here to resolve constants names that we did have in
26840 MemberAccess.DoResolve. There is too much code duplicated here.
26842 2002-04-01 Miguel de Icaza <miguel@ximian.com>
26844 * statement.cs, makefile: Drop Statementcollection and just use ArrayLists
26846 * ecore.cs: Optimize UserDefinedConversion by minimizing the calls
26849 * cs-tokenizer.cs: Reuse a single StringBuilder for assembling
26850 tokens, numbers and strings.
26852 * ecore.cs (MethodGroupExpr): Make Emit warn about missing
26855 * delegate.cs: Use ComputeAndDefineParameterTypes for both the
26856 asyncronous parameters and the regular parameters.
26858 * codegen.cs (CodeGen.Init): Use the constructor that allows us to
26859 specify the target directory.
26861 * expression.cs: (This.DoResolve): Simplify
26862 (As.Emit): Optimize, do not generate IsInst if the expression is
26863 always of the given type.
26865 (Is.DoResolve): Bug fix, we were reporting both always/never for
26868 * (Invocation.MakeUnionSet): Simplify vastly and optimize, we were
26869 creating too many unnecessary arrays.
26871 2002-03-31 Miguel de Icaza <miguel@ximian.com>
26873 * class.cs (EmitFieldInitializer): Use Assign expression to assign
26874 fields instead of rolling our own initializer. Takes care of all
26875 implicit conversions, and drops unnecessary static checks/argument.
26877 2002-03-31 Dick Porter <dick@ximian.com>
26879 * driver.cs: use the GetDirectories() return values properly, and
26880 use "/" as path separator.
26882 2002-03-30 Miguel de Icaza <miguel@ximian.com>
26884 * expression.cs (Unary): Optimize - - expr into expr.
26885 (Binary): Optimize a + (-b) into a -b.
26887 * codegen.cs (CodeGen): Made all methods static.
26889 2002-03-29 Miguel de Icaza <miguel@ximian.com>
26893 * decl.cs: Rename `definition' into `TypeBuilder' and drop the
26894 TypeBuilder property.
26896 * cs-parser.jay: Drop the use of RecordXXX and use RecordDecl
26899 * tree.cs: Removed the various RecordXXXX, and replaced with a
26900 single RecordDecl. Removed all the accessor methods, and just
26901 left a single access point Type
26903 * enum.cs: Rename DefineEnum to DefineType.
26905 * decl.cs: New abstract method `DefineType' used to unify the
26906 Defines for Enumerations, Interfaces, TypeContainers and
26909 (FindType): Moved LookupInterfaceOrClass here. Moved the
26910 LookupBaseClasses method that used to live in class.cs and
26911 interface.cs here, and renamed to FindType.
26913 * delegate.cs: Implement DefineType. Take advantage of the
26914 refactored pattern for locating the parent builder without taking
26915 the parent_builder argument (which we know does not work if we are
26916 nested, and triggering a toplevel definition).
26918 2002-03-28 Miguel de Icaza <miguel@ximian.com>
26920 * decl.cs (MemberCore.CheckMethodAgainstBase): Test if the
26921 accessibility of a member has changed during override and report
26924 * class.cs (Method.Define, Property.Define): Only complain on
26925 overrides if the method is private, any other accessibility is
26926 fine (and since we just checked the permission is the same, we are
26929 * cs-tokenizer.cs: only line, region, endregion, if, endif, else
26930 and elif are processed always. The other pre-processing
26931 directives are only processed if we are "taking" the path
26933 2002-03-29 Martin Baulig <martin@gnome.org>
26935 * class.cs (Method.Emit): Only emit symbolic debugging info if the
26936 current location is not Null.
26938 * codegen.cs (CodeGen.SaveSymbols): Split out symbol writing code into
26939 a separate method so we can profile it.
26941 * driver.cs (ShowTime): We need to use `(int) span.TotalSeconds' since
26942 `span.Seconds' are just seconds, but no minutes or hours.
26943 (MainDriver): Profile the CodeGen.SaveSymbols calls.
26945 2002-03-28 Miguel de Icaza <miguel@ximian.com>
26947 * class.cs (Method.Define), (Property.Define), (Indexer.Define):
26948 Remove the gratuitous set of Final:
26950 // If an interface implementation, then we can set Final.
26951 if (((flags & MethodAttributes.Abstract) == 0) &&
26952 implementing.DeclaringType.IsInterface)
26953 flags |= MethodAttributes.Final;
26955 I do not know what I was smoking when I used that.
26958 * cs-parser.jay, delegate.cs: Make Delegate be a DeclSpace, first
26959 step into fixing the name resolution issues for delegates and
26960 unifying the toplevel name resolution.
26962 2002-03-28 Martin Baulig <martin@gnome.org>
26964 * class.cs (Method.Emit): If we have a symbol writer, call its
26965 OpenMethod(), CloseMethod() and SetMethodSourceRange() methods to
26966 tell it about the current method.
26968 * codegen.cs (EmitContext.Mark): New public method. Tell the symbol
26969 writer that we're going to emit the first byte of IL code for a new
26970 statement (a new source line).
26971 (EmitContext.EmitTopBlock): If we have a symbol writer, call
26972 EmitContext.Mark() before emitting any code.
26974 * location.cs (SymbolDocument): Return null when we're Null.
26976 * statement.cs (Statement): Moved the `Location loc' variable here.
26977 (Statement.EmitBoolExpression): If we have a symbol writer, call
26978 ec.Mark() before emitting any code to tell it that we're at the
26979 beginning of a new statement.
26980 (StatementExpression): Added `Location' argument to the constructor.
26981 (Block): Added public readonly variable `StartLocation' and public
26982 variable `EndLocation'. The latter is to be set using SetEndLocation().
26983 (Block): Added constructor which takes a start and end location.
26984 (Block.SetEndLocation): New method. This sets the end location.
26985 (Block.EmitMeta): If we have a symbol writer, tell it the names of the
26986 local variables we create.
26987 (Block.Emit): If we have a symbol writer, call ec.Mark() before emitting
26988 each statement and do also mark the begin and end of the block.
26990 * cs-parser.jay (block : OPEN_BRACE): Use the new `Block' constructor to
26991 tell it the current lexer.Location, use Location.Null for the end of the
26993 (block : OPEN_BRACE opt_statement_list CLOSE_BRACE): When closing the
26994 current block, set its end location using SetEndLocation().
26995 (statement_expression): StatementExpression constructor now takes the
26996 lexer.Location as additional argument.
26997 (for_statement, declare_local_variables): Likewise.
26998 (declare_local_variables): When creating a new implicit block, use the
26999 new Block constructor and pass it the lexer.Location.
27001 2002-03-28 Miguel de Icaza <miguel@ximian.com>
27003 * ecore.cs (Expression.MemberLookup): On interfaces, lookup
27004 members also on the parent interfaces recursively.
27006 2002-03-27 Miguel de Icaza <miguel@ximian.com>
27008 * report.cs: Use new formats, since Gonzalo finished the missing
27011 * expression.cs (Binary.ResolveOperator): added missing operator|
27012 operator& and operator^ for bool/bool.
27014 * cs-parser.jay: CheckDef now takes a Location argument that is
27015 used to report errors more precisly (instead of reporting the end
27016 of a definition, we try to track something which is a lot closer
27017 to the source of the problem).
27019 * cs-tokenizer.cs: Track global token use, so we can properly flag
27020 the use of #define/#undef after the first token has been seen.
27022 Also, rename the reportXXXX to Error_DescriptiveName
27024 * decl.cs (DeclSpace.IsTopLevel): Move property here from
27025 TypeContainer, so that Enum and Interface can use this too.
27027 * class.cs (TypeContainer.LookupInterfaceOrClass,
27028 GetInterfaceOrClass, GetClassBases, DefineType): Drop the
27029 `builder' argument. Typically this was used to pass the parent
27030 builder (a ModuleBuilder or a TypeBuilder from whoever triggered
27033 The problem is that a nested class could trigger the definition of
27034 a toplevel class, and the builder would be obviously wrong in that
27037 So we drop this argument, and we compute dynamically the
27038 TypeBuilder/ModuleBuilder (the correct information was available
27039 to us anyways from DeclSpace.Parent)
27041 * interface.cs (Interface.DefineInterface): Drop builder
27042 parameter cleanup like class.cs
27044 * enum.cs (Enum.DefineEnum): Drop builder parameter. Clean up
27047 * statement.cs (Switch.EmitObjectInteger): Emit short/ushort
27050 (Try.Emit): Propagate the returns value from the statement.
27052 (Return.Emit): Even if we are leavning
27054 * driver.cs: Catch IOExpcetion for Directory.GetFiles as well.
27056 * modifiers.cs: Fix the computation of MethodAttributes flags.
27058 Tue Mar 26 21:14:36 CET 2002 Paolo Molaro <lupus@ximian.com>
27060 * driver.cs: allow compilation of files that start with '/'.
27061 Add a default case when checking the argument of --target.
27063 2002-03-25 Miguel de Icaza <miguel@ximian.com>
27065 * interface.cs: Implement the same search algorithm for types in
27066 the interface code.
27068 * delegate.cs: Do not allow multiple definition.
27070 * Recovered ChangeLog that got accidentally amputated
27072 * interface.cs (Interface.DefineInterface): Prevent from double definitions.
27074 * rootcontext.cs: Load manually enum to allow core classes to
27075 contain enumerations.
27077 * enum.cs, ecore.cs, driver.cs, attribute.cs, class.cs, expression.cs:
27078 Update to new static methods in TypeManager.
27080 * typemanager.cs (GetMethod, GetConstructor): Use our
27081 implementation of FindMembers to find the members, since during
27082 corlib compilation, the types are TypeBuilders and GetMethod and
27083 GetConstructor do not work.
27085 Make all methods in TypeManager static.
27087 (InitCodeHelpers): Split the functionality from
27088 the InitCodeTypes function.
27090 * driver.cs: Call InitCodeHelpers after we have populated the
27093 * cs-parser.jay (delegate_declaration): we did not used to compute
27094 the delegate name correctly for void delegates.
27096 2002-03-24 Miguel de Icaza <miguel@ximian.com>
27098 * rootcontext.cs (RootContext): Init the interface_resolve_order
27099 and type_container_resolve_order always.
27101 (ResolveCore, BootstrapCorlib_ResolveClass,
27102 BootstrapCorlib_ResolveStruct): New functions to bootstrap the
27103 compiler when compiling with --nostdlib
27105 * class.cs (TypeContainer.DefineType): Check that our parent is
27106 not null. This test is most important when we are bootstraping
27109 * codegen.cs: Split out the symbol writing code.
27111 2002-03-25 Martin Baulig <martin@gnome.org>
27113 * driver.cs (-g): Made -g an alias for --debug.
27115 2002-03-24 Martin Baulig <martin@gnome.org>
27117 * codegen.cs (SymbolWriter): New public variable. Returns the
27118 current symbol writer.
27119 (CodeGen): Added `bool want_debugging_support' argument to the
27120 constructor. If true, tell the ModuleBuild that we want debugging
27121 support and ask it for the ISymbolWriter.
27122 (Save): If we have a symbol writer, call it's Close() method after
27123 saving the assembly.
27125 * driver.c (--debug): New command line argument to create a
27126 debugger information file.
27128 * location.cs (SymbolDocument): New public property. Returns an
27129 ISymbolDocumentWriter object for the current source file or null
27130 if we don't have a symbol writer.
27132 2002-03-21 Miguel de Icaza <miguel@ximian.com>
27134 * driver.cs (LoadAssembly): Correctly return when all the paths
27135 have been tried and not before.
27137 * statement.cs (Switch.Emit): return the actual coverage for this
27138 statement (returns/not-returns)
27140 (Switch.SimpleSwitchEmit): Do not generate jumps to the end of the
27141 switch of the statement if we are the last switch section. That
27142 kills two problems: try/catch problems (we used to emit an empty
27143 nop at the end) and switch statements where all branches would
27146 2002-03-19 Miguel de Icaza <miguel@ximian.com>
27148 * driver.cs: Add default assemblies (the equivalent to the
27149 Microsoft CSC.RSP file)
27151 * cs-tokenizer.cs: When updating `cols and setting it to zero,
27152 also update tokens_seen and set it to false.
27154 * driver.cs: Implement --recurse for Mike.
27156 * driver.cs (SplitPathAndPattern): Small bug fix, I was not
27157 correctly splitting out the paths.
27159 2002-03-18 Miguel de Icaza <miguel@ximian.com>
27161 * interface.cs (Interface.PopulateProperty): Instead of using
27162 `parent' as the declaration space for the set parameters, use
27165 * support.cs (InternalParameters): InternalParameters constructor
27166 takes a DeclSpace instead of a TypeContainer.
27168 * expression.cs (ArrayCreation.EmitDynamicInitializers): If value
27169 types are being initialized, load the address of it before calling
27172 (New): Provide a mechanism to disable the generation of local
27173 value type temporaries when the caller will be providing us with
27174 an address to store it.
27176 (ArrayCreation.EmitDynamicInitializers): Use it.
27178 2002-03-17 Miguel de Icaza <miguel@ximian.com>
27180 * expression.cs (Invocation.EmitArguments): Only probe for array
27181 property if there is more than one argument. Sorry about that.
27183 * class.cs (Invocation.EmitArguments): Fix to emit arguments for
27184 empty param arrays.
27186 * class.cs (Method.LabelParameters): Fix incorrect code path that
27187 prevented the `ParamArrayAttribute' from being applied to the
27190 2002-03-16 Miguel de Icaza <miguel@ximian.com>
27192 * support.cs (ReflectionParameters): Correctly compute whether the
27193 last argument is a params array. Fixes the problem with
27196 * typemanager.cs: Make the assemblies array always be non-null
27197 (empty, but non-null)
27199 * tree.cs (RecordDecl): New function that abstracts the recording
27200 of names. This reports error 101, and provides a pointer to the
27201 previous declaration. Fixes a crash in the compiler.
27203 * cs-parser.jay (constructor_declaration): Update to new grammar,
27204 and provide a constructor_body that can be empty.
27206 2002-03-15 Miguel de Icaza <miguel@ximian.com>
27208 * driver.cs: Add support for --resources.
27210 * expression.cs: (FetchGetMethod, FetchAddressMethod, EmitAssign):
27211 Make all types for the various array helper methods be integer.
27213 * ecore.cs (Expression.ConvertNumericExplicit): Pass the
27214 CheckState to ConvCast.
27216 (ConvCast): Now it takes a `checked' state argument, to avoid
27217 depending on the emit context for the conversion, and just using
27218 the resolve time setting.
27220 * expression.cs (ArrayCreation.EmitArrayArguments): New function,
27221 instead of Invocation.EmitArguments. We do not emit the original
27222 arguments, instead we emit those which have been converted to
27223 unsigned int expressions.
27225 * statement.cs (Block.EmitMeta): Drop tracking of indexes.
27227 * codegen.cs: ditto.
27229 * expression.cs (LocalVariableReference): Drop the use of the
27230 Store function that depended on the variable index.
27232 * statement.cs (VariableInfo): Drop the `Idx' property from this
27233 class, as this is not taking into account the indexes for
27234 temporaries tat we generate during the execution, getting the
27237 * class.cs: First emit class initializers, then call the parent
27240 * expression.cs (Binary): Fix opcode emision.
27241 (UnaryMutator.EmitCode): Support checked code generation
27243 * ecore.cs (MemberLookup): TypeManager.FindMembers will return
27244 matches for events for both the Static and Instance scans,
27245 pointing to the same element. Fix that.
27247 2002-03-14 Miguel de Icaza <miguel@ximian.com>
27249 * rootcontext.cs (ResolveTree): Always set the
27250 interface_resolve_order, because nested interfaces will be calling
27253 * class.cs (GetInterfaceOrClass): Track the same resolution
27254 process used by TypeManager.LookupType. This fixes the nested
27255 type lookups in class declarations (separate path from
27258 (TypeContainer.DefineType): Also define nested interfaces.
27259 (TypeContainer.RegisterOrder): New public function used to
27260 register the order in which child interfaces need to be closed.
27262 Nested interfaces need to be closed after their parents have been
27265 * interface.cs (InterfaceAttr): Put all the logic for computing
27266 the interface attribute here.
27268 (DefineInterface): Register our interface order with the
27269 RootContext or with the TypeContainer depending on the case.
27271 2002-03-12 Miguel de Icaza <miguel@ximian.com>
27273 * cs-parser.jay: rework foreach statement to work with the new
27274 changes to the policy on SimpleNames.
27276 * report.cs: support Stacktrace on warnings as well.
27278 * makefile: drop --unsafe and /unsafe from the compile.
27280 2002-03-13 Ravi Pratap <ravi@ximian.com>
27282 * ecore.cs (StandardConversionExists): Modify to take an Expression
27283 as the first parameter. Ensure we do null -> reference type conversion
27286 * Everywhere : update calls accordingly, making use of MyEmptyExpr to store
27287 temporary Expression objects.
27289 Wed Mar 13 12:32:40 CET 2002 Paolo Molaro <lupus@ximian.com>
27291 * interface.cs: workaround bug in method overloading resolution
27292 (there is already a bugzilla bug for it).
27294 2002-03-12 Miguel de Icaza <miguel@ximian.com>
27296 We could also solve this problem by having a separate path for
27297 performing type lookups, instead of DoResolve, we could have a
27298 ResolveType entry point, and only participating pieces of the
27299 production (simplename, deref, array) would implement this.
27301 * codegen.cs (EmitContext): New field OnlyLookupTypes used to
27302 signal SimpleName to only resolve type names and not attempt to
27303 resolve anything else.
27305 * expression.cs (Cast): Set the flag.
27307 * ecore.cs (SimpleName): Use the OnlyLookupTypes flag
27309 * class.cs: Only report 108 if there is no `new' modifier.
27311 * cs-parser.jay: rework foreach statement to work with the new
27312 changes to the policy on SimpleNames.
27314 * report.cs: support Stacktrace on warnings as well.
27316 * makefile: drop --unsafe and /unsafe from the compile.
27318 2002-03-11 Miguel de Icaza <miguel@ximian.com>
27320 * ecore.cs (SimpleName.SimpleNameResolve): Perform local variable
27321 lookups here, instead of doing that at parse time. This means
27322 that our grammar will not introduce `LocalVariableReferences' as
27323 expressions at this point. That solves the problem of code like
27327 static void Main ()
27331 This is only half the fix. The full fix requires parameters to
27332 also be handled in this way.
27334 * Everywhere: Use ec.DeclSpace on calls to LookupType, as this
27335 makes the use more obvious of the DeclSpace. The
27336 ec.TypeContainer.TypeBuilder is now only used to pull the
27337 TypeBuilder for it.
27339 My theory is that I can get rid of the TypeBuilder completely from
27340 the EmitContext, and have typecasts where it is used (from
27341 DeclSpace to where it matters).
27343 The only pending problem is that the code that implements Aliases
27344 is on TypeContainer, and probably should go in DeclSpace.
27346 * ecore.cs (SimpleName.SimpleNameResolve): Perform local variable
27347 lookups here, instead of doing that at parse time. This means
27348 that our grammar will not introduce `LocalVariableReferences' as
27349 expressions at this point. That solves the problem of code like
27353 static void Main ()
27357 This is only half the fix. The full fix requires parameters to
27358 also be handled in this way.
27360 * class.cs (Property.DefineMethod): When implementing an interface
27361 method, set newslot, when implementing an abstract method, do not
27362 set the flag (before we tried never setting it, or always setting
27363 it, which is the difference).
27364 (Indexer.DefineMethod): same.
27365 (Method.DefineMethod): same.
27367 * ecore.cs: Only set the status used flag if we get back a Field.
27369 * attribute.cs: Temporary hack, so Paolo can keep working.
27371 2002-03-08 Ravi Pratap <ravi@ximian.com>
27373 * attribute.cs (Attribute.UnmanagedType): This is to keep track of
27374 the unmanaged type in the case we have a MarshalAs attribute.
27376 (Resolve): Handle the case when we are parsing the special MarshalAs
27377 attribute [we need to store the unmanaged type to use later]
27379 * typemanager.cs (marshal_as_attr_type): Built in type for the
27380 MarshalAs Attribute.
27382 * attribute.cs (ApplyAttributes): Recognize the MarshalAs attribute
27383 on parameters and accordingly set the marshalling info.
27385 2002-03-09 Miguel de Icaza <miguel@ximian.com>
27387 * class.cs: Optimizing slightly by removing redundant code after
27388 we switched to the `NoTypes' return value.
27389 (Property.DefineMethod): use NoTypes here too.
27391 This fixes the bug I introduced in my last batch of changes.
27393 2002-03-05 Ravi Pratap <ravi@ximian.com>
27395 * tree.cs (RecordEnum): Add. We now keep track of enums too.
27397 * class.cs (LookupInterfaceOrClass): Check against the list of recorded
27398 Enums since those are types too.
27400 * cs-parser.jay (enum_declaration): Record enums as we parse them.
27402 * enum.cs (DefineEnum): Return if the TypeBuilder has already been defined
27403 thanks to a call during the lookup process.
27405 2002-03-07 Miguel de Icaza <miguel@ximian.com>
27407 * statement.cs (Foreach): Lots of work to accomodate a particular
27408 kind of foreach statement that I had not kept in mind. It is
27409 possible to have foreachs on classes that provide a GetEnumerator
27410 method that return objects that implement the "pattern" for using
27411 a foreach, there is no need to support GetEnumerator
27414 This is needed to compile nant.
27416 * decl.cs: Only report 114 if the member is not `Finalize' and if
27417 the warning level is at least 2.
27419 * class.cs: Moved the compare function from Method to
27422 (MethodSignature.InheritableMemberSignatureCompare): Add new
27423 filter function that is used to extract inheritable methods from a
27426 (Method.Define): Use the new `inheritable_method_signature_filter'
27429 * cs-tokenizer.cs (get_cmd_arg): Do not add white space to the
27432 2002-03-06 Miguel de Icaza <miguel@ximian.com>
27434 * ecore.cs (Expression.ConvertReferenceExplicit): Removed dead code.
27436 * cs-parser.jay: Add opt_semicolon to the interface declaration.
27438 * expression.cs: Pass location information to
27439 ConvertImplicitStandard.
27441 * class.cs: Added debugging code to track return values from
27444 2002-03-05 Miguel de Icaza <miguel@ximian.com>
27446 * expression.cs (Is.DoResolve): If either side of the `is' is an
27447 interface, do not flag the warning.
27449 * ecore.cs (ImplicitReferenceConversion): We need a separate test
27452 * report.cs: Allow for --fatal to be used with --probe.
27454 * typemanager.cs (NoTypes): Move the definition for the empty Type
27457 * class.cs (TypeContainer.FindMembers): Also look for methods defined by
27459 (TypeContainer.DefineProxy): New function used to proxy to parent
27460 implementations when implementing interfaces.
27461 (TypeContainer.ParentImplements): used to lookup if our parent
27462 implements a public function that is required by an interface.
27463 (TypeContainer.VerifyPendingMethods): Hook this up.
27465 * typemanager.cs (TypeManager, AddModule, AddAssembly): Make the
27466 `modules' and `assemblies' arraylists into arrays. We only grow
27467 these are the very early start up of the program, so this improves
27468 the speedof LookupType (nicely measured).
27470 * expression.cs (MakeByteBlob): Replaced unsafe code with
27471 BitConverter, as suggested by Paolo.
27473 * cfold.cs (ConstantFold.Binary): Special case: perform constant
27474 folding of string concatenation, but if either side is a string,
27475 and the other is not, then return null, and let the runtime use
27476 the concatenation on the string plus the object (using
27477 `Object.ToString').
27479 2002-03-04 Miguel de Icaza <miguel@ximian.com>
27481 Constant Folding has been implemented now.
27483 * expression.cs (Unary.Reduce): Do not throw an exception, catch
27484 the error instead on types that are not supported in one's
27487 * constant.cs (Constant and all children): New set of functions to
27488 perform implict and explicit conversions.
27490 * ecore.cs (EnumConstant): Implement the new functions to perform
27491 conversion by proxying to the child expression.
27493 * codegen.cs: (ConstantCheckState): Constant evaluation has its
27494 own separate setting that can not be turned off from the command
27495 line using --unchecked or --checked and is only controlled using
27496 the checked/unchecked statements and expressions. This setting is
27497 used by the constant folder to flag errors.
27499 * expression.cs (CheckedExpr, UncheckedExpr): Set the
27500 ConstantCheckState as well.
27502 During Resolve, they also have to flag the state, because the
27503 constant folder runs completely in the Resolve phase.
27505 * statement.cs (Checked, Unchecked): Set the ConstantCheckState as
27508 2002-03-01 Miguel de Icaza <miguel@ximian.com>
27510 * cfold.cs: New file, this file contains the constant folder.
27512 * ecore.cs (IMemoryLocation.AddressOf): Now takes an extra
27513 argument to track whether we are using the resulting address to
27514 load or store a value and provide better error messages.
27516 (FieldExpr.Emit, FieldExpr.EmitAssign, FieldExpr.AddressOf): Use
27517 new AddressOf arguments.
27519 * statement.cs (Foreach.EmitCollectionForeach): Update
27521 * expression.cs (Argument.Emit): Call AddressOf with proper
27522 arguments to track usage.
27524 (New.DoEmit): Call AddressOf with new arguments.
27526 (Unary.Emit): Adjust AddressOf call.
27528 2002-03-01 Ravi Pratap <ravi@ximian.com>
27530 * cs-parser.jay (member_access): Change the case for pre-defined types
27531 to use a MemberAccess instead of a SimpleName. Thanks to Felix again for
27534 * class.cs (Operator::Emit): If we are abstract or extern, we don't have
27537 * attribute.cs (CheckAttribute, ApplyAttribute): Ensure that we treat operators
27538 essentially like methods and apply attributes like MethodImplOptions to them too.
27540 * ecore.cs (SimpleName.SimpleNameResolve): Perform a check on ec.TypeContainer.TypeBuilder
27543 * codegen.cs (EmitContext): The constructor now takes in an extra argument specifying the
27544 DeclSpace as the distinction is important. We provide sane defaults as usually the TypeContainer
27547 * Update code everywhere accordingly.
27549 * ecore.cs : Change references to ec.TypeContainer to ec.DeclSpace where appropriate.
27551 * cs-parser.jay (enum_declaration): Set the current namespace of the enum.
27553 2002-02-28 Ravi Pratap <ravi@ximian.com>
27555 * rootcontext.cs (LookupType): As we cycle through the chain of namespaces
27556 try performing lookups against those instead of jumping straight into using
27557 the 'using' clauses.
27559 (ImplicitParent): Add. Thanks to Felix Arrese-Igor for this idea.
27561 (LookupType): Perform lookups in implicit parents too.
27563 * class.cs (GetInterfaceOrClass): Modify to perform the exact same lookup
27564 sequence as RootContext.LookupType.
27566 * rootcontext.cs (NamespaceLookup): Split out code from LookupType which tries
27567 the various cases of namespace lookups into this method.
27569 2002-03-01 Miguel de Icaza <miguel@ximian.com>
27571 * cs-parser.jay: Add support for [Attribute ()] (empty arguments
27572 in positional arguments)
27574 * class.cs (Operator): Update the AllowedModifiers to contain
27577 * cs-parser.jay: Update operator declaration to allow for the
27578 operator body to be empty.
27580 * cs-tokenizer.cs: Added '\u' unicode support in strings and hex
27583 2002-02-27 Miguel de Icaza <miguel@ximian.com>
27585 * class.cs (Method.Emit): Label parameters.
27587 * driver.cs: Return 1 or 0 as the program exit code.
27589 2002-02-26 Miguel de Icaza <miguel@ximian.com>
27591 * expression.cs: Special case the `null' object when trying to
27592 auto-compute the type, as anything can be explicitly converted to
27595 * ecore.cs (Expression.ConvertExplicit): Bug fix, thanks for
27596 spotting this Paolo.
27598 (Expression.ImplicitNumericConversion): Perform comparissions of
27599 the type using the underlying type in the case of an enumeration
27600 rather than using the enumeration type for the compare.
27602 Cope with the underlying == type case, which is not possible to
27605 (Expression.ConvertNumericExplicit): Perform comparissions of
27606 the type using the underlying type in the case of an enumeration
27607 rather than using the enumeration type for the compare.
27609 * driver.cs: If the user does not supply an extension, assume .exe
27611 * cs-parser.jay (if_statement): Rewrote so that we can track the
27612 location for the if statement.
27614 * expression.cs (Binary.ConstantFold): Only concat strings when
27615 the operation is "+", not everything ;-)
27617 * statement.cs (Statement.EmitBoolExpression): Take a location
27619 (If, While, Do): Track location.
27621 * expression.cs (Binary.ResolveOperator): In the object + string
27622 case, I was missing a call to ConvertImplicit
27624 2002-02-25 Ravi Pratap <ravi@ximian.com>
27626 * parameter.cs (Parameter.ExternalType): Take in extra DeclSpace and
27627 Location arguments. Ensure we use RootContext.LookupType to do our work
27628 and not try to do a direct Type.GetType and ModuleBuilder.GetType
27630 * interface.cs (PopulateMethod): Handle the type of the parameter being
27633 * expression.cs (Invocation.BetterFunction): Handle the case when we
27634 have a params method with no fixed arguments and a call is made with no
27637 2002-02-25 Miguel de Icaza <miguel@ximian.com>
27639 * cs-tokenizer.cs: Add support for the quote-escape-sequence in
27640 the verbatim-string-literal
27642 * support.cs (InternalParameters.ParameterModifier): handle null
27644 (InternalParameters.ParameterType): ditto.
27646 * parameter.cs (VerifyArgs): Also check if the fixed parameter is
27647 duplicating the name of the variable parameter.
27648 (GetParameterByName): Fix bug where we were not looking up array
27649 paramters if they were the only present (thanks Paolo!).
27650 (GetParameterInfo): We only have an empty set of types if both
27651 fixed and array are set to null.
27652 (GetParameterInfo-idx): Handle FixedParameter == null
27654 * cs-parser.jay: Handle the case where there is no catch
27655 statements (missing null test).
27657 2002-02-22 Miguel de Icaza <miguel@ximian.com>
27659 * driver.cs (MainDriver): Be conservative on our command line
27662 Catch DirectoryNotFoundException when calling GetFiles.
27664 (SplitPathAndPattern): Used to split the input specification into
27665 a path and a pattern that we can feed to Directory.GetFiles.
27667 2002-02-21 Miguel de Icaza <miguel@ximian.com>
27669 * statement.cs (Fixed): Implement the last case of the Fixed
27670 statement (string handling).
27672 * expression.cs (StringPtr): New class used to return a char * to
27673 a string; Used by the Fixed statement.
27675 * typemanager.cs: Add char_ptr_type. Add get_OffsetToStringData method.
27677 * expression.cs (Binary.ResolveOperator): Remove redundant
27678 MemberLookup pn parent type.
27679 Optimize union call, we do not need a union if the types are the same.
27680 (Unary.ResolveOperator): REmove redundant MemberLookup on parent
27683 Specialize the use of MemberLookup everywhere, instead of using
27684 the default settings.
27686 (StackAlloc): Implement stackalloc keyword.
27688 * cs-parser.jay: Add rule to parse stackalloc.
27690 * driver.cs: Handle /h, /help, /?
27692 * expression.cs (MakeByteBlob): Removed the hacks we had in place
27693 before we supported unsafe code.
27695 * makefile: add --unsafe to the self compilation of mcs.
27697 2002-02-20 Miguel de Icaza <miguel@ximian.com>
27699 * expression.cs (PointerArithmetic): New class that is used to
27700 perform pointer arithmetic.
27701 (Binary.Resolve): Handle pointer arithmetic
27702 Handle pointer comparission.
27703 (ArrayPtr): Utility expression class that is used to take the
27704 address of an array.
27706 (ElementAccess): Implement array access for pointers
27708 * statement.cs (Fixed): Implement fixed statement for arrays, we
27709 are missing one more case before we are done.
27711 * expression.cs (Indirection): Implement EmitAssign and set the
27712 ExprClass to Variable. This allows pointer dereferences to be
27713 treated as variables, and to have values assigned to them.
27715 * ecore.cs (Expression.StoreFromPtr): New utility function to
27716 store values dereferencing.
27718 2002-02-20 Ravi Pratap <ravi@ximian.com>
27720 * expression.cs (Binary.ResolveOperator): Ensure that we are
27721 not trying to operate on a void type - this fixes the reported
27724 * decl.cs (CheckMethodAgainstBase): Do not allow overriding if
27725 the parent implementation is sealed.
27727 * ../errors/cs0239.cs : Add.
27729 * attribute.cs (ApplyAttributes): Handle Modulebuilders too.
27731 * typemanager.cs (unverifiable_code_type): Corresponds to
27732 System.Security.UnverifiableCodeAttribute. We need to emit this for modules
27733 which have unsafe code in them.
27735 * rootcontext.cs (EmitCode): Emit the above attribute when we are in an
27738 2002-02-19 Miguel de Icaza <miguel@ximian.com>
27740 * cs-tokenizer.cs: Add support for @"litreal strings"
27742 Make tokenizer accept pre-processor directives
27743 on any column (remove the old C-like limitation).
27745 * rootcontext.cs (EmitCode): Emit any global attributes.
27746 (AddGlobalAttributes): Used to keep track of assembly attributes.
27748 * attribute.cs (ApplyAttributes): Support AssemblyAttributes.
27750 * cs-parser.jay: Add support for global attributes.
27752 2002-02-17 Miguel de Icaza <miguel@ximian.com>
27754 * expression.cs (Indirection): New helper class. Unary will
27755 create Indirection classes to be able to implement the
27756 IMemoryLocation interface on it.
27758 2002-02-16 Miguel de Icaza <miguel@ximian.com>
27760 * cs-parser.jay (fixed_statement): reference the right statement.
27762 * statement.cs (Fixed.Emit): Finish implementing the fixed
27763 statement for the &x case.
27765 2002-02-14 Miguel de Icaza <miguel@ximian.com>
27767 * class.cs (Property.Define, Method.Define): Remove newslot when
27770 * modifiers.cs: My use of NewSlot when `Abstract' was set was
27771 wrong. NewSlot should only be used if the `new' keyword is present.
27773 * driver.cs (GetSystemDir): Use CodeBase instead of FullName for
27774 locating our system dir. Sorry about this.
27776 2002-02-13 Miguel de Icaza <miguel@ximian.com>
27778 * driver.cs (GetSystemDir): Compute correctly the location of our
27779 system assemblies. I was using the compiler directory instead of
27780 the library directory.
27782 2002-02-13 Ravi Pratap <ravi@ximian.com>
27784 * expression.cs (BetterFunction): Put back in what Miguel commented out
27785 since it is the correct fix. The problem is elsewhere ;-)
27787 (IsParamsMethodApplicable): Fix bug where we were not checking that the fixed
27788 parameters of the parms method are themselves compatible or not !
27790 (StandardConversionExists): Fix very dangerous bug where we were forgetting
27791 to check that a class implements an interface before saying that an implicit
27792 conversion was allowed. Use ImplementsInterface to do the checking.
27794 2002-02-13 Miguel de Icaza <miguel@ximian.com>
27796 * class.cs (Method.Define): Track whether we are an explicit
27797 implementation or not. And only call DefineMethodOverride if we
27798 are an explicit implementation.
27800 (Property.DefineMethod): Ditto.
27802 2002-02-11 Ravi Pratap <ravi@ximian.com>
27804 * expression.cs (BetterFunction): Catch hideous bug which was
27805 preventing us from detecting ambiguous calls due to implicit casts i.e
27808 2002-01-29 Miguel de Icaza <miguel@ximian.com>
27810 * support.cs (Pair): Remove un-needed method. I figured why I was
27811 getting the error in cs-parser.jay, the variable in a foreach loop
27812 is readonly, and the compiler does not really treat this as a variable.
27814 * cs-parser.jay (fixed_statement): Fix grammar. Use ASSIGN
27815 instead of EQUALS in grammar.
27817 * typemanager.cs (VerifyUnmanaged): Report correct error (208)
27819 * expression.cs (Unary.DoResolve): Check whether the argument is
27822 2002-01-28 Miguel de Icaza <miguel@ximian.com>
27824 * support.cs: Api for Pair to set a value. Despite the fact that
27825 the variables are public the MS C# compiler refuses to compile
27826 code that accesses the field if the variable is part of a foreach
27829 * statement.cs (Fixed): Begin implementation of the fixed
27832 (Block.AddVariable): Return the VariableInfo on success and null
27833 on failure instead of true/false.
27835 * cs-parser.jay (foreach): Catch errors on variables already
27836 defined (we were ignoring this value before) and properly unwind
27837 the block hierarchy
27839 (fixed_statement): grammar for the fixed statement.
27841 2002-01-25 Miguel de Icaza <miguel@ximian.com>
27843 * expression.cs (UnaryMutator.IsIncrementableNumber): Allow also
27844 pointer types to be incretemented.
27846 (SizeOf): Implement.
27848 * cs-parser.jay (pointer_member_access): Implement
27849 expr->IDENTIFIER production.
27851 * expression.cs (IndexerAccess.DoResolve, ArrayAccess.DoResolve,
27852 MemberAccess.DoResolve, Invocation.DoResolve): Check for pointers
27855 (Unary): Implement indirection.
27857 * ecore.cs (Expression.UnsafeError): Reports error 214 (pointer
27858 use in non-unsafe context).
27860 (SimpleName.DoResolve): Check for pointers in field access on safe
27863 (Expression.LoadFromPtr): Factor the load-indirect code in this
27864 function. This was duplicated in UnboxCast and ParameterReference
27866 2002-01-24 Miguel de Icaza <miguel@ximian.com>
27868 * expression.cs (ComposedCast): report an error if a pointer cast
27869 is used in a safe region.
27871 * ecore.cs (Expression.ConvertExplicit): Add rules for implicit
27872 pointer type casts in unsafe context.
27874 * codegen.cs (EmitContext): Set up IsUnsafe.
27876 * cs-parser.jay (non_expression_type): Add productions for pointer
27879 * expression.cs (Invocation.EmitCall): Remove chunk of buggy
27880 code. We should not use force into static mode if the method is
27881 not virtual. Fixes bug in MIS
27883 * statement.cs (Do.Emit, While.Emit, For.Emit,
27884 Statement.EmitBoolExpression): Add support to Do and While to
27885 propagate infinite loop as `I do return' semantics.
27887 Improve the For case to also test for boolean constants.
27889 * attribute.cs (Attribute.ApplyAttributes): Add ParameterBuilder
27890 to the list of attributes we can add.
27892 Remove `EmitContext' argument.
27894 * class.cs (Method.Define): Apply parameter attributes.
27895 (Constructor.Define): Apply parameter attributes.
27896 (MethodCore.LabelParameters): Move here the core of labeling
27899 * support.cs (ReflectionParameters.ParameterModifier,
27900 InternalParameters.ParameterModifier): Use IsByRef on the type and
27901 only return the OUT bit for these parameters instead of in/out/ref
27904 This is because I miss-understood things. The ParameterInfo.IsIn
27905 and IsOut represent whether the parameter has the [In] and [Out]
27908 2002-01-22 Miguel de Icaza <miguel@ximian.com>
27910 * ecore.cs (FieldExpr.Emit): Release temporaries.
27912 * assign.cs (LocalTemporary.Release): new function.
27914 * codegen.cs (EmitContext.GetTemporaryStorage,
27915 EmitContext.FreeTemporaryStorage): Rework the way we deal with
27916 temporary storage. Now we can "put back" localbuilders when we
27919 2002-01-21 Miguel de Icaza <miguel@ximian.com>
27921 * ecore.cs (FieldExpr.Emit): Handle initonly fields specially: we
27922 need to make a copy of the variable to generate verifiable code.
27924 2002-01-19 Miguel de Icaza <miguel@ximian.com>
27926 * driver.cs: Compute dynamically the system directory.
27928 * ecore.cs (CopyNewMethods): reworked, exposed, made public.
27929 Slower, but more generally useful. Used by the abstract
27930 registering implementation.
27932 * expression.cs (ResolveMemberAccess): Reorder the way we evaluate
27933 the rules for the special rule on Type/instances. First check if
27934 we have the same name, and if so, try that special static path
27935 rather than the instance path.
27937 2002-01-18 Miguel de Icaza <miguel@ximian.com>
27939 * cs-parser.jay: Emit 642 (warning: possible empty statement) for
27942 * class.cs (TypeBuilder.DefineType): Do not allow inheritance from
27943 Enum, ValueType, Delegate or Array for non-corlib compiles.
27945 * cs-tokenizer.cs: Catch long identifiers (645)
27947 * typemanager.cs (IndexerPropetyName): Ravi never tested this
27950 * class.cs (TypeContainer.RegisterRequiredImplementations): Bug
27951 fix, we were returning too early, so we were not registering
27952 pending methods from abstract classes.
27954 Do not register pending methods if the class is abstract.
27956 * expression.cs (Conditional.DoResolve): Report circular implicit
27957 conversions when we neecd to compute it for conditional
27960 (Is.DoResolve): If the expression is always of the provided type,
27961 flag warning 183. If the expression can not ever be of the
27962 provided type flag warning 184.
27964 * class.cs: Catch 169 as well.
27966 * ecore.cs (FieldExpr): For now in AddressOf mark as assigned and
27969 2002-01-18 Nick Drochak <ndrochak@gol.com>
27971 * makefile: remove path to beta2 csc.exe. path to csc.exe must be in PATH instead.
27973 2002-01-17 Miguel de Icaza <miguel@ximian.com>
27975 * interface.cs: (PopulateMethod): Check for pointers being defined
27976 only if the unsafe context is active.
27977 (PopulateProperty): ditto.
27978 (PopulateIndexer): ditto.
27980 * class.cs (Method, Method.Define): Allow `unsafe' modifier to be
27981 specified. If pointers are present, make sure that they are
27982 present in an unsafe context.
27983 (Constructor, Constructor.Define): ditto.
27984 (Field, Field.Define): ditto.
27985 (Property, Property.Define): ditto.
27986 (Event, Event.Define): ditto.
27988 * interface.cs (Interface.GetInterfaceTypeByName): Only lookup the
27989 hashtable if there are classes or structs defined.
27991 * expression.cs (LocalVariableReference.DoResolve): Simplify this
27992 code, as the constant resolution moved.
27994 * statement.cs (Block.EmitMeta): Resolve all constants as we emit
27995 the metadata, so we can flag error 133.
27997 * decl.cs (MemberCore.UnsafeOK): New function to test that a
27998 pointer is being declared in an unsafe context.
28000 2002-01-16 Miguel de Icaza <miguel@ximian.com>
28002 * modifiers.cs (Modifiers.Check): Require a Location argument.
28003 Report error 227 for Unsafe use.
28005 * typemanager.cs: Remove IsPointerType, we should be using Type.IsPointer
28007 * statement.cs (For.Emit): If the test is null, then report that
28008 we do `return', as we wont reach anything afterwards.
28010 (Switch.SwitchGoverningType): Track the expression that matched
28013 * driver.cs: Allow negative numbers as an error code to flag.
28015 * cs-parser.jay: Handle 1551.
28017 * namespace.cs: Add 1537 checking (repeated using alias namespaces).
28019 2002-01-15 Miguel de Icaza <miguel@ximian.com>
28021 * cs-parser.jay: Report 1518 (type declaration can only contain
28022 class, struct, interface, enum or delegate)
28024 (switch_label): Report 1523 (keywords `case' or `default' must
28027 (opt_switch_sections): Report 1522 (empty switch)
28029 * driver.cs: Report 1515 (response file specified multiple times)
28030 Report 1516 (Source file specified multiple times).
28032 * expression.cs (Argument.Resolve): Signal 1510
28034 (BaseAccess.Resolve, BaseIndexer.Resolve): Signal 1511 (base
28035 access not allowed in static code)
28037 2002-01-11 Ravi Pratap <ravi@ximian.com>
28039 * typemanager.cs (IsPointerType): Utility method which we are going
28042 * ecore.cs (ImplicitReferenceConversion): A pointer type cannot be cast to
28043 the object type, so we take care of that.
28045 * expression.cs (FullMethodDesc): Also include the return type in descriptions.
28047 * support.cs (ParameterDesc): Fix minor bug which was causing params tags to be
28048 added to non-params parameters :-)
28050 * typemanager.cs (CSharpName): Include 'void' type too.
28052 (void_ptr_type): Include in the set of core types.
28054 * ecore.cs (ConvertImplicit): Make use of ConvertImplicitStandard instead of
28057 (ConvertImplicitStandard): Handle standard implicit pointer conversions when we have
28060 * cs-parser.jay (local_variable_pointer_type): Add support for 'void *' as I had
28061 completely forgotten about it.
28063 2002-01-10 Ravi Pratap <ravi@ximian.com>
28065 * cs-parser.jay (pointer_type): Add. This begins our implementation
28066 of parsing rules for unsafe code.
28068 (unsafe_statement): Implement.
28070 (embedded_statement): Modify to include the above.
28072 * statement.cs (Unsafe): Implement new class for unsafe blocks.
28074 * codegen.cs (EmitContext.InUnsafe): Add. This determines
28075 if the current context is an unsafe one.
28077 * cs-parser.jay (local_variable_pointer_type): Since local variable types
28078 are handled differently, we need separate rules for them.
28080 (local_variable_declaration): Update to use local_variable_pointer_type
28081 to allow variable declarations of unmanaged pointer types.
28083 * expression.cs (Unary.ResolveOperator): Ensure that the '&' operator is used only
28084 in unsafe contexts.
28086 * ../errors/cs0214.cs : Add.
28088 2002-01-16 Nick Drochak <ndrochak@gol.com>
28090 * makefile: remove 'response' file when cleaning.
28092 2002-01-15 Miguel de Icaza <miguel@ximian.com>
28094 * cs-parser.jay: Report 1524.
28096 2002-01-14 Miguel de Icaza <miguel@ximian.com>
28098 * typemanager.cs (RegisterMethod): drop checking if we have
28099 registered this from here
28101 2002-01-12 Miguel de Icaza <miguel@ximian.com>
28103 * class.cs (Method.EmitDestructor): Implement calling our base
28106 * statement.cs (Try.Emit): Fix to reset the InFinally to the old
28107 value of InFinally.
28109 * codegen.cs (EmitContext.EmitTopBlock): Destructors will call
28110 this routine and will wrap the call in a try/catch block. Deal
28113 2002-01-11 Miguel de Icaza <miguel@ximian.com>
28115 * ecore.cs (Expression.MemberLookup): instead of taking a
28116 parameter `same_type' that was used to tell whether we could
28117 access private members we compute our containing type from the
28120 (FieldExpr): Added partial support for volatile fields. This does
28121 not work for volatile fields exposed from assemblies, as I can not
28122 figure out how to extract the modreq from it.
28124 Updated all the source files to use this.
28126 * codegen.cs (EmitContext): Compute ContainerType ahead of time,
28127 because it is referenced by MemberLookup very often.
28129 2002-01-09 Ravi Pratap <ravi@ximian.com>
28131 * typemanager.cs (IndexerPropertyName): If we have a TypeBuilder, use
28132 TypeBuilder.GetCustomAttributes to retrieve what we need.
28134 Get rid of redundant default_member_attr_type as this is the same as
28135 default_member_type which already exists.
28137 * interface.cs, attribute.cs : Update accordingly.
28139 2002-01-08 Miguel de Icaza <miguel@ximian.com>
28141 * typemanager.cs: Enable IndexerPropertyName again. It does not
28142 work for TYpeBuilders though. Ravi, can you please fix this?
28144 * cs-tokenizer.cs: Accept _ as a name in pp-expressions.
28146 * expression.cs (Argument.Emit): Handle the case of ref objects
28147 being passed to ref functions;
28149 (ParameterReference.EmitLoad): Loads the content of the pointer
28150 without dereferencing.
28152 2002-01-07 Miguel de Icaza <miguel@ximian.com>
28154 * cs-tokenizer.cs: Implemented the pre-processing expressions.
28156 2002-01-08 Ravi Pratap <ravi@ximian.com>
28158 * class.cs (Indexer.DefineMethod): Incorporate the interface
28159 type in the name of the method if we are doing explicit interface
28162 * expression.cs (ConversionExists): Remove as it is completely obsolete.
28164 (BetterConversion): Fix extremely trivial bug where we were referring to
28165 ConversionExists instead of StandardConversionExists ! Hooray, things are fine
28168 * ../errors/bug16.cs : Add although we have fixed it.
28170 2002-01-07 Miguel de Icaza <miguel@ximian.com>
28172 * expression.cs (BaseIndexer): Begin implementation.
28174 * class.cs (TypeContainer.IsInterfaceMethod): Bug fix.
28176 * cs-parser.jay (indexer_declarator): Use qualified_identifier
28177 production directly to remove a shift/reduce, and implement
28178 explicit interface implementation.
28180 * cs-tokenizer.cs: Fix tokenizer, it was consuming one extra char
28181 after a floating point suffix.
28183 * expression.cs (DoNumericPromotions): Improved the conversion for
28184 uint/uint. If we have a constant, we avoid doing a typecast to a
28187 * class.cs (Indexer): Implement explicit interface implementation
28190 Sat Jan 5 16:08:23 CET 2002 Paolo Molaro <lupus@ximian.com>
28192 * class.cs: make the default instance constructor public and hidebysig.
28194 2001-01-03 Ravi Pratap <ravi@ximian.com>
28196 * interface.cs (EmitDefaultMemberAttr): Make this helper method static
28197 so we can call it from elsewhere.
28199 * class.cs (TypeContainer.Emit): Emit the attribute here too. The rule is that
28200 we emit it internally if the class has a defined indexer; otherwise the user
28201 emits it by decorating the class definition with the DefaultMemberAttribute.
28203 * attribute.cs (ApplyAttributes): Perform checks to see that the DefaultMember
28204 attribute is not used on a type which defines an indexer.
28206 * cs-tokenizer.cs (get_cmd_arg): Ensure we trim whitespace and also include the tab
28207 character when we skip whitespace.
28209 * ../errors/cs0646.cs : Add.
28211 2002-01-03 Miguel de Icaza <miguel@ximian.com>
28213 * ecore.cs (SimpleName.ResolveSimpleName): Report error 120
28216 * makefile: Add practical target `mcs3.exe' which builds the third
28217 generation compiler.
28219 * expression.cs (New): Fix structures constructor calling.
28221 * class.cs (Property, Method, Indexer): Emit Final flag on the
28222 method if we are an interface implementation and we are not
28225 * ecore.cs (PropertyExpr): New public field `IsBase', tells
28226 whether this property is referencing a `base' method.
28228 * expression.cs (Invocation.EmitCall): take an extra argument:
28229 is_base, this is used to determine whether the `call' or
28230 `callvirt' opcode should be used.
28233 * delegate.cs: update EmitCall.
28235 * class.cs (Method.Define): Set NewSlot for the cases where we are
28236 not implementing an interface method.
28238 (Property.Define): ditto.
28240 2002-01-02 Miguel de Icaza <miguel@ximian.com>
28242 * cs-tokenizer.cs: (Tokenizer.escape): Escape '\r' as '\r' not as
28243 'r'. Allows mcs to parse itself fully.
28245 2002-01-02 Ravi Pratap <ravi@ximian.com>
28247 * expression.cs (ArrayCreation.num_automatic_initializers): Keep track
28248 of the number of initializers that require the InitializeArray method.
28250 (CheckIndices): Store the Expression in all cases - not the plain value. Also
28251 update the above field where necessary.
28253 (MakeByteBlob): Update accordingly.
28255 (DoEmit): Call EmitStaticInitializers only if the number of initializers is
28258 (EmitDynamicInitializers): Update in accordance with the new optimization.
28260 (ArrayAccess.EmitStoreOpcode): Include char type along with short and ushort - the
28261 same OpCode applies.
28263 * cs-parser.jay : Fix some glaring errors I introduced.
28265 2002-01-01 Ravi Pratap <ravi@ximian.com>
28267 * parameters.cs (AddVariable, AddConstant): Pass in current_local_parameters
28268 so that we can check for name clashes there too.
28270 * typemanager.cs (default_member_attr_type): The attribute that we need to emit
28271 for interface indexers.
28273 * interfaces.cs (Define): Emit the default member attribute.
28275 * expression.cs (MakeByteBlob): Fix extremely trivial bug where the wrong
28276 variable was being referred to while setting the value ;-)
28278 2002-01-01 Miguel de Icaza <miguel@ximian.com>
28280 * expression.cs (MakeByteBlob): Optimize: we do not need to fill
28281 byte-by-byte information when we know the data is zero.
28283 Make the block always a multiple of 4, because
28284 DefineInitializedData has a bug.
28286 * assign.cs: Fix, we should assign from the temporary, not from
28289 * expression.cs (MakeByteBlob): Fix my incorrect code.
28291 2001-12-31 Miguel de Icaza <miguel@ximian.com>
28293 * typemanager.cs (EnumToUnderlying): This function is used to get
28294 the underlying type from an enumeration, because it does not
28297 * constant.cs: Use the I4_S form for values between -128 and 127.
28299 * statement.cs (Block.LookupLabel): Looks up a label.
28300 (Block): Drop support for labeled blocks.
28302 (LabeledStatement): New kind of statement that represents a label
28305 (Goto): Finally implement this bad boy.
28307 * cs-parser.jay: Update to reflect new mechanism to implement
28310 2001-12-30 Miguel de Icaza <miguel@ximian.com>
28312 * codegen.cs (EmitContext.This): a codegen property that keeps the
28313 a single instance of this instead of creating many different this
28316 * delegate.cs (Delegate.DoResolve): Update to use the property;
28318 * ecore.cs (SimpleName.SimpleNameResolve): Ditto
28320 * expression.cs (BaseAccess.DoResolve): Ditto.
28322 2001-12-29 Ravi Pratap <ravi@ximian.com>
28324 * typemanager.cs (methodimpl_attr_type): Add to hold the type
28325 corresponding to System.Runtime.CompilerServices.MethodImplAttribute.
28327 (InitCoreTypes): Update accordingly.
28329 * attribute.cs (Resolve): Remember if the attribute is a MethodImplAttribute
28330 so we can quickly store the state.
28332 (ApplyAttributes): Set the correct implementation flags
28333 for InternalCall methods.
28335 2001-12-29 Miguel de Icaza <miguel@ximian.com>
28337 * expression.cs (EmitCall): if a method is not virtual, then do
28338 not use callvirt on it.
28340 (ArrayAccess.EmitAssign): storing non-builtin value types (ie,
28341 user defined stuff) requires the use of stobj, which takes an
28342 address on the stack instead of an array and an index. So emit
28343 the Ldelema operation for it.
28345 (EmitStoreOpcode): Use stobj for valuetypes.
28347 (UnaryMutator.EmitCode): Use the right 1 value depending on
28348 whether we are dealing with int64/uint64, float or doubles.
28350 * class.cs (TypeContainer.AddConstructor): Fix the logic to define
28351 constructors that I implemented last night.
28353 (Constructor.IsDefault): Fix to work properly for static
28356 * cs-parser.jay (CheckDef): report method signature errors.
28357 Update error number 103 to be 132.
28359 * decl.cs: New AdditionResult enumeration value: MethodExists.
28360 Although we do this check for methods later on in the semantic
28361 analysis, catching repeated default constructors is so easy that
28362 we catch these here.
28364 * expression.cs (Binary.DoNumericPromotions): Fix the uint64 type
28367 (ParameterReference.EmitAssign, Emit): handle
28370 (ArrayAccess.EmitLoadOpcode): Handle bool type here.
28371 (ArrayAccess.EmitStoreOpcode): ditto.
28373 * cs-tokenizer.cs (is_punct): Eliminated empty computation.
28375 * expression.cs (MakeByteBlob): Complete all the missing types
28376 (uint, short, ushort, byte, sbyte)
28378 * class.cs: Only init instance field initializers on instance
28381 Rename `constructors' to instance_constructors.
28383 (TypeContainer.AddConstructor): Only add constructors to the list
28384 if it is not static.
28386 Make sure that we handle default_static_constructor independently
28387 everywhere where we handle instance_constructors
28389 2001-12-28 Miguel de Icaza <miguel@ximian.com>
28391 * class.cs: Do not lookup or create a base initializer for a
28392 static constructor.
28394 (ConstructorInitializer.Resolve): use the proper type to lookup
28397 * cs-parser.jay: Report error 1585 (modifiers between type and name).
28399 * enum.cs, interface.cs: Remove CloseType, this is taken care by
28402 * decl.cs: CloseType is now an virtual method, the default
28403 implementation just closes this type.
28405 2001-12-28 Ravi Pratap <ravi@ximian.com>
28407 * attribute.cs (DefinePInvokeMethod): Set the implementation flags
28408 to PreserveSig by default. Also emit HideBySig on such methods.
28410 Basically, set the defaults to standard values.
28412 * expression.cs (Invocation.BetterFunction): We need to make sure that for each
28413 argument, if candidate is better, it can't be worse than the best !
28415 (Invocation): Re-write bits to differentiate between methods being
28416 applicable in their expanded form and their normal form - for params
28419 Get rid of use_standard everywhere as only standard conversions are allowed
28420 in overload resolution.
28422 More spec conformance.
28424 2001-12-27 Miguel de Icaza <miguel@ximian.com>
28426 * driver.cs: Add --timestamp, to see where the compiler spends
28429 * ecore.cs (SimpleName.DoResolve): Do not create an implicit
28430 `this' in static code.
28432 (SimpleName.DoResolve): Implement in terms of a helper function
28433 that allows static-references to be passed upstream to
28436 (Expression.ResolveWithSimpleName): Resolve specially simple
28437 names when called by MemberAccess to implement the special
28440 (Expression.ImplicitReferenceConversion): Handle conversions from
28441 Null to reference types before others, as Null's type is
28444 * expression.cs (Invocation.EmitCall): Handle the special case of
28445 calling methods declared on a reference type from a ValueType
28446 (Base classes System.Object and System.Enum)
28448 (MemberAccess.Resolve): Only perform lookups on Enumerations if
28449 the left hand side is a TypeExpr, not on every enumeration.
28451 (Binary.Resolve): If types are reference types, then do a cast to
28452 object on operators != and == of both arguments.
28454 * typemanager.cs (FindMembers): Extract instance and static
28455 members if requested.
28457 * interface.cs (PopulateProperty): Use void_type instead of null
28458 as the return type for the setter method.
28460 (PopulateIndexer): ditto.
28462 2001-12-27 Ravi Pratap <ravi@ximian.com>
28464 * support.cs (ReflectionParameters): Fix minor bug where we
28465 were examining the wrong parameter for the ParamArray attribute.
28467 Cope with requests for the type of the parameter at position
28468 greater than the params parameter's. We now return the element
28469 type of the params array as that makes more sense.
28471 * expression.cs (Invocation.IsParamsMethodApplicable): Update
28472 accordingly as we no longer have to extract the element type
28475 (Invocation.OverloadResolve): Update.
28477 2001-12-27 Miguel de Icaza <miguel@ximian.com>
28479 * statement.cs (Foreach.GetEnumeratorFilter): Do not compare
28480 against IEnumerator, test whether the return value is a descendant
28481 of the IEnumerator interface.
28483 * class.cs (Indexer.Define): Use an auxiliary method to implement
28484 the other bits of the method definition. Begin support for
28485 explicit interface implementation.
28487 (Property.DefineMethod): Use TypeManager.void_type instead of null
28488 for an empty return value.
28490 2001-12-26 Miguel de Icaza <miguel@ximian.com>
28492 * expression.cs (MemberAccess.ResolveMemberAccess): if we are
28493 dealing with a FieldExpr which is composed of a FieldBuilder, in
28494 the code path we did extract the constant, but we should have
28495 obtained the underlying value to be able to cast it (otherwise we
28496 end up in an infinite loop, this is what Ravi was running into).
28498 (ArrayCreation.UpdateIndices): Arrays might be empty.
28500 (MemberAccess.ResolveMemberAccess): Add support for section
28501 14.5.4.1 that deals with the special case of E.I when E is a type
28502 and something else, that I can be a reference to a static member.
28504 (ArrayCreation.MakeByteBlob): It is not an error to not be able to
28505 handle a particular array type to create byte blobs, it is just
28506 something we dont generate byteblobs for.
28508 * cs-tokenizer.cs (get_cmd_arg): Ignore \r in commands and
28511 * location.cs (Push): remove the key from the hashtable that we
28512 are about to add. This happens for empty files.
28514 * driver.cs: Dispose files after we have parsed them.
28516 (tokenize): new function that only runs the tokenizer on its
28517 input, for speed testing.
28519 2001-12-26 Ravi Pratap <ravi@ximian.com>
28521 * class.cs (Event.Define): Define the private field only if there
28522 are no accessors defined.
28524 * expression.cs (ResolveMemberAccess): If there is no associated
28525 field with the event, that means we have an event defined with its
28526 own accessors and we should flag error cs0070 since transforming
28527 ourselves into a field is not valid in that case.
28529 * ecore.cs (SimpleName.DoResolve): Same as above.
28531 * attribute.cs (DefinePInvokeMethod): Set the default calling convention
28532 and charset to sane values.
28534 2001-12-25 Ravi Pratap <ravi@ximian.com>
28536 * assign.cs (DoResolve): Perform check on events only if they
28537 are being accessed outside the declaring type.
28539 * cs-parser.jay (event_declarations): Update rules to correctly
28540 set the type of the implicit parameter etc.
28542 (add_accessor, remove_accessor): Set current local parameters.
28544 * expression.cs (Binary): For delegate addition and subtraction,
28545 cast the return value from the method into the appropriate delegate
28548 2001-12-24 Ravi Pratap <ravi@ximian.com>
28550 * typemanager.cs (RegisterDelegateData, GetDelegateData): Get rid
28551 of these as the workaround is unnecessary.
28553 * delegate.cs (NewDelegate.DoResolve): Get rid of bits which registered
28554 delegate data - none of that is needed at all.
28556 Re-write bits to extract the instance expression and the delegate method
28559 * expression.cs (Binary.ResolveOperator): Handle the '-' binary operator
28562 * attribute.cs (ApplyAttributes): New method to take care of common tasks
28563 of attaching attributes instead of duplicating code everywhere.
28565 * everywhere : Update code to do attribute emission using the above method.
28567 2001-12-23 Miguel de Icaza <miguel@ximian.com>
28569 * expression.cs (IsParamsMethodApplicable): if there are not
28570 parameters, return immediately.
28572 * ecore.cs: The 0 literal can be implicity converted to an enum
28575 (SimpleName.DoResolve): First lookup the type, then lookup the
28578 (FieldExpr.Emit): If the InstanceExpression is a ValueType, we
28579 want to get its address. If the InstanceExpression is not
28580 addressable, store the result in a temporary variable, then get
28583 * codegen.cs: Only display 219 errors on warning level or above.
28585 * expression.cs (ArrayAccess): Make it implement the
28586 IMemoryLocation interface.
28588 (Binary.DoResolve): handle the operator == (object a, object b)
28589 and operator != (object a, object b) without incurring into a
28590 BoxedCast (because 5 != o should never be performed).
28592 Handle binary enumerator operators.
28594 (EmitLoadOpcode): Use Ldelema if the object we are loading is a
28595 value type, otherwise use Ldelem_ref.
28597 Use precomputed names;
28599 (AddressOf): Implement address of
28601 * cs-parser.jay (labeled_statement): Fix recursive block
28602 addition by reworking the production.
28604 * expression.cs (New.DoEmit): New has a special case:
28606 If we are dealing with a ValueType, we have a few
28607 situations to deal with:
28609 * The target of New is a ValueType variable, that is
28610 easy, we just pass this as the variable reference
28612 * The target of New is being passed as an argument,
28613 to a boxing operation or a function that takes a
28616 In this case, we need to create a temporary variable
28617 that is the argument of New.
28620 2001-12-23 Ravi Pratap <ravi@ximian.com>
28622 * rootcontext.cs (LookupType): Check that current_type is not null before
28623 going about looking at nested types.
28625 * ecore.cs (EventExpr.EmitAddOrRemove): Rename from EmitAssign as we do
28626 not implement the IAssignMethod interface any more.
28628 * expression.cs (MemberAccess.ResolveMemberAccess): Handle EventExprs specially
28629 where we tranform them into FieldExprs if they are being resolved from within
28630 the declaring type.
28632 * ecore.cs (SimpleName.DoResolve): Do the same here.
28634 * assign.cs (DoResolve, Emit): Clean up code considerably.
28636 * ../errors/bug10.cs : Add.
28638 * ../errors/cs0070.cs : Add.
28640 * typemanager.cs : Use PtrHashtable for Delegate data hashtable etc.
28642 * assign.cs : Get rid of EventIsLocal everywhere.
28644 2001-12-23 Miguel de Icaza <miguel@ximian.com>
28646 * ecore.cs (ConvertIntLiteral): finished the implementation.
28648 * statement.cs (SwitchLabel): Convert the value we are using as a
28649 key before looking up the table.
28651 2001-12-22 Miguel de Icaza <miguel@ximian.com>
28653 * codegen.cs (EmitTopBlock): Require a Location argument now.
28655 * cs-parser.jay (constructor_declarator): We need to setup
28656 current_local_parameters before we parse the
28657 opt_constructor_initializer, to allow the variables to be bound
28658 to the constructor arguments.
28660 * rootcontext.cs (LookupType): First lookup nested classes in our
28661 class and our parents before we go looking outside our class.
28663 * expression.cs (ConstantFold): Extract/debox the values at the
28666 * rootcontext.cs (EmitCode): Resolve the constants first before we
28667 resolve the types. This is not really needed, but it helps debugging.
28669 * statement.cs: report location.
28671 * cs-parser.jay: pass location to throw statement.
28673 * driver.cs: Small bug fix.
28675 * report.cs: Updated format to be 4-zero filled digits.
28677 2001-12-22 Ravi Pratap <ravi@ximian.com>
28679 * expression.cs (CheckIndices): Fix minor bug where the wrong
28680 variable was being referred to ;-)
28682 (DoEmit): Do not call EmitStaticInitializers when the
28683 underlying type is System.Object.
28685 2001-12-21 Ravi Pratap <ravi@ximian.com>
28687 * ecore.cs (EventExpr.Resolve): Implement to correctly set the type
28688 and do the usual workaround for SRE.
28690 * class.cs (MyEventBuilder.EventType): New member to get at the type
28691 of the event, quickly.
28693 * expression.cs (Binary.ResolveOperator): Handle delegate addition.
28695 * assign.cs (Assign.DoResolve): Handle the case when the target
28696 is an EventExpr and perform the necessary checks.
28698 * ecore.cs (EventExpr.EmitAssign): Implement the IAssignMethod
28701 (SimpleName.MemberStaticCheck): Include check for EventExpr.
28703 (EventExpr): Set the type in the constructor itself since we
28704 are meant to be born fully resolved.
28706 (EventExpr.Define): Revert code I wrote earlier.
28708 * delegate.cs (NewDelegate.Resolve): Handle the case when the MethodGroup's
28709 instance expression is null. The instance expression is a This in that case
28710 or a null, depending on whether it is a static method or not.
28712 Also flag an error if the reference to a method is ambiguous i.e the MethodGroupExpr
28713 refers to more than one method.
28715 * assign.cs (DoResolve): Check whether the event belongs to the same Type container
28716 and accordingly flag errors.
28718 2001-12-21 Miguel de Icaza <miguel@ximian.com>
28720 * statement.cs (Throw.Emit): Add support for re-throwing exceptions.
28722 2001-12-22 Miguel de Icaza <miguel@ximian.com>
28724 * location.cs (ToString): Provide useful rutine.
28726 2001-12-21 Miguel de Icaza <miguel@ximian.com>
28728 * ecore.cs (Expression.ConvertIntLiteral): Do not return Constant
28729 objects, return the actual integral boxed.
28731 * statement.cs (SwitchLabel): define an ILLabel for each
28734 (Switch.CheckSwitch): If the value is a Literal, extract
28735 the underlying literal.
28737 Also in the unused hashtable we had, add the SwitchLabel so we can
28738 quickly look this value up.
28740 * constant.cs: Implement a bunch of new constants. Rewrite
28741 Literal based on this. Made changes everywhere to adapt to this.
28743 * expression.cs (Expression.MakeByteBlob): Optimize routine by
28744 dereferencing array only once, and also copes with enumrations.
28746 bytes are two bytes wide, not one.
28748 (Cast): Perform constant conversions.
28750 * ecore.cs (TryImplicitIntConversion): Return literals instead of
28751 wrappers to the literals here.
28753 * expression.cs (DoNumericPromotions): long literals can converted
28754 to ulong implicity (this is taken care of elsewhere, but I was
28755 missing this spot).
28757 * ecore.cs (Expression.Literalize): Make the return type Literal,
28758 to improve type checking.
28760 * rootcontext.cs: Lookup for nested classes in our class hierarchy.
28762 2001-12-20 Miguel de Icaza <miguel@ximian.com>
28764 * literal.cs: Revert code from ravi that checked the bounds. The
28765 bounds are sane by the definition of the type itself.
28767 * typemanager.cs: Fix implementation of ImplementsInterface. We
28768 need to actually look up in our parent hierarchy for interfaces
28771 * const.cs: Use the underlying type for enumerations
28773 * delegate.cs: Compute the basename for the delegate creation,
28774 that should fix the delegate test case, and restore the correct
28775 Type Lookup semantics in rootcontext
28777 * rootcontext.cs: Revert Ravi's last patch. The correct way of
28778 referencing a nested type with the Reflection API is using the "+"
28781 * cs-parser.jay: Do not require EOF token at the end.
28783 2001-12-20 Ravi Pratap <ravi@ximian.com>
28785 * rootcontext.cs (LookupType): Concatenate type names with
28786 a '.' instead of a '+' The test suite passes again.
28788 * enum.cs (Enum.DefineEnum): Set RTSpecialName on the 'value__'
28789 field of the enumeration.
28791 * expression.cs (MemberAccess.ResolveMemberAccess): Add support for
28792 the case when the member is an EventExpr.
28794 * ecore.cs (EventExpr.InstanceExpression): Every event which is not
28795 static has an associated instance expression.
28797 * typemanager.cs (RegisterEvent): The usual workaround, now for events.
28799 (GetAddMethod, GetRemoveMethod): Workarounds, as usual.
28801 * class.cs (Event.Define): Register event and perform appropriate checks
28804 We define the Add and Remove methods even if the use provides none because
28805 in that case, we provide default implementations ourselves.
28807 Define a private field of the type of the event. This is done by the CSC compiler
28808 and we should be doing it too ;-)
28810 * typemanager.cs (delegate_combine_delegate_delegate, delegate_remove_delegate_delegate):
28811 More methods we use in code we generate.
28813 (multicast_delegate_type, delegate_type): Two separate types since the distinction
28816 (InitCoreTypes): Update accordingly for the above.
28818 * class.cs (Event.Emit): Generate code for default accessors that we provide
28820 (EmitDefaultMethod): Do the job in the above.
28822 * delegate.cs (DefineDelegate): Use TypeManager.multicast_delegate_type in the
28825 2001-12-20 Miguel de Icaza <miguel@ximian.com>
28827 * class.cs (Indexer.Define): Fix bug, we were setting both Get/Set
28828 builders even if we were missing one.
28830 * interface.cs, class.cs, enum.cs: When calling DefineNestedType
28831 pass the Basename as our class name instead of the Name. The
28832 basename will be correctly composed for us.
28834 * parameter.cs (Paramters): Now takes a Location argument.
28836 * decl.cs (DeclSpace.LookupType): Removed convenience function and
28837 make all the code call directly LookupType in RootContext and take
28838 this chance to pass the Location information everywhere.
28840 * Everywhere: pass Location information.
28842 2001-12-19 Miguel de Icaza <miguel@ximian.com>
28844 * class.cs (Constructor.Define): Updated way of detecting the
28845 length of the parameters.
28847 (TypeContainer.DefineType): Use basename as the type name for
28850 (TypeContainer.Define): Do not recursively define types here, as
28851 definition is taken care in order by the RootContext.
28853 * tree.cs: Keep track of namespaces in a per-file basis.
28855 * parameter.cs (Parameter.ComputeSignature): Update to use
28858 (Parameters.GetSignature): ditto.
28860 * interface.cs (InterfaceMethod.GetSignature): Take a DeclSpace
28861 instead of a TypeContainer.
28863 (Interface.SemanticAnalysis): Use `this' instead of our parent to
28864 resolve names. Because we need to be resolve in our context, not
28867 * driver.cs: Implement response files.
28869 * class.cs (TypeContainer.DefineType): If we are defined, do not
28870 redefine ourselves.
28872 (Event.Emit): Emit the code for add/remove handlers.
28873 (Event.Define): Save the MethodBuilders for add/remove.
28875 * typemanager.cs: Use pair here too.
28877 * cs-parser.jay: Replaced use of DictionaryEntry for Pair because
28878 DictionaryEntry requires the first argument to be non-null.
28880 (enum_declaration): Compute full name for registering the
28883 (delegate_declaration): Instead of using
28884 formal_parameter_list, use opt_formal_parameter_list as the list
28887 * cs-tokenizer.cs (PropertyParsing): renamed from `properties'
28888 (EventParsing): New property that controls whether `add' and
28889 `remove' are returned as tokens or identifiers (for events);
28891 2001-12-19 Ravi Pratap <ravi@ximian.com>
28893 * class.cs (Event.Define): Revamp use of EventBuilder completely. We now
28894 use MyEventBuilder only and let it wrap the real builder for us.
28896 (MyEventBuilder): Revamp constructor etc.
28898 Implement all operations that we perform on EventBuilder in precisely the same
28901 (FindMembers): Update to use the EventBuilder member.
28903 (Event.Emit): Update accordingly.
28905 2001-12-18 Ravi Pratap <ravi@ximian.com>
28907 * class.cs (MyEventBuilder.Set*): Chain to the underlying builder
28908 by calling the appropriate methods.
28910 (GetCustomAttributes): Make stubs as they cannot possibly do anything
28913 (Event.Emit): Use MyEventBuilder everywhere - even to set attributes.
28915 2001-12-17 Ravi Pratap <ravi@ximian.com>
28917 * delegate.cs (Delegate.Populate): Check that the return type
28918 and various parameters types are indeed accessible.
28920 * class.cs (Constructor.Define): Same here.
28922 (Field.Define): Ditto.
28924 (Event.Define): Ditto.
28926 (Operator.Define): Check that the underlying Method defined itself
28927 correctly - so it's MethodBuilder should not be null.
28929 * delegate.cs (DelegateInvocation.DoResolve): Bale out if the type of the Instance
28930 expression happens to be null.
28932 * class.cs (MyEventBuilder): Workaround for SRE lameness. Implement various abstract
28933 members but as of now we don't seem to be able to do anything really useful with it.
28935 (FindMembers): Handle events separately by returning the MyEventBuilder of the event,
28936 not the EventBuilder.
28938 2001-12-18 Miguel de Icaza <miguel@ximian.com>
28940 * cs-tokenizer.cs: Add support for defines.
28941 Add support for #if, #elif, #else, #endif
28943 (eval_var): evaluates a variable.
28944 (eval): stubbed for evaluating functions.
28946 * cs-parser.jay: Pass the defines information
28948 * driver.cs: Add --define command line option.
28950 * decl.cs: Move MemberCore here.
28952 Make it the base class for DeclSpace. This allows us to catch and
28953 report 108 and 109 for everything now.
28955 * class.cs (TypeContainer.Define): Extract all the members
28956 before populating and emit the warning 108 (new keyword required
28957 to override) instead of having each member implement this.
28959 (MemberCore.Define): New abstract method, we will be using this in
28960 the warning reporting engine in Populate.
28962 (Operator.Define): Adjust to new MemberCore protocol.
28964 * const.cs (Const): This does not derive from Expression, it is a
28965 temporary object we use to create fields, it is a MemberCore.
28967 * class.cs (Method.Define): Allow the entry point to be in a
28970 * driver.cs: Rewrite the argument handler to clean it up a bit.
28972 * rootcontext.cs: Made it just an auxiliary namespace feature by
28973 making everything static.
28975 * driver.cs: Adapt code to use RootContext type name instead of
28978 * delegate.cs: Remove RootContext argument.
28980 * class.cs: (Struct, TypeContainer, Class): Remove RootContext
28983 * class.cs (Event.Define): The lookup can fail.
28985 * cs-tokenizer.cs: Begin implementation of pre-procesor.
28987 * expression.cs: Resolve the this instance before invoking the code.
28989 2001-12-17 Miguel de Icaza <miguel@ximian.com>
28991 * cs-parser.jay: Add a production in element_access that allows
28992 the thing to become a "type" reference. This way we can parse
28993 things like "(string [])" as a type.
28995 Note that this still does not handle the more complex rules of
28999 * delegate.cs (Delegate.Populate): Register the delegage constructor builder here.
29001 * ecore.cs: (CopyNewMethods): new utility function used to
29002 assemble the list of methods from running FindMembers.
29004 (MemberLookup): Rework FindMembers so that
29006 2001-12-16 Miguel de Icaza <miguel@ximian.com>
29008 * class.cs (TypeContainer): Remove Delegates who fail to be
29011 * delegate.cs (Populate): Verify that we dont get null return
29012 values. TODO: Check for AsAccessible.
29014 * cs-parser.jay: Use basename to emit error 574 (destructor should
29015 have the same name as container class), not the full name.
29017 * cs-tokenizer.cs (adjust_int): Fit the integer in the best
29018 possible representation.
29020 Also implements integer type suffixes U and L.
29022 2001-12-15 Miguel de Icaza <miguel@ximian.com>
29024 * expression.cs (ArrayCreation.DoResolve): We need to do the
29025 argument resolution *always*.
29027 * decl.cs: Make this hold the namespace. Hold the root context as
29029 (LookupType): Move here.
29031 * enum.cs, class.cs, interface.cs: Adapt to new hierarchy.
29033 * location.cs (Row, Name): Fixed the code, it was always returning
29034 references to the first file.
29036 * interface.cs: Register properties defined through interfaces.
29038 * driver.cs: Add support for globbing on the command line
29040 * class.cs (Field): Make it derive from MemberCore as well.
29043 2001-12-15 Ravi Pratap <ravi@ximian.com>
29045 * class.cs (Event::Define): Check that the type of the event is a delegate
29046 type else flag error #66.
29048 Also, re-use TypeContainer.MethodModifiersValid here too as the rules are the
29051 * attribute.cs (DefinePInvokeMethod): Handle named arguments and process
29052 values of EntryPoint, CharSet etc etc.
29054 Pass in the values to TypeBuilder.DefinePInvokeMethod; determine Type etc neatly.
29056 * class.cs (FindMembers): If a method is in transit, its MethodBuilder will
29057 be null and we should ignore this. I am not sure if this is really clean. Apparently,
29058 there's no way of avoiding hitting this because the call is coming from SimpleName.DoResolve,
29059 which needs this to do its work.
29061 * ../errors/cs0066.cs : Add.
29063 2001-12-14 Miguel de Icaza <miguel@ximian.com>
29065 * typemanager.cs: (GetPropertyGetter, GetPropertyGetter): New
29068 * class.cs: (MethodSignature.MethodSignature): Removed hack that
29069 clears out the parameters field.
29070 (MemberSignatureCompare): Cleanup
29072 (MemberCore): New base class used to share code between MethodCore
29075 (RegisterRequiredImplementations) BindingFlags.Public requires
29076 either BindingFlags.Instace or Static. Use instance here.
29078 (Property): Refactored code to cope better with the full spec.
29080 * parameter.cs (GetParameterInfo): Return an empty array instead
29083 * class.cs (Property): Abstract or extern properties have no bodies.
29085 * parameter.cs (GetParameterInfo): return a zero-sized array.
29087 * class.cs (TypeContainer.MethodModifiersValid): Move all the
29088 method modifier validation to the typecontainer so we can reuse
29089 this on properties.
29091 (MethodCore.ParameterTypes): return an empty sized array of types.
29093 (Property.Define): Test property modifier validity.
29095 Add tests for sealed/override too.
29097 (Method.Emit): abstract or extern methods have no bodies.
29099 2001-12-14 Ravi Pratap <ravi@ximian.com>
29101 * class.cs (Method.IsPInvoke): Get rid of it as it is an expensive
29104 (Method::Define, ::Emit): Modify accordingly.
29106 * expression.cs (Invocation::OverloadResolve): Handle error # 121.
29108 (ArrayCreation::MakeByteBlob): Handle floats and doubles.
29110 * makefile: Pass in /unsafe.
29112 2001-12-13 Miguel de Icaza <miguel@ximian.com>
29114 * class.cs (MakeKey): Kill routine.
29116 * class.cs (TypeContainer.Define): Correctly define explicit
29117 method implementations (they require the full interface name plus
29120 * typemanager.cs: Deply the PtrHashtable here and stop using the
29121 lame keys. Things work so much better.
29123 This of course broke everyone who depended on `RegisterMethod' to
29124 do the `test for existance' test. This has to be done elsewhere.
29126 * support.cs (PtrHashtable): A hashtable that avoid comparing with
29127 the object stupid Equals method (because, that like fails all over
29128 the place). We still do not use it.
29130 * class.cs (TypeContainer.SetRequiredInterface,
29131 TypeContainer.RequireMethods): Killed these two routines and moved
29132 all the functionality to RegisterRequiredImplementations.
29134 (TypeContainer.RegisterRequiredImplementations): This routine now
29135 registers all the implementations required in an array for the
29136 interfaces and abstract methods. We use an array of structures
29137 which can be computed ahead of time to reduce memory usage and we
29138 also assume that lookups are cheap as most classes will not
29139 implement too many interfaces.
29141 We also avoid creating too many MethodSignatures.
29143 (TypeContainer.IsInterfaceMethod): Update and optionally does not
29144 clear the "pending" bit if we find that there are problems with
29147 (TypeContainer.VerifyPendingMethods): Update to report errors of
29148 methods that look like implementations but are not.
29150 (TypeContainer.Define): Add support for explicit interface method
29153 2001-12-12 Miguel de Icaza <miguel@ximian.com>
29155 * typemanager.cs: Keep track of the parameters here instead of
29156 being a feature of the TypeContainer.
29158 * class.cs: Drop the registration of parameters here, as
29159 InterfaceMethods are also interface declarations.
29161 * delegate.cs: Register methods with the TypeManager not only with
29162 the TypeContainer. This code was buggy.
29164 * interface.cs: Full registation here.
29166 2001-12-11 Miguel de Icaza <miguel@ximian.com>
29168 * expression.cs: Remove reducer for binary expressions, it can not
29171 * const.cs: Put here the code that used to go into constant.cs
29173 * constant.cs: Put here the code for constants, this is a new base
29174 class for Literals.
29176 * literal.cs: Make Literal derive from Constant.
29178 2001-12-09 Miguel de Icaza <miguel@ximian.com>
29180 * statement.cs (Return.Emit): Report error 157 if the user
29181 attempts to return from a finally block.
29183 (Return.Emit): Instead of emitting a return, jump to the end of
29186 * codegen.cs (EmitContext): ReturnValue, ReturnLabel: new
29187 LocalBuilder to store the result of the function. ReturnLabel is
29188 the target where we jump.
29191 2001-12-09 Radek Doulik <rodo@ximian.com>
29193 * cs-parser.jay: remember alias in current namespace
29195 * ecore.cs (SimpleName::DoResolve): use aliases for types or
29198 * class.cs (LookupAlias): lookup alias in my_namespace
29200 * namespace.cs (UsingAlias): add alias, namespace_or_type pair to
29202 (LookupAlias): lookup alias in this and if needed in parent
29205 2001-12-08 Miguel de Icaza <miguel@ximian.com>
29209 * rootcontext.cs: (ModuleBuilder) Made static, first step into
29210 making things static. I need this to avoid passing the
29211 TypeContainer when calling ParameterType.
29213 * support.cs (InternalParameters.ParameterType): Remove ugly hack
29214 that did string manipulation to compute the type and then call
29215 GetType. Use Parameter.ParameterType instead.
29217 * cs-tokenizer.cs: Consume the suffix for floating values.
29219 * expression.cs (ParameterReference): figure out whether this is a
29220 reference parameter or not. Kill an extra variable by computing
29221 the arg_idx during emission.
29223 * parameter.cs (Parameters.GetParameterInfo): New overloaded
29224 function that returns whether a parameter is an out/ref value or not.
29226 (Parameter.ParameterType): The type of the parameter (base,
29227 without ref/out applied).
29229 (Parameter.Resolve): Perform resolution here.
29230 (Parameter.ExternalType): The full type (with ref/out applied).
29232 * statement.cs (Using.Emit, Using.EmitExpression): Implement
29233 support for expressions on the using statement.
29235 2001-12-07 Miguel de Icaza <miguel@ximian.com>
29237 * statement.cs (Using.EmitLocalVariableDecls): Split the
29238 localvariable handling of the using statement.
29240 (Block.EmitMeta): Keep track of variable count across blocks. We
29241 were reusing slots on separate branches of blocks.
29243 (Try.Emit): Emit the general code block, we were not emitting it.
29245 Check the type of the declaration to be an IDisposable or
29246 something that can be implicity converted to it.
29248 Emit conversions if required.
29250 * ecore.cs (EmptyExpression): New utility class.
29251 (Expression.ImplicitConversionExists): New utility function.
29253 2001-12-06 Miguel de Icaza <miguel@ximian.com>
29255 * statement.cs (Using): Implement.
29257 * expression.cs (LocalVariableReference): Support read only variables.
29259 * statement.cs: Remove the explicit emit for the Leave opcode.
29260 (VariableInfo): Add a readonly field.
29262 2001-12-05 Miguel de Icaza <miguel@ximian.com>
29264 * ecore.cs (ConvCast): new class used to encapsulate the various
29265 explicit integer conversions that works in both checked and
29266 unchecked contexts.
29268 (Expression.ConvertNumericExplicit): Use new ConvCast class to
29269 properly generate the overflow opcodes.
29271 2001-12-04 Miguel de Icaza <miguel@ximian.com>
29273 * statement.cs: The correct type for the EmptyExpression is the
29274 element_type, not the variable type. Ravi pointed this out.
29276 2001-12-04 Ravi Pratap <ravi@ximian.com>
29278 * class.cs (Method::Define): Handle PInvoke methods specially
29279 by using DefinePInvokeMethod instead of the usual one.
29281 * attribute.cs (DefinePInvokeMethod): Implement as this is what is called
29282 above to do the task of extracting information and defining the method.
29284 2001-12-04 Ravi Pratap <ravi@ximian.com>
29286 * expression.cs (ArrayCreation::EmitStaticInitializers): Get rid
29287 of the condition for string type.
29289 (Emit): Move that here.
29291 (ArrayCreation::CheckIndices): Keep string literals in their expression
29294 (EmitDynamicInitializers): Handle strings appropriately.
29296 2001-12-04 Miguel de Icaza <miguel@ximian.com>
29298 * codegen.cs (EmitContext): Replace multiple variables with a
29299 single pointer to the current Switch statement.
29301 * statement.cs (GotoDefault, Switch): Adjust to cleaned up
29304 2001-12-03 Miguel de Icaza <miguel@ximian.com>
29308 * statement.cs (GotoDefault), cs-parser.jay: Implement `goto
29311 (Foreach.Emit): Foreach on arrays was not setting
29312 up the loop variables (for break/continue).
29314 (GotoCase): Semi-implented.
29316 2001-12-03 Ravi Pratap <ravi@ximian.com>
29318 * attribute.cs (CheckAttribute): Handle system attributes by using
29319 Attribute.GetAttributes to examine information we need.
29321 (GetValidPlaces): Same here.
29323 * class.cs (Method::Define): Catch invalid use of extern and abstract together.
29325 * typemanager.cs (dllimport_type): Core type for System.DllImportAttribute.
29327 * class.cs (Method.IsPinvoke): Used to determine if we are a PInvoke method.
29329 (Method::Define): Set appropriate flags if we have a DllImport attribute.
29331 (Method::Emit): Handle the case when we are a PInvoke method.
29333 2001-12-03 Miguel de Icaza <miguel@ximian.com>
29335 * expression.cs: Use ResolveWithSimpleName on compound names.
29337 2001-12-02 Ravi Pratap <ravi@ximian.com>
29339 * constant.cs (EmitConstant): Make sure we resolve the associated expression
29340 before trying to reduce it.
29342 * typemanager.cs (RegisterConstant, LookupConstant): Implement.
29344 * constant.cs (LookupConstantValue): Implement.
29346 (EmitConstant): Use the above in emitting the constant.
29348 * expression.cs (MemberAccess::ResolveMemberAccess): Handle constants
29349 that are user-defined by doing a LookupConstantValue on them.
29351 (SimpleName::DoResolve): When we have a FieldExpr, cope with constants
29354 2001-11-29 Miguel de Icaza <miguel@ximian.com>
29356 * expression.cs (BaseAccess, BaseIndexer): Also split this out.
29358 (BaseAccess.DoResolve): Implement.
29360 (MemberAccess.DoResolve): Split this routine into a
29361 ResolveMemberAccess routine that can be used independently
29363 2001-11-28 Miguel de Icaza <miguel@ximian.com>
29365 * expression.cs (Probe, Is, As): Split Probe in two classes Is and
29366 As that share bits of the implementation. Is returns a boolean,
29367 while As returns the Type that is being probed.
29369 2001-12-01 Ravi Pratap <ravi@ximian.com>
29371 * enum.cs (LookupEnumValue): Re-write various bits, return an object value
29372 instead of a Literal - much easier.
29374 (EnumInTransit): Remove - utterly useless :-)
29376 (Populate): Re-write bits - remove duplicate code etc. The code is much neater now.
29378 * expression.cs (MemberLookup): Cope with user-defined enums when they are in transit.
29380 * enum.cs (LookupEnumValue): Auto-compute next values by going down the dependency
29381 chain when we have no associated expression.
29383 2001-11-30 Ravi Pratap <ravi@ximian.com>
29385 * constant.cs (Define): Use Location while reporting the errror.
29387 Also emit a warning when 'new' is used and there is no inherited
29390 * enum.cs (EnumInTransit): Used to tell if an enum type is in the process of being
29393 (LookupEnumValue): Implement to lookup an enum member's value and define it
29396 (Populate): Re-write accordingly to use the above routine.
29398 2001-11-27 Miguel de Icaza <miguel@ximian.com>
29400 * expression.cs (This): Fix prototype for DoResolveLValue to
29401 override the base class DoResolveLValue.
29403 * cs-parser.cs: Report errors cs574 and cs575 (destructor
29406 * ecore.cs (FieldExpr.EmitAssign): Handle value types specially
29407 (we need to load the address of the field here). This fixes
29410 (FieldExpr.DoResolveLValue): Call the DoResolve
29411 function to initialize the Instance expression.
29413 * statement.cs (Foreach.Emit): Fix the bug where we did not invoke
29414 correctly the GetEnumerator operation on a value type.
29416 * cs-parser.jay: Add more simple parsing error catches.
29418 * statement.cs (Switch): Add support for string switches.
29419 Handle null specially.
29421 * literal.cs (NullLiteral): Make NullLiteral objects singletons.
29423 2001-11-28 Ravi Pratap <ravi@ximian.com>
29425 * cs-parser.jay (local_constant_declaration): Use declare_local_constant.
29427 (declare_local_constant): New helper function.
29429 * statement.cs (AddConstant): Keep a separate record of constants
29431 (IsConstant): Implement to determine if a variable is a constant.
29433 (GetConstantExpression): Implement.
29435 * expression.cs (LocalVariableReference): Handle the case when it is a constant.
29437 * statement.cs (IsVariableDefined): Re-write.
29439 2001-11-27 Ravi Pratap <ravi@ximian.com>
29441 * class.cs (TypeContainer::FindMembers): Look for constants
29442 in the case when we are looking for MemberTypes.Field
29444 * expression.cs (MemberAccess::DoResolve): Check that in the
29445 case we are a FieldExpr and a Literal, we are not being accessed
29446 by an instance reference.
29448 * cs-parser.jay (local_constant_declaration): Implement.
29450 (declaration_statement): Implement for constant declarations.
29452 2001-11-26 Miguel de Icaza <miguel@ximian.com>
29454 * statement.cs (Switch): Catch double defaults.
29456 (Switch): More work on the switch() statement
29457 implementation. It works for integral values now, need to finish
29461 2001-11-24 Miguel de Icaza <miguel@ximian.com>
29463 * ecore.cs (Expression.ConvertIntLiteral): New function to convert
29464 integer literals into other integer literals. To be used by
29467 2001-11-24 Ravi Pratap <ravi@ximian.com>
29469 * expression.cs (ArrayCreation): Get rid of ArrayExprs : we save
29472 (EmitDynamicInitializers): Cope with the above since we extract data
29473 directly from ArrayData now.
29475 (ExpectInitializers): Keep track of whether initializers are mandatory
29478 (Bounds): Make it a hashtable to prevent the same dimension being
29479 recorded for every element in that dimension.
29481 (EmitDynamicInitializers): Fix bug which prevented the Set array method
29484 Also fix bug which was causing the indices to be emitted in the reverse
29487 2001-11-24 Miguel de Icaza <miguel@ximian.com>
29489 * expression.cs (ArrayCreation): Implement the bits that Ravi left
29490 unfinished. They do not work, because the underlying code is
29493 2001-11-22 Miguel de Icaza <miguel@ximian.com>
29495 * cs-parser.jay: Remove bogus fixme.
29497 * statement.cs (Switch, SwitchSection, SwithLabel): Started work
29498 on Switch statement.
29500 2001-11-23 Ravi Pratap <ravi@ximian.com>
29502 * typemanager.cs (IsDelegateType, IsEnumType): Fix logic to determine
29505 * expression.cs (ArrayCreation::CheckIndices): Get rid of the require_constant
29506 parameter. Apparently, any expression is allowed.
29508 (ValidateInitializers): Update accordingly.
29510 (CheckIndices): Fix some tricky bugs thanks to recursion.
29512 * delegate.cs (NewDelegate::DoResolve): Re-write large portions as
29513 I was being completely brain-dead.
29515 (VerifyMethod, VerifyApplicability, VerifyDelegate): Make static
29516 and re-write acordingly.
29518 (DelegateInvocation): Re-write accordingly.
29520 * expression.cs (ArrayCreation::Emit): Handle string initialization separately.
29522 (MakeByteBlob): Handle types more correctly.
29524 * expression.cs (ArrayCreation:Emit): Write preliminary code to do
29525 initialization from expressions but it is incomplete because I am a complete
29528 2001-11-22 Miguel de Icaza <miguel@ximian.com>
29530 * statement.cs (If.Emit): Fix a bug that generated incorrect code
29531 on If. Basically, we have to return `true' (ie, we do return to
29532 our caller) only if both branches of the if return.
29534 * expression.cs (Binary.Emit): LogicalOr and LogicalAnd are
29535 short-circuit operators, handle them as short circuit operators.
29537 (Cast.DoResolve): Resolve type.
29538 (Cast.Cast): Take an expression as the target type.
29540 * cs-parser.jay (cast_expression): Remove old hack that only
29541 allowed a limited set of types to be handled. Now we take a
29542 unary_expression and we resolve to a type during semantic
29545 Use the grammar productions from Rhys to handle casts (this is
29546 not complete like Rhys syntax yet, we fail to handle that corner
29547 case that C# has regarding (-x), but we will get there.
29549 2001-11-22 Ravi Pratap <ravi@ximian.com>
29551 * class.cs (EmitFieldInitializer): Take care of the case when we have a
29552 field which is an array type.
29554 * cs-parser.jay (declare_local_variables): Support array initialization too.
29556 * typemanager.cs (MakeKey): Implement.
29558 (everywhere): Use the above appropriately.
29560 * cs-parser.jay (for_statement): Update for array initialization while
29561 declaring variables.
29563 * ecore.cs : The error message was correct, it's the variable's names that
29564 were misleading ;-) Make the code more readable.
29566 (MemberAccess::DoResolve): Fix the code which handles Enum literals to set
29567 the correct type etc.
29569 (ConvertExplicit): Handle Enum types by examining the underlying type.
29571 2001-11-21 Ravi Pratap <ravi@ximian.com>
29573 * parameter.cs (GetCallingConvention): Always return
29574 CallingConventions.Standard for now.
29576 2001-11-22 Miguel de Icaza <miguel@ximian.com>
29578 * expression.cs (Binary.ResolveOperator): Update the values of `l'
29579 and `r' after calling DoNumericPromotions.
29581 * ecore.cs: Fix error message (the types were in the wrong order).
29583 * statement.cs (Foreach.ProbeCollectionType): Need to pass
29584 BindingFlags.Instance as well
29586 * ecore.cs (Expression.TryImplicitIntConversion): Wrap the result
29587 implicit int literal conversion in an empty cast so that we
29588 propagate the right type upstream.
29590 (UnboxCast): new class used to unbox value types.
29591 (Expression.ConvertExplicit): Add explicit type conversions done
29594 (Expression.ImplicitNumericConversion): Oops, forgot to test for
29595 the target type before applying the implicit LongLiterals to ULong
29598 2001-11-21 Miguel de Icaza <miguel@ximian.com>
29600 * cs-parser.jay (for_statement): Reworked the way For works: now
29601 we declare manually any variables that are introduced in
29602 for_initializer to solve the problem of having out-of-band code
29603 emition (that is what got for broken).
29605 (declaration_statement): Perform the actual variable declaration
29606 that used to be done in local_variable_declaration here.
29608 (local_variable_declaration): Do not declare anything, just pass
29609 the information on a DictionaryEntry
29611 2001-11-20 Ravi Pratap <ravi@ximian.com>
29613 * expression.cs (ArrayCreation::CheckIndices): The story continues :-) Complete
29614 re-write of the logic to now make it recursive.
29616 (UpdateIndices): Re-write accordingly.
29618 Store element data in a separate ArrayData list in the above methods.
29620 (MakeByteBlob): Implement to dump the array data into a byte array.
29622 2001-11-19 Ravi Pratap <ravi@ximian.com>
29624 * expression.cs (ArrayCreation): Factor out some code from ValidateInitializers
29627 * constant.cs (Define): Implement.
29629 (EmitConstant): Re-write fully.
29631 Pass in location info.
29633 * class.cs (Populate, Emit): Call Constant::Define and Constant::EmitConstant
29636 * cs-parser.jay (constant_declarator): Use VariableDeclaration instead of
29637 DictionaryEntry since we need location info too.
29639 (constant_declaration): Update accordingly.
29641 * expression.cs (ArrayCreation): Make ValidateInitializers simpler by factoring
29642 code into another method : UpdateIndices.
29644 2001-11-18 Ravi Pratap <ravi@ximian.com>
29646 * expression.cs (ArrayCreation::ValidateInitializers): Update to perform
29647 some type checking etc.
29649 2001-11-17 Ravi Pratap <ravi@ximian.com>
29651 * expression.cs (ArrayCreation::ValidateInitializers): Implement
29652 bits to provide dimension info if the user skips doing that.
29654 Update second constructor to store the rank correctly.
29656 2001-11-16 Ravi Pratap <ravi@ximian.com>
29658 * expression.cs (ArrayCreation::ValidateInitializers): Poke around
29659 and try to implement.
29661 * ../errors/cs0150.cs : Add.
29663 * ../errors/cs0178.cs : Add.
29665 2001-11-16 Miguel de Icaza <miguel@ximian.com>
29667 * statement.cs: Implement foreach on multi-dimensional arrays.
29669 * parameter.cs (Parameters.GetParameterByName): Also lookup the
29670 name of the params argument.
29672 * expression.cs: Use EmitStoreOpcode to get the right opcode while
29673 initializing the array.
29675 (ArrayAccess.EmitStoreOpcode): move the opcode generation here, so
29676 we can use this elsewhere.
29678 * statement.cs: Finish implementation of foreach for single
29681 * cs-parser.jay: Use an out-of-band stack to pass information
29682 around, I wonder why I need this.
29684 foreach_block: Make the new foreach_block the current_block.
29686 * parameter.cs (Parameters.GetEmptyReadOnlyParameters): New
29687 function used to return a static Parameters structure. Used for
29688 empty parameters, as those are created very frequently.
29690 * cs-parser.jay, class.cs: Use GetEmptyReadOnlyParameters
29692 2001-11-15 Ravi Pratap <ravi@ximian.com>
29694 * interface.cs : Default modifier is private, not public. The
29695 make verify test passes again.
29697 2001-11-15 Ravi Pratap <ravi@ximian.com>
29699 * support.cs (ReflectionParameters): Fix logic to determine
29700 whether the last parameter is a params one. Test 9 passes again.
29702 * delegate.cs (Populate): Register the builders we define with
29703 RegisterParameterForBuilder. Test 19 passes again.
29705 * cs-parser.jay (property_declaration): Reference $6 instead
29706 of $$ to get at the location.
29708 (indexer_declaration): Similar stuff.
29710 (attribute): Ditto.
29712 * class.cs (Property): Register parameters for the Get and Set methods
29713 if they exist. Test 23 passes again.
29715 * expression.cs (ArrayCreation::Emit): Pass null for the method in the
29716 call to EmitArguments as we are sure there aren't any params arguments.
29717 Test 32 passes again.
29719 * suppor.cs (ParameterDesc, ParameterModifier): Fix trivial bug causing
29720 IndexOutOfRangeException.
29722 * class.cs (Property::Define): Register property using TypeManager.RegisterProperty
29723 Test 33 now passes again.
29725 2001-11-15 Miguel de Icaza <miguel@ximian.com>
29727 * cs-parser.jay: Kill horrendous hack ($??? = lexer.Location) that
29728 broke a bunch of things. Will have to come up with a better way
29729 of tracking locations.
29731 * statement.cs: Implemented foreach for single dimension arrays.
29733 2001-11-09 Miguel de Icaza <miguel@ximian.com>
29735 * enum.cs (Enum.Emit): Delay the lookup of loc until we run into
29736 an error. This removes the lookup from the critical path.
29738 * cs-parser.jay: Removed use of temporary_loc, which is completely
29741 2001-11-14 Miguel de Icaza <miguel@ximian.com>
29743 * support.cs (ReflectionParameters.ParameterModifier): Report
29744 whether the argument is a PARAMS argument or not.
29746 * class.cs: Set the attribute `ParamArrayAttribute' on the
29747 parameter argument.
29749 * typemanager.cs: Define param_array_type (ParamArrayAttribute)
29750 and cons_param_array_attribute (ConstructorInfo for
29751 ParamArrayAttribute).,
29753 * codegen.cs: Emit the return using the `Return' statement, that
29754 way we can report the error correctly for missing return values.
29756 * class.cs (Method.Emit): Clean up.
29758 * expression.cs (Argument.Resolve): Take another argument: the
29759 location where this argument is used. Notice that this is not
29760 part of the "Argument" class as to reduce the size of the
29761 structure (we know the approximate location anyways).
29763 Test if the argument is a variable-reference, if not, then
29764 complain with a 206.
29766 (Argument.Emit): Emit addresses of variables.
29768 (Argument.FullDesc): Simplify.
29770 (Invocation.DoResolve): Update for Argument.Resolve.
29772 (ElementAccess.DoResolve): ditto.
29774 * delegate.cs (DelegateInvocation.Emit): Invocation of Invoke
29775 method should be virtual, as this method is always virtual.
29777 (NewDelegate.DoResolve): Update for Argument.Resolve.
29779 * class.cs (ConstructorInitializer.DoResolve): ditto.
29781 * attribute.cs (Attribute.Resolve): ditto.
29783 2001-11-13 Miguel de Icaza <miguel@ximian.com>
29785 * statement.cs (Foreach.Emit): Use EmitAssign instead of Store.
29787 * expression.cs (ParameterReference): Drop IStackStorage and implement
29788 IAssignMethod instead.
29790 (LocalVariableReference): ditto.
29792 * ecore.cs (FieldExpr): Drop IStackStorage and implement
29793 IAssignMethod instead.
29795 2001-11-13 Miguel de Icaza <miguel@ximian.com>
29797 * parameter.cs, expression.cs, class.cs, ecore.cs: Made all
29798 enumerations that are used in heavily used structures derive from
29799 byte in a laughable and pathetic attempt to reduce memory usage.
29800 This is the kind of pre-optimzations that you should not do at
29801 home without adult supervision.
29803 * expression.cs (UnaryMutator): New class, used to handle ++ and
29804 -- separatedly from the other unary operators. Cleans up the
29805 code, and kills the ExpressionStatement dependency in Unary.
29807 (Unary): Removed `method' and `Arguments' from this class, making
29808 it smaller, and moving it all to SimpleCall, so I can reuse this
29809 code in other locations and avoid creating a lot of transient data
29810 strucutres when not required.
29812 * cs-parser.jay: Adjust for new changes.
29814 2001-11-11 Miguel de Icaza <miguel@ximian.com>
29816 * enum.cs (Enum.Populate): If there is a failure during
29819 * cs-parser.jay (opt_enum_base): we used to catch type errors
29820 here, but this is really incorrect. The type error should be
29821 catched during semantic analysis.
29823 2001-12-11 Ravi Pratap <ravi@ximian.com>
29825 * cs-parser.jay (operator_declarator, conversion_operator_declarator): Set
29826 current_local_parameters as expected since I, in my stupidity, had forgotten
29829 * attribute.cs (GetValidPlaces): Fix stupid bug.
29831 * class.cs (Method::Emit): Perform check on applicability of attributes.
29833 (Constructor::Emit): Ditto.
29835 (Field::Emit): Ditto.
29837 (Field.Location): Store location information.
29839 (Property, Event, Indexer, Operator): Ditto.
29841 * cs-parser.jay (field_declaration): Pass in location for each field.
29843 * ../errors/cs0592.cs : Add.
29845 2001-11-12 Ravi Pratap <ravi@ximian.com>
29847 * typemanager.cs (attribute_usage_type): New static member for System.AttributeUsage.
29849 (InitCoreTypes): Update accordingly.
29851 (RegisterAttrType, LookupAttr): Implement.
29853 * attribute.cs (Attribute.Targets, AllowMultiple, Inherited): New fields to hold
29854 info about the same.
29856 (Resolve): Update to populate the above as necessary.
29858 (Error592): Helper.
29860 (GetValidPlaces): Helper to the above.
29862 (CheckAttribute): Implement to perform validity of attributes on declarative elements.
29864 * class.cs (TypeContainer::Emit): Update attribute emission code to perform checking etc.
29866 2001-11-12 Ravi Pratap <ravi@ximian.com>
29868 * attribute.cs (Attribute::Resolve): Expand to handle named arguments too.
29870 * ../errors/cs0617.cs : Add.
29872 2001-11-11 Ravi Pratap <ravi@ximian.com>
29874 * enum.cs (Emit): Rename to Populate to be more consistent with what
29875 we expect it to do and when exactly it is called.
29877 * class.cs, rootcontext.cs : Update accordingly.
29879 * typemanager.cs (RegisterField, GetValue): Workarounds for the fact that
29880 FieldInfo.GetValue does not work on dynamic types ! S.R.E lameness strikes again !
29882 * enum.cs (Populate): Register fields with TypeManager.RegisterField.
29884 * expression.cs (MemberAccess.DoResolve): Adjust code to obtain the value
29885 of a fieldinfo using the above, when dealing with a FieldBuilder.
29887 2001-11-10 Ravi Pratap <ravi@ximian.com>
29889 * ../errors/cs0031.cs : Add.
29891 * ../errors/cs1008.cs : Add.
29893 * ../errrors/cs0543.cs : Add.
29895 * enum.cs (DefineEnum): Check the underlying type and report an error if not a valid
29898 (FindMembers): Implement.
29900 * typemanager.cs (FindMembers): Re-write to call the appropriate methods for
29901 enums and delegates too.
29903 (enum_types): Rename to builder_to_enum.
29905 (delegate_types): Rename to builder_to_delegate.
29907 * delegate.cs (FindMembers): Implement.
29909 2001-11-09 Ravi Pratap <ravi@ximian.com>
29911 * typemanager.cs (IsEnumType): Implement.
29913 * enum.cs (Emit): Re-write parts to account for the underlying type
29914 better and perform checking etc.
29916 (GetNextDefaultValue): Helper to ensure we don't overshoot max value
29917 of the underlying type.
29919 * literal.cs (GetValue methods everywhere): Perform bounds checking and return
29922 * enum.cs (error31): Helper to report error #31.
29924 * cs-parser.jay (enum_declaration): Store location of each member too.
29926 * enum.cs (member_to_location): New hashtable.
29928 (AddEnumMember): Update location hashtable.
29930 (Emit): Use the location of each member while reporting errors.
29932 2001-11-09 Miguel de Icaza <miguel@ximian.com>
29934 * cs-parser.jay: A for_initializer if is a
29935 local_variable_declaration really ammount to have an implicit
29936 block with the variable declaration and no initializer for for.
29938 * statement.cs (For.Emit): Cope with null initializers.
29940 This fixes the infinite loop on for initializers.
29942 2001-11-08 Miguel de Icaza <miguel@ximian.com>
29944 * enum.cs: More cleanup.
29946 * ecore.cs: Remove dead code.
29948 * class.cs (Property.Emit): More simplification.
29949 (Event.Emit): ditto.
29951 Reworked to have less levels of indentation.
29953 2001-11-08 Ravi Pratap <ravi@ximian.com>
29955 * class.cs (Property): Emit attributes.
29965 * enum.cs (Emit): Ditto.
29967 * rootcontext.cs (ResolveTree, EmitCode, CloseTypes): Do the same for
29970 * class.cs (Field, Event, etc.): Move attribute generation into the
29971 Emit method everywhere.
29973 * enum.cs (Enum): Revamp to use the same definition semantics as delegates so
29974 we have a DefineEnum, CloseEnum etc. The previous way of doing things was not right
29975 as we had no way of defining nested enums !
29977 * rootcontext.cs : Adjust code accordingly.
29979 * typemanager.cs (AddEnumType): To keep track of enum types separately.
29981 2001-11-07 Ravi Pratap <ravi@ximian.com>
29983 * expression.cs (EvalConstantExpression): Move into ecore.cs
29985 * enum.cs (Enum): Rename some members and make them public and readonly
29986 according to our convention.
29988 * modifiers.cs (EnumAttr): Implement as we need to set only visibility flags,
29991 * enum.cs (Enum::Define): Use the above instead of TypeAttr.
29993 (Enum::Emit): Write a simple version for now which doesn't try to compute
29994 expressions. I shall modify this to be more robust in just a while.
29996 * class.cs (TypeContainer::Emit): Make sure we include Enums too.
29998 (TypeContainer::CloseType): Create the Enum types too.
30000 * attribute.cs (Resolve): Use the new Reduce method instead of EvalConstantExpression.
30002 * expression.cs (EvalConstantExpression): Get rid of completely.
30004 * enum.cs (Enum::Emit): Use the new expression reducer. Implement assigning
30005 user-defined values and other cases.
30007 (IsValidEnumLiteral): Helper function.
30009 * expression.cs (ExprClassfromMemberInfo): Modify to not do any literalizing
30010 out there in the case we had a literal FieldExpr.
30012 (MemberAccess:DoResolve): Do the literalizing of the FieldExpr here.
30014 (Literalize): Revamp a bit to take two arguments.
30016 (EnumLiteral): New class which derives from Literal to wrap enum literals.
30018 2001-11-06 Ravi Pratap <ravi@ximian.com>
30020 * cs-parser.jay (compilation_unit): Remove extra opt_attributes for now.
30022 * expression.cs (ArrayCreation::ValidateInitializers): Implement.
30024 (Resolve): Use the above to ensure we have proper initializers.
30026 2001-11-05 Ravi Pratap <ravi@ximian.com>
30028 * expression.cs (Expression::EvalConstantExpression): New method to
30029 evaluate constant expressions.
30031 * attribute.cs (Attribute::Resolve): Modify bits to use the above function.
30033 2001-11-07 Miguel de Icaza <miguel@ximian.com>
30035 * expression.cs (ArrayCreation.Emit): Some bits to initialize data
30038 (Binary.ResolveOperator): Handle operator != (object a, object b)
30039 and operator == (object a, object b);
30041 (Binary.DoNumericPromotions): Indicate whether the numeric
30042 promotion was possible.
30044 (ArrayAccess.DoResolve, ArrayAccess.Emit, ArrayAccess.EmitAssign):
30047 Made the ArrayAccess implement interface IAssignMethod instead of
30048 IStackStore as the order in which arguments are passed reflects
30051 * assign.cs: Instead of using expr.ExprClass to select the way of
30052 assinging, probe for the IStackStore/IAssignMethod interfaces.
30054 * typemanager.cs: Load InitializeArray definition.
30056 * rootcontext.cs (RootContext.MakeStaticData): Used to define
30057 static data that can be used to initialize arrays.
30059 2001-11-05 Miguel de Icaza <miguel@ximian.com>
30061 * expression.cs: Handle operator== and operator!= for booleans.
30063 (Conditioal.Reduce): Implement reducer for the ?: operator.
30065 (Conditional.Resolve): Implement dead code elimination.
30067 (Binary.Resolve): Catch string literals and return a new
30068 concatenated string.
30070 (Unary.Reduce): Implement reduction of unary expressions.
30072 * ecore.cs: Split out the expression core handling here.
30074 (Expression.Reduce): New method used to perform constant folding
30075 and CSE. This is needed to support constant-expressions.
30077 * statement.cs (Statement.EmitBoolExpression): Pass true and false
30078 targets, and optimize for !x.
30080 2001-11-04 Ravi Pratap <ravi@ximian.com>
30082 * attribute.cs (Attribute::Resolve): Implement guts. Note that resolution
30083 of an attribute gives us a CustomAttributeBuilder which we use accordingly to
30084 set custom atttributes.
30086 * literal.cs (Literal::GetValue): New abstract method to return the actual
30087 value of the literal, cast as an object.
30089 (*Literal): Implement GetValue method.
30091 * cs-parser.jay (positional_argument_list, named_argument_list): Add not just plain
30092 expressions to the arraylist but objects of type Argument.
30094 * class.cs (TypeContainer::Emit): Emit our attributes too.
30096 (Method::Emit, Constructor::Emit): Ditto.
30098 * cs-parser.jay (constructor_declaration): Set attributes too, which we seemed
30099 to be ignoring earlier.
30101 2001-11-03 Ravi Pratap <ravi@ximian.com>
30103 * attribute.cs (AttributeSection::Define): Implement to do the business
30104 of constructing a CustomAttributeBuilder.
30106 (Attribute): New trivial class. Increases readability of code.
30108 * cs-parser.jay : Update accordingly.
30110 (positional_argument_list, named_argument_list, named_argument): New rules
30112 (attribute_arguments): Use the above so that we are more correct.
30114 2001-11-02 Ravi Pratap <ravi@ximian.com>
30116 * expression.cs (Invocation::IsParamsMethodApplicable): Implement
30117 to perform all checks for a method with a params parameter.
30119 (Invocation::OverloadResolve): Update to use the above method and therefore
30120 cope correctly with params method invocations.
30122 * support.cs (InternalParameters::ParameterDesc): Provide a desc for
30125 * class.cs (ConstructorInitializer::Resolve): Make sure we look for Non-public
30126 constructors in our parent too because we can't afford to miss out on
30129 * attribute.cs (AttributeSection): New name for the class Attribute
30131 Other trivial changes to improve readability.
30133 * cs-parser.jay (opt_attributes, attribute_section etc.): Modify to
30134 use the new class names.
30136 2001-11-01 Ravi Pratap <ravi@ximian.com>
30138 * class.cs (Method::Define): Complete definition for params types too
30140 (Indexer::Define): Ditto.
30142 * support.cs (InternalParameters::ParameterType, ParameterDesc, ParameterModifier):
30143 Cope everywhere with a request for info about the array parameter.
30145 2001-11-01 Ravi Pratap <ravi@ximian.com>
30147 * tree.cs (RecordNamespace): Fix up to check for the correct key.
30149 * cs-parser.jay (GetQualifiedIdentifier): New Helper method used in
30150 local_variable_type to extract the string corresponding to the type.
30152 (local_variable_type): Fixup the action to use the new helper method.
30154 * codegen.cs : Get rid of RefOrOutParameter, it's not the right way to
30157 * expression.cs : Clean out code which uses the above.
30159 2001-10-31 Ravi Pratap <ravi@ximian.com>
30161 * typemanager.cs (RegisterMethod): Check if we already have an existing key
30162 and bale out if necessary by returning a false.
30164 (RegisterProperty): Ditto.
30166 * class.cs (everywhere): Check the return value from TypeManager.RegisterMethod
30167 and print out appropriate error messages.
30169 * interface.cs (everywhere): Ditto.
30171 * cs-parser.jay (property_declaration, event_declaration, indexer_declaration): Pass
30172 location to constructor.
30174 * class.cs (Property, Event, Indexer): Update accordingly.
30176 * ../errors/cs111.cs : Added.
30178 * expression.cs (Invocation::IsApplicable): New static method to determine applicability
30179 of a method, as laid down by the spec.
30181 (Invocation::OverloadResolve): Use the above method.
30183 2001-10-31 Ravi Pratap <ravi@ximian.com>
30185 * support.cs (InternalParameters): Get rid of crap taking in duplicate info. We
30186 now take a TypeContainer and a Parameters object.
30188 (ParameterData): Modify return type of ParameterModifier method to be
30189 Parameter.Modifier and not a string.
30191 (ReflectionParameters, InternalParameters): Update accordingly.
30193 * expression.cs (Argument::GetParameterModifier): Same here.
30195 * support.cs (InternalParameters::ParameterType): Find a better way of determining
30196 if we are a ref/out parameter. Actually, the type shouldn't be holding the '&'
30197 symbol in it at all so maybe this is only for now.
30199 2001-10-30 Ravi Pratap <ravi@ximian.com>
30201 * support.cs (InternalParameters): Constructor now takes an extra argument
30202 which is the actual Parameters class.
30204 (ParameterDesc): Update to provide info on ref/out modifiers.
30206 * class.cs (everywhere): Update call to InternalParameters to pass in
30207 the second argument too.
30209 * support.cs (ParameterData): Add ParameterModifier, which is a method
30210 to return the modifier info [ref/out etc]
30212 (InternalParameters, ReflectionParameters): Implement the above.
30214 * expression.cs (Argument::ParameterModifier): Similar function to return
30215 info about the argument's modifiers.
30217 (Invocation::OverloadResolve): Update to take into account matching modifiers
30220 * class.cs (Indexer::Define): Actually define a Parameter object and put it onto
30221 a new SetFormalParameters object which we pass to InternalParameters.
30223 2001-10-30 Ravi Pratap <ravi@ximian.com>
30225 * expression.cs (NewArray): Merge into the ArrayCreation class.
30227 2001-10-29 Ravi Pratap <ravi@ximian.com>
30229 * expression.cs (NewArray): Merge classes NewBuiltinArray and
30230 NewUserdefinedArray into one as there wasn't much of a use in having
30233 * expression.cs (Argument): Change field's name to ArgType from Type.
30235 (Type): New readonly property which returns the proper type, taking into
30236 account ref/out modifiers.
30238 (everywhere): Adjust code accordingly for the above.
30240 * codegen.cs (EmitContext.RefOrOutParameter): New field to determine
30241 whether we are emitting for a ref or out parameter.
30243 * expression.cs (Argument::Emit): Use the above field to set the state.
30245 (LocalVariableReference::Emit): Update to honour the flag and emit the
30248 * parameter.cs (Attributes): Set the correct flags for ref parameters.
30250 * expression.cs (Argument::FullDesc): New function to provide a full desc.
30252 * support.cs (ParameterData): Add method ParameterDesc to the interface.
30254 (ReflectionParameters, InternalParameters): Implement the above method.
30256 * expression.cs (Invocation::OverloadResolve): Use the new desc methods in
30259 (Invocation::FullMethodDesc): Ditto.
30261 2001-10-29 Miguel de Icaza <miguel@ximian.com>
30263 * cs-parser.jay: Add extra production for the second form of array
30266 * expression.cs (ArrayCreation): Update to reflect the above
30269 * Small changes to prepare for Array initialization.
30271 2001-10-28 Miguel de Icaza <miguel@ximian.com>
30273 * typemanager.cs (ImplementsInterface): interface might be null;
30274 Deal with this problem;
30276 Also, we do store negative hits on the cache (null values), so use
30277 this instead of calling t.GetInterfaces on the type everytime.
30279 2001-10-28 Ravi Pratap <ravi@ximian.com>
30281 * typemanager.cs (IsBuiltinType): New method to help determine the same.
30283 * expression.cs (New::DoResolve): Get rid of array creation code and instead
30284 split functionality out into different classes.
30286 (New::FormArrayType): Move into NewBuiltinArray.
30288 (Invocation::EmitArguments): Get rid of the MethodBase argument. Appears
30291 (NewBuiltinArray): New class to handle creation of built-in arrays.
30293 (NewBuiltinArray::DoResolve): Implement guts of array creation. Also take into
30294 account creation of one-dimensional arrays.
30296 (::Emit): Implement to use Newarr and Newobj opcodes accordingly.
30298 (NewUserdefinedArray::DoResolve): Implement.
30300 * cs-parser.jay (local_variable_type): Fix up to add the rank to the variable too.
30302 * typemanager.cs (AddModule): Used to add a ModuleBuilder to the list of modules
30303 we maintain inside the TypeManager. This is necessary to perform lookups on the
30306 (LookupType): Update to perform GetType on the module builders too.
30308 * driver.cs (Driver): Add the ModuleBuilder to the list maintained by the TypeManager.
30310 * exprssion.cs (NewUserdefinedArray::Emit): Implement.
30312 2001-10-23 Ravi Pratap <ravi@ximian.com>
30314 * expression.cs (New::DoResolve): Implement guts of array creation.
30316 (New::FormLookupType): Rename to FormArrayType and modify ever so slightly.
30318 2001-10-27 Miguel de Icaza <miguel@ximian.com>
30320 * expression.cs: Fix bug I introduced lsat night that broke
30323 (Expression.Resolve): Report a 246 error (can not resolve name)
30324 if we find a SimpleName in the stream.
30326 (Expression.ResolveLValue): Ditto.
30328 (Expression.ResolveWithSimpleName): This function is a variant of
30329 ResolveName, this one allows SimpleNames to be returned without a
30330 warning. The only consumer of SimpleNames is MemberAccess
30332 2001-10-26 Miguel de Icaza <miguel@ximian.com>
30334 * expression.cs (Invocation::DoResolve): Catch SimpleNames that
30335 might arrive here. I have my doubts that this is correct.
30337 * statement.cs (Lock): Implement lock statement.
30339 * cs-parser.jay: Small fixes to support `lock' and `using'
30341 * cs-tokenizer.cs: Remove extra space
30343 * driver.cs: New flag --checked, allows to turn on integer math
30346 * typemanger.cs: Load methodinfos for Threading.Monitor.Enter and
30347 Threading.Monitor.Exit
30349 2001-10-23 Miguel de Icaza <miguel@ximian.com>
30351 * expression.cs (IndexerAccess::DoResolveLValue): Set the
30352 Expression Class to be IndexerAccess.
30354 Notice that Indexer::DoResolve sets the eclass to Value.
30356 2001-10-22 Miguel de Icaza <miguel@ximian.com>
30358 * class.cs (TypeContainer::Emit): Emit code for indexers.
30360 * assign.cs (IAssignMethod): New interface implemented by Indexers
30361 and Properties for handling assignment.
30363 (Assign::Emit): Simplify and reuse code.
30365 * expression.cs (IndexerAccess, PropertyExpr): Implement
30366 IAssignMethod, clean up old code.
30368 2001-10-22 Ravi Pratap <ravi@ximian.com>
30370 * typemanager.cs (ImplementsInterface): New method to determine if a type
30371 implements a given interface. Provides a nice cache too.
30373 * expression.cs (ImplicitReferenceConversion): Update checks to use the above
30376 (ConvertReferenceExplicit): Ditto.
30378 * delegate.cs (Delegate::Populate): Update to define the parameters on the
30379 various methods, with correct names etc.
30381 * class.cs (Operator::OpType): New members Operator.UnaryPlus and
30382 Operator.UnaryNegation.
30384 * cs-parser.jay (operator_declarator): Be a little clever in the case where
30385 we have a unary plus or minus operator.
30387 * expression.cs (Unary): Rename memebers of Operator enum to UnaryPlus and
30390 * everywhere : update accordingly.
30392 * everywhere : Change Negate and BitComplement to LogicalNot and OnesComplement
30395 * class.cs (Method::Define): For the case where we are implementing a method
30396 inherited from an interface, we need to set the MethodAttributes.Final flag too.
30397 Also set MethodAttributes.NewSlot and MethodAttributes.HideBySig.
30399 2001-10-21 Ravi Pratap <ravi@ximian.com>
30401 * interface.cs (FindMembers): Implement to work around S.R.E
30404 * typemanager.cs (IsInterfaceType): Implement.
30406 (FindMembers): Update to handle interface types too.
30408 * expression.cs (ImplicitReferenceConversion): Re-write bits which
30409 use IsAssignableFrom as that is not correct - it doesn't work.
30411 * delegate.cs (DelegateInvocation): Derive from ExpressionStatement
30412 and accordingly override EmitStatement.
30414 * expression.cs (ConvertReferenceExplicit): Re-write similary, this time
30415 using the correct logic :-)
30417 2001-10-19 Ravi Pratap <ravi@ximian.com>
30419 * ../errors/cs-11.cs : Add to demonstrate error -11
30421 2001-10-17 Miguel de Icaza <miguel@ximian.com>
30423 * assign.cs (Assign::Resolve): Resolve right hand side first, and
30424 then pass this as a hint to ResolveLValue.
30426 * expression.cs (FieldExpr): Add Location information
30428 (FieldExpr::LValueResolve): Report assignment to readonly
30431 (Expression::ExprClassFromMemberInfo): Pass location information.
30433 (Expression::ResolveLValue): Add new method that resolves an
30436 (Expression::DoResolveLValue): Default invocation calls
30439 (Indexers): New class used to keep track of indexers in a given
30442 (IStackStore): Renamed from LValue, as it did not really describe
30443 what this did. Also ResolveLValue is gone from this interface and
30444 now is part of Expression.
30446 (ElementAccess): Depending on the element access type
30448 * typemanager.cs: Add `indexer_name_type' as a Core type
30449 (System.Runtime.CompilerServices.IndexerNameAttribute)
30451 * statement.cs (Goto): Take a location.
30453 2001-10-18 Ravi Pratap <ravi@ximian.com>
30455 * delegate.cs (Delegate::VerifyDelegate): New method to verify
30456 if two delegates are compatible.
30458 (NewDelegate::DoResolve): Update to take care of the case when
30459 we instantiate a delegate from another delegate.
30461 * typemanager.cs (FindMembers): Don't even try to look up members
30462 of Delegate types for now.
30464 2001-10-18 Ravi Pratap <ravi@ximian.com>
30466 * delegate.cs (NewDelegate): New class to take care of delegate
30469 * expression.cs (New): Split the delegate related code out into
30470 the NewDelegate class.
30472 * delegate.cs (DelegateInvocation): New class to handle delegate
30475 * expression.cs (Invocation): Split out delegate related code into
30476 the DelegateInvocation class.
30478 2001-10-17 Ravi Pratap <ravi@ximian.com>
30480 * expression.cs (New::DoResolve): Implement delegate creation fully
30481 and according to the spec.
30483 (New::DoEmit): Update to handle delegates differently.
30485 (Invocation::FullMethodDesc): Fix major stupid bug thanks to me
30486 because of which we were printing out arguments in reverse order !
30488 * delegate.cs (VerifyMethod): Implement to check if the given method
30489 matches the delegate.
30491 (FullDelegateDesc): Implement.
30493 (VerifyApplicability): Implement.
30495 * expression.cs (Invocation::DoResolve): Update to accordingly handle
30496 delegate invocations too.
30498 (Invocation::Emit): Ditto.
30500 * ../errors/cs1593.cs : Added.
30502 * ../errors/cs1594.cs : Added.
30504 * delegate.cs (InstanceExpression, TargetMethod): New properties.
30506 2001-10-16 Ravi Pratap <ravi@ximian.com>
30508 * typemanager.cs (intptr_type): Core type for System.IntPtr
30510 (InitCoreTypes): Update for the same.
30512 (iasyncresult_type, asynccallback_type): Ditto.
30514 * delegate.cs (Populate): Fix to use System.Intptr as it is indeed
30517 * typemanager.cs (AddDelegateType): Store a pointer to the Delegate class
30520 * delegate.cs (ConstructorBuilder, InvokeBuilder, ...): New members to hold
30521 the builders for the 4 members of a delegate type :-)
30523 (Populate): Define the BeginInvoke and EndInvoke methods on the delegate
30526 * expression.cs (New::DoResolve): Implement guts for delegate creation.
30528 * ../errors/errors.txt : Update for an error (-11) which only we catch :-)
30530 2001-10-15 Miguel de Icaza <miguel@ximian.com>
30532 * statement.cs (Break::Emit): Implement.
30533 (Continue::Emit): Implement.
30535 (For::Emit): Track old being/end loops; Set Begin loop, ack end loop
30536 (While::Emit): Track old being/end loops; Set Begin loop, ack end loop
30537 (Do::Emit): Track old being/end loops; Set Begin loop, ack end loop
30538 (Foreach::Emit): Track old being/end loops; Set Begin loop, ack
30541 * codegen.cs (EmitContext::LoopEnd, EmitContext::LoopBegin): New
30542 properties that track the label for the current loop (begin of the
30543 loop and end of the loop).
30545 2001-10-15 Ravi Pratap <ravi@ximian.com>
30547 * delegate.cs (Emit): Get rid of it as there doesn't seem to be any ostensible
30548 use of emitting anything at all.
30550 * class.cs, rootcontext.cs : Get rid of calls to the same.
30552 * delegate.cs (DefineDelegate): Make sure the class we define is also sealed.
30554 (Populate): Define the constructor correctly and set the implementation
30557 * typemanager.cs (delegate_types): New hashtable to hold delegates that
30560 (AddDelegateType): Implement.
30562 (IsDelegateType): Implement helper method.
30564 * delegate.cs (DefineDelegate): Use AddDelegateType instead of AddUserType.
30566 * expression.cs (New::DoResolve): Check if we are trying to instantiate a delegate type
30567 and accordingly handle it.
30569 * delegate.cs (Populate): Take TypeContainer argument.
30570 Implement bits to define the Invoke method. However, I still haven't figured out
30571 how to take care of the native int bit :-(
30573 * cs-parser.jay (delegate_declaration): Fixed the bug that I had introduced :-)
30574 Qualify the name of the delegate, not its return type !
30576 * expression.cs (ImplicitReferenceConversion): Implement guts of implicit array
30579 (StandardConversionExists): Checking for array types turns out to be recursive.
30581 (ConvertReferenceExplicit): Implement array conversion.
30583 (ExplicitReferenceConversionExists): New method to determine precisely that :-)
30585 2001-10-12 Ravi Pratap <ravi@ximian.com>
30587 * cs-parser.jay (delegate_declaration): Store the fully qualified
30588 name as it is a type declaration.
30590 * delegate.cs (ReturnType, Name): Rename members to these. Make them
30593 (DefineDelegate): Renamed from Define. Does the same thing essentially,
30594 as TypeContainer::DefineType.
30596 (Populate): Method in which all the definition of the various methods (Invoke)
30599 (Emit): Emit any code, if necessary. I am not sure about this really, but let's
30602 (CloseDelegate): Finally creates the delegate.
30604 * class.cs (TypeContainer::DefineType): Update to define delegates.
30605 (Populate, Emit and CloseType): Do the same thing here too.
30607 * rootcontext.cs (ResolveTree, PopulateTypes, EmitCode, CloseTypes): Include
30608 delegates in all these operations.
30610 2001-10-14 Miguel de Icaza <miguel@ximian.com>
30612 * expression.cs: LocalTemporary: a new expression used to
30613 reference a temporary that has been created.
30615 * assign.cs: Handle PropertyAccess back here, so that we can
30616 provide the proper semantic access to properties.
30618 * expression.cs (Expression::ConvertReferenceExplicit): Implement
30619 a few more explicit conversions.
30621 * modifiers.cs: `NEW' modifier maps to HideBySig.
30623 * expression.cs (PropertyExpr): Make this into an
30624 ExpressionStatement, and support the EmitStatement code path.
30626 Perform get/set error checking, clean up the interface.
30628 * assign.cs: recognize PropertyExprs as targets, and if so, turn
30629 them into toplevel access objects.
30631 2001-10-12 Miguel de Icaza <miguel@ximian.com>
30633 * expression.cs: PropertyExpr::PropertyExpr: use work around the
30636 * typemanager.cs: Keep track here of our PropertyBuilders again to
30637 work around lameness in SRE.
30639 2001-10-11 Miguel de Icaza <miguel@ximian.com>
30641 * expression.cs (LValue::LValueResolve): New method in the
30642 interface, used to perform a second resolution pass for LValues.
30644 (This::DoResolve): Catch the use of this in static methods.
30646 (This::LValueResolve): Implement.
30648 (This::Store): Remove warning, assigning to `this' in structures
30651 (Invocation::Emit): Deal with invocation of
30652 methods on value types. We need to pass the address to structure
30653 methods rather than the object itself. (The equivalent code to
30654 emit "this" for structures leaves the entire structure on the
30655 stack instead of a pointer to it).
30657 (ParameterReference::DoResolve): Compute the real index for the
30658 argument based on whether the method takes or not a `this' pointer
30659 (ie, the method is static).
30661 * codegen.cs (EmitContext::GetTemporaryStorage): Used to store
30662 value types returned from functions when we need to invoke a
30663 method on the sturcture.
30666 2001-10-11 Ravi Pratap <ravi@ximian.com>
30668 * class.cs (TypeContainer::DefineType): Method to actually do the business of
30669 defining the type in the Modulebuilder or Typebuilder. This is to take
30670 care of nested types which need to be defined on the TypeBuilder using
30671 DefineNestedMethod.
30673 (TypeContainer::GetClassBases): Implement. Essentially the code from the
30674 methods in RootContext, only ported to be part of TypeContainer.
30676 (TypeContainer::GetInterfaceOrClass): Ditto.
30678 (TypeContainer::LookupInterfaceOrClass, ::MakeFQN): Ditto.
30680 * interface.cs (Interface::DefineInterface): New method. Does exactly
30681 what RootContext.CreateInterface did earlier, only it takes care of nested types
30684 (Interface::GetInterfaces): Move from RootContext here and port.
30686 (Interface::GetInterfaceByName): Same here.
30688 * rootcontext.cs (ResolveTree): Re-write.
30690 (PopulateTypes): Re-write.
30692 * class.cs (TypeContainer::Populate): Populate nested types too.
30693 (TypeContainer::Emit): Emit nested members too.
30695 * typemanager.cs (AddUserType): Do not make use of the FullName property,
30696 instead just use the name argument passed in as it is already fully
30699 (FindMembers): Check in the Builders to TypeContainer mapping instead of the name
30700 to TypeContainer mapping to see if a type is user-defined.
30702 * class.cs (TypeContainer::CloseType): Implement.
30704 (TypeContainer::DefineDefaultConstructor): Use Basename, not Name while creating
30705 the default constructor.
30707 (TypeContainer::Populate): Fix minor bug which led to creating default constructors
30710 (Constructor::IsDefault): Fix up logic to determine if it is the default constructor
30712 * interface.cs (CloseType): Create the type here.
30714 * rootcontext.cs (CloseTypes): Re-write to recursively close types by running through
30717 Remove all the methods which are now in TypeContainer.
30719 2001-10-10 Ravi Pratap <ravi@ximian.com>
30721 * delegate.cs (Define): Re-write bits to define the delegate
30724 2001-10-10 Miguel de Icaza <miguel@ximian.com>
30726 * makefile: Renamed the compiler to `mcs.exe' instead of compiler.exe
30728 * expression.cs (ImplicitReferenceConversion): handle null as well
30729 as a source to convert to any reference type.
30731 * statement.cs (Return): Perform any implicit conversions to
30732 expected return type.
30734 Validate use of return statement.
30736 * codegen.cs (EmitContext): Pass the expected return type here.
30738 * class.cs (Method, Constructor, Property): Pass expected return
30739 type to EmitContext.
30741 2001-10-09 Miguel de Icaza <miguel@ximian.com>
30743 * expression.cs: Make DoResolve take an EmitContext instead of a
30746 Replaced `l' and `location' for `loc', for consistency.
30748 (Error, Warning): Remove unneeded Tc argument.
30750 * assign.cs, literal.cs, constant.cs: Update to new calling
30753 * codegen.cs: EmitContext now contains a flag indicating whether
30754 code is being generated in a static method or not.
30756 * cs-parser.jay: DecomposeQI, new function that replaces the old
30757 QualifiedIdentifier. Now we always decompose the assembled
30758 strings from qualified_identifier productions into a group of
30761 2001-10-08 Miguel de Icaza <miguel@ximian.com>
30763 * rootcontext.cs: Deal with field-less struct types correctly now
30764 by passing the size option to Define Type.
30766 * class.cs: Removed hack that created one static field.
30768 2001-10-07 Miguel de Icaza <miguel@ximian.com>
30770 * statement.cs: Moved most of the code generation here.
30772 2001-10-09 Ravi Pratap <ravi@ximian.com>
30774 * expression.cs (New::DoResolve): Revert changes for array creation, doesn't
30777 (ElementAccess): Remove useless bits for now - keep checks as the spec
30780 2001-10-08 Ravi Pratap <ravi@ximian.com>
30782 * expression.cs (ElementAccess::DoResolve): Remove my crap code
30783 and start performing checks according to the spec.
30785 2001-10-07 Ravi Pratap <ravi@ximian.com>
30787 * cs-parser.jay (type_suffix*): Remove - they are redundant. Use
30788 rank_specifiers instead.
30790 (rank_specifiers): Change the order in which the rank specifiers are stored
30792 (local_variable_declaration): Use opt_rank_specifier instead of type_suffixes.
30794 * expression.cs (ElementAccess): Implement the LValue interface too.
30796 2001-10-06 Ravi Pratap <ravi@ximian.com>
30798 * expression.cs (ConvertExplicitStandard): Add. Same as ConvertExplicit
30799 except that user defined conversions are not included.
30801 (UserDefinedConversion): Update to use the ConvertExplicitStandard to
30802 perform the conversion of the return type, if necessary.
30804 (New::DoResolve): Check whether we are creating an array or an object
30805 and accordingly do the needful.
30807 (New::Emit): Same here.
30809 (New::DoResolve): Implement guts of array creation.
30811 (New::FormLookupType): Helper function.
30813 2001-10-07 Miguel de Icaza <miguel@ximian.com>
30815 * codegen.cs: Removed most of the code generation here, and move the
30816 corresponding code generation bits to the statement classes.
30818 Added support for try/catch/finalize and throw.
30820 * cs-parser.jay: Added support for try/catch/finalize.
30822 * class.cs: Catch static methods having the flags override,
30823 virtual or abstract.
30825 * expression.cs (UserCast): This user cast was not really doing
30826 what it was supposed to do. Which is to be born in fully resolved
30827 state. Parts of the resolution were being performed at Emit time!
30831 2001-10-05 Miguel de Icaza <miguel@ximian.com>
30833 * expression.cs: Implicity convert the result from UserCast.
30835 2001-10-05 Ravi Pratap <ravi@ximian.com>
30837 * expression.cs (Expression::FindMostEncompassingType): Fix bug which
30838 prevented it from working correctly.
30840 (ConvertExplicit): Make the first try, a call to ConvertImplicitStandard, not
30841 merely ConvertImplicit.
30843 2001-10-05 Miguel de Icaza <miguel@ximian.com>
30845 * typemanager.cs: Make the LookupTypeContainer function static,
30846 and not per-instance.
30848 * class.cs: Make static FindMembers (the one that takes a Type
30851 * codegen.cs: Add EmitForeach here.
30853 * cs-parser.jay: Make foreach a toplevel object instead of the
30854 inline expansion, as we need to perform semantic analysis on it.
30856 2001-10-05 Ravi Pratap <ravi@ximian.com>
30858 * expression.cs (Expression::ImplicitUserConversion): Rename to
30859 UserDefinedConversion.
30861 (Expression::UserDefinedConversion): Take an extra argument specifying
30862 whether we look for explicit user conversions too.
30864 (Expression::ImplicitUserConversion): Make it a call to UserDefinedConversion.
30866 (UserDefinedConversion): Incorporate support for user defined explicit conversions.
30868 (ExplicitUserConversion): Make it a call to UserDefinedConversion
30869 with the appropriate arguments.
30871 * cs-parser.jay (cast_expression): Record location too.
30873 * expression.cs (Cast): Record location info.
30875 (Expression::ConvertExplicit): Take location argument.
30877 (UserImplicitCast): Change name to UserCast. Take an extra constructor argument
30878 to determine if we are doing explicit conversions.
30880 (UserCast::Emit): Update accordingly.
30882 (Expression::ConvertExplicit): Report an error if everything fails.
30884 * ../errors/cs0030.cs : Add.
30886 2001-10-04 Miguel de Icaza <miguel@ximian.com>
30888 * modifiers.cs: If the ABSTRACT keyword is present, also set the
30889 virtual and newslot bits.
30891 * class.cs (TypeContainer::RegisterRequiredImplementations):
30892 Record methods we need.
30894 (TypeContainer::MakeKey): Helper function to make keys for
30895 MethodBases, since the Methodbase key is useless.
30897 (TypeContainer::Populate): Call RegisterRequiredImplementations
30898 before defining the methods.
30900 Create a mapping for method_builders_to_methods ahead of time
30901 instead of inside a tight loop.
30903 (::RequireMethods): Accept an object as the data to set into the
30904 hashtable so we can report interface vs abstract method mismatch.
30906 2001-10-03 Miguel de Icaza <miguel@ximian.com>
30908 * report.cs: Make all of it static.
30910 * rootcontext.cs: Drop object_type and value_type computations, as
30911 we have those in the TypeManager anyways.
30913 Drop report instance variable too, now it is a global.
30915 * driver.cs: Use try/catch on command line handling.
30917 Add --probe option to debug the error reporting system with a test
30920 * report.cs: Add support for exiting program when a probe
30921 condition is reached.
30923 2001-10-03 Ravi Pratap <ravi@ximian.com>
30925 * expression.cs (Binary::DoNumericPromotions): Fix the case when
30926 we do a forcible conversion regardless of type, to check if
30927 ForceConversion returns a null.
30929 (Binary::error19): Use location to report error.
30931 (Unary::error23): Use location here too.
30933 * ../errors/cs0019.cs : Check in.
30935 * ../errors/cs0023.cs : Check in.
30937 * expression.cs (Expression.MemberLookup): Return null for a rather esoteric
30938 case of a non-null MethodInfo object with a length of 0 !
30940 (Binary::ResolveOperator): Flag error if overload resolution fails to find
30941 an applicable member - according to the spec :-)
30942 Also fix logic to find members in base types.
30944 (Unary::ResolveOperator): Same here.
30946 (Unary::report23): Change name to error23 and make first argument a TypeContainer
30947 as I was getting thoroughly confused between this and error19 :-)
30949 * expression.cs (Expression::ImplicitUserConversion): Re-write fully
30950 (::FindMostEncompassedType): Implement.
30951 (::FindMostEncompassingType): Implement.
30952 (::StandardConversionExists): Implement.
30954 (UserImplicitCast): Re-vamp. We now need info about most specific
30955 source and target types so that we can do the necessary conversions.
30957 (Invocation::MakeUnionSet): Completely re-write to make sure we form a proper
30958 mathematical union with no duplicates.
30960 2001-10-03 Miguel de Icaza <miguel@ximian.com>
30962 * rootcontext.cs (RootContext::PopulateTypes): Populate containers
30963 in order from base classes to child classes, so that we can in
30964 child classes look up in our parent for method names and
30965 attributes (required for handling abstract, virtual, new, override
30966 constructs: we need to instrospect our base class, and if we dont
30967 populate the classes in order, the introspection might be
30968 incorrect. For example, a method could query its parent before
30969 the parent has any methods and would determine that the parent has
30970 no abstract methods (while it could have had them)).
30972 (RootContext::CreateType): Record the order in which we define the
30975 2001-10-02 Miguel de Icaza <miguel@ximian.com>
30977 * class.cs (TypeContainer::Populate): Also method definitions can
30978 fail now, keep track of this.
30980 (TypeContainer::FindMembers): Implement support for
30981 DeclaredOnly/noDeclaredOnly flag.
30983 (Constructor::Emit) Return the ConstructorBuilder.
30985 (Method::Emit) Return the MethodBuilder.
30986 Check for abstract or virtual methods to be public.
30988 * rootcontext.cs (RootContext::CreateType): Register all the
30989 abstract methods required for the class to be complete and the
30990 interface methods that must be implemented.
30992 * cs-parser.jay: Report error 501 (method requires body if it is
30993 not marked abstract or extern).
30995 * expression.cs (TypeOf::Emit): Implement.
30997 * typemanager.cs: runtime_handle_type, new global type.
30999 * class.cs (Property::Emit): Generate code for properties.
31001 2001-10-02 Ravi Pratap <ravi@ximian.com>
31003 * expression.cs (Unary::ResolveOperator): Find operators on base type
31004 too - we now conform exactly to the spec.
31006 (Binary::ResolveOperator): Same here.
31008 * class.cs (Operator::Define): Fix minor quirk in the tests.
31010 * ../errors/cs0215.cs : Added.
31012 * ../errors/cs0556.cs : Added.
31014 * ../errors/cs0555.cs : Added.
31016 2001-10-01 Miguel de Icaza <miguel@ximian.com>
31018 * cs-tokenizer.cs: Reimplemented Location to be a struct with a
31019 single integer which is really efficient
31021 2001-10-01 Ravi Pratap <ravi@ximian.com>
31023 * expression.cs (Expression::ImplicitUserConversion): Use location
31024 even in the case when we are examining True operators.
31026 * class.cs (Operator::Define): Perform extensive checks to conform
31027 with the rules for operator overloading in the spec.
31029 * expression.cs (Expression::ImplicitReferenceConversion): Implement
31030 some of the other conversions mentioned in the spec.
31032 * typemanager.cs (array_type): New static member for the System.Array built-in
31035 (cloneable_interface): For System.ICloneable interface.
31037 * driver.cs (Driver::Driver): Initialize TypeManager's core types even before
31038 we start resolving the tree and populating types.
31040 * ../errors/errors.txt : Update for error numbers -7, -8, -9, -10
31042 2001-10-01 Miguel de Icaza <miguel@ximian.com>
31044 * expression.cs (Expression::ExprClassFromMemberInfo,
31045 Expression::Literalize): Create literal expressions from
31046 FieldInfos which are literals.
31048 (ConvertNumericExplicit, ImplicitNumericConversion): Fix a few
31049 type casts, because they were wrong. The test suite in tests
31052 (ImplicitNumericConversion): ushort to ulong requires a widening
31055 Int32 constant to long requires widening cast as well.
31057 * literal.cs (LongLiteral::EmitLong): Do not generate i4 constants
31058 for integers because the type on the stack is not i4.
31060 2001-09-30 Miguel de Icaza <miguel@ximian.com>
31062 * expression.cs (report118): require location argument.
31064 * parameter.cs: Do not dereference potential null value.
31066 * class.cs: Catch methods that lack the `new' keyword when
31067 overriding a name. Report warnings when `new' is used without
31068 anything being there to override.
31070 * modifiers.cs: Handle `NEW' as MethodAttributes.NewSlot.
31072 * class.cs: Only add constructor to hashtable if it is non-null
31073 (as now constructors can fail on define).
31075 (TypeManager, Class, Struct): Take location arguments.
31077 Catch field instance initialization in structs as errors.
31079 accepting_filter: a new filter for FindMembers that is static so
31080 that we dont create an instance per invocation.
31082 (Constructor::Define): Catch errors where a struct constructor is
31085 * cs-parser.jay: Pass location information for various new
31088 * delegate.cs (Delegate): take a location argument.
31090 * driver.cs: Do not call EmitCode if there were problesm in the
31091 Definition of the types, as many Builders wont be there.
31093 * decl.cs (Decl::Decl): Require a location argument.
31095 * cs-tokenizer.cs: Handle properly hex constants that can not fit
31096 into integers, and find the most appropiate integer for it.
31098 * literal.cs: Implement ULongLiteral.
31100 * rootcontext.cs: Provide better information about the location of
31101 failure when CreateType fails.
31103 2001-09-29 Miguel de Icaza <miguel@ximian.com>
31105 * rootcontext.cs (RootContext::PopulateTypes): Populates structs
31108 * expression.cs (Binary::CheckShiftArguments): Add missing type
31110 (Binary::ResolveOperator): Add type to the logical and and logical
31111 or, Bitwise And/Or and Exclusive Or code paths, it was missing
31114 (Binary::DoNumericPromotions): In the case where either argument
31115 is ulong (and most signed types combined with ulong cause an
31116 error) perform implicit integer constant conversions as well.
31118 2001-09-28 Miguel de Icaza <miguel@ximian.com>
31120 * expression.cs (UserImplicitCast): Method should always be
31122 (Invocation::BetterConversion): Simplified test for IntLiteral.
31124 (Expression::ImplicitNumericConversion): Split this routine out.
31125 Put the code that performs implicit constant integer conversions
31128 (Expression::Resolve): Become a wrapper around DoResolve so we can
31129 check eclass and type being set after resolve.
31131 (Invocation::Badness): Remove this dead function
31133 (Binary::ResolveOperator): Do not compute the expensive argumnets
31134 unless we have a union for it.
31136 (Probe::Emit): Is needs to do an isinst and then
31137 compare against null.
31139 (::CanConvert): Added Location argument. If the Location argument
31140 is null (Location.Null), then we do not report errors. This is
31141 used by the `probe' mechanism of the Explicit conversion. We do
31142 not want to generate an error for something that the user
31143 explicitly requested to be casted. But the pipeline for an
31144 explicit cast first tests for potential implicit casts.
31146 So for now, if the Location is null, it means `Probe only' to
31147 avoid adding another argument. Might have to revise this
31150 (ClassCast): New class used to type cast objects into arbitrary
31151 classes (used in Explicit Reference Conversions).
31153 Implement `as' as well.
31155 Reverted all the patches from Ravi below: they were broken:
31157 * The use of `level' as a mechanism to stop recursive
31158 invocations is wrong. That was there just to catch the
31159 bug with a strack trace but not as a way of addressing
31162 To fix the problem we have to *understand* what is going
31163 on and the interactions and come up with a plan, not
31164 just get things going.
31166 * The use of the type conversion cache that I proposed
31167 last night had an open topic: How does this work across
31168 protection domains. A user defined conversion might not
31169 be public in the location where we are applying the
31170 conversion, a different conversion might be selected
31171 (ie, private A->B (better) but public B->A (worse),
31172 inside A, A->B applies, but outside it, B->A will
31175 * On top of that (ie, even if the above is solved),
31176 conversions in a cache need to be abstract. Ie, `To
31177 convert from an Int to a Short use an OpcodeCast', not
31178 `To convert from an Int to a Short use the OpcodeCast on
31179 the variable 5' (which is what this patch was doing).
31181 2001-09-28 Ravi Pratap <ravi@ximian.com>
31183 * expression.cs (Invocation::ConversionExists): Re-write to use
31184 the conversion cache
31186 (Expression::ConvertImplicit): Automatic bailing out if level != 0. Also
31187 cache all conversions done, not just user-defined ones.
31189 (Invocation::BetterConversion): The real culprit. Use ConversionExists
31190 to determine if a conversion exists instead of acutually trying to
31191 perform the conversion. It's faster too.
31193 (Expression::ConvertExplicit): Modify to use ConversionExists to check
31194 and only then attempt the implicit conversion.
31196 2001-09-28 Ravi Pratap <ravi@ximian.com>
31198 * expression.cs (ConvertImplicit): Use a cache for conversions
31199 already found. Check level of recursion and bail out if necessary.
31201 2001-09-28 Miguel de Icaza <miguel@ximian.com>
31203 * typemanager.cs (string_concat_string_string, string_concat_object_object):
31204 Export standard methods that we expect for string operations.
31206 * statement.cs (Block::UsageWarning): Track usage of variables and
31207 report the errors for not used variables.
31209 * expression.cs (Conditional::Resolve, ::Emit): Implement ?:
31212 2001-09-27 Miguel de Icaza <miguel@ximian.com>
31214 * codegen.cs: remove unnneded code
31216 * expression.cs: Removed BuiltinTypeAccess class
31218 Fix the order in which implicit conversions are
31221 The previous fixed dropped support for boxed conversions (adding a
31222 test to the test suite now)
31224 (UserImplicitCast::CanConvert): Remove test for source being null,
31225 that code is broken. We should not feed a null to begin with, if
31226 we do, then we should track the bug where the problem originates
31227 and not try to cover it up here.
31229 Return a resolved expression of type UserImplicitCast on success
31230 rather than true/false. Ravi: this is what I was talking about,
31231 the pattern is to use a static method as a "constructor" for
31234 Also, do not create arguments until the very last minute,
31235 otherwise we always create the arguments even for lookups that
31236 will never be performed.
31238 (UserImplicitCast::Resolve): Eliminate, objects of type
31239 UserImplicitCast are born in a fully resolved state.
31241 * typemanager.cs (InitCoreTypes): Init also value_type
31242 (System.ValueType).
31244 * expression.cs (Cast::Resolve): First resolve the child expression.
31246 (LValue): Add new method AddressOf to be used by
31249 Change the argument of Store to take an EmitContext instead of an
31250 ILGenerator, because things like FieldExpr need to be able to call
31251 their children expression to generate the instance code.
31253 (Expression::Error, Expression::Warning): Sugar functions for
31256 (Expression::MemberLookup): Accept a TypeContainer instead of a
31257 Report as the first argument.
31259 (Expression::ResolvePrimary): Killed. I still want to improve
31260 this as currently the code is just not right.
31262 (Expression::ResolveMemberAccess): Simplify, but it is still
31265 (Unary::Resolve): Catch errors in AddressOf operators.
31267 (LocalVariableReference::Emit, ::Store, ::AddressOf): typecast
31268 index to a byte for the short-version, or the compiler will choose
31269 the wrong Emit call, which generates the wrong data.
31271 (ParameterReference::Emit, ::Store): same.
31273 (FieldExpr::AddressOf): Implement.
31275 * typemanager.cs: TypeManager: made public variable instead of
31278 * driver.cs: document --fatal.
31280 * report.cs (ErrorMessage, WarningMessage): new names for the old
31281 Error and Warning classes.
31283 * cs-parser.jay (member_access): Turn built-in access to types
31284 into a normal simplename
31286 2001-09-27 Ravi Pratap <ravi@ximian.com>
31288 * expression.cs (Invocation::BetterConversion): Fix to cope
31289 with q being null, since this was introducing a bug.
31291 * expression.cs (ConvertImplicit): Do built-in conversions first.
31293 2001-09-27 Ravi Pratap <ravi@ximian.com>
31295 * expression.cs (UserImplicitCast::Resolve): Fix bug.
31297 2001-09-27 Ravi Pratap <ravi@ximian.com>
31299 * class.cs (TypeContainer::AddConstructor): Fix a stupid bug
31300 I had introduced long ago (what's new ?).
31302 * expression.cs (UserImplicitCast::CanConvert): Static method to do
31303 the work of all the checking.
31304 (ConvertImplicit): Call CanConvert and only then create object if necessary.
31305 (UserImplicitCast::CanConvert, ::Resolve): Re-write.
31307 (Unary::Operator): Rename Add and Subtract to Addition and Subtraction because
31308 that is the right way.
31310 (Invocation::MakeUnionSet): Convenience function to make unions of sets for
31311 overloading resolution. Use everywhere instead of cutting and pasting code.
31313 (Binary::ResolveOperator): Use MakeUnionSet.
31315 (UserImplicitCast::CanConvert, ::Resolve): Update to take care of the case when
31316 we have to convert to bool types. Not complete yet.
31318 2001-09-27 Miguel de Icaza <miguel@ximian.com>
31320 * typemanager.cs (TypeManager::CSharpName): support ushort.
31322 * expression.cs (Expression::TryImplicitIntConversion): Attempts
31323 to provide an expression that performsn an implicit constant int
31324 conversion (section 6.1.6).
31325 (Expression::ConvertImplicitRequired): Reworked to include
31326 implicit constant expression conversions.
31328 (Expression::ConvertNumericExplicit): Finished.
31330 (Invocation::Emit): If InstanceExpression is null, then it means
31331 that we perform a call on this.
31333 2001-09-26 Miguel de Icaza <miguel@ximian.com>
31335 * expression.cs (Unary::Emit): Remove some dead code.
31336 (Probe): Implement Resolve and Emit for `is'.
31337 (Expression::ConvertImplicitRequired): Attempt to do constant
31338 expression conversions here. Maybe should be moved to
31339 ConvertImplicit, but I am not sure.
31340 (Expression::ImplicitLongConstantConversionPossible,
31341 Expression::ImplicitIntConstantConversionPossible): New functions
31342 that tell whether is it possible to apply an implicit constant
31343 expression conversion.
31345 (ConvertNumericExplicit): Started work on explicit numeric
31348 * cs-parser.jay: Update operator constants.
31350 * parameter.cs (Parameters::GetParameterInfo): Hook up VerifyArgs
31351 (Parameters::GetSignature): Hook up VerifyArgs here.
31352 (Parameters::VerifyArgs): Verifies that no two arguments have the
31355 * class.cs (Operator): Update the operator names to reflect the
31356 ones that the spec expects (as we are just stringizing the
31359 * expression.cs (Unary::ResolveOperator): Fix bug: Use
31360 MethodInfo's ReturnType instead of LookupMethodByBuilder as the
31361 previous usage did only work for our methods.
31362 (Expression::ConvertImplicit): Handle decimal implicit numeric
31363 conversions as well.
31364 (Expression::InternalTypeConstructor): Used to invoke constructors
31365 on internal types for default promotions.
31367 (Unary::Emit): Implement special handling for the pre/post
31368 increment/decrement for overloaded operators, as they need to have
31369 the same semantics as the other operators.
31371 (Binary::ResolveOperator): ditto.
31372 (Invocation::ConversionExists): ditto.
31373 (UserImplicitCast::Resolve): ditto.
31375 2001-09-26 Ravi Pratap <ravi@ximian.com>
31377 * expression.cs (Unary::Emit and Binary::Emit): If we have an overloaded
31378 operator, return after emitting body. Regression tests pass again !
31380 * expression.cs (ConvertImplicit): Take TypeContainer as first argument
31381 (Unary::ForceConversion, Binary::ForceConversion): Ditto.
31382 (Invocation::OverloadResolve): Ditto.
31383 (Invocation::BetterFunction, BetterConversion, ConversionExists): Ditto.
31385 * everywhere : update calls to the above methods accordingly.
31387 2001-09-26 Miguel de Icaza <miguel@ximian.com>
31389 * assign.cs (Assign): Make it inherit from ExpressionStatement.
31391 * expression.cs (ExpressionStatement): New base class used for
31392 expressions that can appear in statements, so that we can provide
31393 an alternate path to generate expression that do not leave a value
31396 (Expression::Emit, and all the derivatives): We no longer return
31397 whether a value is left on the stack or not. Every expression
31398 after being emitted leaves a single value on the stack.
31400 * codegen.cs (EmitContext::EmitStatementExpression): Use the
31401 facilties of ExpressionStatement if possible.
31403 * cs-parser.jay: Update statement_expression.
31405 2001-09-25 Miguel de Icaza <miguel@ximian.com>
31407 * driver.cs: Change the wording of message
31409 2001-09-25 Ravi Pratap <ravi@ximian.com>
31411 * expression.cs (Binary::ResolveOperator): Had forgottten to set
31412 the type of the expression to the return type of the method if
31413 we have an overloaded operator match ! The regression tests pass again !
31414 (Unary::ResolveOperator): Ditto.
31416 * expression.cs (Invocation::ConversionExists): Correct the member lookup
31417 to find "op_Implicit", not "implicit" ;-)
31418 (UserImplicitCast): New class to take care of user-defined implicit conversions.
31419 (ConvertImplicit, ForceConversion): Take TypeContainer argument
31421 * everywhere : Correct calls to the above accordingly.
31423 * expression.cs (UserImplicitCast::Resolve, ::Emit): Implement.
31424 (ConvertImplicit): Do user-defined conversion if it exists.
31426 2001-09-24 Miguel de Icaza <miguel@ximian.com>
31428 * assign.cs: track location.
31429 (Resolve): Use implicit conversions on assignment.
31431 * literal.cs: Oops. Not good, Emit of short access values should
31432 pass (Bytes) or the wrong argument will be selected.
31434 * expression.cs (Unary::Emit): Emit code for -expr.
31436 (Unary::ResolveOperator): Handle `Substract' for non-constants
31437 (substract from zero from the non-constants).
31438 Deal with Doubles as well.
31440 (Expression::ConvertImplicitRequired): New routine that reports an
31441 error if no implicit conversion exists.
31443 (Invocation::OverloadResolve): Store the converted implicit
31444 expressions if we make them
31446 2001-09-24 Ravi Pratap <ravi@ximian.com>
31448 * class.cs (ConstructorInitializer): Take a Location argument.
31449 (ConstructorBaseInitializer): Same here.
31450 (ConstructorThisInitializer): Same here.
31452 * cs-parser.jay : Update all calls accordingly.
31454 * expression.cs (Unary, Binary, New): Take location argument.
31455 Update accordingly everywhere.
31457 * cs-parser.jay : Update all calls to the above to take a location
31460 * class.cs : Ditto.
31462 2001-09-24 Ravi Pratap <ravi@ximian.com>
31464 * expression.cs (Invocation::BetterFunction): Take TypeContainer argument
31465 (Invocation::BetterConversion): Same here
31466 (Invocation::ConversionExists): Ditto.
31468 (Invocation::ConversionExists): Implement.
31470 2001-09-22 Ravi Pratap <ravi@ximian.com>
31472 * expression.cs (OverloadResolve): Improve some more to catch errors 1502 and 1503
31473 Also take an additional TypeContainer argument.
31475 * All over : Pass in TypeContainer as argument to OverloadResolve.
31477 * typemanager.cs (CSharpName): Update to check for the string type and return
31480 * expression.cs (Invocation::FullMethodDesc): New static method to return a string fully describing
31483 2001-09-21 Ravi Pratap <ravi@ximian.com>
31485 * expression.cs (Invocation::OverloadResolve): Re-write to conform more to the spec.
31486 (Invocation::BetterFunction): Implement.
31487 (Invocation::BetterConversion): Implement.
31488 (Invocation::ConversionExists): Skeleton, no implementation yet.
31490 Okay, things work fine !
31492 2001-09-21 Miguel de Icaza <miguel@ximian.com>
31494 * typemanager.cs: declare and load enum_type, delegate_type and
31497 * expression.cs (Expression::Emit): Now emit returns a value that
31498 tells whether a value is left on the stack or not. This strategy
31499 might be reveted tomorrow with a mechanism that would address
31500 multiple assignments.
31501 (Expression::report118): Utility routine to report mismatches on
31504 (Unary::Report23): Report impossible type/operator combination
31507 (Unary::IsIncrementableNumber): Whether the type can be
31508 incremented or decremented with add.
31509 (Unary::ResolveOperator): Also allow enumerations to be bitwise
31511 (Unary::ResolveOperator): Implement ++, !, ~,
31513 (Invocation::Emit): Deal with new Emit convetion.
31515 * All Expression derivatives: Updated their Emit method to return
31516 whether they leave values on the stack or not.
31518 * codegen.cs (CodeGen::EmitStatement): Pop values left on the
31519 stack for expressions that are statements.
31521 2001-09-20 Miguel de Icaza <miguel@ximian.com>
31523 * expression.cs (LValue): New interface. Must be implemented by
31525 (LocalVariableReference, ParameterReference, FieldExpr): Implement
31528 * assign.cs (Assign::Emit, Assign::Resolve): Use new LValue
31529 interface for generating code, simplifies the code.
31531 2001-09-20 Ravi Pratap <ravi@ximian.com>
31533 * expression.cs (everywhere): Comment out return statements in ::Resolve
31534 methods to avoid the warnings.
31536 2001-09-20 Miguel de Icaza <miguel@ximian.com>
31538 * driver.cs (parse): Report error 2001 if we can not open the
31541 * expression.cs (SimpleName::ResolveSimpleName): Error if we can
31544 * cs-parser.jay (QualifierIdentifier): Pass location to SimpleName
31547 * statement.cs (Block::EmitMeta): Reuse the count across all the variables,
31548 otherwise nested blocks end up with the same index.
31550 * codegen.cs (CodeGen::EmitTopBlock): Pass initial sequence
31552 * expression.cs: Instead of having FIXMEs in the Resolve
31553 functions, throw exceptions so it is obvious that we are facing a
31556 * cs-parser.jay (invocation_expression): Pass Location information.
31558 * codegen.cs (CodeGen::Save, CodeGen::CodeGen, CodeGen::Basename):
31559 Use a basename for those routines because .NET does not like paths
31562 * class.cs (TypeContainer::AddMethod): Do not call DefineName if the name was
31565 2001-09-19 Miguel de Icaza <miguel@ximian.com>
31567 * typemanager.cs (TypeManager::CoreLookupType): A function to make sure that we
31568 are loading the correct data types (throws an exception if not).
31569 (TypeManager::InitCoreTypes): Use CoreLookupType
31571 * expression.cs (Unary::ResolveOperator): return the child
31572 expression for expressions which are just +expr.
31573 (Unary::ResolveOperator): Return negative literals for -LITERAL
31574 expressions (otherwise they are Unary {Literal}).
31575 (Invocation::Badness): Take into account `Implicit constant
31576 expression conversions'.
31578 * literal.cs (LongLiteral): Implement long literal class.
31579 (IntLiteral): export the `Value' of the intliteral.
31581 2001-09-19 Ravi Pratap <ravi@ximian.com>
31583 * expression.cs (Binary::Emit): Finally get the emission right ! Woo!
31585 * class.cs (Operator::Define): Change the methodname prefix to 'op_'
31586 instead of 'Operator'
31588 * expression.cs (Binary::ResolveOperator): Update accordingly.
31589 (Unary::Operator): Change names to 'Add' and 'Subtract' instead 'Plus'
31592 * cs-parser.jay (unary_expression): Update to use the new names.
31594 * gen-treedump.cs (GetUnary): Same here.
31596 * expression.cs (Unary::Resolve): Implement.
31597 (Binary::ResolveOperator): Re-write bits to quietly continue if no overloaded
31598 operators are found instead of making noise ;-)
31599 (Unary::ResolveOperator): New method to do precisely the same thing which
31600 Binary::ResolveOperator does for Binary expressions.
31601 (Unary.method, .Arguments): Add.
31602 (Unary::OperName): Implement.
31603 (Unary::ForceConversion): Copy and Paste !
31605 * class.cs (Operator::Define): Fix a small bug for the case when we have
31608 * expression.cs (Unary::Emit): Implement. Need to find the right Opcodes
31609 for the inbuilt operators. Only overloading works for now ;-)
31611 2001-09-18 Miguel de Icaza <miguel@ximian.com>
31613 * expression.cs (CheckedExpr::Resolve, CheckedExpr::Emit,
31614 UnCheckedExpr::Resolve, UnCheckedExpr::Emit): Implement.
31616 * expression.cs (This::Emit): Implement.
31617 (This::Resolve): Implement.
31618 (TypeOf:Resolve): Implement.
31619 (Expression::ResolveSimpleName): Add an implicit this to instance
31621 (MemberAccess::Resolve): Deal with Parameters and Fields.
31622 Bind instance variable to Field expressions.
31623 (FieldExpr::Instance): New field used to track the expression that
31624 represents the object instance.
31625 (FieldExpr::Resolve): Track potential errors from MemberLookup not
31627 (FieldExpr::Emit): Implement.
31629 * codegen.cs (EmitIf, EmitStatement, EmitBlock): Propagate whether
31630 the last instruction contains a return opcode to avoid generating
31631 the last `ret' instruction (this generates correct code, and it is
31632 nice to pass the peverify output).
31634 * class.cs (TypeContainer::EmitFieldInitializers): Implement field
31635 initializer for static and instance variables.
31636 (Constructor::Emit): Allow initializer to be null in the case of
31637 static constructors. Only emit initializer for instance
31640 (TypeContainer::FindMembers): Return a null array if there are no
31643 Also fix the code for the MemberTypes.Method branch, as it was not
31644 scanning that for operators (or tried to access null variables before).
31646 * assign.cs (Assign::Emit): Handle instance and static fields.
31650 * driver.cs: Stop compilation if there are parse errors.
31652 * cs-parser.jay (constructor_declaration): Provide default base
31653 initializer for non-static constructors.
31654 (constructor_declarator): Do not provide a default base
31655 initializers if none was specified.
31656 Catch the fact that constructors should not have parameters.
31658 * class.cs: Do not emit parent class initializers for static
31659 constructors, that should be flagged as an error.
31661 2001-09-18 Ravi Pratap <ravi@ximian.com>
31663 * class.cs (RegisterMethodBuilder): Remove : it's unnecessary.
31664 Move back code into TypeContainer::Populate.
31666 2001-09-18 Ravi Pratap <ravi@ximian.com>
31668 * class.cs (TypeContainer::AddConstructor): Fix the check to
31669 compare against Name, not Basename.
31670 (Operator::OpType): Change Plus and Minus to Add and Subtract.
31672 * cs-parser.jay : Update accordingly.
31674 * class.cs (TypeContainer::FindMembers): For the case where we are searching
31675 for methods, don't forget to look into the operators too.
31676 (RegisterMethodBuilder): Helper method to take care of this for
31677 methods, constructors and operators.
31678 (Operator::Define): Completely revamp.
31679 (Operator.OperatorMethod, MethodName): New fields.
31680 (TypeContainer::Populate): Move the registering of builders into
31681 RegisterMethodBuilder.
31682 (Operator::Emit): Re-write.
31684 * expression.cs (Binary::Emit): Comment out code path to emit method
31685 invocation stuff for the case when we have a user defined operator. I am
31686 just not able to get it right !
31688 2001-09-17 Miguel de Icaza <miguel@ximian.com>
31690 * expression.cs (Expression::OverloadResolve): Drop TypeContainer
31693 (Expression::MemberLookup): Provide a version that allows to
31694 specify the MemberTypes and BindingFlags.
31696 * statement.cs (Block::GetVariableInfo): Forgot to recurse here,
31697 so it was not fetching variable information from outer blocks.
31699 * modifiers.cs: (Modifiers::TypeAttr): Invert condition on
31700 Beforefieldinit as it was buggy.
31702 * rootcontext.cs (::LookupInterfaceOrClass): Removed an Error -200
31703 that Ravi put here.
31705 * class.cs (Constructor::Emit): Only emit if block is not null.
31706 (TypeContainer::EmitDefaultConstructor): Removed routine, now we
31707 deal with this by semantically definining it as if the user had
31710 (TypeContainer::FindMembers): Removed ad-hoc hack to deal with
31711 constructors as we now "emit" them at a higher level.
31713 (TypeContainer::DefineDefaultConstructor): Used to define the
31714 default constructors if none was provided.
31716 (ConstructorInitializer): Add methods Resolve and Emit.
31718 * expression.cs: Cast to ConstructorInfo instead of MethodInfo
31720 2001-09-17 Ravi Pratap <ravi@ximian.com>
31722 * class.cs (TypeContainer::EmitDefaultConstructor): Register
31723 the default constructor builder with our hashtable for methodbuilders
31726 * expression.cs (Invocation::OverloadResolve): Add a check for pd == null
31727 and argument_count is 0 in which case we have a match.
31728 (Binary::ResolveOperator): More null checking and miscellaneous coding
31731 2001-09-17 Ravi Pratap <ravi@ximian.com>
31733 * rootcontext.cs (IsNameSpace): Compare against null.
31735 * everywhere : Correct spelling to 'Greater' and to 'Subtract'
31737 * class.cs (Operator::OpType): Change names to match the ones in Binary::Operator
31738 and Unary::Operator.
31740 * cs-parser.jay (operator_declaration, CheckBinaryOperator, CheckUnaryOperator): Update
31743 * expression.cs (Binary::method): New member to hold the MethodBase for the case when
31744 we have overloaded operators.
31745 (Binary::ResolveOperator): Implement the part which does the operator overload
31748 * class.cs (Operator::Emit): Implement.
31749 (TypeContainer::Emit): Emit the operators we have too.
31751 * expression.cs (Binary::Emit): Update to emit the appropriate code for
31752 the case when we have a user-defined operator.
31754 2001-09-17 Miguel de Icaza <miguel@ximian.com>
31756 * rootcontext.cs: Fix bug: tree.Namespaces might be null.
31758 2001-09-16 Ravi Pratap <ravi@ximian.com>
31760 * class.cs (EmitStaticFieldInitializers, EmitFieldInitializers): Make public.
31761 (TypeContainer::EmitConstructor): Remove and move code into Contructor::Emit.
31762 (Constructor::Emit): Implement.
31763 (EmitStaticFieldInitializers, EmitFieldInitializers): Ensure we return immediately
31764 if we have no work to do.
31765 (TypeContainer::Emit): Pass in TypeContainer as argument to the constructor's
31768 * interface.cs (Interface::InterfaceAttr): Re-write to be more correct and complete.
31769 (Interface::IsTopLevel): Add. Same as TypeContainer::IsTopLevel.
31771 * class.cs (TypeContainer::IsTopLevel): Modify to use parent.Parent instead
31774 2001-09-15 Ravi Pratap <ravi@ximian.com>
31776 * tree.cs (Tree::namespaces): New hashtable to keep track of namespaces
31778 (Tree::RecordNamespace): Method to do what the name says ;-)
31779 (Tree::Namespaces): Property to get at the namespaces hashtable.
31781 * cs-parser.jay (namespace_declaration): Call RecordNamespace to
31784 * rootcontext.cs (IsNamespace): Fixed it :-)
31786 2001-09-14 Miguel de Icaza <miguel@ximian.com>
31788 * class.cs (TypeContainer::FindMembers): Add support for
31790 (MethodCore): New class that encapsulates both the shared aspects
31791 of a Constructor and a Method.
31792 (Method, Constructor): Factored pieces into MethodCore.
31794 * driver.cs: Added --fatal which makes errors throw exceptions.
31795 Load System assembly as well as part of the standard library.
31797 * report.cs: Allow throwing exceptions on errors for debugging.
31799 * modifiers.cs: Do not use `parent', instead use the real type
31800 container to evaluate permission settings.
31802 * class.cs: Put Ravi's patch back in. He is right, and we will
31803 have to cope with the
31805 2001-09-14 Ravi Pratap <ravi@ximian.com>
31807 * modifiers.cs (TypeAttr, MethodAttr, FieldAttr): Map protected internal to
31808 FamORAssem, not FamANDAssem.
31810 2001-09-14 Miguel de Icaza <miguel@ximian.com>
31812 * driver.cs: Added --parse option that only parses its input files
31815 * class.cs: Reverted last change from Ravi to IsTopLevel. That is
31816 incorrect. IsTopLevel is not used to tell whether an object is
31817 root_types or not (that can be achieved by testing this ==
31818 root_types). But to see if this is a top-level *class* (not
31819 necessarly our "toplevel" container).
31821 2001-09-14 Ravi Pratap <ravi@ximian.com>
31823 * enum.cs (Enum::Define): Modify to call the Lookup method on the
31824 parent instead of a direct call to GetType.
31826 2001-09-14 Ravi Pratap <ravi@ximian.com>
31828 * class.cs (TypeContainer::TypeAttr): Remove property code and move it into
31829 Modifiers.TypeAttr. This should just be a call to that method.
31831 * modifiers.cs (TypeAttr): Re-write and take an extra argument, the TypeContainer
31832 object so that we can determine if we are top-level or not.
31834 * delegate.cs (Delegate::Define): Update call to TypeAttr method to pass in the
31837 * enum.cs (Enum::Define): Ditto.
31839 * modifiers.cs (FieldAttr): Re-write.
31841 * class.cs (TypeContainer::IsTopLevel): Change accessibility to public.
31842 (TypeContainer::HaveStaticConstructor): New property to provide access
31843 to precisely that info.
31845 * modifiers.cs (MethodAttr): Re-write.
31846 (EventAttr): Remove altogether as there seems to be no ostensible use for it.
31848 * class.cs (TypeContainer::IsTopLevel): Re-write. root_types doesn't seem to be the parent
31849 of top-level types as claimed.
31851 2001-09-13 Miguel de Icaza <miguel@ximian.com>
31853 * expression.cs (MemberLookup): Fruitless attempt to lookup
31854 constructors. Maybe I need to emit default constructors? That
31855 might be it (currently .NET emits this for me automatically).
31856 (Invocation::OverloadResolve): Cope with Arguments == null.
31857 (Invocation::EmitArguments): new function, shared by the new
31858 constructor and us.
31859 (Invocation::Emit): Handle static and instance methods. Emit
31860 proper call instruction for virtual or non-virtual invocations.
31861 (New::Emit): Implement.
31862 (New::Resolve): Implement.
31863 (MemberAccess:Resolve): Implement.
31864 (MethodGroupExpr::InstanceExpression): used conforming to the spec
31865 to track instances.
31866 (FieldExpr::Resolve): Set type.
31868 * support.cs: Handle empty arguments.
31870 * cs-parser.jay (CompositeLookup, QualifierIdentifier,
31871 SimpleLookup): Auxiliary routines to help parse a qualifier
31874 Update qualifier_identifier rule.
31876 * codegen.cs: Removed debugging messages.
31878 * class.cs: Make this a global thing, this acts just as a "key" to
31879 objects that we might have around.
31881 (Populate): Only initialize method_builders_to_methods once.
31883 * expression.cs (PropertyExpr): Initialize type from the
31886 * codegen.cs (EmitContext::EmitBoolExpression): Use propper
31887 Resolve pattern. Attempt to implicitly convert value to boolean.
31890 * expression.cs: Set the type for the int32/int32 argument case.
31891 (Binary::ResolveOperator): Set the return type to boolean for
31892 comparission operators
31894 * typemanager.cs: Remove debugging print code.
31896 (Invocation::Resolve): resolve type.
31898 * class.cs: Allocate a MemberInfo of the correct size, as the code
31899 elsewhere depends on the test to reflect the correct contents.
31901 (Method::) Keep track of parameters, due to System.Reflection holes
31903 (TypeContainer::Populate): Keep track of MethodBuilders to Method
31906 (TypeContainer::FindMembers): Use ArrayList and then copy an array
31907 of the exact size and return that.
31909 (Class::LookupMethodByBuilder): New function that maps
31910 MethodBuilders to its methods. Required to locate the information
31911 on methods because System.Reflection bit us again.
31913 * support.cs: New file, contains an interface ParameterData and
31914 two implementations: ReflectionParameters and InternalParameters
31915 used to access Parameter information. We will need to grow this
31918 * expression.cs (Invocation::GetParameterData): implement a cache
31919 and a wrapper around the ParameterData creation for methods.
31920 (Invocation::OverloadResolve): Use new code.
31922 2001-09-13 Ravi Pratap <ravi@ximian.com>
31924 * class.cs (TypeContainer::EmitField): Remove and move into
31925 (Field::Define): here and modify accordingly.
31926 (Field.FieldBuilder): New member.
31927 (TypeContainer::Populate): Update accordingly.
31928 (TypeContainer::FindMembers): Implement.
31930 2001-09-13 Miguel de Icaza <miguel@ximian.com>
31932 * statement.cs: (VariableInfo::VariableType): New field to be
31933 initialized with the full type once it is resolved.
31935 2001-09-12 Miguel de Icaza <miguel@ximian.com>
31937 * parameter.cs (GetParameterInfo): Use a type cache to compute
31938 things only once, and to reuse this information
31940 * expression.cs (LocalVariableReference::Emit): Implement.
31941 (OpcodeCast::Emit): fix.
31943 (ParameterReference::Resolve): Implement.
31944 (ParameterReference::Emit): Implement.
31946 * cs-parser.jay: Fix bug introduced by Ravi, variable initializers
31947 that are expressions need to stay as Expressions.
31949 * typemanager.cs (CSharpName): Returns the C# name of a type if
31952 * expression.cs (Expression::ConvertImplicit): New function that
31953 implements implicit type conversions.
31955 (Expression::ImplicitReferenceConversion): Implements implicit
31956 reference conversions.
31958 (EmptyCast): New type for transparent casts.
31960 (OpcodeCast): New type for casts of types that are performed with
31961 a sequence of bytecodes.
31963 (BoxedCast): New type used for casting value types into reference
31964 types. Emits a box opcode.
31966 (Binary::DoNumericPromotions): Implements numeric promotions of
31967 and computation of the Binary::Type.
31969 (Binary::EmitBranchable): Optimization.
31971 (Binary::Emit): Implement code emission for expressions.
31973 * typemanager.cs (TypeManager): Added two new core types: sbyte
31976 2001-09-12 Ravi Pratap <ravi@ximian.com>
31978 * class.cs (TypeContainer::FindMembers): Method which does exactly
31979 what Type.FindMembers does, only we don't have to use reflection. No
31980 implementation yet.
31982 * typemanager.cs (typecontainers): New hashtable to hold the corresponding
31983 typecontainer objects as we need to get at them.
31984 (TypeManager::AddUserType): Overload to take an extra argument, the TypeContainer.
31986 * rootcontext.cs : Correspondingly modify called to AddUserType to pass the
31987 typecontainer object.
31989 * expression.cs (MemberLookup): Modify signature to take a RootContext object instead
31990 of just a Report object.
31992 2001-09-11 Ravi Pratap <ravi@ximian.com>
31994 * class.cs (Event::Define): Go back to using the prefixes "add_" and
31996 (TypeContainer::Populate): Now define the delegates of the type too.
31997 (TypeContainer.Delegates): Property to access the list of delegates defined
32000 * delegates.cs (Delegate::Define): Implement partially.
32002 * modifiers.cs (TypeAttr): Handle more flags.
32004 2001-09-11 Ravi Pratap <ravi@ximian.com>
32006 * class.cs (Indexer::Define): Fix for loop iteration condition to be just <
32008 (Operator::Define): Re-write logic to get types by using the LookupType method
32009 instead of blindly doing a Type.GetType ! How stupid can I get ;-) ?
32010 (Indexer::Define): Ditto.
32011 (Event::Define): Ditto.
32012 (Property::Define): Ditto.
32014 2001-09-10 Ravi Pratap <ravi@ximian.com>
32016 * class.cs (TypeContainer::Populate): Now define operators too.
32017 (TypeContainer.Operators): New property to access the list of operators
32019 (Operator.OperatorMethodBuilder): New member to hold the method builder
32020 for the operator we are defining.
32021 (Operator::Define): Implement.
32023 2001-09-10 Ravi Pratap <ravi@ximian.com>
32025 * class.cs (Event::Define): Make the prefixes of the accessor methods
32026 addOn_ and removeOn_
32028 * genericparser.cs (GenericParser::error): Overloaded method to handle the case
32029 of the location being passed in too. Ideally, this should go later since all
32030 error reporting should be done through the Report object.
32032 * class.cs (TypeContainer.Indexers): New property to access the list of indexers.
32033 (Populate): Iterate thru the indexers we have and define them too.
32034 (Indexer.GetMethodBuilder, .SetMethodBuilder): New members to hold the method builders
32035 for the get and set accessors.
32036 (Indexer::Define): Implement.
32038 2001-09-09 Miguel de Icaza <miguel@ximian.com>
32040 * expression.cs (Binary::Resolve): Beginning of it. I scratched
32041 my previous implementation, did not work.
32043 * typemanager.cs: Add a couple of missing types (the longs).
32045 * literal.cs: Use TypeManager.bool_type instead of getting it.
32047 * expression.cs (EventExpr): New kind of expressions.
32048 (Expressio::ExprClassFromMemberInfo): finish
32050 2001-09-08 Miguel de Icaza <miguel@ximian.com>
32052 * assign.cs: Emit stores to static fields differently.
32054 2001-09-08 Ravi Pratap <ravi@ximian.com>
32056 * Merge in changes and adjust code to tackle conflicts. Backed out my
32057 code in Assign::Resolve ;-)
32059 2001-09-08 Ravi Pratap <ravi@ximian.com>
32061 * cs-parser.jay (CheckAttributeTarget): Modify call to error to use
32062 instead Report.Error and also pass in the location.
32063 (CSharpParser::Lexer): New readonly property to return the reference
32064 to the Tokenizer object.
32065 (declare_local_variables): Use Report.Error with location instead of plain
32069 * class.cs (Operator::CheckUnaryOperator): Move into cs-parser.jay.
32070 (Operator.CheckBinaryOperator): Ditto.
32072 * cs-parser.jay (operator_declarator): Update accordingly.
32074 * cs-parser.jay (CheckUnaryOperator): Modify to use Report.Error
32075 (CheckBinaryOperator): Same here.
32077 * rootcontext.cs (LookupType): Add an extra lookup which simply does a lookup
32078 on the name without any prefixes of namespace names etc. This is because we
32079 already might have something already fully qualified like
32080 'System.Console.WriteLine'
32082 * assign.cs (Resolve): Begin implementation. Stuck ;-)
32084 2001-09-07 Ravi Pratap <ravi@ximian.com>
32086 * cs-tokenizer.cs (location): Return a string which also contains
32089 * expression.cs (ElementAccess): New class for expressions of the
32090 type 'element access.'
32091 (BaseAccess): New class for expressions of the type 'base access.'
32092 (CheckedExpr, UnCheckedExpr): New classes for Checked and Unchecked expressions
32095 * cs-parser.jay (element_access): Implement action.
32096 (base_access): Implement actions.
32097 (checked_expression, unchecked_expression): Implement.
32099 * cs-parser.jay (local_variable_type): Correct and implement.
32100 (type_suffixes, type_suffix_list, type_suffix): Implement actions.
32102 * cs-tokenizer.cs (real_type_suffix): Comment out the extra getchar.
32104 * cs-parser.jay (rank_specifiers): Remove space while concatenating the type's
32105 name and the specifiers.
32107 * interface.cs (InterfaceAttr): New property to return the corresponding TypeAttributes
32109 * rootcontext.cs (CreateInterface): Use the InterfaceAttr property instead of
32110 making them all public ;-)
32112 * cs-parser.jay (error): Remove entirely as we have an implementation in the base
32115 2001-09-07 Miguel de Icaza <miguel@ximian.com>
32117 * expression.cs (ExprClassFromMemberInfo): Return FieldExpr and
32119 (FieldExpr, PropertyExprs): New resolved expressions.
32120 (SimpleName::MemberStaticCheck): Perform static checks for access
32121 to non-static fields on static methods. Maybe this should be
32122 generalized for MemberAccesses.
32123 (SimpleName::ResolveSimpleName): More work on simple name
32126 * cs-parser.jay (primary_expression/qualified_identifier): track
32127 the parameter index.
32129 * codegen.cs (CodeGen::Save): Catch save exception, report error.
32130 (EmitContext::EmitBoolExpression): Chain to expression generation
32131 instead of temporary hack.
32132 (::EmitStatementExpression): Put generic expression code generation.
32134 * assign.cs (Assign::Emit): Implement variable assignments to
32135 local variables, parameters and fields.
32137 2001-09-06 Miguel de Icaza <miguel@ximian.com>
32139 * statement.cs (Block::GetVariableInfo): New method, returns the
32140 VariableInfo for a variable name in a block.
32141 (Block::GetVariableType): Implement in terms of GetVariableInfo
32143 * literal.cs (IntLiteral::Emit, FloatLiteral::Emit,
32144 DoubleLiteral::Emit, CharLiteral::Emit, BoolLiteral::Emit): Implement
32146 2001-09-06 Ravi Pratap <ravi@ximian.com>
32148 * cs-parser.jay (operator_declaration): Continue on my quest : update
32149 to take attributes argument.
32150 (event_declaration): Ditto.
32151 (enum_declaration): Ditto.
32152 (indexer_declaration): Ditto.
32154 * class.cs (Operator::Operator): Update constructor accordingly.
32155 (Event::Event): Ditto.
32157 * delegate.cs (Delegate::Delegate): Same here.
32159 * enum.cs (Enum::Enum): Same here.
32161 2001-09-05 Ravi Pratap <ravi@ximian.com>
32163 * cs-parser.jay (CheckAttributeTarget): Update to use the right error number.
32165 * ../tests/cs0658.cs : New file to demonstrate error 0658.
32167 * attribute.cs (Attributes): New class to encapsulate all attributes which were
32168 being passed around as an arraylist.
32169 (Attributes::AddAttribute): Method to add attribute sections.
32171 * cs-parser.jay (opt_attributes): Modify actions to use the new Attributes class.
32172 (struct_declaration): Update accordingly.
32173 (constant_declaration): Update.
32174 (field_declaration): Update.
32175 (method_header): Update.
32176 (fixed_parameter): Update.
32177 (parameter_array): Ditto.
32178 (property_declaration): Ditto.
32179 (destructor_declaration): Ditto.
32181 * class.cs (Struct::Struct): Update constructors accordingly.
32182 (Class::Class): Ditto.
32183 (Field::Field): Ditto.
32184 (Method::Method): Ditto.
32185 (Property::Property): Ditto.
32186 (TypeContainer::OptAttribute): update property's return type.
32188 * interface.cs (Interface.opt_attributes): New member.
32189 (Interface::Interface): Update to take the extra Attributes argument.
32191 * parameter.cs (Parameter::Parameter): Ditto.
32193 * constant.cs (Constant::Constant): Ditto.
32195 * interface.cs (InterfaceMemberBase): New OptAttributes field.
32196 (InterfaceMemberBase::InterfaceMemberBase): Update constructor to take
32197 the attributes as a parameter.
32198 (InterfaceProperty): Update constructor call.
32199 (InterfaceEvent): Ditto.
32200 (InterfaceMethod): Ditto.
32201 (InterfaceIndexer): Ditto.
32203 * cs-parser.jay (interface_indexer_declaration): Update call to constructor to
32204 pass the attributes too.
32205 (interface_event_declaration): Ditto.
32206 (interface_property_declaration): Ditto.
32207 (interface_method_declaration): Ditto.
32208 (interface_declaration): Ditto.
32210 2001-09-05 Miguel de Icaza <miguel@ximian.com>
32212 * class.cs (Method::Define): Track the "static Main" definition to
32213 create an entry point.
32215 * rootcontext.cs (RootContext::EntryPoint): MethodInfo that holds the
32216 EntryPoint if we find it.
32218 * codegen.cs (EmitContext::EmitInvocation): Emit invocations.
32219 (EmitContext::ig): Make this variable public.
32221 * driver.cs: Make the default output file be the first file name
32222 with the .exe extension.
32224 Detect empty compilations
32226 Handle various kinds of output targets. Handle --target and
32227 rename -t to --dumper.
32229 * expression.cs, literal.cs, assign.cs, constant.cs: All `Resolve'
32230 methods inherited from Expression return now an Expression. This
32231 will is used during the tree rewriting as we resolve them during
32234 (Expression::MemberLookup): Implements the MemberLookup (7.3) from
32235 the spec. Missing entirely is the information about
32236 accessability of elements of it.
32238 (Expression::ExprClassFromMemberInfo): New constructor for
32239 Expressions that creates a fully initialized Expression based on
32240 a MemberInfo that is one of Eventinfo, FieldINfo, PropertyInfo or
32243 (Invocation::Resolve): Begin implementing resolution of invocations.
32245 * literal.cs (StringLiteral): Implement Emit.
32247 2001-09-05 Ravi Pratap <ravi@ximian.com>
32249 * cs-parser.jay (error): Add new modifier because we are hiding an inherited
32252 2001-09-04 Ravi Pratap <ravi@ximian.com>
32254 * cs-parser.jay (attribute_arguments): Implement actions.
32255 (attribute): Fix bug in production. Implement action.
32256 (attribute_list): Implement.
32257 (attribute_target): Implement.
32258 (attribute_target_specifier, opt_target_specifier): Implement
32259 (CheckAttributeTarget): New method to check if the attribute target
32261 (attribute_section): Implement.
32262 (opt_attributes): Implement.
32264 * attribute.cs : New file to handle attributes.
32265 (Attribute): Class to hold attribute info.
32267 * cs-parser.jay (opt_attribute_target_specifier): Remove production
32268 (attribute_section): Modify production to use 2 different rules to
32269 achieve the same thing. 1 s/r conflict down !
32270 Clean out commented, useless, non-reducing dimension_separator rules.
32272 * class.cs (TypeContainer.attributes): New member to hold list
32273 of attributes for a type.
32274 (Struct::Struct): Modify to take one more argument, the attribute list.
32275 (Class::Class): Ditto.
32276 (Field::Field): Ditto.
32277 (Method::Method): Ditto.
32278 (Property::Property): Ditto.
32280 * cs-parser.jay (struct_declaration): Update constructor call to
32281 pass in the attributes too.
32282 (class_declaration): Ditto.
32283 (constant_declaration): Ditto.
32284 (field_declaration): Ditto.
32285 (method_header): Ditto.
32286 (fixed_parameter): Ditto.
32287 (parameter_array): Ditto.
32288 (property_declaration): Ditto.
32290 * constant.cs (Constant::Constant): Update constructor similarly.
32291 Use System.Collections.
32293 * parameter.cs (Parameter::Parameter): Update as above.
32295 2001-09-02 Ravi Pratap <ravi@ximian.com>
32297 * class.cs (TypeContainer::AddDelegate): New method to add a delegate.
32298 (TypeContainer.delegates): New member to hold list of delegates.
32300 * cs-parser.jay (delegate_declaration): Implement the action correctly
32301 this time as I seem to be on crack ;-)
32303 2001-09-02 Miguel de Icaza <miguel@ximian.com>
32305 * rootcontext.cs (RootContext::IsNamespace): new function, used to
32306 tell whether an identifier represents a namespace.
32308 * expression.cs (NamespaceExpr): A namespace expression, used only
32309 temporarly during expression resolution.
32310 (Expression::ResolveSimpleName, ::ResolvePrimary, ::ResolveName):
32311 utility functions to resolve names on expressions.
32313 2001-09-01 Miguel de Icaza <miguel@ximian.com>
32315 * codegen.cs: Add hook for StatementExpressions.
32317 * class.cs: Fix inverted test for static flag in methods.
32319 2001-09-02 Ravi Pratap <ravi@ximian.com>
32321 * class.cs (Operator::CheckUnaryOperator): Correct error number used
32322 to make it coincide with MS' number.
32323 (Operator::CheckBinaryOperator): Ditto.
32325 * ../errors/errors.txt : Remove error numbers added earlier.
32327 * ../errors/cs1019.cs : Test case for error # 1019
32329 * ../errros/cs1020.cs : Test case for error # 1020
32331 * cs-parser.jay : Clean out commented cruft.
32332 (dimension_separators, dimension_separator): Comment out. Ostensibly not
32333 used anywhere - non-reducing rule.
32334 (namespace_declarations): Non-reducing rule - comment out.
32336 * enum.cs (Enum::AddEnum): Rename to AddEnumMember as I was getting confused
32337 with TypeContainer::AddEnum.
32339 * delegate.cs : New file for delegate handling classes.
32340 (Delegate): Class for declaring delegates.
32342 * makefile : Update.
32344 * cs-parser.jay (delegate_declaration): Implement.
32346 2001-09-01 Ravi Pratap <ravi@che.iitm.ac.in>
32348 * class.cs (Event::Define): Implement.
32349 (Event.EventBuilder): New member.
32351 * class.cs (TypeContainer::Populate): Update to define all enums and events
32353 (Events): New property for the events arraylist we hold. Shouldn't we move to using
32354 readonly fields for all these cases ?
32356 2001-08-31 Ravi Pratap <ravi@che.iitm.ac.in>
32358 * class.cs (Property): Revamp to use the convention of making fields readonly.
32359 Accordingly modify code elsewhere.
32361 * class.cs : Apply patch from Mr. Mandar <go_mono@hotmail.com> for implementing
32362 the Define method of the Property class.
32364 * class.cs : Clean up applied patch and update references to variables etc. Fix
32366 (TypeContainer::Populate): Update to define all the properties we have. Also
32367 define all enumerations.
32369 * enum.cs (Define): Implement.
32371 2001-08-31 Ravi Pratap <ravi@che.iitm.ac.in>
32373 * cs-parser.jay (overloadable_operator): The semantic value is an
32374 enum of the Operator class.
32375 (operator_declarator): Implement actions.
32376 (operator_declaration): Implement.
32378 * class.cs (Operator::CheckUnaryOperator): New static method to help in checking
32379 validity of definitions.
32380 (Operator::CheckBinaryOperator): Static method to check for binary operators
32381 (TypeContainer::AddOperator): New method to add an operator to a type.
32383 * cs-parser.jay (indexer_declaration): Added line to actually call the
32384 AddIndexer method so it gets added ;-)
32386 * ../errors/errors.txt : Update to include new error numbers. Are these numbers
32387 already taken care of by the MS compiler ?
32389 2001-08-29 Ravi Pratap <ravi@che.iitm.ac.in>
32391 * class.cs (Operator): New class for operator declarations.
32392 (Operator::OpType): Enum for the various operators.
32394 2001-08-29 Ravi Pratap <ravi@che.iitm.ac.in>
32396 * class.cs (TypeContainer::AddIndexer): Remove FIXME comment. We
32397 ostensibly handle this in semantic analysis.
32399 * cs-parser.jay (general_catch_clause): Comment out
32400 (specific_catch_clauses, specific_catch_clause): Ditto.
32401 (opt_general_catch_clause, opt_specific_catch_clauses): Ditto
32402 (catch_args, opt_catch_args): New productions.
32403 (catch_clause): Rewrite to use the new productions above
32404 (catch_clauses): Modify accordingly.
32405 (opt_catch_clauses): New production to use in try_statement
32406 (try_statement): Revamp. Basically, we get rid of one unnecessary rule
32407 and re-write the code in the actions to extract the specific and
32408 general catch clauses by being a little smart ;-)
32410 * ../tests/try.cs : Fix. It's not 'finalize' my friend, it's 'finally' !
32411 Hooray, try and catch statements parse fine !
32413 2001-08-28 Ravi Pratap <ravi@che.iitm.ac.in>
32415 * statement.cs (Block::GetVariableType): Fix logic to extract the type
32416 string from the hashtable of variables.
32418 * cs-parser.jay (event_accessor_declarations): Trivial fix. Man, how did
32419 I end up making that mistake ;-)
32420 (catch_clauses): Fixed gross error which made Key and Value of the
32421 DictionaryEntry the same : $1 !!
32423 2001-08-28 Ravi Pratap <ravi@che.iitm.ac.in>
32425 * cs-tokenizer.cs (initTokens): Add keywords 'add' and 'remove'
32427 * cs-parser.jay (event_declaration): Correct to remove the semicolon
32428 when the add and remove accessors are specified.
32430 2001-08-28 Ravi Pratap <ravi@che.iitm.ac.in>
32432 * cs-parser.jay (IndexerDeclaration): New helper class to hold
32433 information about indexer_declarator.
32434 (indexer_declarator): Implement actions.
32435 (parsing_indexer): New local boolean used to keep track of whether
32436 we are parsing indexers or properties. This is necessary because
32437 implicit_parameters come into picture even for the get accessor in the
32438 case of an indexer.
32439 (get_accessor_declaration, set_accessor_declaration): Correspondingly modified.
32441 * class.cs (Indexer): New class for indexer declarations.
32442 (TypeContainer::AddIndexer): New method to add an indexer to a type.
32443 (TypeContainer::indexers): New member to hold list of indexers for the
32446 2001-08-27 Ravi Pratap <ravi@che.iitm.ac.in>
32448 * cs-parser.jay (add_accessor_declaration): Implement action.
32449 (remove_accessor_declaration): Implement action.
32450 (event_accessors_declaration): Implement
32451 (variable_declarators): swap statements for first rule - trivial.
32453 * class.cs (Event): New class to hold information about event
32455 (TypeContainer::AddEvent): New method to add an event to a type
32456 (TypeContainer::events): New member to hold list of events.
32458 * cs-parser.jay (event_declaration): Implement actions.
32460 2001-08-27 Ravi Pratap <ravi@che.iitm.ac.in>
32462 * cs-parser.jay (dim_separators): Implement. Make it a string
32463 concatenating all the commas together, just as they appear.
32464 (opt_dim_separators): Modify accordingly
32465 (rank_specifiers): Update accordingly. Basically do the same
32466 thing - instead, collect the brackets here.
32467 (opt_rank_sepcifiers): Modify accordingly.
32468 (array_type): Modify to actually return the complete type string
32469 instead of ignoring the rank_specifiers.
32470 (expression_list): Implement to collect the expressions
32471 (variable_initializer): Implement. We make it a list of expressions
32472 essentially so that we can handle the array_initializer case neatly too.
32473 (variable_initializer_list): Implement.
32474 (array_initializer): Make it a list of variable_initializers
32475 (opt_array_initializer): Modify accordingly.
32477 * expression.cs (New::NType): Add enumeration to help us
32478 keep track of whether we have an object/delegate creation
32479 or an array creation.
32480 (New:NewType, New::Rank, New::Indices, New::Initializers): New
32481 members to hold data about array creation.
32482 (New:New): Modify to update NewType
32483 (New:New): New Overloaded contructor for the array creation
32486 * cs-parser.jay (array_creation_expression): Implement to call
32487 the overloaded New constructor.
32489 2001-08-26 Ravi Pratap <ravi@che.iitm.ac.in>
32491 * class.cs (TypeContainer::Constructors): Return member
32492 constructors instead of returning null.
32494 2001-08-26 Miguel de Icaza <miguel@ximian.com>
32496 * typemanager.cs (InitCoreTypes): Initialize the various core
32497 types after we have populated the type manager with the user
32498 defined types (this distinction will be important later while
32499 compiling corlib.dll)
32501 * expression.cs, literal.cs, assign.cs, constant.cs: Started work
32502 on Expression Classification. Now all expressions have a method
32503 `Resolve' and a method `Emit'.
32505 * codegen.cs, cs-parser.jay: Fixed the bug that stopped code
32506 generation from working. Also add some temporary debugging
32509 2001-08-24 Miguel de Icaza <miguel@ximian.com>
32511 * codegen.cs: Lots of code generation pieces. This is only the
32512 beginning, will continue tomorrow with more touches of polish. We
32513 handle the fundamentals of if, while, do, for, return. Others are
32514 trickier and I need to start working on invocations soon.
32516 * gen-treedump.cs: Bug fix, use s.Increment here instead of
32519 * codegen.cs (EmitContext): New struct, used during code
32520 emission to keep a context. Most of the code generation will be
32523 * cs-parser.jay: Add embedded blocks to the list of statements of
32524 this block. So code generation proceeds in a top down fashion.
32526 2001-08-23 Miguel de Icaza <miguel@ximian.com>
32528 * statement.cs: Add support for multiple child blocks.
32530 2001-08-22 Miguel de Icaza <miguel@ximian.com>
32532 * codegen.cs (EmitCode): New function, will emit the code for a
32533 Block of code given a TypeContainer and its ILGenerator.
32535 * statement.cs (Block): Standard public readonly optimization.
32536 (Block::Block constructors): Link children.
32537 (Block::Child): Child Linker.
32538 (Block::EmitVariables): Emits IL variable declarations.
32540 * class.cs: Drop support for MethodGroups here, delay until
32542 (Method::): Applied the same simplification that I did before, and
32543 move from Properties to public readonly fields.
32544 (Method::ParameterTypes): Returns the parameter types for the
32545 function, and implements a cache that will be useful later when I
32546 do error checking and the semantic analysis on the methods is
32548 (Constructor::GetCallingConvention): Renamed from CallingConvetion
32549 and made a method, optional argument tells whether this is a class
32550 or a structure to apply the `has-this' bit.
32551 (Method::GetCallingConvention): Implement, returns the calling
32553 (Method::Define): Defines the type, a second pass is performed
32554 later to populate the methods.
32556 (Constructor::ParameterTypes): implement a cache similar to the
32557 one on Method::ParameterTypes, useful later when we do semantic
32560 (TypeContainer::EmitMethod): New method. Emits methods.
32562 * expression.cs: Removed MethodGroup class from here.
32564 * parameter.cs (Parameters::GetCallingConvention): new method.
32566 2001-08-21 Miguel de Icaza <miguel@ximian.com>
32568 * class.cs (TypeContainer::Populate): Drop RootContext from the
32571 (Constructor::CallingConvention): Returns the calling convention.
32572 (Constructor::ParameterTypes): Returns the constructor parameter
32575 (TypeContainer::AddConstructor): Keep track of default constructor
32576 and the default static constructor.
32578 (Constructor::) Another class that starts using `public readonly'
32579 instead of properties.
32581 (Constructor::IsDefault): Whether this is a default constructor.
32583 (Field::) use readonly public fields instead of properties also.
32585 (TypeContainer::TypeAttr, TypeContainer::AddConstructor): Keep
32586 track of static constructors; If none is used, turn on
32587 BeforeFieldInit in the TypeAttributes.
32589 * cs-parser.jay (opt_argument_list): now the return can be null
32590 for the cases where there are no arguments.
32592 (constructor_declarator): If there is no implicit `base' or
32593 `this', then invoke the default parent constructor.
32595 * modifiers.cs (MethodAttr): New static function maps a set of
32596 modifiers flags into a MethodAttributes enum
32597 (FieldAttr): renamed from `Map'. So now we have FieldAttr,
32598 MethodAttr, TypeAttr to represent the various mappings where the
32599 modifiers are used.
32600 (FieldAttr): Map also `readonly' to `FieldAttributes.InitOnly'
32602 2001-08-19 Miguel de Icaza <miguel@ximian.com>
32604 * parameter.cs (GetParameterInfo): Fix bug where there would be no
32607 * interface.cs (PopulateIndexer): Implemented the code generator
32608 for interface indexers.
32610 2001-08-17 Miguel de Icaza <miguel@ximian.com>
32612 * interface.cs (InterfaceMemberBase): Now we track the new status
32615 (PopulateProperty): Implement property population. Woohoo! Got
32616 Methods and Properties going today.
32618 Removed all the properties for interfaces, and replaced them with
32619 `public readonly' fields.
32621 2001-08-16 Miguel de Icaza <miguel@ximian.com>
32623 * interface.cs (AddEvent, AddMethod, AddIndexer, AddProperty):
32624 initialize their hashtables/arraylists only when they are needed
32625 instead of doing this always.
32627 * parameter.cs: Handle refs and out parameters.
32629 * cs-parser.jay: Use an ArrayList to construct the arguments
32630 instead of the ParameterCollection, and then cast that to a
32633 * parameter.cs: Drop the use of ParameterCollection and use
32634 instead arrays of Parameters.
32636 (GetParameterInfo): Use the Type, not the Name when resolving
32639 2001-08-13 Miguel de Icaza <miguel@ximian.com>
32641 * parameter.cs: Eliminate the properties Name, Type and ModFlags,
32642 and instead use public readonly fields.
32644 * class.cs: Put back walking code for type containers.
32646 2001-08-11 Miguel de Icaza <miguel@ximian.com>
32648 * class.cs (MakeConstant): Code to define constants.
32650 * rootcontext.cs (LookupType): New function. Used to locate types
32653 2001-08-08 Miguel de Icaza <miguel@ximian.com>
32655 * rootcontext.cs: OH MY! My trick works! It is amazing how nice
32656 this System.Reflection code is. Kudos to Microsoft
32658 * typemanager.cs: Implement a type cache and avoid loading all
32659 types at boot time. Wrap in LookupType the internals. This made
32660 the compiler so much faster. Wow. I rule!
32662 * driver.cs: Make sure we always load mscorlib first (for
32663 debugging purposes, nothing really important).
32665 * Renamespaced things that were on `CSC' to `CIR'. Maybe I should
32666 have moved to `CSC' rather than `CIR'. Oh man! The confussion!
32668 * rootcontext.cs: Lookup types on their namespace; Lookup types
32669 on namespaces that have been imported using the `using' keyword.
32671 * class.cs (TypeContainer::TypeAttr): Virtualize.
32672 (Class::TypeAttr): Return attributes suitable for this bad boy.
32673 (Struct::TypeAttr): ditto.
32674 Handle nested classes.
32675 (TypeContainer::) Remove all the type visiting code, it is now
32676 replaced with the rootcontext.cs code
32678 * rootcontext.cs (GetClassBases): Added support for structs.
32680 2001-08-06 Miguel de Icaza <miguel@ximian.com>
32682 * interface.cs, statement.cs, class.cs, parameter.cs,
32683 rootcontext.cs, gen-treedump.cs, enum.cs, cs-parse.jay:
32684 Drop use of TypeRefs, and use strings instead.
32686 2001-08-04 Miguel de Icaza <miguel@ximian.com>
32690 * class.cs (Struct::Struct): set the SEALED flags after
32691 checking the modifiers.
32692 (TypeContainer::TypeAttr): new property, returns the
32693 TypeAttributes for a class.
32695 * cs-parser.jay (type_list): Oops, list production was creating a
32696 new list of base types.
32698 * rootcontext.cs (StdLib): New property.
32699 (GetInterfaceTypeByName): returns an interface by type name, and
32700 encapsulates error handling here.
32701 (GetInterfaces): simplified.
32702 (ResolveTree): Encapsulated all the tree resolution here.
32703 (CreateClass, GetClassBases, GetInterfaceOrClass): Create class
32706 * driver.cs: Add support for --nostdlib, to avoid loading the
32707 default assemblies.
32708 (Main): Do not put tree resolution here.
32710 * rootcontext.cs: Beginning of the class resolution.
32712 2001-08-03 Miguel de Icaza <miguel@ximian.com>
32714 * rootcontext.cs: Provide better error reporting.
32716 * cs-parser.jay (interface_base): set our $$ to be interfaces.
32718 * rootcontext.cs (CreateInterface): Handle the case where there
32719 are no parent interfaces.
32721 (CloseTypes): Routine to flush types at the end.
32722 (CreateInterface): Track types.
32723 (GetInterfaces): Returns an array of Types from the list of
32724 defined interfaces.
32726 * typemanager.c (AddUserType): Mechanism to track user types (puts
32727 the type on the global type hash, and allows us to close it at the
32730 2001-08-02 Miguel de Icaza <miguel@ximian.com>
32732 * tree.cs: Removed RecordType, added RecordClass, RecordStruct and
32733 RecordInterface instead.
32735 * cs-parser.jay: Updated to reflect changes above.
32737 * decl.cs (Definition): Keep track of the TypeBuilder type that
32738 represents this type here. Not sure we will use it in the long
32739 run, but wont hurt for now.
32741 * driver.cs: Smaller changes to accomodate the new code.
32743 Call ResolveInterfaceBases, Call ResolveClassBases, Save assembly
32746 * rootcontext.cs (CreateInterface): New method, used to create
32747 the System.TypeBuilder type for interfaces.
32748 (ResolveInterfaces): new entry point to resolve the interface
32750 (CodeGen): Property, used to keep track of the code generator.
32752 2001-07-26 Miguel de Icaza <miguel@ximian.com>
32754 * cs-parser.jay: Add a second production for delegate_declaration
32757 (enum_body): Put an opt_comma here instead of putting it on
32758 enum_body or enum_member_declarations so we can handle trailing
32759 commas on enumeration members. Gets rid of a shift/reduce.
32761 (type_list): Need a COMMA in the middle.
32763 (indexer_declaration): Tell tokenizer to recognize get/set
32765 * Remove old targets.
32767 * Re-add the parser target.
32769 2001-07-13 Simon Cozens <simon@simon-cozens.org>
32771 * cs-parser.jay: Add precendence rules for a number of operators
32772 ot reduce the number of shift/reduce conflicts in the grammar.
32774 2001-07-17 Miguel de Icaza <miguel@ximian.com>
32776 * tree.cs: moved IGenerator interface and renamed it to ITreeDump
32779 Get rid of old crufty code.
32781 * rootcontext.cs: Use this to keep track of the parsed
32782 representation and the defined types available to the program.
32784 * gen-treedump.cs: adjust for new convention.
32786 * type.cs: Split out the type manager, and the assembly builder
32789 * typemanager.cs: the type manager will live here now.
32791 * cil-codegen.cs: And the code generator here.
32793 2001-07-14 Sean MacIsaac <macisaac@ximian.com>
32795 * makefile: Fixed up for easy making.
32797 2001-07-13 Simon Cozens <simon@simon-cozens.org>
32799 * cs-parser.jay (rank_specifier): Remove a conflict by reordering
32802 (unary_expression): Expand pre_increment_expression and
32803 post_decrement_expression to reduce a shift/reduce.
32805 2001-07-11 Simon Cozens
32807 * cs-tokenizer.cs: Hex numbers should begin with a 0.
32809 Improve allow_keyword_as_indent name.
32811 2001-06-19 Miguel de Icaza <miguel@ximian.com>
32813 * Adjustments for Beta2.
32815 2001-06-13 Miguel de Icaza <miguel@ximian.com>
32817 * decl.cs: Added `Define' abstract method.
32818 (InTransit): new property, used to catch recursive definitions.
32820 * interface.cs: Implement `Define'.
32822 * modifiers.cs: Map Modifiers.constants to
32823 System.Reflection.TypeAttribute flags.
32825 * class.cs: Keep track of types and user-defined types.
32826 (BuilderInit): New method for creating an assembly
32827 (ResolveType): New function to launch the resolution process, only
32828 used by interfaces for now.
32830 * cs-parser.jay: Keep track of Classes, Structs and Interfaces
32831 that are inserted into the name space.
32833 2001-06-08 Miguel de Icaza <miguel@ximian.com>
32835 * ARGH. I have screwed up my tree so many times due to the use of
32836 rsync rather than using CVS. Going to fix this at once.
32838 * driver.cs: Objetify driver. Load assemblies, use assemblies to
32841 2001-06-07 Miguel de Icaza <miguel@ximian.com>
32843 * Experiment successful: Use System.Type rather that our own
32846 2001-05-25 Miguel de Icaza <miguel@ximian.com>
32848 * cs-parser.jay: Removed nsAliases from here.
32850 Use new namespaces, handle `using XXX;'
32852 * namespace.cs: Reimplemented namespace handling, use a recursive
32853 definition of the class. Now we can keep track of using clauses
32854 and catch invalid using clauses.
32856 2001-05-24 Miguel de Icaza <miguel@ximian.com>
32858 * gen-treedump.cs: Adapted for all the renaming.
32860 * expression.cs (Expression): this class now has a Type property
32861 which returns an expression Type.
32863 (Probe::, New::, TypeOf::, SizeOf::, Constant::): renamed from
32864 `Type', as this has a different meaning now in the base
32866 2001-05-22 Miguel de Icaza <miguel@ximian.com>
32868 * interface.cs, class.cs: Removed from all the sources the
32869 references to signature computation, as we can not do method
32870 signature computation during the parsing time, as we are not
32871 trying to solve at that point distinguishing:
32875 void a (NS.Blah x) {}
32878 Which depending on the context might be valid or not, as we do not
32879 know if Blah is the same thing as NS.Blah at that point.
32881 * Redid everything so the code uses TypeRefs now instead of
32882 Types. TypeRefs are just temporary type placeholders, that need
32883 to be resolved. They initially have a pointer to a string and the
32884 current scope in which they are used. This is used later by the
32885 compiler to resolve the reference to an actual Type.
32887 * DeclSpace is no longer a CIR.Type, and neither are
32888 TypeContainers (Class and Struct) nor Interfaces nor Enums. They
32889 are all DeclSpaces, but no Types.
32891 * type.cs (TypeRefManager): This implements the TypeRef manager,
32892 which keeps track of all the types that need to be resolved after
32893 the parsing has finished.
32895 2001-05-13 Miguel de Icaza <miguel@ximian.com>
32897 * ARGH. We are going to have to store `foreach' as a class rather
32898 than resolving it, as we need to verify error 1579 after name
32899 resolution. *OR* we could keep a flag that says `This request to
32900 IEnumerator comes from a foreach statement' which we can then use
32901 to generate the error.
32903 2001-05-10 Miguel de Icaza <miguel@ximian.com>
32905 * class.cs (TypeContainer.AddMethod): we now add methods to the
32906 MethodGroup instead of the method hashtable.
32908 * expression.cs: Add MethodGroup abstraction, which gets us one
32909 step closer to the specification in the way we handle method
32912 * cs-parser.jay (primary_expression): qualified_identifier now
32913 tried to match up an identifier to a local variable reference or
32914 to a parameter reference.
32916 current_local_parameters is now a parser global variable that
32917 points to the current parameters for the block, used during name
32920 (property_declaration): Now creates an implicit `value' argument to
32923 2001-05-09 Miguel de Icaza <miguel@ximian.com>
32925 * parameter.cs: Do not use `param' arguments as part of the
32926 signature, per the spec.
32928 2001-05-08 Miguel de Icaza <miguel@ximian.com>
32930 * decl.cs: Base class for classes, structs and interfaces. This
32931 is the "Declaration Space"
32933 * cs-parser.jay: Use CheckDef for checking declaration errors
32934 instead of having one on each function.
32936 * class.cs: Factor out some code for handling error handling in
32937 accordance to the "Declarations" section in the "Basic Concepts"
32938 chapter in the ECMA C# spec.
32940 * interface.cs: Make all interface member classes derive from
32941 InterfaceMemberBase.
32943 2001-05-07 Miguel de Icaza <miguel@ximian.com>
32945 * Many things: all interfaces are parsed and generated in
32946 gen-treedump. Support for member variables, constructors,
32947 destructors, properties, constants is there.
32949 Beginning of the IL backend, but very little done, just there for
32952 2001-04-29 Miguel de Icaza <miguel@ximian.com>
32954 * cs-parser.jay: Fix labeled statement.
32956 * cs-tokenizer.cs (escape): Escape " and ' always.
32957 ref_line, ref_name: keep track of the line/filename as instructed
32958 by #line by the compiler.
32961 2001-04-27 Miguel de Icaza <miguel@ximian.com>
32963 * System.CodeDOM/CodeBinaryOperatorExpression.cs: Rearrange enum
32964 to match the values in System.CodeDOM.
32966 Divid renamed to Divide.
32968 * System.CodeDOM/CodeForLoopStatement.cs: Always have valid
32970 (Statements.set): remove.
32972 * System.CodeDOM/CodeCatchClause.cs: always have a valid
32975 * System.CodeDOM/CodeIfStatement.cs: trueStatements and
32976 falseStatements always have valid values.
32978 * cs-parser.jay: Use System.CodeDOM now.