* xbuild/Microsoft.Common.targets (_RecordCleanFile): Append list of
[mcs.git] / mcs / ChangeLog
blob89b8a07ce16939563f9060fea786fd9c23958103
1 2010-02-03  Miguel de Icaza  <miguel@novell.com>
3         * driver.cs: Change the --fatal flag to allow a number to be
4         passed, this ignores the first N fatal errors.   Useful to debug
5         errors that do not happen on the first hit.
7         * cs-parser.jay (invocation_expression): accept both the
8         CLOSE_PARENS and COMPLETE_COMPLETION, this allows completions
9         inside an invocation.
11         * driver.cs: Expose FatalErrors.
13         * eval.cs: Initialize the printer's Fatal property from the
14         Driver's FatalError flag, this allows csharp --fatal to work
15         again. 
17         Add support for calling Describe (typeof (TYPE)) if the expression
18         entered is a TYPE.
19         
21 2010-02-02  Marek Safar  <marek.safar@gmail.com>
23         A fix for bug #574991
24         * rootcontext.cs, class.cs, driver.cs: Hide enhanced warnings behind
25         --lint.
27 2010-02-02  Marek Safar  <marek.safar@gmail.com>
29         A fix for bug #575986
30         * expression.cs: Don't mutate typeof type definitions.
32 2010-01-28  Marek Safar  <marek.safar@gmail.com>
34         * decl.cs: Use only one set of modifiers.
36 2010-01-26  Marek Safar  <marek.safar@gmail.com>
38         A fix for bug #573329
39         * eval.cs: Don't disable error reporting completely on silent mode.
40         
41 2010-01-25  Marek Safar  <marek.safar@gmail.com>
43         A fix for bug #573312
44         * constant.cs, expression.cs, ecore.cs: Emit correct offset for
45         pointer index of unknown size types greater than 2.
47 2010-01-15  Marek Safar  <marek.safar@gmail.com>
49         * *.cs: Use only 1 member kind enum.
51 2010-01-15  Marek Safar  <marek.safar@gmail.com>
53         * *.cs: Add event specification.
55 2010-01-14  Marek Safar  <marek.safar@gmail.com>
57         * membercache.cs: Extracted from decl.cs.
58         
59         * *.cs: Put more infrastructure in place.
61 2010-01-13  Marek Safar  <marek.safar@gmail.com>
63         * *.cs: Add property specification, unused yet.
65 2010-01-13  Marek Safar  <marek.safar@gmail.com>
67         * property.cs: Move all property based declarations into a new file.
69 2010-01-13  Marek Safar  <marek.safar at gmail.com>
71         * expression.cs (Conditional): Resolve reduced expression.
73 2010-01-13  Marek Safar  <marek.safar at gmail.com>
75         * *.cs: Introduced non-generic method specification.
77 2010-01-07  Marek Safar  <marek.safar@gmail.com>
79         * method.cs: Move all method based declarations into a new file.
81 2010-01-07  Marek Safar  <marek.safar@gmail.com>
83         * *.cs: Extract field specification.
85 2009-12-17  Marek Safar  <marek.safar@gmail.com>
87         * field.cs: Extracted from class.cs
89 2009-12-15  Marek Safar  <marek.safar@gmail.com>
91         * attribute.cs (GetFixedBuffer): Work on field definition only.
93 2009-12-15  Marek Safar  <marek.safar@gmail.com>
95         * *.cs: Clean up NET_4_0 conditional where possible.
97 2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>
99         support.cs (DynamicType): Assembly property returns the assembly builder.
100         This is required due to how compiler context works in corlib.
102 2009-12-14  Marek Safar  <marek.safar@gmail.com>
104         A fix for bug #564376
105         * assign.cs (LocalTemporary): Removed no longer needed special
106         by-ref handling.
108 2009-12-11  Marek Safar  <marek.safar@gmail.com>
110         * modifiers.cs, decl.cs, iterators.cs, const.cs, anonymous.cs,
111         class.cs, delegate.cs, cs-parser.jay, enum.cs: Turn modifiers into
112         enum for easier debugging.
114 2009-12-10  Marek Safar  <marek.safar@gmail.com>
116         * decl.cs, anonymous.cs, class.cs: Sealed Define it's now main entry
117         point.
118         
119         * parameter.cs, delegate.cs, dynamic.cs: Don't use builder methods
120         directly.
122 2009-12-10  Marek Safar  <marek.safar@gmail.com>
124         * cs-parser.jay, statement.cs: Handle parser error in code
125         completition.
127 2009-12-10  Marek Safar  <marek.safar@gmail.com>
129         * ecore.cs: Ignore base imported methods when they are already
130         in method bag.
131         
132         * eval.cs: Handle non-existent keys.
133         
134         * report.cs, driver.cs: Make fatal work with console printer only.
136 2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
138         * typemanager.cs (MakeGenericMethod): Fix stupid mistake.
140 2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
142         * typemanager.cs: Add MakeGenericMethod that checks if the method
143         is really the generic method definition.
145         ecore.cs (MethodGroupExpr:IsApplicable): Use new TypeManager function
146         to inflate generic methods.
148 2009-12-08  Marek Safar  <marek.safar@gmail.com>
150         A fix for bug #561149
151         * anonymous.cs: Use actual type parameters when checking for generic
152         method host.
154 2009-12-08  Marek Safar  <marek.safar@gmail.com>
156         A fix for bug #561369
157         * expression.cs (DoNumericPromotion): Fixed typo.
159 2009-12-08  Marek Safar  <marek.safar@gmail.com>
161         *.cs: Moving to generics world.
163         cs-parser.jay: Removed current_array_type.
165 2009-12-07  Marek Safar  <marek.safar@gmail.com>
167         *.cs: Moving to generics world.
169 2009-12-04  Marek Safar  <marek.safar@gmail.com>
171         *.cs: Moving to generics world (day 2).
173 2009-12-03  Marek Safar  <marek.safar@gmail.com>
175         *.cs: Moving to generics world.
177 2009-12-02  Marek Safar  <marek.safar@gmail.com>
179         * typemanager.cs, parameter.cs, class.cs, delegate.cs, attribute.cs:
180         Encode dynamic type attribute for elements where attributes cannot
181         be used.
183 2009-12-01  Marek Safar  <marek.safar@gmail.com>
185          argument.cs, assign.cs, expression.cs, cs-parser.jay: Named
186          arguments by ref.
188 2009-12-01  Marek Safar  <marek.safar@gmail.com>
190         A fix for bug #360455
191         * class.cs: Never report a unused warning for generic events to
192         workaround wrong expression type.
194 2009-11-30  Marek Safar  <marek.safar@gmail.com>
196         A fix for bug #558305
197         * decl.cs, class.cs: Check partial method definitions using correct
198         flag.
200 2009-11-30  Marek Safar  <marek.safar@gmail.com>
202         * argument.cs: Don't cache rarely used dynamic flag.
204 2009-11-27  Marek Safar  <marek.safar@gmail.com>
206         * cs-parser.jay: Use jay global stacks (saves over 3MB for corlib).
208 2009-11-27  Marek Safar  <marek.safar@gmail.com>
210         * ecore.cs (SimpleName): Removed no longer needed in_transit as
211         Resolve is now non-reentrant (saves ~0.6MB for corlib).
213 2009-11-26  Marek Safar  <marek.safar@gmail.com>
215         A fix for bug #545081
216         * decl.cs: Check private nested types of nested types recursively.
218 2009-11-26  Marek Safar  <marek.safar@gmail.com>
220         A fix for bug #558305
221         * location.cs: Ignore self referencing #line directive
223 2009-11-26  Marek Safar  <marek.safar@gmail.com>
225         A fix for bug #558292
226         * class.cs: Allow single unsafe fixed buffer fields.
228 2009-11-26  Marek Safar  <marek.safar@gmail.com>
230         * expression: Optimize few more zero-based operations.
232 2009-11-26  Marek Safar  <marek.safar@gmail.com>
234         * cs-tokenizer.cs, cs-parser.jay: Simplify literal parsing, also
235         avoids boxing of literal values.
237 2009-11-26  Marek Safar  <marek.safar@gmail.com>
239         * cs-tokenizer.cs, argument.cs, eval.cs, linq.cs, decl.cs,
240         expression.cs, ecore.cs, location.cs, cs-parser.jay, attribute.cs,
241         codegen.cs: LocatedToken redesing to avoid excessive allocation and
242         boxing (saves ~7MB for corlib). Also fixes presise token location.
244 2009-11-25  Marek Safar  <marek.safar@gmail.com>
246         * ecore.cs, cs-parser.jay: Keep parser structures local. Share
247         common data buckers.
249 2009-11-24  Marek Safar  <marek.safar@gmail.com>
251         * expression.cs: Lower static array initializer barrier.
252         
253         * support.cs, driver.cs: Share reader buffer.
255 2009-11-23  Marek Safar  <marek.safar@gmail.com>
257         * cs-tokenizer.cs, support.cs: Some tokenizer optimizations.
259 2009-11-23  Marek Safar  <marek.safar@gmail.com>
261         * cs-tokenizer.cs, support.cs: Use Dictionary instead of Hashtable,
262         cleanup some obsolete code.
264 2009-11-20  Marek Safar  <marek.safar@gmail.com>
266         * context.cs, expression.cs, ecore.cs, complete.cs: Cleaned up
267         Expression.Resolve.
269 2009-11-20  Marek Safar  <marek.safar@gmail.com>
271         * *.cs: Resolved expressions are never resolved again, this helps to
272         uncover some not easy to find bugs and improve the performance.
274 2009-11-19  Marek Safar  <marek.safar@gmail.com>
276         * *.cs: Made constant expressions fully compatible with any other
277         expression.
279 2009-11-19  Marek Safar  <marek.safar@gmail.com>
281         * *.cs: DoResolve is a worker method and has to be protected.
283 2009-11-18  Marek Safar  <marek.safar@gmail.com>
285         * *.cs: More context specific handling.
287 2009-11-17  Marek Safar  <marek.safar@gmail.com>
289         * *.cs: More context specific handling.
291 2009-11-16  Marek Safar  <marek.safar@gmail.com>
293         * dynamic.cs, class.cs: Removed few fixed user types conversions.
294         
295         * symbolwriter.cs: Uses public ILOffset.
297 2009-11-13  Marek Safar  <marek.safar@gmail.com>
299         A fix for bug #553650
300         * generic.cs: Another missing TypeToCoreType, still too many to fix.
302 2009-11-13  Marek Safar  <marek.safar@gmail.com>
304         A fix for bug #555170
306         * class.cs, delegate.cs, enum.cs: Constants have to be available
307         for parameters resolve.
309 2009-11-12  Marek Safar  <marek.safar@gmail.com>
311         * typemanager.cs, argument.cs, support.cs, delegate.cs: Dynamic
312         arrays.
314 2009-11-12  Marek Safar  <marek.safar@gmail.com>
316         * argument.cs, context.cs, expression.cs, ecore.cs: Dynamic binding
317         with a statically known candidate set.
319 2009-11-11  Scott Peterson  <lunchtimemama@gmail.com>
321         * generic.cs: Made type inflation for generic constraint checks
322         recursive. This fixes BGO #553655.
324 2009-11-11  Marek Safar  <marek.safar@gmail.com>
326         * dynamic.cs, decl.cs, expression.cs, ecore.cs: More dynamic type
327         checks.
329 2009-11-10  Marek Safar  <marek.safar@gmail.com>
331         * typemanager.cs, generic.cs, parameter.cs, argument.cs, dynamic.cs,
332         linq.cs, rootcontext.cs, ecore.cs, class.cs, delegate.cs,
333         attribute.cs: Add some dynamic error checking.
335 2009-11-07  Marek Safar  <marek.safar@gmail.com>
337         A fix for bug #553465
339         * expression.cs: Fixed mixed version of expression tree anonymous
340         type.
342 2009-11-06  Marek Safar  <marek.safar@gmail.com>
344         A fix for bug #553031
346         * linq.cs, expression.cs, class.cs, cs-parser.jay: Initialize
347         expression tree version of anonymous type with members declaration.
349 2009-11-05  Marek Safar  <marek.safar@gmail.com>
351         * parameter.cs: Handle nullable parameter default expression.
352         
353         * argument.cs, dynamic.cs, expression.cs, support.cs, ecore.cs,
354         class.cs, attribute.cs: Check for wrong dynamic arguments.
356 2009-11-05  Marek Safar  <marek.safar@gmail.com>
358         * statement.cs: Dynamic statements.
360 2009-11-04  Marek Safar  <marek.safar@gmail.com>
362         * dynamic.cs, assign.cs, context.cs, expression.cs, ecore.cs:
363         Compound assignments over dynamic type.
365 2009-11-03  Marek Safar  <marek.safar@gmail.com>
367         * argument.cs, dynamic.cs, expression.cs, delegate.cs: Dynamic
368         constructor arguments.
370 2009-10-30  Marek Safar  <marek.safar@gmail.com>
372         * dynamic.cs, convert.cs, assign.cs, constant.cs, expression.cs,
373         codegen.cs: Unary mutator on dynamic member access expression.
375 2009-10-29  Marek Safar  <marek.safar@gmail.com>
377         A fix for bug #550580   
378         * convert.cs: Don't eliminate explicit precission casts.
380 2009-10-28  Marek Safar  <marek.safar@gmail.com>
382         A fix for bug #550404
383         
384         * parameter.cs, iterators.cs, context.cs, anonymous.cs,
385         expression.cs, statement.cs, ecore.cs: Quote any nested expression
386         tree.
388 2009-10-27  Marek Safar  <marek.safar@gmail.com>
390         * constant.cs, nullable.cs: Create nullable-null as LiftedNull
391         constant.
392         
393         * class.cs: Allow nullable binary user operators.
395 2009-10-26  Marek Safar  <marek.safar@gmail.com>
397         * expression.cs: Move binary expression optimization at the end of
398         resolve.
400 2009-10-23  Marek Safar  <marek.safar@gmail.com>
402         * constant.cs, nullable.cs, expression.cs, literal.cs, cfold.cs:
403         Separate NullConstant from NullLiteral.
405 2009-10-23  Marek Safar  <marek.safar@gmail.com>
407         * typemanager.cs, eval.cs, decl.cs, roottypes.cs, context.cs,
408         anonymous.cs, expression.cs, rootcontext.cs, ecore.cs, class.cs,
409         flowanalysis.cs, cs-parser.jay, driver.cs, codegen.cs: Split
410         ModuleContainer. Add common unclosed member check routine.
412 2009-10-22  Marek Safar  <marek.safar@gmail.com>
414         * argument.cs: Use literal flag for real literals only.
416         * dynamic.cs: Use correct return type for custom delegates.
418 2009-10-22  Marek Safar  <marek.safar@gmail.com>
420         * dynamic.cs, expression.cs: Pass logical binary flag to dynamic
421         resolver.
423 2009-10-22  Marek Safar  <marek.safar@gmail.com>
425         * dynamic.cs, ecore.cs: Dynamic invocation with void return type.
427 2009-10-21  Marek Safar  <marek.safar@gmail.com>
429         * dynamic.cs, convert.cs, expression.cs, ecore.cs: Wrap array index
430         conversion.
432 2009-10-21  Marek Safar  <marek.safar@gmail.com>
434         * typemanager.cs, dynamic.cs, expression.cs: Don't resolve runtime
435         binder flags.
437 2009-10-20  Marek Safar  <marek.safar@gmail.com>
439         * argument.cs, dynamic.cs, expression.cs: Latest API update.
441 2009-10-19  Marek Safar  <marek.safar@gmail.com>
443         * typemanager.cs, expression.cs: Dynamic array initializer.
445 2009-10-16  Marek Safar  <marek.safar@gmail.com>
447         * typemanager.cs, rootcontext.cs: Clear -nostdlib flag when object
448         is imported.
450 2009-10-16  Marek Safar  <marek.safar@gmail.com>
452         A fix for bug #493523, #507067
453         * convert.cs, nullable.cs, expression.cs: Do implicit and explicit
454         standard nullable conversion using underlying standard conversion
455         and not full conversion.
457 2009-10-15  Marek Safar  <marek.safar@gmail.com>
459         * dynamic.cs, expression.cs, ecore.cs, delegate.cs: Check return
460         type in VerifyArgumentsCompat.
462 2009-10-15  Marek Safar  <marek.safar@gmail.com>
464         * nullable.cs, expression.cs, statement.cs, namespace.cs, ecore.cs:
465         Reject variable used with type arguments.
467 2009-10-14  Marek Safar  <marek.safar@gmail.com>
469         * argument.cs, dynamic.cs, assign.cs, expression.cs, ecore.cs:
470         Implement dynamic expressions assignment.
472 2009-10-14  Marek Safar  <marek.safar@gmail.com>
474         * expression.cs: Build underlying expression when resolving unary
475         mutators.
477 2009-10-14  Marek Safar  <marek.safar@gmail.com>
479         * expression.cs: Emit enum array initializer using binary blob.
481 2009-10-08  Marek Safar  <marek.safar@gmail.com>
483         * typemanager.cs, constant.cs: Optimize decimal constants which fit
484         to long range.
486 2009-10-07  Marek Safar  <marek.safar@gmail.com>
488         * typemanager.cs: Reset object_type.
489         
490         * assign: Made SimpleAssign public.
492 2009-10-06  Marek Safar  <marek.safar@gmail.com>
494         * typemanager.cs, decl.cs, namespace.cs, ecore.cs, class.cs: Pass
495         invocation assembly to IsThisOrFriendAssembly.
497 2009-10-05  Marek Safar  <marek.safar@gmail.com>
499         * expression.cs: Equality comparison of generic parameter with
500         class constraint.
502 2009-10-05  Marek Safar  <marek.safar@gmail.com>
504         A fix for bug #543570
505         * generic.cs: Import predefined constraints correctly.
507 2009-10-02  Marek Safar  <marek.safar@gmail.com>
509         * ecore.cs: Don't crash on overloads with optional paremeters where
510         arguments count overflows.
511         
512         * parameter.cs: Import optional parameter constants using optional
513         value type.
515 2009-10-01  Marek Safar  <marek.safar@gmail.com>
517         * Makefile: Default is gmcs compiler.
519 2009-10-01  Marek Safar  <marek.safar@gmail.com>
521         * cs-parser.jay: Fixed few NRE.
523 2009-10-01  Marek Safar  <marek.safar@gmail.com>
525         * cs-parser.jay, driver.cs: Expose parser exception in verbose mode.
527 2009-09-30  Marek Safar  <marek.safar@gmail.com>
529         * linq.cs, convert.cs, assign.cs, expression.cs, ecore.cs: Add
530         ShimExpression, ImplicitCast.
532 2009-09-30  Marek Safar  <marek.safar@gmail.com>
534         A fix for bug #542959
535         * delegate.cs: Emit correct delegate instance variable when there
536         are static and non-static overloads.
538 2009-09-29  Marek Safar  <marek.safar@gmail.com>
540         * dynamic.cs, linq.cs, anonymous.cs, expression.cs, statement.cs,
541         ecore.cs, cs-parser.jay: Unary expression dynamic compiler.
543 2009-09-28  Marek Safar  <marek.safar@gmail.com>
545         A fix for bug #542487
546         * ecore.cs: Resolve extension methods hidden by properties.
548 2009-09-25  Marek Safar  <marek.safar@gmail.com>
550         * expression.cs, ecore.cs: More dynamic binary expressions.
552 2009-09-22  Marek Safar  <marek.safar@gmail.com>
554         * nullable.cs, expression.cs: Fixed null lifted conversion for
555         bitwise enum operations.
557 2009-09-22  Marek Safar  <marek.safar@gmail.com>
559         * convert.cs, ecore.cs: Fixed explicit unsafe coversion of long
560         values in checked context.
562 2009-09-22  Marek Safar  <marek.safar@gmail.com>
564         * expression.cs, ecore.cs: Fixed array index constant conversion.
566 2009-09-20  Miguel de Icaza  <miguel@novell.com>
568         * expression.cs: Do not crash when MemberLookup returns something
569         that is not a MemberExpr here.   Report error 582 instead. 
571         Fixes #499988.
573 2009-09-18  Marek Safar  <marek.safar@gmail.com>
575         * decl.cs, class.cs: Check protected property accessors.
577 2009-09-18  Marek Safar  <marek.safar@gmail.com>
579         * dynamic.cs, assign.cs: Dynamic compound assignment.
581 2009-09-17  Marek Safar  <marek.safar@gmail.com>
583         * expression.cs: Fixed compound assignment explicit conversion.
585 2009-09-17  Marek Safar  <marek.safar@gmail.com>
587         * expression.cs, ecore.cs: Cannot infer variables from method group.
589 2009-09-16  Marek Safar  <marek.safar@gmail.com>
591         * argument.cs, dynamic.cs, convert.cs, context.cs, anonymous.cs,
592         constant.cs, nullable.cs, expression.cs, literal.cs, ecore.cs,
593         codegen.cs: Dynamic binary operations scaffolding.
595 2009-09-15  Marek Safar  <marek.safar@gmail.com>
597         * expression.cs: Fixes nullable promotion for enum type variables.
599 2009-09-11  Marek Safar  <marek.safar@gmail.com>
601         * driver.cs, dynamic.cs: Reset more static variables.
603 2009-09-11  Marek Safar  <marek.safar@gmail.com>
605         * dynamic.cs, expression.cs, rootcontext.cs, namespace.cs, ecore.cs,
606         driver.cs: Introduced Expression::MakeExpression.
608 2009-09-11  Marek Safar  <marek.safar@gmail.com>
610         * eval.cs: Exposed MessageOutput instead of cleaning up eval API.
612 2009-09-09  Marek Safar  <marek.safar@gmail.com>
614         * eval.cs, report.cs: Use Console.Out for all eval error or warning
615         output.
617 2009-09-09  Marek Safar  <marek.safar@gmail.com>
619         A fix for bug #518707
620         * expression.cs (Is): Optimize only generic parameter type
621         expression probing value type generic parameter.
623 2009-09-09  Marek Safar  <marek.safar@gmail.com>
625         A fix for bug #532571
626         * ecore.cs: Check for simple name type arguments used with
627         non-generic type.
629 2009-09-08  Marek Safar  <marek.safar@gmail.com>
631         A fix for bug #497421
632         * generic.cs (CheckConstraint): Don't use buildin types to check for
633         parameterless constructor.
635 2009-09-08  Marek Safar  <marek.safar@gmail.com>
637         A fix for bug #537402
638         * generic.cs (CheckConstraint): Correctly inflate generic type
639         arguments when checking generic method. 
641 2009-09-08  Marek Safar  <marek.safar@gmail.com>
643         A fix for bug #536463
644         * decl.cs (AddToContainer): Don't report collision between explicit
645         and parameterless non-explicit members.
647 2009-09-08  Marek Safar  <marek.safar@gmail.com>
649         * eval.cs: Reset more static stuff.
651 2009-09-07  Marek Safar  <marek.safar@gmail.com>
653         A fix for bug #324625
654         * expression.cs, ecore.cs: Create nested generic type expression
655         using declaring and not current type.
657 2009-09-07  Marek Safar  <marek.safar@gmail.com>
659         * *.cs: Changed Report class to accept various output printers and
660         be an instance class. An expression resolver can now use different
661         message reporter for each call and Report.Error can safely throw
662         an exception. Part of ongoing work to turn mcs into proper library.
664 2009-09-04  Marek Safar  <marek.safar@gmail.com>
666         * statement.cs, ecore.cs: Removed error reporting from emit code.
668 2009-09-04  Marek Safar  <marek.safar@gmail.com>
670         * cs-parser.jay, parameter.cs: Moved parser check out of constructor
672 2009-09-03  Marek Safar  <marek.safar@gmail.com>
674         * anonymous.cs, expression.cs, statement.cs, cs-parser.jay: Moved
675         parser checks out of constructors.
677 2009-09-02  Marek Safar  <marek.safar@gmail.com>
679         * expression.cs, statement.cs, ecore.cs: Use common Report.Error.
681 2009-09-02  Marek Safar  <marek.safar@gmail.com>
683         A fix for bug #535448
684         * anonymous.cs, class.cs: Copy return label between all contexts.
686 2009-09-02  Marek Safar  <marek.safar@gmail.com>
688         A fix for bug #535395
689         * namespace.cs: Resolve context can be null.
691 2009-08-25  Marek Safar  <marek.safar@gmail.com>
693         A fix for bug #533912
694         * generic.cs: Use correct context for constraints resolving.
696 2009-08-25  Marek Safar  <marek.safar@gmail.com>
698         A fix for bug #532630
699         * driver.cs: Trim conditional symbols.
701 2009-08-25  Marek Safar  <marek.safar@gmail.com>
703         * context.cs: New file.
704         
705         * *.exe.sources, *.csproj: Updated.
707 2009-08-25  Marek Safar  <marek.safar@gmail.com>
709         * generic.cs, parameter.cs, decl.cs, statement.cs, namespace.cs,
710         class.cs, generic-mcs.cs, codegen.cs: Add GetSignatureForError to
711         IMembercontext, some small cleanups.
713 2009-08-24  Marek Safar  <marek.safar@gmail.com>
715         * *.cs: Split ResolveContext and EmitContext.
717 2009-08-24  Marek Safar  <marek.safar@gmail.com>
719         * *.cs: Only ResolveContext implements IMemberContext.
721 2009-08-21  Marek Safar  <marek.safar@gmail.com>
723         * *.cs: Renamed IResolveContext to IMemberContext.
725 2009-08-21  Marek Safar  <marek.safar@gmail.com>
727         * *.cs: Detached ResolveContext from EmitContext.
729 2009-08-21  Marek Safar  <marek.safar@gmail.com>
731         * codegen.cs: Moved flow-analysis to BlockContext.
733 2009-08-21  Marek Safar  <marek.safar@gmail.com>
735         * *.cs: Detached BlockContext from EmitContext.
737 2009-08-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
739         * statement.cs: avoid nullref when the return value of GetEnumerator()
740         does not contain any MoveNext() method.
742 2009-08-19  Marek Safar  <marek.safar@gmail.com>
744         * *.cs: Removed IResolveContext::GenericDeclContainer.
746 2009-08-19  Marek Safar  <marek.safar@gmail.com>
748         * class.cs, delegate.cs: Changed Delegate to be TypeContainer based.
750 2009-08-19  Marek Safar  <marek.safar@gmail.com>
752         * generic.cs, iterators.cs, expression.cs, statement.cs, ecore.cs,
753         cs-parser.jay, attribute.cs, codegen.cs: Better error reports.
755 2009-08-18  Marek Safar  <marek.safar@gmail.com>
757         * *.cs: Removed boolean fields from EmitContext.
759 2009-08-18  Marek Safar  <marek.safar@gmail.com>
761         * *.cs: Add IResolveContext::IsStatic.
763 2009-08-18  Marek Safar  <marek.safar@gmail.com>
765         * *.cs: Moved TopBlock's methods from EmitContext to TopBlock.
767 2009-08-17  Marek Safar  <marek.safar@gmail.com>
769         * *.cs: Removed DeclContainer from EmitContext.
771 2009-08-17  Marek Safar  <marek.safar@gmail.com>
773         * *.cs: Add IResolveContext::CurrentTypeParameters.
775 2009-08-14  Marek Safar  <marek.safar@gmail.com>
777         * *.cs: Removed TypeContainer and ContainerType from EmitContext.
779 2009-08-14  Marek Safar  <marek.safar@gmail.com>
781         * decl.cs, expression.cs, namespace.cs, ecore.cs, class.cs,
782         codegen.cs: Add IResolveContext::LookupExtensionMethod.
784 2009-08-13  Marek Safar  <marek.safar@gmail.com>
786         * decl.cs: Look in PartialContainer for parent type parameters.
788 2009-08-13  Marek Safar  <marek.safar@gmail.com>
790         * decl.cs, namespace.cs, ecore.cs, class.cs, attribute.cs,
791         codegen.cs: Add IResolveContext::LookupTypeParameter.
793 2009-08-13  Marek Safar  <marek.safar@gmail.com>
795         * lambda.cs, expression.cs, statement.cs, namespace.cs, ecore.cs:
796         Moved resolved logic from Emit to Resolve.
798 2009-08-13  Marek Safar  <marek.safar@gmail.com>
800         * parameter.cs, decl.cs, roottypes.cs, class.cs, attribute.cs,
801         codegen.cs: Reworked atttributes handling of ResolveContext.
803 2009-08-12  Marek Safar  <marek.safar@gmail.com>
805         * decl.cs, ecore.cs, class.cs, attribute.cs, codegen.cs: Pushed
806         LookupNamespaceOrType to ResolveContext.
808 2009-08-12  Marek Safar  <marek.safar@gmail.com>
810         * typemanager.cs, decl.cs, expression.cs, namespace.cs, ecore.cs,
811         class.cs: Removed unused parameters and methods.
813 2009-08-11  Marek Safar  <marek.safar@gmail.com>
815         * generic.cs, lambda.cs, anonymous.cs, statement.cs, generic-mcs.cs,
816         codegen.cs: Finding the best common type of a set of expressions for
817         lambda statements.
819 2009-08-07  Marek Safar  <marek.safar@gmail.com>
821         * dynamic.cs, expression.cs: More dynamic conversions.
823 2009-08-06  Miguel de Icaza  <miguel@novell.com>
825         * generic.cs: This loop was incorrect, it was increment ii, but
826         checking for `i'.  This was a change introduced to fix #327497,
827         now we fix #424012.
829         * class.cs: Catch another case for cs0533 error, fixes #324782.
831 2009-08-06 Rodrigo Kumpera  <rkumpera@novell.com>
833         * typemanager.cs (GetGenericArguments): SRE returns null for
834         generic methods on type builder instances if they are not generic
835         themselves. For example, for Foo<int>::Bar() it returns null, but
836         not for Foo<int>::Bar<>() or Foo<int>::Bar<double>().
838 2009-08-05  Marek Safar  <marek.safar@gmail.com>
840         * argument.cs, dynamic.cs, expression.cs, ecore.cs, class.cs,
841         delegate.cs: Work on dynamic binding.
843 2009-08-04  Marek Safar  <marek.safar@gmail.com>
845         A second fix for bug #525342
846         * class.cs: Attach partial method attributes to method
847         implementation.
849 2009-08-03  Marek Safar  <marek.safar@gmail.com>
851         * typemanager.cs, parameter.cs, support.cs, class.cs: Dynamic type
852         restrictions.
853         
854         * rootcontext.cs: Default to langversion v4.
856 2009-08-03  Marek Safar  <marek.safar@gmail.com>
858         * pending.cs: Check return type before member info is set.
860 2009-08-03  Marek Safar  <marek.safar@gmail.com>
862         * anonymous.cs: Fully initialize generic hoisted field expression.
864 2009-08-02  Miguel de Icaza  <miguel@novell.com>
866         * cs-parser.jay: Flag variables declared on the interactive shell
867         as used to prevent the 168 warning about local variable not being
868         used. 
870 2009-07-31  Marek Safar  <marek.safar@gmail.com>
872         * parameter.cs, dynamic.cs, support.cs, class.cs, delegate.cs,
873         attribute.cs: Emit dynamic export attribute.
875 2009-07-30  Marek Safar  <marek.safar@gmail.com>
877         * expression.cs: More verifier work.
879 2009-07-29  Marek Safar  <marek.safar@gmail.com>
881         * nullable.cs: Fixed SRE crash during corlib compilation.
883 2009-07-29  Marek Safar  <marek.safar@gmail.com>
885         * generic.cs, typemanager.cs, decl.cs, iterators.cs, convert.cs,
886         nullable.cs, expression.cs, ecore.cs, class.cs, attribute.cs:
887         More TypeManager.TypeToCoreType needed.
889 2009-07-29  Marek Safar  <marek.safar@gmail.com>
891         * anonymous.cs: Update after recent SRE fixes.
893 2009-07-28  Marek Safar  <marek.safar@gmail.com>
895         * typemanager.cs, expression.cs, ecore.cs, delegate.cs: Use correct
896         version of GetFieldHandle for fields of generic types.
898 2009-07-27  Marek Safar  <marek.safar@gmail.com>
900         * typemanager.cs, argument.cs, convert.cs, assign.cs, expression.cs,
901         ecore.cs: Add TypeManager.IsDynamicType,
902         PredefinedAttributes.Dynamic.
904 2009-07-27  Marek Safar  <marek.safar@gmail.com>
906         A fix for bug #415375
907         * expression.cs: Fixed object and reference type parameter
908         comparison.
910 2009-07-27  Marek Safar  <marek.safar@gmail.com>
912         A fix for bug #525342
913         * class.cs: Attach partial method attributes to method
914         implementation.
916 2009-07-24  Marek Safar  <marek.safar@gmail.com>
918         * argument.cs, dynamic.cs, expression.cs, class.cs, attribute.cs:
919         Dynamic arguments.
921 2009-07-24  Marek Safar  <marek.safar@gmail.com>
923         * anonymous.cs (MutateField): Add imported types handling.
925 2009-07-23  Marek Safar  <marek.safar@gmail.com>
927         * expression.cs, delegate.cs: Moved arguments resolve into their
928         counterparts expressions. Removed argument resolve from
929         CollectionElementInitializer.
931 2009-07-23  Marek Safar  <marek.safar@gmail.com>
933         A fix for bug #523683
934         * convert.cs, delegate.cs: Use common overload mechanism for method
935         group conversion check.
937 2009-07-22  Marek Safar  <marek.safar@gmail.com>
939         A fix for bug #523899
940         * generics.cs: Exact type inference with other bound types.
942 2009-07-22  Raja R Harinath  <harinath@hurrynot.org>
944         Don't complain when the same type is implemented by the output
945         assembly as well as multiple referenced assemblies
946         * namespace.cs (RootNamespace.LookupTypeReflection): Add
947         'must_be_unique' flag.
948         (GlobalRootNamespace): Update to changes.
949         (Namespace.LookupType): Pass 'must_be_unique' only when we don't
950         already have a type in hand.
952 2009-07-22  Marek Safar  <marek.safar@gmail.com>
954         * expression.cs: More verifier instrumentation.
955         
956         * statement.cs: Do proper throw expression conversion.
958 2009-07-22  Marek Safar  <marek.safar@gmail.com>
960         A fix for bug #522789
961         * expression.cs: Mutate invocation return type.
963 2009-07-16  Marek Safar  <marek.safar@gmail.com>
965         * anonymous.cs: Split assignable and readonly generated variable
966         references.
968 2009-07-16  Marek Safar  <marek.safar@gmail.com>
970         A fix for bug #521671
971         * statement.cs: Fixed crash when checking missing type.
973 2009-07-16  Marek Safar  <marek.safar@gmail.com>
975         * typemanager.cs, generic.cs, argument.cs, linq.cs, convert.cs,
976         assign.cs, expression.cs, statement.cs, support.cs, ecore.cs,
977         class.cs, driver.cs: Work on dynamic binding.
979         * dynamic.cs: New file.
981         * *.sources, *.proj: Updated.
983 2009-07-15  Marek Safar  <marek.safar@gmail.com>
985         * expression.cs (Conditional): Avoid double Resolve.
987 2009-07-13  Marcus Griep  <marcus@griep.us>
989         * ecore.cs: Fix obscure bug with resolving members of interfaces
990         that hide parent interface members. Fixes bug #444388 and corrects
991         bug #323096
993 2009-07-13  Marek Safar  <marek.safar@gmail.com>
995         * expression.cs (LocalVariableReference): Bounce resolve.
997 2009-07-10  Marek Safar  <marek.safar@gmail.com>
999         * typemanager.cs, lambda.cs, parameter.cs, convert.cs, anonymous.cs,
1000         expression.cs, literal.cs, ecore.cs, complete.cs: Moved internal
1001         types to new class.
1002         
1003         * support.cs: New dynamic type wrapper.
1005 2009-07-08  Marek Safar  <marek.safar@gmail.com>
1007         * ecore.cs, cs-parser.jay: Better error reporting for implicitly
1008         typed local variable.
1010 2009-07-06  Marek Safar  <marek.safar@gmail.com>
1012         A fix for bug #519005
1013         * anonymous.cs: Use null_type as no return type placeholder.
1015 2009-07-02  Marek Safar  <marek.safar@gmail.com>
1017         * generic.cs: Handle type inference of identical type parameters
1018         with different bounds.
1020 2009-07-01  Marek Safar  <marek.safar@gmail.com>
1022         * expression.cs, class.cs: Events variance.
1023         
1024         * cs-parser.jay: Interface events error messages.
1026 2009-07-01  Marek Safar  <marek.safar@gmail.com>
1028         * generic.cs, argument.cs: Updated type inference logic to C# 4.0.
1030 2009-06-29  Marek Safar  <marek.safar@gmail.com>
1032         * parameter.cs, convert.cs, expression.cs, class.cs: Default
1033         parameter expression can be value-type New.
1035         * cs-parser.jay: Clean up too many parameter modifier boolean flags.
1037 2009-06-26  Marek Safar  <marek.safar@gmail.com>
1039         * generic.cs, argument.cs, expression.cs, ecore.cs, cs-parser.jay:
1040         Implemented C# 4.0 named arguments.
1042 2009-06-24  Marek Safar  <marek.safar@gmail.com>
1044         * typemanager.cs, parameter.cs, iterators.cs, convert.cs,
1045         expression.cs, ecore.cs, delegate.cs: Removed unnecessary ArgList
1046         parameter modifier. Also fixes bug #515497.
1048 2009-06-24  Marek Safar  <marek.safar@gmail.com>
1050         * *.cs: Replaced ArrayList with Arguments in need of a nonsequential 
1051         arguments expression to be implemented.
1052         
1053         *.sources: Add argument.cs
1055 2009-06-23  Marek Safar  <marek.safar@gmail.com>
1057         * parameter.cs: Moved GetParameterIndexByName to base class.
1058         
1059         * expression.cs, statement.cs, ecore.cs, delegate.cs: Removed
1060         unused AType. Use argument's version of GetExpressionTree.
1062 2009-06-22  Marek Safar  <marek.safar@gmail.com>
1064         * expression.cs, cs-parser.jay, attribute.cs, codegen.cs: Named
1065         arguments grammar.
1067 2009-06-17  Marek Safar  <marek.safar@gmail.com>
1069         A fix for bug #514096
1070         * class.cs: Allow IntPtr/UIntPtr fields to be volatile.
1072 2009-06-17  Marek Safar  <marek.safar@gmail.com>
1074         * expression.cs: The first multi-dimensional array nested array
1075         initializers was not checked.
1076         
1077         * statement.cs (Switch): Fixed error message to reflect 2.0 changes.
1079 2009-06-17  Marek Safar  <marek.safar@gmail.com>
1081         A fix for bug #513400
1082         * nullable.cs (EmitEquality): Operands emit could be simplified for
1083         built-in types when we now emit user operators differently.
1085 2009-06-16  Marek Safar  <marek.safar@gmail.com>
1087         * ecore.cs: Report inaccessible delegate methods correctly.
1089 2009-06-16  Marek Safar  <marek.safar@gmail.com>
1091         * parameter.cs, expression.cs, ecore.cs, class.cs, delegate.cs,
1092         cs-parser.jay: Implemented C# 4.0 optional parameters.
1094 2009-06-16  Marek Safar  <marek.safar@gmail.com>
1096         * driver.cs: Removed broken DefineManifestResource.
1098 2009-06-16  Raja R Harinath  <harinath@hurrynot.org>
1100         * Makefile [net_2_0_bootstrap]: Don't explicitly mention net_1_1.
1101         Use $(BOOTSTRAP_PROFILE) instead.
1103 2009-06-12  Jb Evain  <jbevain@novell.com>
1105         * rootcontext.cs: add a Platform field.
1106         * driver.cs: handle /platform.
1107         * codegen.cs: pass the proper flags according to
1108         the platform when saving the assembly.
1110 2009-06-11  Marek Safar  <marek.safar@gmail.com>
1112         * parameter.cs, const.cs, report.cs, cs-parser.jay, attribute.cs:
1113         Add optional parameters grammar.
1115 2009-06-10  Marek Safar  <marek.safar@gmail.com>
1117         * eval.cs, anonymous.cs, report.cs, rootcontext.cs, cs-parser.jay,
1118         driver.cs: Split lang version and metadata version.
1120 2009-06-10  Marek Safar  <marek.safar@gmail.com>
1122         * decl.cs: Better overload ctor collision error message.
1124 2009-06-05  Jb Evain  <jbevain@novell.com>
1126         * driver.cs (EmbededResource): avoid using an internal method
1127         in gmcs to embed manifest resources.
1129 2009-06-04  Sebastien Pouliot  <sebastien@ximian.com>
1131         * generic.cs, parameter.cs: Avoid using 'var' so we can bootstrap
1132         the compiler from older mono versions (like moon's bots)
1134 2009-06-04  Marek Safar  <marek.safar@gmail.com>
1136         * namespace.cs (LookupTypeReflection): Ignore collisions between
1137         forwarded types.
1139 2009-06-04  Marek Safar  <marek.safar@gmail.com>
1141         * codegen.cs: Enabled generic type forwarders.
1143 2009-06-04  Marek Safar  <marek.safar@gmail.com>
1145         * dmcs.*: Add another version of SRE compiler.
1147 2009-06-03  Marek Safar  <marek.safar@gmail.com>
1149         * generic.cs, typemanager.cs, parameter.cs, convert.cs,
1150         generic-mcs.cs: Fixed variant type conversions.
1152 2009-06-02  Marek Safar  <marek.safar@gmail.com>
1154         A fix for bug #507863
1155         * codegen.cs: Fixes a crash on invalid string value attribute.
1157 2009-06-01  Marek Safar  <marek.safar@gmail.com>
1159         A fix for bug #508334
1160         * typemanager.cs, parameter.cs, convert.cs, expression.cs, ecore.cs,
1161         cs-parser.jay: Fully import __arglist modifier.
1163 2009-05-29  Marek Safar  <marek.safar@gmail.com>
1165         * generic.cs, typemanager.cs, parameter.cs, ecore.cs, class.cs,
1166         delegate.cs, generic-mcs.cs: Rewrote type variance checks to
1167         actually work with closed generic types.
1169 2009-05-27  Alan McGovern  <amcgovern@novell.com>
1171         * class.cs, decl.cs, delegate.cs, parameter.cs: 
1172         Fix the build by replacing the use of 'var' with the actual type.
1174 2009-05-27  Marek Safar  <marek.safar@gmail.com>
1176         * generic.cs, parameter.cs, decl.cs, ecore.cs, class.cs, delegate.cs
1177     cs-parser.jay, generic-mcs.cs: Report wrong variant types
1178         declarations.
1179           
1180         * driver.cs, rootcontext.cs, report.cs: Add 3.0 language version
1181         filter.
1183 2009-05-26  Rodrigo Kumpera  <rkumpera@novell.com>
1184                         Marek Safar  <marek.safar@gmail.com>
1186         A fix for bug #377509
1187         * parameter.cs: Use predefined and not empty name for implicit
1188         setters.
1190 2009-05-21  Marek Safar  <marek.safar@gmail.com>
1192         * class.cs: Don't report wrong warnings for event fields.
1194 2009-05-21  Marek Safar  <marek.safar@gmail.com>
1196         A fix for bug #504667
1197         * class.cs: Check for static class using parent container instead of
1198         parent type.
1200 2009-05-08  Marek Safar  <marek.safar@gmail.com>
1202         A fix for bug #496922
1203         * expression.cs: Always use temporary variable when using object
1204         initializer.
1206 2009-04-28  Marek Safar  <marek.safar@gmail.com>
1208         A fix for bug #495112
1209         * class.cs (IsUnmanagedType): Handle recursive unmanaged types using
1210         local cache.
1212 2009-04-27  Miguel de Icaza  <miguel@novell.com>
1214         * driver.cs: Add a flag to work as a replacement for CSC in VS.
1216 2009-04-24  Miguel de Icaza  <miguel@novell.com>
1218         * complete.cs: No idea how gonzalo got a null in the list, but
1219         avoid crashing.
1221 2009-04-24  Miguel de Icaza  <miguel@novell.com>
1223         * complete.cs (CompletionElementInitializer): New completion class
1224         to support completing inside a C# 3 element initializer, so this
1225         allows completion for Silverlight situations where it is very
1226         common to do:
1228         new TextBlock () { Fo<TAB>
1230         (CompletionSimpleName): Expose the prefix that was
1231         passed to the simple name.
1233         * cs-parser.jay (object_or_collection_initializer): Add support
1234         for element_initializers.
1236         * expression.cs (CollectionOrObjectInitializers.DoResolve):
1237         special case completion expressions as this method aggressively
1238         collects data before it operates, and errors were being thrown
1239         earlier than we were able to complete.
1241 2009-04-23  Miguel de Icaza  <miguel@novell.com>
1243         * eval.cs: Make getcompletions silent and enable debugging output
1244         if the -v option is passed.
1246         * namespace.cs (NamespaceEntry.CompletionGetTypesStartingWith):
1247         Consider looking up the namespace that matches the prefix being
1248         used. 
1250         This is part of the support for allowing completions like:
1251         `System.Co<TAB>' to complete to System.Console.
1253         * complete.cs (CompletionSimpleName.AppendResults): Make this
1254         routine reusable.
1256 2009-04-21  Raja R Harinath  <harinath@hurrynot.org>
1258         * cs-parser.jay (GetTokenName): Mark GENERATE_COMPLETION and
1259         COMPLETE_COMPLETION as internal.
1261 2009-04-17  Miguel de Icaza  <miguel@novell.com>
1263         * complete.cs: Include namespace resolution in simple names as
1264         well as global types and types in the using scope in the
1265         resolution. 
1267         * namespace.cs: Supporting infrastrcture to provide completions
1268         based on the current using scope. 
1270         * eval.cs: Introduce an entry point that allows for initialization
1271         to return a list of the files passed on the command line.
1273 2009-04-14  Marek Safar  <marek.safar@gmail.com>
1275         A fix for bug #494243
1276         * report.cs (SymbolRelatedToPreviousError): Fixed NRE.
1278 2009-04-13  Marek Safar  <marek.safar@gmail.com>
1280         A fix for bug #493887
1281         * statement.cs: Don't skip string multi-section with default or
1282         null label when populating string hashtable.
1284 2009-04-06  Marek Safar  <marek.safar@gmail.com>
1286         A fix for bug #492329
1287         * expression.cs (New): Load variable when assigning type parameter
1288         to ref variable.
1290 2009-04-06  Marek Safar  <marek.safar@gmail.com>
1292         A fix for bug #488960
1293         * decl.cs: Compare MVAR types using non-null values.
1295 2009-03-27  Marek Safar  <marek.safar@gmail.com>
1297         * typemanager.cs, expression.cs: Removed unused nullable checks.
1299 2009-03-27  Marek Safar  <marek.safar@gmail.com>
1301         * *.cs: Removed some gmcs conditionals.
1303 2009-03-26  Marek Safar  <marek.safar@gmail.com>
1305         * generic.cs, support.cs: Moved generics stuff out of support.cs
1307 2009-03-24  Marek Safar  <marek.safar@gmail.com>
1309         * ecore.cs, expression.cs: Use queried type for MethodGroupExpr
1310         DeclaringType.
1312 2009-03-23  Marek Safar  <marek.safar@gmail.com>
1314         * attribute.cs: Consider all members for error reporting when
1315         checking named arguments.
1317 2009-03-23  Marek Safar  <marek.safar@gmail.com>
1319         A fix for bug #487625
1320         * namespace.cs: Use a warning for all predefined type conflicts.
1322 2009-03-23  Marek Safar  <marek.safar@gmail.com>
1324         A fix for bug #485706
1325         * statement.cs: Explicitly type catch type argument to pass verifier
1326         check.
1328 2009-03-22  Miguel de Icaza  <miguel@novell.com>
1330         Initial support to provide code completion facilities to consumers
1331         of the evaluator API.
1332         
1333         * cs-tokenizer.cs (CompleteOnEOF): this new property is used to
1334         support the completion engine.   When we reach the end of the
1335         input stream instead of returning EOF, when this flag is true the
1336         tokenizer instead produces:
1338                 One GENERATE_COMPLETION token: this token then must be
1339                 handled in the grammar at every point where the user
1340                 would likely request a completion.
1342                 As many COMPLETE_COMPLETION tokens as necessary.   These
1343                 tokens are generated to assist the parser in unwinding and
1344                 producing a valid parse tree.    
1346         The parser rules do not have to be perfect, the parser needs to be
1347         augmented with judicious use of GENERATE_COMPLETION tokens to
1348         improve the areas where we can provide completion and the parser
1349         needs to add support for COMPLETE_COMPLETION tokens in productions
1350         to make them work.
1352         It is common to not have enough support for COMPLETE_COMPLETION
1353         under certain rules and that even if we generated the
1354         GENERATE_COMPLETION token that the resulting tree will be invalid
1355         due to the missing rules that support COMPLETE_COMPLETION.
1357         The final EOF token is produced by having the parser notify the
1358         tokenizer when it reaches the root production that the next token
1359         should be EOF.
1361         * support.cs (CompletionResult): New Exception.   This exception
1362         is thrown to return the completion results when one of the special
1363         completion expressions is reached.
1365         This exception is thrown by the completing ExpressionStatements
1366         classes that live in complete.cs
1368         * complete.cs (CompletingExpression): a new base class for
1369         completing expressions.   This derives from the
1370         ExpressionStatement class and not from Expression as it allows
1371         completion to happen not only where expressions are expected in
1372         the grammar, but also where statements are expected.
1374         (CompletionSimpleName): A new class used to provide completions
1375         for SimpleNames.     This currently only resolves to local
1376         variables from the evaluator context (GetVars call).
1378         (CompletionMemberAccess): Implements support for completing member
1379         access patterns. 
1381         * cs-parser.jay: Add support for completion in a few places. 
1383         * eval.cs (GetCompletions): New public API for the evaluator that
1384         returns a list of possible completions given the input.   The
1385         return value is an array of completions 
1387         * anonymous.cs (Compatible): If the exception thrown from the
1388         resolved expression is a CompletionResult exception let that one
1389         through instead of printing a diagnostic error in the try/catch. 
1390 <       
1391 2009-03-22  Miguel de Icaza  <miguel@novell.com>
1393         * 
1395         * driver.cs (Main): Use Environment.Exit to quit quickly and
1396         prevent the compiler from doing the usual wait for helper thread
1397         to terminate.  
1399         This is to prevent a slowdown that was reported by Gonzalo on
1400         ASP.NET 
1402 2009-03-19  Marek Safar  <marek.safar@gmail.com>
1404         * ecore.cs: Load build-in types directly instead of accessing
1405         an internal field.
1407 2009-03-18  Marek Safar  <marek.safar@gmail.com>
1409         * ecore.cs: Always use unbox.any when available.
1411 2009-03-18  Marek Safar  <marek.safar@gmail.com>
1413         * class.cs: Always set TypeAttributes.BeforeFieldInit conditionally.
1415 2009-03-17  Marek Safar  <marek.safar@gmail.com>
1417         * generic.cs: Removed obsolete version of type inference.
1419 2009-03-16  Marek Safar  <marek.safar@gmail.com>
1421         * typemanager.cs, decl.cs, roottypes.cs, anonymous.cs, nullable.cs,
1422         expression.cs, rootcontext.cs, namespace.cs, ecore.cs, class.cs,
1423         delegate.cs, flowanalysis.cs, cs-parser.jay, driver.cs,
1424         attribute.cs, codegen.cs: Changed RootTypes to be ModuleContainer.
1426 2009-03-11  Marek Safar  <marek.safar@gmail.com>
1428         A fix for bug #482996
1429         * anonymous.cs: Make sure we are not infering return type when
1430         checking type compatibility.
1432 2009-03-11  Marek Safar  <marek.safar@gmail.com>
1434         * typemanager.cs, generic.cs, parameter.cs, decl.cs, const.cs,
1435         rootcontext.cs, namespace.cs, class.cs, delegate.cs, driver.cs,
1436         generic-mcs.cs, attribute.cs, codegen.cs: Maintain predefined
1437         attributes in their own structure. Needed when accessing their
1438         properties before they are resolved.
1440 2009-03-09  Marek Safar  <marek.safar@gmail.com>
1442         * cs-tokenizer.cs: Optimized GetKeyword using an array instead of
1443         hashtable (~10x faster).
1444         
1445         * driver.cs: Removed wrong Reset.
1447 2009-03-08  Marek Safar  <marek.safar@gmail.com>
1449         * class.cs: Use correct common base type for unmanaged delayed
1450         check.
1452         * rootcontext.cs: Wrap unhandled exception.
1454 2009-03-06  Raja R Harinath  <harinath@hurrynot.org>
1456         Make SeekableStreamReader self-tuning and arbitrarily seekable
1457         * support.cs (SeekableStreamReader.ResetStream): New.  Allocates
1458         the buffer.
1459         (SeekableStreamReader.Position.set): Use it.  Simplify logic
1460         which, as a side-effect, makes it arbitrarily-seekable.  Tune the
1461         buffer size when the stream needs to be re-read from the beginning.
1463 2009-03-05  Marek Safar  <marek.safar@gmail.com>
1465         A fix for bug #480100
1466         * parameter.cs: A parameter is not hoisted when used directly as ET.
1468 2009-03-04  Marek Safar  <marek.safar@gmail.com>
1470         * statement.cs: Fixed an issue when using variable is of interface
1471         type.
1473 2009-03-03  Marek Safar  <marek.safar@gmail.com>
1475         A fix for bug #480319
1476         * report.cs, driver.cs: Support -warnaserror-:<warning list> option.
1478 2009-03-03  Marek Safar  <marek.safar@gmail.com>
1480         A fix for bug #480867
1481         * typemanager.cs, expression.cs, ecore.cs: Changed method group
1482         expression to have no valid type.
1484 2009-03-03  Marek Safar  <marek.safar@gmail.com>
1486         A fix for bug #481258
1487         * class.cs: Set extension method flag in partial container.
1489 2009-03-03  Marek Safar  <marek.safar@gmail.com>
1491         * statement.cs, typemanager.cs: Use expression for StringEmitter.
1492         
1493         * attribute.cs: Add sanity check.
1495 2009-02-27  Marek Safar  <marek.safar@gmail.com>
1497         * class.cs: Add external constructor error.
1499 2009-02-26  Marek Safar  <marek.safar@gmail.com>
1501         A fix for bug #475354
1502         * convert.cs, nullable.cs, expression.cs, statement.cs: Emit
1503         correctly user defined nullable equality operators.
1505 2009-02-25  Marek Safar  <marek.safar@gmail.com>
1507         A fix for bug #479532
1508         * expression.cs: Implement NewInitialize::AddressOf.
1510 2009-02-25  Marek Safar  <marek.safar@gmail.com>
1512         A fix for bug #413633
1513         * expression.cs: Iterate all base class-constraint types.
1515 2009-02-24  Marek Safar  <marek.safar@gmail.com>
1517         A fix for bug #479209
1518         * literal.cs: Mutate null underlying type.
1520 2009-02-24  Marek Safar  <marek.safar@gmail.com>
1522         A fix for bug #476295
1523         * convert.cs: Avoid wrapping implicitly convertible reference type.
1525 2009-02-23  Marek Safar  <marek.safar@gmail.com>
1527         * iterators.cs: Create MemberName correctly.
1529 2009-02-23  Marek Safar  <marek.safar@gmail.com>
1531         A fix for bug #478655
1532         * literal.cs: Check also underlying null type conversion.
1534 2009-02-21  Marek Safar  <marek.safar@gmail.com>
1536         * generic.cs, ecore.cs, class.cs: Removed redundant AsAccessible.
1538 2009-02-20  Marek Safar  <marek.safar@gmail.com>
1540         A fix for bug #477447
1541         * statement.cs: Add reference to correct parent storey when this
1542         is accessible from deep children storey (more than 1 level).
1544 2009-02-19  Marek Safar  <marek.safar@gmail.com>
1546         A fix for bug #475860 by David Mitchell <dmitchell@logos.com>
1547         * class.cs: Define base type members before setting up member cache.
1549 2009-02-18  Marek Safar  <marek.safar@gmail.com>
1551         A fix for bug #477378
1552         * nullable.cs, expression.cs, statement.cs: More precise null type
1553         sanity checks.
1555 2009-02-18  Marek Safar  <marek.safar@gmail.com>
1557         A fix for bug #472805
1558         * typemanager.cs, namespace.cs: Import only visible extension method
1559         types.
1561 2009-02-18  Marek Safar  <marek.safar@gmail.com>
1563         A fix for bug #476895
1564         * attribute.cs: Use correct resolve context for attribute type.
1566 2009-02-18  Marek Safar  <marek.safar@gmail.com>
1568         A fix for bug #476266
1569         * anonymous.cs: Mutate multi-dimensional arrays.
1571 2009-02-18  Marek Safar  <marek.safar@gmail.com>
1573         A fix for bug #476400
1574         * statement.cs, expression.cs: Removed wrong Dispose optimization.
1576 2009-02-18  Marek Safar  <marek.safar@gmail.com>
1578         A fix for bug #476811
1579         * generics.cs: Fixed null-literal check.
1581 2009-02-17  Marek Safar  <marek.safar@gmail.com>
1583         * typemanager.cs, convert.cs, flowanalysis.cs, driver.cs,
1584         expression.cs, ecore.cs, rootcontext.cs, eval.cs, class.cs: More
1585         messing with static variables.
1587 2009-02-16  Marek Safar  <marek.safar@gmail.com>
1589         A fix for bug #475965
1590         * generics.cs: Check generic parameter type after extracting from
1591         Expression<T>.
1593 2009-02-16  Marek Safar  <marek.safar@gmail.com>
1595         A fix for bug #475823
1596         * convert.cs, expression.cs, literal.cs, ecore.cs, cfold.cs: Add
1597         typed-null support.
1599 2009-02-14  Marek Safar  <marek.safar@gmail.com>
1601         * modifiers.cs, decl.cs, ecore.cs, class.cs, flowanalysis.cs:
1602         Simplified event field definition using backing field and not
1603         field builder directly.
1605         * expression.cs (EmitLdArg): Optimize fast paths.
1607 2009-02-13  Marek Safar  <marek.safar@gmail.com>
1609         A fix for bug #475327
1610         * expression.cs (ArrayCreation): Don't mutate values optimized away.
1612 2009-02-13  Marek Safar  <marek.safar@gmail.com>
1614         A fix for bug #475342
1615         * cs-parser.jay: Using 'super' instead of 'base' to call base
1616         constructor crashes compiler.
1618 2009-02-13  Marek Safar  <marek.safar@gmail.com>
1620         A fix for bug #475354
1621         * expression.cs (Constantify): Add nullable types.
1622         
1623         * const.cs (EmitDecimalConstant): Avoid explicit cast.
1625 2009-02-12  Marek Safar  <marek.safar@gmail.com>
1627         A fix for bug #475246
1628         * expression.cs: More broken flowanalysis hacking needed.
1630 2009-02-12  Marek Safar  <marek.safar@gmail.com>
1632         * attribute.cs: Compare only ref/out array modifiers. 
1634 2009-02-11  Marek Safar  <marek.safar@gmail.com>
1636         * statement.cs: Use member cache when looking for foreach members.
1638 2009-02-11  Marek Safar  <marek.safar@gmail.com>
1640         * expression.cs: Don't expose internal initializer types.
1641         
1642         * statement.cs: Check also explicit conversions for goto case.
1644 2009-02-11  Marek Safar  <marek.safar@gmail.com>
1646         * convert.cs, statement.cs: Removed usage of IsAssignableFrom.
1648 2009-02-10  Marek Safar  <marek.safar@gmail.com>
1650         * *.cs: Replace null-type with NullLiteral where appropriate.
1652 2009-02-09  Marek Safar  <marek.safar@gmail.com>
1654         * expression.cs: Initializer of reference argument use temporary
1655         variable to be verifiable.
1656         
1657         * parameter.cs: Share EmitLdArg.
1659 2009-02-09  Marek Safar  <marek.safar@gmail.com>
1661         A fix for bug #473559
1662         * class.cs: Fixed: Not reporting error about nested class with the
1663         same name.
1665 2009-02-06  Scott Peterson  <lunchtimemama@gmail.com>
1667         Contributed under the MIT/X11 license.
1669         * generic.cs: Added VerifyVariantTypeParameters which performs new
1670         variance verification logic. The old logic, based on the spec, was
1671         wrong because the spec is full of LIES!
1673         * generic-mcs.cs: Stubbed out the VerifyVariantTypeParameters method.
1675         *typemanager.cs: Moved variance verification logic to GenericTypeExpr.
1677         * class.cs:
1678         * ecore.cs: Added calls to the new variance verification logic.
1680         * parameter.cs:
1681         * delegate.cs: Removed calls to the old variance verification logic.
1683 2009-02-06  Marek Safar  <marek.safar@gmail.com>
1685         * delegate.cs: Use cached Invoke method directly.
1687 2009-02-06  Marek Safar  <marek.safar@gmail.com>
1689         * expression.cs: Emit expression tree for hoisted variable access.
1691 2009-02-04  Marek Safar  <marek.safar@gmail.com>
1693         * namespace.cs: Add better extension class check.
1695 2009-02-05  Scott Peterson  <lunchtimemama@gmail.com>
1697         * generic.cs: Fixed typeo (TypeParameter.Variacne).
1699 2009-02-04  Scott Peterson  <lunchtimemama@gmail.com>
1701         This patch adds initial generic variance support to the compiler.
1702         It is contributed under the MIT/X11 license.
1704         * typemanager.cs: Modified ImplementsInterface to check variance.
1705         Added VerifyVariantTypeParameters which checks the specified type to see
1706         if it uses a variant type parameter as a type argument (which is not
1707         allowed). Added IsVariantOf which determins if the first type is a
1708         variant of the second. NOTE: This only supports reference types at
1709         the moment to conform with the current level of VM support. When the
1710         VM supports value types, this will follow step.
1712         * generic.cs: Added the Variance enum. Added a Variance property to
1713         TypeParameter and added variance support to definition phase. Added a
1714         Variance property to TypeParameterName. Also check to make sure that
1715         no variant types appear in generic method parameters.
1717         * cs-tokenizer.cs: Modified parse_less_than to tokenize the variance
1718         keywords if the langversion supports it.
1720         * parameter.cs: Added Parameter.VerifyNoVariantTypeParameters to ensure
1721         that variant types are only used in legal positions. Also added
1722         ParametersCompiled.VerifyNoVariantTypeParameters to check all of its
1723         parameters.
1725         * decl.cs: Construct TypeParameter with the variance information.
1727         * convert.cs: Checks variance in ImplicitReferenceConversionExists
1728         and ImplicitConversionStandard.
1730         * rootcontext.cs: Added new "Future" language version.
1732         * class.cs: In TypeContainer.DoDefineMembers, ensure that contravariant
1733         type parameters are not used as type arguments in interface inheritance.
1734         In MemberBase.DoMemberDependentChecks, ensure that contravariant type
1735         parameters are not used as method return types. In MemberBase.
1736         ResolveMemberType, ensure that variant type parameters are not used
1737         as type arguments. Also call VerifyNoVariantTypeParameters on every
1738         set of parameters which are resolved.
1740         * delegate.cs: Modified Delegate.Define to ensure that variant
1741         parameters are not used as type arguments and that a contravariant
1742         parameter is not used as the return type. Also call
1743         VerifyNoVariantTypeParameters on the delegate parameters.
1745         * cs-parser.jay: Modified grammar to support "in" and "out" keywords
1746         to specify generic variance.
1748         * driver.cs: Added support for LanguageVersion.Future in the form of
1749         "-langversion:future".
1751         * generic-mcs.cs: Stubbed out new members in generic.cs.
1753 2009-02-03  Marek Safar  <marek.safar@gmail.com>
1755         * class.cs, generic.cs: Emit type parameter constraints for nested
1756         types.
1758 2009-02-02  Marek Safar  <marek.safar@gmail.com>
1760         A fix for bug #471213
1761         * class.cs: Avoid emitting backing field for abstract event fields.
1763 2009-02-01  Marek Safar  <marek.safar@gmail.com>
1765         A fix for bug #359731
1766         * cs-tokenizer.cs, cs-parser.jay: Correctly parse nested query
1767         expressions.
1769 2009-01-30  Marek Safar  <marek.safar@gmail.com>
1771         A fix for bug #470767
1772         * statement.cs: Introduced BlockScopeExpression, needed when 
1773         expression tree conversion has to emit scope variables.
1775 2009-01-29  Marek Safar  <marek.safar@gmail.com>
1777         * class.cs: Remove duplicate CallingConvention.
1779 2009-01-29  Marek Safar  <marek.safar@gmail.com>
1781         *.cs: Rename Parameters to ParametersCompiled and ParametersImported
1782         when I finally found the right naming convention.
1784 2009-01-29  Marek Safar  <marek.safar@gmail.com>
1786         * cs-tokenizer.cs: Put back different open parens optimization.
1788 2009-01-28  Marek Safar  <marek.safar@gmail.com>
1790         A fix for bug #470227
1791         * cs-tokenizer.cs: Remove too agressive parser optimization.
1793 2009-01-28  Marek Safar  <marek.safar@gmail.com>
1795         A fix for bug #324319
1796         * class.cs: Remove too early base type resolve.
1798 2009-01-27  Marek Safar  <marek.safar@gmail.com>
1800         A fix for bug #324319
1801         * ecore.cs: Explicitly type null when assigning to type argument to
1802         make pass verifier check.
1804 2009-01-27  Marek Safar  <marek.safar@gmail.com>
1806         * anonymous.cs: Fixed recent regression when initializing captured 
1807         this.
1809 2009-01-26  Marek Safar  <marek.safar@gmail.com>
1811         A fix for bug #469019
1812         * anonymous.cs: Use all parent type parameters when instantiating
1813         nested generic storey.
1815 2009-01-26  Marek Safar  <marek.safar@gmail.com>
1817         * expression.cs: Check for null instance methodgroup expression.
1819 2009-01-26  Marek Safar  <marek.safar@gmail.com>
1821         A fix for bug #469244
1822         * cs-tokenizer.cs, cs-parser.jay: Fixed parsing of nullable type
1823         instance inside a conditional expression.
1825 2009-01-23  Marek Safar  <marek.safar@gmail.com>
1827         * typemanager.cs, generic.cs, parameter.cs, decl.cs, anonymous.cs,
1828         expression.cs, report.cs, ecore.cs, attribute.cs: Use common 
1829         GetElementType and HasElementType. IsValueType clean up.
1831 2009-01-23  Marek Safar  <marek.safar@gmail.com>
1833         * nullable.cs: Use common EmitCall.
1834         
1835         * expression.cs: Emit constraint. for virtual calls only.
1837 2009-01-23  Marek Safar  <marek.safar@gmail.com>
1839         * typemanager.cs, generic.cs, eval.cs, convert.cs, const.cs, 
1840         expression.cs, statement.cs, rootcontext.cs, ecore.cs, class.cs,
1841         driver.cs, attribute.cs, enum.cs: Split IsValueType and IsStruct
1842         checks.
1844 2009-01-22  Jb Evain  <jbevain@novell.com>
1846         * anonymous.cs: make anonymous types' ToString implementation
1847         match what csc outputs.
1849 2009-01-21  Marek Safar  <marek.safar@gmail.com>
1851         * typemanager.cs, ecore.cs, iterator.cs: TypeLookupExpression clean
1852         up.
1854 2009-01-17  Marek Safar  <marek.safar@gmail.com>
1856         * convert.cs, ecore.cs: Explicitly casts type arguments to pass
1857         verifier checks.
1859 2009-01-16  Marek Safar  <marek.safar@gmail.com>
1861         * nullable.cs (LiftedBinaryOperator): Check for all possible null
1862         expressions.
1864 2009-01-15  Marek Safar  <marek.safar@gmail.com>
1866         A fix for bug #466634
1867         * statement.cs: Add reference for nested storey when only this
1868         is captured.
1870 2009-01-15  Marek Safar  <marek.safar@gmail.com>
1872         A fix for bug #466474
1873         * codegen.cs: Emit SecurityPermissionAttribute when -unsafe option
1874         was specified.
1876 2009-01-15  Marek Safar  <marek.safar@gmail.com>
1878         * iterators.cs, anonymous.cs, expression.cs, statement.cs, ecore.cs:
1879         Fixed nested stories parent referencing process. Also fixes #463985.
1881 2009-01-06  Marek Safar  <marek.safar@gmail.com>
1883         * decl.cs, iterators.cs, expression.cs, statement.cs, doc.cs, 
1884         class.cs, cs-parser.jay, codegen.cs: Clean up destructor
1885         implementation. Also fixes #463108.
1887 2009-01-05  Marek Safar  <marek.safar@gmail.com>
1889         A fix for bug #416109
1890         * decl.cs: Issue correct CLSAttribute warning location.
1892 2009-01-05  Marek Safar  <marek.safar@gmail.com>
1894         A fix for bug #456775
1895         * attribute.cs: Use attribute owner scope when resolving attribute
1896         arguments.
1898 2009-01-05  Marek Safar  <marek.safar@gmail.com>
1900         A fix for bug #457257
1901         * decl.cs: Fixed incorrect member declaring type comparison.
1903 2009-01-05  Marek Safar  <marek.safar@gmail.com>
1905         A fix for bug #460896
1906         * driver.cs: Handle /RES resources as embeddable.
1908 2009-01-05  Marek Safar  <marek.safar@gmail.com>
1910         A fix for bug #462515
1911         * ecore.cs: Report inacessible members upwards.
1913 2009-01-05  Marek Safar  <marek.safar@gmail.com>
1915         A fix for bug #463190, #463192
1916         * decl.cs, namespace.cs: Also import internal extension classes.
1918 2009-01-04  Marek Safar  <marek.safar@gmail.com>
1920         A fix for bug #463415
1921         * generic.cs: Use right index for RemoveDependentTypes.
1923 2009-01-02  Marek Safar  <marek.safar@gmail.com>
1925         A fix for bug #463196
1926         * expression.cs: Fixed enum to null comparison.
1928 2009-01-02  Marek Safar  <marek.safar@gmail.com>
1930         A fix for bug #463121
1931         * nullable.cs: Fixed nullable user equality operator comparison.
1933 2009-01-02  Marek Safar  <marek.safar@gmail.com>
1935         A fix for bug #462950
1936         * class.cs, decl.cs: Use full explicit name when defining automatic
1937         property backing field.
1939 2009-01-02  Marek Safar  <marek.safar@gmail.com>
1941         A fix for bug #462592
1942         * pending.cs: Emit type arguments for generic proxy method.
1944 2008-12-30  Marek Safar  <marek.safar@gmail.com>
1946         * expression.cs (As): Mutate all type arguments.
1948 2008-12-29  Marek Safar  <marek.safar@gmail.com>
1950         A fix for bug #462622
1951         * anonymous.cs: Resolve anonymous type GetHashCode in unchecked
1952         context.
1954 2008-12-29  Marek Safar  <marek.safar@gmail.com>
1956         A fix for bug #450782
1957         * ecore.cs: Consider more variables of form V.I to be fixed.
1959 2008-12-29  Marek Safar  <marek.safar@gmail.com>
1961         A fix for bug #460712
1962         * typemanager.cs: Core types could be imported.
1964 2008-12-28  Marek Safar  <marek.safar@gmail.com>
1966         A fix for bugs #460847, #460772, #458049, #457339, #447807
1967         * generic.cs, parameter.cs, lambda.cs, linq.cs, anonymous.cs
1968         statement.cs, ecore.cs, class.cs, delegate.cs, flowanalysis.cs
1969         cs-parser.jay, driver.cs: LINQ implementation upgrade to deal with
1970         user lambdas used inside query clauses.
1972 2008-12-18  Marek Safar  <marek.safar@gmail.com>
1974         A fix for bug #460229
1975         * cs-tokenizer.cs: Ignore wrongly placed BOM markers.
1977 2008-12-18  Marek Safar  <marek.safar@gmail.com>
1979         A fix for bug #459952
1980         * decl.cs, namespace.cs: Use common CheckAccessLevel.
1982 2008-12-18  Marek Safar  <marek.safar@gmail.com>
1984         A fix for bug #459630
1985         * convert.cs: Enum to valuetype conversion is not allowed.
1987 2008-12-18  Marek Safar  <marek.safar@gmail.com>
1989         A fix for bug #457087
1990         * generic.cs: Don't crash when constraint comes from type
1991         declaration.
1993 2008-12-16  Marek Safar  <marek.safar@gmail.com>
1995         A fix for bug #459221
1996         * anonymous.cs, statement.cs: Delay only captured this
1997         initialization.
1999 2008-12-12  Marek Safar  <marek.safar@gmail.com>
2001         A fix for bug #457489
2002         * anonymous.cs, statement.cs: Split anonymous storey instantiation
2003         and initialization to capture scope initializers correctly.
2005 2008-12-11  Marek Safar  <marek.safar@gmail.com>
2007         * generic.cs, parameter.cs, expression.cs, statement.cs, doc.cs:
2008         ParameterReference refactoring.
2010 2008-12-03  Marek Safar  <marek.safar@gmail.com>
2012         * typemanager.cs, namespace.cs, driver.cs: Allow ExtensionAttribute
2013         to be imported from any assembly.
2015 2008-12-03  Marek Safar  <marek.safar@gmail.com>
2017         * parameter.cs, lambda.cs, linq.cs, iterators.cs, anonymous.cs
2018         statement.cs, class.cs, cs-parser.jay: Removed duplicate parameters
2019         from anonymous method and lambda expression.
2021 2008-12-01  Marek Safar  <marek.safar@gmail.com>
2023         A fix for bug #448560
2024         * expression.cs (As): Box any generic type arguments to be
2025         verifiable.
2027 2008-11-29  Raja R Harinath  <harinath@hurrynot.org>
2029         Add tripwire for implicit conversion bugs
2030         * ecore.cs (MethodGroupExpr.Error_ArgumentCountWrong): New helper
2031         for CS1501 error.
2032         (MethodGroupExpr.OverloadResolve): Add sanity check between
2033         IsApplicable and VerifyArgumentsCompat.
2034         (VerifyArgumentsCompat): Report CS1501 where appropriate.
2036 2008-11-29  Raja R Harinath  <harinath@hurrynot.org>
2038         Fix build break in System.Data_test
2039         * convert.cs (ImplicitConversionExists): Move NullLiteral
2040         conversions ...
2041         (ImplicitStandardConversionExists): ... here.
2043 2008-11-28  Marek Safar  <marek.safar@gmail.com>
2045         * literal.cs: Emit correctly explicit null to nullable cast.
2047 2008-11-28  Marek Safar  <marek.safar@gmail.com>
2049         * ecore.cs, generics.cs: Fixed crash when type arguments fail to
2050         resolve.
2052 2008-11-28  Marek Safar  <marek.safar@gmail.com>
2054         A fix for bug #449005
2055         * convert.cs, nullable.cs: Use only one implicit nullable
2056         conversion.
2058 2008-11-27  Marek Safar  <marek.safar@gmail.com>
2060         * convert.cs, literal.cs: More Convert cleanup is needed.
2062 2008-11-27  Marek Safar  <marek.safar@gmail.com>
2064         * decl.cs, class.cs: Fixed misleading error message.
2066 2008-11-26  Marek Safar  <marek.safar@gmail.com>
2068         A fix for bug #449005
2069         * nullable.cs (EmitEquality): Disable optimization for user operator
2070         operands.
2072 2008-11-25  Marek Safar  <marek.safar@gmail.com>
2074         A fix for bug #447027
2075         * anonymous.cs (HoistedVariable): Cache also outer access to deal
2076         with context variables stored as expression instances.
2078 2008-11-25  Marek Safar  <marek.safar@gmail.com>
2080         A fix for bug #447027
2081         * delegate.cs: Fixed delegate VerifyMethod logic.
2083 2008-11-24  Marek Safar  <marek.safar@gmail.com>
2085         * ecore.cs, delegate.cs: MethodGroup expressions can be applicable
2086         but not verifiable.
2088 2008-11-21  Marek Safar  <marek.safar@gmail.com>
2090         * typemanager.cs, decl.cs, anonymous.cs, class.cs, enum.cs: Rewrote
2091         member type resolve to follow normal flow, instead of random
2092         property access.
2094 2008-11-21  Marek Safar  <marek.safar@gmail.com>
2096         * iterators.cs (GetEnumeratorStatement): Re-use already resolved
2097         type.
2099 2008-11-21  Marek Safar  <marek.safar@gmail.com>
2101         * const.cs: Emit decimal array constant as literal.
2103 2008-11-20  Marek Safar  <marek.safar@gmail.com>
2105         * iterators.cs, ecore.cs: Removed CurrentBlock statement.
2107 2008-11-19  Marek Safar  <marek.safar@gmail.com>
2109         * eval.cs, location.cs, driver.cs (Location.SourceFiles): Turned
2110         into real property (saves 8 MB for corlib compilation).
2112 2008-11-19  Marek Safar  <marek.safar@gmail.com>
2114         * generic.cs, lambda.cs, linq.cs, iterators.cs, anonymous.cs,
2115         nullable.cs, expression.cs, statement.cs, ecore.cs, cs-parser.jay
2116         generic-mcs.cs: Small cleanup of TypeArguments.
2118 2008-11-18  Marek Safar  <marek.safar@gmail.com>
2120         * generic.cs, iterators.cs, anonymous.cs, nullable.cs, ecore.cs,
2121         expression.cs, namespace.cs, generic-mcs.cs, class.cs: Small cleanup
2122         of ConstructedType expression, renamed to GenericTypeExpr.
2124 2008-11-17  Marek Safar  <marek.safar@gmail.com>
2126         A fix for bug #445303
2127         * location.cs (IsConditionalDefined): Handle undefined global
2128         defines.
2130 2008-11-17  Marek Safar  <marek.safar@gmail.com>
2132         A fix for bug #444678
2133         * expression.cs (TryReduceConstant): Always create new constant
2134         instance.
2136 2008-11-17  Marek Safar  <marek.safar@gmail.com>
2138         A fix for bug #444673
2139         * ecore.cs: Ignore open generic types when used as generic type
2140         instance fields.
2142 2008-11-17  Marek Safar  <marek.safar@gmail.com>
2144         A fix for bug #445458
2145         * expression.cs, cs-parser.jay: Don't crash when an expression
2146         statement is null.
2148 2008-11-17  Marek Safar  <marek.safar@gmail.com>
2150         A fix for bug #445464
2151         * expression.cs, cs-parser.jay: Fixed typeof of non-generic type
2152         inside unbound type.
2154 2008-11-14  Jb Evain  <jbevain@novell.com>
2156         * driver.cs: ignore empty -nowarn argument such as
2157         the one in -nowarn:12,13,,.
2159 2008-11-13  Marek Safar  <marek.safar@gmail.com>
2161         A fix for bug #444271
2162         * anonymous.cs: Rescan parent storeys when best candidate was
2163         undone.
2165 2008-11-13  Marek Safar  <marek.safar@gmail.com>
2167         * generic.cs, expression.cs, ecore.cs, cs-parser.jay: Removed
2168         useless UnboundTypeExpression.
2169         
2170         * attribute.cs: Do check obsolete attribute on generic types.
2172 2008-11-12  Marek Safar  <marek.safar@gmail.com>
2174         A fix for bugs #425680, #400139
2175         * ecore.cs, expression.cs: Trying to do some almost_matched_members
2176         refactoring.
2178 2008-11-11  Marek Safar  <marek.safar@gmail.com>
2180         A fix for bug #435747
2181         * assign.cs, expression.cs: Cleanup New assignment to emit correcly
2182         compound value types assignment. Few micro optimizations added.
2184 2008-11-10  Marek Safar  <marek.safar@gmail.com>
2186         A fix for bug #442610
2187         * anonymous.cs (MutateConstructor): More SRE hacking.
2189 2008-11-10  Marek Safar  <marek.safar@gmail.com>
2191         A fix for bug #442579
2192         * ecore.cs: Also initialize expanded form of a method with 1 params
2193         parameter.
2195 2008-11-06  Marek Safar  <marek.safar@gmail.com>
2197         * expression.cs (UnaryMutator): Do early l-side check.
2199 2008-11-05  Miguel de Icaza  <miguel@novell.com>
2201         * codegen.cs (InitDynamic): also setup Assembly.Name like we do in
2202         Init, otherwise we would crash later on when checking for friend
2203         assemblies. 
2205         * eval.cs: Do not hide errors from invalid calls to LoadAssembly.
2206         Otherwise we never get any meaningful information as to what
2207         failed. 
2209 2008-11-05  Marek Safar  <marek.safar@gmail.com>
2211         A fix for bug #436318
2212         * driver.cs, report.cs: Add -warnaserror:Wn to command line options.
2214 2008-11-05  Miguel de Icaza  <miguel@novell.com>
2216         * namespace.cs: Turns out that it was a really bad idea to hide
2217         the errors for namespaces not found here in eval mode.    
2219         * eval.cs: When we process using clauses, only enter those into
2220         the list of valid using clauses after they have been validated.   
2222         The above change gives the proper semantics: it does not
2223         senselessly report the same errors with broken using statements by
2224         never storing them in the first place when they are invalid.
2226 2008-11-05  Marek Safar  <marek.safar@gmail.com>
2228         A fix for bug #421839
2229         * cs-parser.jay: Remove expression from coalesce rule to force lower
2230         priority than the assignment operator.
2232 2008-11-05  Marek Safar  <marek.safar@gmail.com>
2234         A fix for bug #437875
2235         * nullable.cs: Compile correctly method group operand used with null
2236         coalescing operator.
2238 2008-11-04  Marek Safar  <marek.safar@gmail.com>
2240         A fix for bug #434589
2241         * expression.cs (Binary): Ignore lifted conversions when at least
2242         one operand is of reference type.
2244 2008-11-04  Marek Safar  <marek.safar@gmail.com>
2246         * cs-parser.jay: Better syntax error report.
2248 2008-11-03  Marek Safar  <marek.safar@gmail.com>
2250         A fix for bug #436792
2251         * cs-parser.jay: Use GetLocation to access location.
2253 2008-11-03  Marek Safar  <marek.safar@gmail.com>
2255         A fix for bug #440774
2256         * cs-parser.jay: Also set current_array_type when parsing local
2257         variables types.
2259 2008-11-03  Marek Safar  <marek.safar@gmail.com>
2261         A fix for bug #440785
2262         * expression.cs (As): Don't resolve self modifing expression
2263         multiple times.
2265 2008-11-03  Marek Safar  <marek.safar@gmail.com>
2267         A fix for bug #439447
2268         * cs-tokenizer.cs: Tokenize surrogates only where allowed.
2270 2008-11-03  Marek Safar  <marek.safar@gmail.com>
2272         A fix for bug #437571
2273         * cs-parser.jay: Fixes internal error for invalid expression
2274         statements.
2276 2008-10-17  Marek Safar  <marek.safar@gmail.com>
2278         * ecore.cs: Resolve correctly ambiguous params delegate methods.
2280 2008-10-17  Marek Safar  <marek.safar@gmail.com>
2282         * generic.cs, anonymous.cs: Simplified GetDeclarations.
2284 2008-10-17  Marek Safar  <marek.safar@gmail.com>
2286         * cs-tokenizer.cs: More precise cast parsing.
2288 2008-10-16  Martin Baulig  <martin@ximian.com>
2290         * anonymous.cs (AnonymousMethodStorey): Put back the
2291         `hoisted_locals' hashtable and use it in EmitType().
2293 2008-10-15  Marek Safar  <marek.safar@gmail.com>
2295         * cs-tokenizer.cs, nullable.cs, expression.cs, statement.cs,
2296         cs-parser.jay: Tokenizer optimizations and memory reduction, saves
2297         ~5MB for corlib.
2299 2008-10-14  Marek Safar  <marek.safar@gmail.com>
2301         * cs-tokenizer.cs: Add bool type to the list of valid cast tokens.
2303 2008-10-14  Marek Safar  <marek.safar@gmail.com>
2305         * statement.cs: Mutate scope initializers.
2307 2008-10-14  Marek Safar  <marek.safar@gmail.com>
2309         * expression.cs: Use typeless value for This constant.
2310         
2311         * ecore.cs: Access FieldInfo via GetConstructedFieldInfo.
2313 2008-10-14  Marek Safar  <marek.safar@gmail.com>
2315         * cs-tokenizer.cs, cs-parser.jay: Unify context sensite keyword
2316         tokenizer.
2318 2008-10-13  Marek Safar  <marek.safar@gmail.com>
2320         * cs-tokenizer.cs: Add missing alias qualifier and dotted generic
2321         type to type cast.
2323 2008-10-13  Marek Safar  <marek.safar@gmail.com>
2325         * cs-tokenizer.cs, expression.cs, cs-parser.jay: Reworked parens
2326         parser and tokenizer. Fixes many ambiguities including #433258.
2328 2008-10-10  Marek Safar  <marek.safar@gmail.com>
2330         * cs-parser.jay: Fixed missing accessor recovery.
2332 2008-10-10  Marek Safar  <marek.safar@gmail.com>
2334         A fix for bug #433701
2335         * expression.cs: Better error message.
2337 2008-10-10  Marek Safar  <marek.safar@gmail.com>
2339         * cs-parser.jay, expression.cs: Start reporting real parser errors.
2340         
2341         * Makefile: Disabled unused debug symbols.
2343         Also fixes: #320556, #321097, #321656, #321876, #351316
2345 2008-10-09  Miguel de Icaza  <miguel@novell.com>
2347         * eval.cs: rename "<interactive>" to "{interactive}", to work
2348         around a requirement in the compiler that this be a valid
2349         filename, and in Windows it is not (433886).
2351 2008-10-09  Marek Safar  <marek.safar@gmail.com>
2353         * cs-tokenizer.cs, cs-parser.jay: Fixed more subtle parser problems
2355 2008-10-08  Marek Safar  <marek.safar@gmail.com>
2357         * cs-tokenizer.cs, eval.cs, anonymous.cs, statement.cs, class.cs
2358         cs-parser.jay: Generic type declaration and type arguments cleanup.
2360 2008-10-05  Marek Safar  <marek.safar@gmail.com>
2362         * cs-parser.jay: Allow parsing weird array creation construct.
2364 2008-10-05  Marek Safar  <marek.safar@gmail.com>
2366         * cs-parser.jay: Conflicts reduction.
2368 2008-10-04  Marek Safar  <marek.safar@gmail.com>
2370         * cs-parser.jay: Conflicts reduction.
2372 2008-10-04  Raja R Harinath  <harinath@hurrynot.org>
2374         Fix #398325
2375         * flowanalysis.cs (MyBitvector.MakeShared): Rename from 'Shared'
2376         property.  Add a 'count' hint about the use of the shared vector.
2377         Ensure that we don't leak out dirty bits.
2378         (UsageVector.MergeChild): Throw away information about variables
2379         in child vectors.
2380         Based on patch and analysis by Moritz Kroll <Moritz.Kroll@gmx.de>.
2382 2008-10-03  Marek Safar  <marek.safar@gmail.com>
2384         A fix for bug #431746
2385         * iterators.cs, anonymous.cs: Re-initialize hoisted iterator
2386         parameters when iterator is created.
2388 2008-10-03  Marek Safar  <marek.safar@gmail.com>
2390         A fix for bug #431827
2391         * expression.cs: Fixed right based pointer arithmetic operations
2392         emit.
2394 2008-10-03  Marek Safar  <marek.safar@gmail.com>
2396         A fix for bug #353779
2397         * assign.cs, expression.cs: Fixed compound assignment conversions.
2399 2008-10-02  Marek Safar  <marek.safar@gmail.com>
2401         A fix for bug #375262
2402         * statement.cs: Refactor ArrayForeach to be usable with string
2403         indexer. Optimized single dimentional arrays foreach.
2405 2008-10-02  Marek Safar  <marek.safar@gmail.com>
2407         A fix for bug #431255
2408         * anonymous.cs, expression.cs: Removed broken optimization.
2410 2008-10-01  Marek Safar  <marek.safar@gmail.com>
2412         * anonymous.cs: Use full type parameters of parent generic
2413         containers. Removed unnecessary AddParentStoreyReference call.
2415 2008-10-01  Marek Safar  <marek.safar@gmail.com>
2417         A fix for bug #324702
2418         * class.cs: Use better shorter names for explicit interface member
2419         implementations.
2421         * ecore.cs, typemanager.cs: Convert only mscorlib predefined names.
2423 2008-10-01  Marek Safar  <marek.safar@gmail.com>
2424         
2425         * expression.cs: Use new interface to check fixed expression.
2427 2008-10-01  Marek Safar  <marek.safar@gmail.com>
2429         A fix for bug #421101
2430         * expression.cs, statement.cs, ecore.cs: Use IFixedExpression
2431         interface to check for fixed fixed-buffers.
2433 2008-10-01  Marek Safar  <marek.safar@gmail.com>
2435         A fix for bug #429264
2436         * assign.cs, anonymous.cs, ecore.cs: More type mutators added.
2437         
2438         * delegate.cs: Removed unnecessary casts.
2440 2008-09-30  Marek Safar  <marek.safar@gmail.com>
2442         A fix for bug #352151
2443         * decl.cs, iterators.cs, anonymous.cs, report.cs, namespace.cs,
2444         class.cs: Fixed already defined explicit interface members check.
2446 2008-09-29  Rodrigo Kumpera  <rkumpera@novell.com>
2448         cs-tokenizer.cs: Fix typo.
2450 2008-09-28  Miguel de Icaza  <miguel@novell.com>
2452         * eval.cs (InteractiveBase): The quit command now just sets a
2453         flag, instead of calling Environment.Exit(), it is milder on
2454         embedded hosts. 
2456         CompiledMethod is now in Mono.CSharp, not nested inside
2457         the Evaluator, it was inconvenient to use.
2459 2008-09-27  Miguel de Icaza  <miguel@novell.com>
2461         * eval.cs (Evaluator): Introduce Compile method, to allow compiled
2462         code to be invoked without having to reparse.
2464 2008-09-27  Miguel de Icaza  <miguel@novell.com>
2466         * ecore.cs: The recent changes to FieldExpr broke this as well.
2467         Fixes LINQ queries in the interactive shell.
2469         * Multiple files: indentation fixing for the Mono coding
2470         guidelines for the switch statement.
2472         * eval.cs: Make the Evaluator API thread safe.
2474 2008-09-26  Marek Safar  <marek.safar@gmail.com>
2476         * anonymous.cs, statement.cs, class.cs, cs-parser.jay: Simplified
2477         constructor parsing.
2479 2008-09-26  Marek Safar  <marek.safar@gmail.com>
2481         A fix for bug #325326
2482         * statement.cs: Check possible mistaken empty statement using
2483         explicit blocks only.
2485 2008-09-25  Miguel de Icaza  <miguel@novell.com>
2487         * eval.cs (LoadAssembly, ReferenceAssembly): Call
2488         RootNamespace.ComputeNamespaces to update the internal list of
2489         namespaces, this is no longer done for us.
2491         (InteractiveBase): Use the Evaluator APIs instead of calling into
2492         Driver directly
2494 2008-09-25  Marek Safar  <marek.safar@gmail.com>
2496         A fix for bug #429264
2497         * expression.cs: Missing mutator for access to multidimensional
2498         arrays.
2500 2008-09-25  Marek Safar  <marek.safar@gmail.com>
2502         * class.cs, statement: Emit DebuggerHidden attribute for iterator
2503         entry wrapper.
2504         
2505         * driver.cs: Missing input argument check.
2507 2008-09-25  Marek Safar  <marek.safar@gmail.com>
2509         * typemanager.cs, generic.cs, eval.cs, decl.cs, anonymous.cs,
2510         expression.cs, statement.cs, rootcontext.cs, class.cs, 
2511         cs-parser.jay, driver.cs, generic-mcs.cs, enum.cs: Removed obsolete
2512         DefineMembers.
2514 2008-09-24  Miguel de Icaza  <miguel@novell.com>
2516         * ecore.cs (FieldExpr): Only initialize eclass when we return a
2517         fully constructed FieldExpr, fixes the regression introduced in
2518         the last commit.
2519         
2520         * ecore.cs, expression.cs: Plug back the eclass initialization as
2521         otherwise it regresses `csharp'. 
2523 2008-09-24  Marek Safar  <marek.safar@gmail.com>
2525         * typemanager.cs, decl.cs, convert.cs, assign.cs, expression.cs,
2526         ecore.cs, attribute.cs: Moved obsolete method checks from emit
2527         phase to resolve phase. It resolves problems with expression trees
2528         and fixes bugs #323796, #325156.
2530 2008-09-23  Marek Safar  <marek.safar@gmail.com>
2532         * codegen.cs: Report better error when symbol writer is missing.
2534 2008-09-23  Marek Safar  <marek.safar@gmail.com>
2536         * codegen.cs: Set .NET symbol writer.
2537         
2538         * decl.cs: Guard against null generic arguments.
2539         
2540         * report.cs: Don't report exactly same additional details.
2542 2008-09-22  Marek Safar  <marek.safar@gmail.com>
2544         A fix for bug #324917
2545         * cs-parser.jay: Add missing multidimensional non-expression type
2546         ranks.
2547         
2548 2008-09-22  Marek Safar  <marek.safar@gmail.com>
2550         A fix for bug #428191
2551         * anonymous.cs: Create an outer generic fields also for non-storey
2552         anonymous methods.
2554 2008-09-22  Marek Safar  <marek.safar@gmail.com>
2556         A fix for bug #378294
2557         * class.cs: Make fixed size buffers gmcs feature only.
2559 2008-09-22  Marek Safar  <marek.safar@gmail.com>
2561         A fix for bug #355622, #324993
2562         * assign.cs, const.cs, class.cs: Create new EmitContext for each
2563         field initializer.
2565 2008-09-19  Marek Safar  <marek.safar@gmail.com>
2567         * nullable.cs, expression.cs, namespace.cs, delegate.cs: Duplicate
2568         error reporting.
2570 2008-09-19  Marek Safar  <marek.safar@gmail.com>
2572         A fix for bug #416110
2573         * generic.cs: Struct constraint results in default ctor and
2574         ValueType base type constraint to be set.
2576 2008-09-19  Marek Safar  <marek.safar@gmail.com>
2578         A fix for bug #423791
2579         * generic.cs: Fixed params output type type-inference.
2581 2008-09-19  Marek Safar  <marek.safar@gmail.com>
2583         * cs-parser.jay, expression.cs: Fixed few expression crashes.
2584         
2585 2008-09-19  Marek Safar  <marek.safar@gmail.com>
2587         * cs-tokenizer.cs: Don't break on extra partial modifier.
2589 2008-09-19  Marek Safar  <marek.safar@gmail.com>
2591         A fix for bug #427592
2592         * generic.cs: Use common parameter resolve method.
2594 2008-09-18  Marek Safar  <marek.safar@gmail.com>
2596         A fix for bug #414758
2597         * expression.cs, ecore.cs: Fixed crash when accessing non-static
2598         property.
2600 2008-09-18  Marek Safar  <marek.safar@gmail.com>
2602         * driver.cs, namespace.cs: Read types and namespaces after all
2603         requested assemblies are loaded, fixes issues with System.Core
2604         auto-reference, and #419888.
2606 2008-09-18  Marek Safar  <marek.safar@gmail.com>
2608         A fix for bug #417705
2609         * cs-parser.jay: Fixed as/is operator expression split.
2611 2008-09-18  Marek Safar  <marek.safar@gmail.com>
2613         * const.cs, expression.cs, statement.cs, ecore.cs, cs-parser.jay:
2614         Fixed expression tree representation of empty new expression and
2615         new initializer expression.
2617 2008-09-18  Miguel de Icaza  <miguel@novell.com>
2619         * eval.cs: Remove warning, keep reference to driver around.
2621         * Hide fields that do not need to be public.
2623 2008-09-17  Marek Safar  <marek.safar@gmail.com>
2625         A fix for bug #426385
2626         * expression.cs (ImplicitlyTypedArrayCreation): Use full implicit
2627         conversion for array elements.
2629 2008-09-17  Marek Safar  <marek.safar@gmail.com>
2631         * expression.cs, statement.cs, class.cs, cs-parser.jay: Fixed
2632         void parsing conflicts.
2634 2008-09-15  Marek Safar  <marek.safar@gmail.com>
2636         A fix for bug #425601
2637         * driver.cs, typemanager.cs, namespace.cs: Automatically reference
2638         System.Core only when there is no custom ExtensionAttribute
2639         implementation.
2641 2008-09-15  Miguel de Icaza  <miguel@novell.com>
2643         * namespace.cs: Do not report CS0246 (name
2645 2008-09-12  Marek Safar  <marek.safar@gmail.com>
2647         A fix for bug #425669
2648         * generic.cs: Don't cache generic static anonymous method 
2649         containers.
2651 2008-09-12  Marek Safar  <marek.safar@gmail.com>
2653         * generic.cs, class.cs, delegate.cs: Check recursive inherited
2654         conflicting constraints.
2656 2008-09-12  Raja R Harinath  <harinath@hurrynot.org>
2658         * cs-tokenizer.cs (consume_identifier): Allow partial methods in
2659         mcs too.
2661 2008-09-12  Marek Safar  <marek.safar@gmail.com>
2663         * literal.cs, convert.cs, expression.cs, statement.cs: More null
2664         to null pointer conversion fixes.
2666 2008-09-11  Marek Safar  <marek.safar@gmail.com>
2668         * cs-parser.jay, expression.cs: An implicitly typed local variable
2669         declarator cannot use an array initializer.
2671 2008-09-11  Marek Safar  <marek.safar@gmail.com>
2673         * cs-parser.jay: Reduced number of printed tokens, add sorting.
2675 2008-09-11  Marek Safar  <marek.safar@gmail.com>
2677         * generic.cs (InflatedConstraints): Don't crash when constraints
2678         are different.
2679         
2680         * cs-parser.jay: const_declarator is a block.
2682         * constant.cs: Check for not allowed NaN conversions.
2684 2008-09-10  Miguel de Icaza  <miguel@novell.com>
2686         * driver.cs: Drop --shell argument, the compiler is no longer a
2687         REPL. 
2689         * eval.cs: Move most of the code that deals with evaluation into
2690         this file and document the public API from repl.cs
2692         * repl.cs: Remove from here.
2693         
2694 2008-09-10  Marek Safar  <marek.safar@gmail.com>
2696         A fix for bug #424684
2697         * generic.cs: Generic class constraints must come first.
2699 2008-09-09  Miguel de Icaza  <miguel@novell.com>
2701         * cs-parser.jay: Improve error reporting for syntax errors in
2702         statements and expressions, we now report the expected tokens
2703         instead of reporting the useless "; expected".
2705         Drop the strings from the token declaration, it turns out that
2706         they did not do what I thought they did.  Instead they were adding
2707         two sets of tokens to the tables.
2709 2008-09-09  Marek Safar  <marek.safar@gmail.com>
2711         * typemanager.cs, generic.cs, parameter.cs, expression.cs, class.cs,
2712         delegate.cs: Share special type check.
2714 2008-09-09  Marek Safar  <marek.safar@gmail.com>
2716         A fix for bug #423981
2717         * expression.cs (EmitBranchable): Correctly emit inverted float conditions.
2719 2008-09-09  Marek Safar  <marek.safar@gmail.com>
2721         * ecore.cs (ReducedConstantExpression): Implemented ConvertExplicitly and
2722         ConvertImplicitly.
2724 2008-09-09  Marek Safar  <marek.safar@gmail.com>
2726         A fix for bugs: #324750, #335946
2727         * cs-tokenizer.cs, cs-parser.jay, expression.cs: Use a custom 
2728         lookup rule to determine ?-based tokens.
2730 2008-09-08  Miguel de Icaza  <miguel@novell.com>
2732         * repl.cs (OptionalAssign.EmitStatement): It is possible that some
2733         expressions (like event adding or removing) end up here, so we
2734         need to treat those as statements.
2736         Add LoadAssembly method.
2738 2008-09-04  Miguel de Icaza  <miguel@novell.com>
2740         * repl.cs: Add Time method.
2742 2008-09-05  Marek Safar  <marek.safar@gmail.com>
2744         * cs-tokenizer.cs: Fixed swaped UTF-16 surrogates parsing.
2746 2008-09-05  Miguel de Icaza  <miguel@novell.com>
2748         * repl.cs: Add workaround for old compilers.
2750 2008-09-04  Jb Evain  <jbevain@novell.com>
2752         * repl.cs (PrettyPrint): pretty print everything that
2753         implements IDictionary, as well as IEnumerables. Also,
2754         add a quit helper property.
2756 2008-09-04  Marek Safar  <marek.safar@gmail.com>
2758         * constant.cs: Better error reporting for decimal literals.
2759         
2760         * class.cs, attribute.cs, typemanager.cs: Emit more fixed buffer
2761         field attributes.
2762         
2763 2008-09-04  Marek Safar  <marek.safar@gmail.com>
2764                         Miguel de Icaza  <miguel@novell.com>
2766         A fix for bug #422951
2767         * assign.cs (Assign.DoResolve): Perform the type conversions
2768         checks before we attempt to initialize `New' initializers. 
2770 2008-09-04  Marek Safar  <marek.safar@gmail.com>
2772         A fix for bug #422853
2773         * delegate.cs (DelegateCreation): Add special handling for
2774         EmptyExpression.Null instance expression which is just another
2775         hack for undecided member instance exression.
2777 2008-09-04  Marek Safar  <marek.safar@gmail.com>
2779         * expression.cs, ecore.cs: Emit full expression tree for reduced
2780         binary expressions.
2782 2008-09-04  Marek Safar  <marek.safar@gmail.com>
2784         * expression.cs (This): Guard against multi-resolving.
2785         
2786         * ecore.cs, statement.cs (Throw): Simplified.
2787         
2788         * flowanalysis.cs: Also verify event fields.
2790 2008-09-04  Miguel de Icaza  <miguel@novell.com>
2792         * assign.cs (Assign.DoResolve): Perform the type conversions
2793         checks before we attempt to initialize `New' initializers. 
2795         * repl.cs (PrettyPrint): Add Hashtable prettyprint
2797         * anonymous.cs (AnonymousTypeClass): On EvalMode make the class
2798         public. 
2800         * repl.cs: Update help.
2802 2008-09-03  Miguel de Icaza  <miguel@novell.com>
2804         * driver.cs (ProcessDefaultConfig): Now it encapsulates all the
2805         handling of the default config handling, including the special
2806         treatment of System.Core assembly. 
2808         Fixes the REPL processing for LINQ.
2810 2008-09-03  Marek Safar  <marek.safar@gmail.com>
2812         A fix for bug #422507
2813         * expression.cs (UnboxCast): Add missing child expression mutator.
2815 2008-09-03  Marek Safar  <marek.safar@gmail.com>
2817         * driver.cs: Don't self reference System.Core assembly.
2819 2008-09-03  Marek Safar  <marek.safar@gmail.com>
2821         A fix for bug #422507
2822         * expression.cs (StringConcat): Add missing type mutator.
2824 2008-09-03  Marek Safar  <marek.safar@gmail.com>
2826         * generic.cs (TypeInferenceContext): Follow equality rule for
2827         constructed type lower bound type inference.
2829 2008-09-02  Miguel de Icaza  <miguel@novell.com>
2831         * getline.cs (CmdRefresh): Apply patch from Douglas S. Blank
2832         <dblank@cs.brynmawr.edu> which updates the cursor position on
2833         refresh.
2834         
2835 2008-09-02  Marek Safar  <marek.safar@gmail.com>
2837         A fix for bug #367145
2838         * driver.cs: Fixed import of extension methods when using -noconfig
2839         option.
2841 2008-09-02  Marek Safar  <marek.safar@gmail.com>
2843         * iterator.cs: Don't emit GetEnumerator method twice but call a generic
2844         version from non-generic implementation instead.
2846 2008-09-01  Marek Safar  <marek.safar@gmail.com>
2848         A fix for bug #418908
2849         * class.cs: Use AddScopeStatement for field initializers.
2851 2008-09-01  Marek Safar  <marek.safar@gmail.com>
2853         A fix for bug #415385
2854         * ecore.cs, convert.cs: Do method group conversion for equal group types.
2856 2008-09-01  Marek Safar  <marek.safar@gmail.com>
2858         A fix for bug #421736
2859         * iterators.cs: Don't crash on unreachable iterators.
2861 2008-09-01  Marek Safar  <marek.safar@gmail.com>
2863         A fix for bug #421628
2864         * parameter.cs, attribute.cs: Clone also parameter attributes.
2866 2008-08-30  Miguel de Icaza  <miguel@novell.com>
2868         * namespace.cs (LookupType): In EvalMode, try to replace
2869         the TypeBuilder from our cache with a Type as Reflection.Emit does
2870         not  like to mix code from older assemblies emitted and new
2871         assemblies emitted. 
2873         This sounds like a serious Mono bug that prevents multiple
2874         assemblies to be generated and consumed at the same time.
2876         * cs-parser.jay (push_current_class): Do not make interactive
2877         classes internal or private, make them public as we currently
2878         generate each new class in a new assembly.   
2880 2008-08-29  Miguel de Icaza  <miguel@novell.com>
2882         * decl.cs, roottypes.cs, class.cs:: Add an infrastructure to
2883         remove types that are entered into the global namespace during
2884         parsing so that we can remove them on failure.
2886         * cs-parser.jay: Parsing: we now keep track of types that are
2887         entered into global variables and queue those in case the parsing
2888         or resolution fail.
2890         This happens in a few situations: during partial-input, we invoke
2891         the parser repeatedly for example with the string "class X", this
2892         would cause X to be registed, and we need to remove this
2893         registration so that another parse attempt later with say "class X {"
2894         would actually work.
2896         Additionally, if there is an error in the resolution phase, for
2897         example: "class X : NonExistant {}" th
2898         
2899         * cs-parser.jay: Be more precise with the errors being raised,
2900         instead of flagging all exceptions during parsing to be attributed
2901         to the parsing process, distinguish those from errors happening in
2902         the actions and hint that using -v would produce the actual
2903         exception. 
2905         * repl.cs: Do not load all compiler references on each reset,
2906         doing the partial reset takes care of this.
2907         
2908 2008-08-28  Miguel de Icaza  <miguel@novell.com>
2910         * repl.cs: Add support for loading all the files from
2911         ~/.config/csharp/*cs as startup scripts and ~/.config/csharp/*.dll
2912         as shell libraries.
2914         Introduce a micro-parser that is able to deambiguate on its input
2915         whether we are dealing with a compilation unit (namespace, class,
2916         interface, struct, delegate) declaration or a statement.   This
2917         allows both declarations and statements to be entered. 
2919         Set history size by default to 300 lines.
2921         Instead of distinguishing based on the parser.InteractiveResult,
2922         have only two cases: statements were parsed, or a compilation unit
2923         was.   Always pull the Using statement additions from the
2924         compilation unit parse.
2925         
2926         * cs-tokenizer.cs: Rename tokens to better describe their intent
2927         (EvalStatementParserCharacter and EvalCompilationUnitParserCharacter).
2928         
2929         * rootcontext.cs: Split EvalMode into EvalMode and StatementMode.
2930         EvalMode is used to trigger the lookup of global variables while
2931         StatementMode is used turn variable declarations into static
2932         fields.
2934         * getline.cs: Allow history size to be set.
2935         
2936 2008-08-29  Marek Safar  <marek.safar@gmail.com>
2938         A fix for bug #360755
2939         * ecore.cs (SimpleName): Exclude indexers from simple name resolve.
2941 2008-08-29  Marek Safar  <marek.safar@gmail.com>
2943         * generic.cs, iterators.cs, codegen.cs: Removed unused variable.
2944         
2945         * typemanager.cs, statement.cs, ecore.cs, enum.cs: Don't reconstruct enum
2946         member name, it is too confusing
2947         
2948         * decl.cs, class.cs: Don't report unused fields with attached attribute.
2949         
2950         * rootcontext.cs: Finally default to warning level 4.
2952 2008-08-28  Marek Safar  <marek.safar@gmail.com>
2954         * class.cs (CheckBase): Ignore overloaded operators.
2956 2008-08-28  Marek Safar  <marek.safar@gmail.com>
2958         A fix for bug #420830
2959         * expression.cs, cs-parser.jay: Put back InvocationOrCast expression.
2961 2008-08-28  Marek Safar  <marek.safar@gmail.com>
2963         A fix for bug #420832
2964         * anonymous.cs, iterators.cs: Also clone hoisted this iterator variable.
2966 2008-08-28  Marek Safar  <marek.safar@gmail.com>
2968         A fix for bug #420386
2969         * nullables.cs: Fixed logic of nullable user comparison operators involving
2970         null values.
2972 2008-08-28  Marek Safar  <marek.safar@gmail.com>
2973         
2974         * attribute (IsClsCompliant): Use FALSE value for pointer types.
2976 2008-08-27  Miguel de Icaza  <miguel@novell.com>
2978         * repl.cs: Add support for aborting the running code with C-c. 
2980 2008-08-27  Raja R Harinath  <harinath@hurrynot.org>
2982         * cs-parser.jay (CS1002): Dump 'yyToken' with Report.ExtraInformation.
2984 2008-08-27  Miguel de Icaza  <miguel@novell.com>
2986         * cs-parser.jay (interactive_statement_list): A new set of rules
2987         for hosting statements that uses the "interactive_" prefix.   
2989         * repl.cs: Add support for parsing `using' as a statement or as a
2990         directive.  Deambiguating before passing this to the parser.
2992         We need to distinguish statement_expressions that occur at the
2993         toplevel vs those that occur embedded into expressions.
2995         * getline.cs: Applied patch from Stuart Carnie <stuart.carnie@gmail.com> 
2996         that fixes the cursor key handling, and a history bug.
2997         
2998 2008-08-26  Miguel de Icaza  <miguel@novell.com>
3000         * Makefile: Drop BOOTSTRAP_COMPILER as that was masking the
3001         limitations in Console, instead the 2.0 bootstrap libraries now
3002         include the Console bits.
3004         Also, remove the use of Nullables from getline.cs
3006         ------------
3007         
3008         Interactive support for the C# compiler.   Use gmcs --shell to
3009         enter a read-eval-print loop shell.
3011         Docs: http://www.mono-project.com/CsharpRepl
3012         
3013         * sources: include repl.cs here and getline.cs for gmcs.exe,
3014         everything else is getline.cs impaired.
3016         * Makefile: when bootstrapping pass a special flag
3017         BOOTSTRAP_COMPILER which we use to prevent failures in compilation
3018         as we use NET_2_0 define to pull 2.0 APIs from System.Console.
3019         This distinguishes those two cases.
3021         * repl.cs: Support for a read-eval-print loop.   Will be soon
3022         refactored into eval support and then REPL on top of it.
3024         * ecore.cs: If a simplename lookup fails, before erroring out,
3025         if we are in EvalMode to resolve the name to a declaration in the
3026         Eval-land.    
3028         This means that variable declarations that happened in previous
3029         classes (as repl puts every statement in a separate class) are
3030         made visible in this way.
3032         * cs-parser.jay: UnexpectedEOF, a new flag that is set if we
3033         triggered an error due to the end of file being reached.   This is
3034         used to do multi-line input, and notify the caller that the user
3035         needs to provide more text before a successful parse.
3037         Add new grammar rules after the INTERACTIVE_PARSER token is seen
3038         to drive the evaluation with a custom wrapper. 
3040         * driver.cs: Add support for --shell, and refactor some code to be
3041         reused from repl.cs
3042         
3043         * namespace.cs: Add support for serializing the contents of the
3044         namespaces and reloading them.  
3046         * getline.cs: A managed implementation of ReadLine under
3047         X11/Apache2 license terms.  Easy to embed in other applications as
3048         well.
3050         * namespace.cs: Add some functions to save and restore the
3051         namespace state.
3053         * rootcontext.cs: New public field.
3055         * cs-tokenizer.cs: Add support for one of the possible characters
3056         we introduce into the token stream.  
3058         This patch does not affect the regular tokenization process, the
3059         only performance hit would happen if there is an invalid character
3060         on the input string.
3062         * support.cs: Move isatty helper routine here.
3064         * codegen.cs: Small cleanup, and add a mechanism to initialize the
3065         code generator for in-memory assemblies.
3067 2008-08-26  Marek Safar  <marek.safar@gmail.com>
3069         * generic.cs, ecore.cs, delegate.cs, cs-parser.jay, expression.cs: A type
3070         parameter cannot be always used as a type.
3072 2008-08-21  Marek Safar  <marek.safar@gmail.com>
3074         * convert.cs, expression.cs: Use single ExplicitReferenceConversion routine.
3076 2008-08-21  Marek Safar  <marek.safar@gmail.com>
3078         * convert.cs: Implement explicit array to IList<T> conversion.
3080 2008-08-20  Marek Safar  <marek.safar@gmail.com>
3082         A fix for bug #362740
3083         * cs-tokenizer.cs: Handle UTF-16 surrogates.
3085 2008-08-20  Marek Safar  <marek.safar@gmail.com>
3086         
3087         * generic.cs, support.cs, typemanager.cs, lambda.cs, parameter.cs,
3088         pending.cs, ecore.cs, linq.cs, class.cs, decl.cs, delegate.cs,
3089         flowanalysis.cs, iterators.cs, cs-parser.jay, convert.cs, anonymous.cs,
3090         expression.cs, attribute.cs, statement.cs, doc.cs: Refactored parameters
3091         handling to use just one type of infrastructure and deal with generics
3092         more effectivelly.
3094 2008-07-23  Martin Baulig  <martin@ximian.com>
3096         *** Merged this from trunk revision 108527 ***
3098         * statement.cs
3099         (ExplicitBlock.EmitSymbolInfo): Moved to `ToplevelBlock'.
3100         (ToplevelBlock.EmitSymbolInfo): Tell the symbol writer about the
3101         scope variable.
3103 2008-08-15  Marek Safar  <marek.safar@gmail.com>
3104         
3105         * ecore.cs, linq.cs, const.cs, expression.cs, statement.cs: More robust
3106         error checks.
3108 2008-08-15  Marek Safar  <marek.safar@gmail.com>
3109         
3110         * delegate.cs: Fixed compiler crash when creating delegate using partial
3111         method.
3112         
3113         * typemanager.cs: MulticastDelegate is not a delegate.
3115 2008-08-14  Marek Safar  <marek.safar@gmail.com>
3116         
3117         * expression.cs, ecore.cs, anonymous.cs, class.cs: Fixed missing error
3118         checks.
3120 2008-08-14  Raja R Harinath  <harinath@hurrynot.org>
3122         * cs-parser.jay (type): Allow 'var' in mcs too.
3123         (local_variable_type): Likewise.
3125 2008-08-14  Marek Safar  <marek.safar@gmail.com>
3126         
3127         * driver.cs: Removed broken -noconfig variants.
3129 2008-08-14  Marek Safar  <marek.safar@gmail.com>
3130         
3131         A fix for bug #417078
3132         * expression.cs: Emit correctly left side pointer operators.
3134 2008-08-13  Marek Safar  <marek.safar@gmail.com>
3136         * generic.cs, lambda.cs: Inflate method generic arguments only.
3138 2008-08-12  Marek Safar  <marek.safar@gmail.com>
3140         * class.cs: Fixed struct layout check regression.
3142 2008-08-12  Marek Safar  <marek.safar@gmail.com>
3144         * cs-parser.jay, enum.cs: Simplified enum parsing.
3145         
3146         * decl.cs: Check all type parameters conflicts.
3147         
3148         * expression.cs, statement.cs, attribute.cs: More expression checks.
3150 2008-08-11  Marek Safar  <marek.safar@gmail.com>
3152         * generic.cs: Add type inference types restriction.
3153         
3154         * parameter.cs, class.cs, delegate.cs, iterators.cs, cs-parser.jay,
3155         anonymous.cs, expression.cs: Allocate less accessor parameters.
3157 2008-08-08  Marek Safar  <marek.safar@gmail.com>
3159         * typemanager.cs, ecore.cs: Ambiguous operators can come from different
3160         classes.
3162 2008-08-08  Marek Safar  <marek.safar@gmail.com>
3164         * convert.cs, delegate.cs: Fixed delegate compatibility conversion. 
3166 2008-08-07  Marek Safar  <marek.safar@gmail.com>
3168         * class.cs, decl.cs, iterator.cs, ecore.cs: Refactor base type resolving.
3169         Also fixes #362146 and #381592.
3171 2008-08-07  Marek Safar  <marek.safar@gmail.com>
3173         * ecore.cs: Reduced constant cannot be used as an attribute value.
3174         
3175         * cs-parser.jay: Base expression has to be a type.
3176         
3177         * expression.cs (Conditional): Uses ReducedExpression.
3179 2008-08-06  Marek Safar  <marek.safar@gmail.com>
3181         A fix for bug #376826
3182         * parameter.cs, ecore.cs, anonymous.cs, expression.cs, statement.cs: An
3183         address of hoisted local variable or parameter cannot be taken.
3185 2008-08-05  Marek Safar  <marek.safar@gmail.com>
3187         * ecore.cs, constant.cs, expression.cs, statement.cs: Resolve correctly 
3188         anonymous method inside checked/unchecked expression.
3190 2008-08-05  Marek Safar  <marek.safar@gmail.com>
3192         * typemanager.cs (IsEqual): Guard against null.
3193         
3194         * ecore.cs, class.cs, convert.cs, const.cs, constant.cs, expression.cs,
3195         attribute.cs, enum.cs, statement.cs: Pass EmitContext to constant conversion
3196         routine. Fixed few misleading conversion errors.
3198 2008-08-04  Marek Safar  <marek.safar@gmail.com>
3200         * class.cs: Consider generics when checking cycles in struct layout.
3202 2008-08-04  Raja R Harinath  <harinath@hurrynot.org>
3204         * cs-tokenizer.cs (get_cmd_arg): Simplify.  Don't be too pedantic.
3206 2008-08-04  Marek Safar  <marek.safar@gmail.com>
3208         A fix for bug #414165
3209         * anonymous.cs: Use same anonymous implementation method for all anonymous
3210         method emits.
3212 2008-08-04  Marek Safar  <marek.safar@gmail.com>
3214         * generic.cs, anonymous.cs, statement.cs: Emit inherited anonymous method
3215         constraints.
3217 2008-08-04  Marek Safar  <marek.safar@gmail.com>
3219         * cs-parser.jay: Typeof argument has to be a type expression.
3220         
3221         * namespace.cs: Check alias and namespace definitions collisions.
3222         
3223         * class.cs, pending.cs: Moved explicit interface accessor implementation
3224         check.
3225         
3226         * delegate.cs, expression.cs: Verify special name invocations.
3227         
3228 2008-08-01  Marek Safar  <marek.safar@gmail.com>
3230         * cs-parser.jay: Don't choke on empty generic type arguments.
3231         
3232         * cs-tokenizer.cs: Handle escaped preprocessor directives.
3233         
3234         * expression.cs, ecore.cs: Minor expressions bugs.
3236 2008-08-01  Marek Safar  <marek.safar@gmail.com>
3238         * cs-parser.jay: Removed duplicate interface declaration (fixes 2 conflicts)
3239         and added more error handling.
3240         
3241         * class.cs, iterators.cs, anonymous.cs: Removed useless interface parameter.
3242         
3243         *  modifiers.cs, enum.cs: Fixed.
3245 2008-07-31  Jb Evain  <jbevain@novell.com>
3247         * driver.cs: remove -pkg ability of smcs.
3249 2008-07-30  Marek Safar  <marek.safar@gmail.com>
3251         * statement.cs (Switch): Correctly set empty default target for single
3252         blocks.
3254 2008-07-30  Marek Safar  <marek.safar@gmail.com>
3256         * typemanager.cs, assign.cs, driver.cs, expression.cs, statement.cs: Rewrote
3257         string switch statement implementation to use string dictionary which
3258         significantly (2-8x) improves performance of generated code.
3260 2008-07-29  Marek Safar  <marek.safar@gmail.com>
3262         A fix for bug #412880 by Atsushi Enomoto <atsushi@ximian.com>
3263         * modifiers.cs (GetDescription): Fixed FamANDAssem case.
3264         
3265 2008-07-29  Marek Safar  <marek.safar@gmail.com>
3267         A fix for bug #412595
3268         * typemanager.cs, convert.cs, expression.cs: Some types are never
3269         convertible to each other.
3271 2008-07-29  Marek Safar  <marek.safar@gmail.com>
3273         * nullable.cs (CreateNullConstant): An error messages update.
3275 2008-07-29  Marek Safar  <marek.safar@gmail.com>
3277         A fix for bug #412595
3278         * cfold.cs: Don't cast undefined bool constant.
3280 2008-07-29  Martin Baulig  <martin@ximian.com>
3282         * symbolwriter.cs
3283         (SymbolWriter.Reset): New public static method.
3285         * driver.cs
3286         (CompilerCallableEntryPoint.Reset): Call SymbolWriter.Reset().
3288 2008-07-28  Marek Safar  <marek.safar@gmail.com>
3290         * cs-tokenizer.cs (IsLambdaOpenParens): Optimized using more stop tokens.
3291         
3292         * expression.cs (ElementAccess): Exact size allocation.
3294 2008-07-26  Marek Safar  <marek.safar@gmail.com>
3296         * driver.cs: Replaced outdated UnixParseOption with CSCParseOption.
3298 2008-07-25  Marek Safar  <marek.safar@gmail.com>
3300         * flowanalysis.cs (StructInfo): Fixed detection of dynamic types.
3301         
3302         * class.cs: Removed $PRIVATE$ field hack which caused problems during
3303         flow analysis.
3305 2008-07-25  Marek Safar  <marek.safar@gmail.com>
3307         A fix for bug #412217
3308         * assign.cs: Mutate also assignment type.
3310 2008-07-25  Marek Safar  <marek.safar@gmail.com>
3312         A fix for bug #323644
3313         * typemanager.cs (IsValidProperty): Verify DefaultMemberName when checking
3314         indexers.
3316 2008-07-25  Marek Safar  <marek.safar@gmail.com>
3318         A fix for bug #412134
3319         * expression.cs (ResolveOperatorEnum): Do implicit conversion of
3320         non-enumerable operands when overloading equality or bitwise operators.
3322 2008-07-25  Marek Safar  <marek.safar@gmail.com>
3324         * anonymous.cs: Cache closed generic anonymous method delegates.
3326 2008-07-24  Marek Safar  <marek.safar@gmail.com>
3328         * lambda.cs, linq.cs, class.cs, iterators.cs, cs-parser.jay, assign.cs, 
3329         anonymous.cs, statement.cs: Always emit anonymous method as static method
3330         when is instance free. Use nesting for nested anynomous methods blocks.
3331         
3332 2008-07-23  Marek Safar  <marek.safar@gmail.com>
3334         * anonymous.cs (MutateGenericMethod): Added extra code path for imported
3335         types.
3337 2008-07-23  Marek Safar  <marek.safar@gmail.com>
3339         * expression.cs: Removed MakeSimpleCall.
3341 2008-07-23  Marek Safar  <marek.safar@gmail.com>
3343         A fix for bug #323012
3344         * class.cs, pending.cs: Emit proxy for indexers when they differ in name.
3345         Base method implementing interface has to be public.
3347 2008-07-23  Marek Safar  <marek.safar@gmail.com>
3349         * cs-parser.jay: Don't break on missing argument.
3351 2008-07-22  Marek Safar  <marek.safar@gmail.com>
3353         A fix for bug #320993
3354         * report.cs, parameter.cs, class.cs, decl.cs, delegate.cs, attribute.cs,
3355           enum.cs, codegen.cs: Report CLS compliance errors as warnings.
3357 2008-07-22  Marek Safar  <marek.safar@gmail.com>
3359         A fix for bug #320748
3360         * convert.cs: Implicit user operators cannot convert to interfaces
3362 2008-07-22  Marek Safar  <marek.safar@gmail.com>
3364         A fix for bug #312686
3365         * driver.cs: Ignore empty assembly references.
3367 2008-07-22  Marek Safar  <marek.safar@gmail.com>
3369         A fix for bug #387040
3370         * ecore.cs: Skip constrains check for an explicit implementation.
3372 2008-07-21  Marek Safar  <marek.safar@gmail.com>
3374         A fix for bug #409045
3375         * cs-tokenizer.cs, rootcontext.cs, class.cs, location.cs, delegate.cs,
3376           cs-parser.jay, driver.cs, expression.cs, attribute.cs: Conditional
3377           identifiers are file specific unless passed as input arguments.
3379 2008-07-21  Marek Safar  <marek.safar@gmail.com>
3381          * typemanager.cs, parameter.cs, class.cs, attribute.cs: Use an attribute
3382          to emit UnmanagedMarshal data under 2.0 profile.
3384 2008-07-21  Marek Safar  <marek.safar@gmail.com>
3386         A fix for bug #410369
3387         * parameter.cs: Clone correctly ParamsParameter.
3389 2008-07-21  Marek Safar  <marek.safar@gmail.com>
3391         * expression.cs (Argument): Always report type for type based expressions
3392         errors.
3394 2008-07-18  Marek Safar  <marek.safar@gmail.com>
3396         A fix for bug #410666
3397         * anonymous.cs: Correctly initialize generic storey reference.
3399 2008-07-18  Marek Safar  <marek.safar@gmail.com>
3401         * convert.cs: Don't box same type arguments.
3403 2008-07-18  Marek Safar  <marek.safar@gmail.com>
3405         * ecore.cs, linq.cs, delegate.cs, constant.cs, nullable.cs, expression.cs:
3406         Finished missing generic type mutators.
3408 2008-07-18  Marek Safar  <marek.safar@gmail.com>
3410         * iterators.cs, statement.cs: Finished statements CloneTo.
3412 2008-07-18  Marek Safar  <marek.safar@gmail.com>
3414         * anonymous.cs: ExpressionTreeProxy is of Value type expression.
3415         
3416         * expression.cs: Emit optimized default value expressions in expression tree
3417         array initializer.
3419 2008-07-18  Marek Safar  <marek.safar@gmail.com>
3421         * ecore.cs, cs-parser.jay, statement.cs: Error reporting fixes.
3423 2008-07-17  Marek Safar  <marek.safar@gmail.com>
3425         A fix for bug #367536
3426         * cs-parser.jay: Check static constructor of generic types for an access
3427         modifier.
3429 2008-07-17  Marek Safar  <marek.safar@gmail.com>
3431         A fix for bug #353800
3432         * lambda.cs: Emit ret for contextual statements.
3433         
3434         * codegen.cs: Keep both resolved and unreachable flags, otherwise we end
3435         up emitting redundant ret for all anonymous methods with return.
3437 2008-07-17  Marek Safar  <marek.safar@gmail.com>
3439         A fix for bug #365188
3440         * ecore.cs, anonymous.cs, expression.cs, codegen.cs, statement.cs: Don't
3441         create anonymous method storey in unreachable block.
3443 2008-07-17  Marek Safar  <marek.safar@gmail.com>
3445         * generic.cs, typemanager.cs, cs-tokenizer.cs, parameter.cs, namespace.cs,
3446         class.cs, delegate.cs, flowanalysis.cs, iterators.cs, anonymous.cs,
3447         driver.cs, nullable.cs, expression.cs, attribute.cs, codegen.cs,
3448         statement.cs: Fixed relevant defects found by Gendarme.
3450 2008-07-17  Marek Safar  <marek.safar@gmail.com>
3452         A fix for bug #325291
3453         * modifiers.cs, class.cs, cs-parser.jay, anonymous.cs, codegen.cs, 
3454         statement.cs: Replaced IAnonymousHost with top level block flag.
3456 2008-07-17  Marek Safar  <marek.safar@gmail.com>
3458         * cs-parser.jay: Clean up unused open_parens.
3460 2008-07-17  Marek Safar  <marek.safar@gmail.com>
3462         * ecore.cs: Custom error message for a range variable assignment.
3464 2008-07-16  Marek Safar  <marek.safar@gmail.com>
3466         * constant.cs, typemanager.cs: Emit empty string ("") as string.Empty field
3467         load.
3469 2008-07-16  Marek Safar  <marek.safar@gmail.com>
3471         * literal.cs: Null literal is of object type.
3473 2008-07-16  Marek Safar  <marek.safar@gmail.com>
3475         * nullable.cs (LiftedBinaryOperator): Always lift unwrapped nullable
3476         expression of nullable equality comparison.
3478 2008-07-15  Marek Safar  <marek.safar@gmail.com>
3480         * expression.cs(PointerArithmetic): Removed redundant assignment.
3482 2008-07-15  Marek Safar  <marek.safar@gmail.com>
3484         * decl.cs (GetSignatureForError): Report full namespace name for containers.
3486 2008-07-14  Marek Safar  <marek.safar@gmail.com>
3488         A fix for bug #408361
3489         * anonymous.cs (MutateGenericMethod): Store generic type arguments before
3490         they are replaced by GetMethod.
3492 2008-07-14  Marek Safar  <marek.safar@gmail.com>
3494         A fix for bug #408721 by jeremie.laval@gmail.com
3495         * expression.cs (Indirection): Implemented CloneTo.
3497 2008-07-14  Marek Safar  <marek.safar@gmail.com>
3499         * statement.cs (AssignableSlots): Temporary disabled variable initialization
3500         assert check.
3502 2008-07-14  Marek Safar  <marek.safar@gmail.com>
3504         * report.cs (EnableReporting): Don't reinitialize 0-based values.
3506 2008-07-11  Marek Safar  <marek.safar@gmail.com>
3508         * linq.cs: Reset tranparent parameter counter in probing mode.
3510 2008-07-11  Marek Safar  <marek.safar@gmail.com>
3512         * anonymous.cs: Mutate anonymous method type.
3514 2008-07-11  Marek Safar  <marek.safar@gmail.com>
3516         * ecore.cs, anonymous.cs: Mutate field expressions.
3518 2008-07-10  Marek Safar  <marek.safar@gmail.com>
3520         A fix for bug #369670
3521         * linq.cs, statement.cs: Use explicit block for query expressions variables.
3523 2008-07-10  Marek Safar  <marek.safar@gmail.com>
3525         * report.cs, ecore.cs: Flush recorder only when silent mode is off.
3527 2008-07-10  Raja R Harinath  <harinath@hurrynot.org>
3529         Fix bug #314902
3530         * cs-tokenizer.cs (is_punct): If a generic lookahead is looking
3531         only one '>', and finds a '>>', abort the generic lookahead.
3533 2008-07-10  Marek Safar  <marek.safar@gmail.com>
3535         A fix for bug #319902
3536         * cs-tokenizer.cs: Always look-ahed for `>='  when tokenizing `>'.
3538 2008-07-10  Marek Safar  <marek.safar@gmail.com>
3540         A fix for bug #406371
3541         * statement.cs: Moved EmitSymbolInfo to Block.
3543 2008-07-09  Marek Safar  <marek.safar@gmail.com>
3545         * ecore.cs: Report better error for extension method overload failures.
3547 2008-07-09  Marek Safar  <marek.safar@gmail.com>
3549         * expression.cs (Is): No need to box reference values.
3551 2008-07-09  Marek Safar  <marek.safar@gmail.com>
3553         * class.cs: Use event resolve context when initializing CreateEmitContext.
3555 2008-07-09  Marek Safar  <marek.safar@gmail.com>
3557         A fix for bug #394436
3558         * anonymous.cs, class.cs, expression.cs, lambda.cs: Emit correctly extension
3559         method used inside expression trees. Added more LINQ to expression tree
3560         conversions.
3562 2008-07-08  Marek Safar  <marek.safar@gmail.com>
3564         A fix for bug #378189, #370577
3565         * lambda.cs, ecore.cs: Implemented 3.0 enhancement to better conversion
3566         from expression.
3568 2008-07-08  Marek Safar  <marek.safar@gmail.com>
3570         * anonymous.cs, class.cs, decl.cs: Emit CompilerGenerated attribute
3571         hierarchically.
3573 2008-07-08  Marek Safar  <marek.safar@gmail.com>
3575         A fix for bug #406702
3576         * anonymous.cs: Always park anonymous method in the nearest parent storey.
3578 2008-07-07  Marek Safar  <marek.safar@gmail.com>
3580         A fix for bug #406648
3581         * cs-parser.jay: Report nullable use in mcs for some cases.
3583 2008-07-07  Marek Safar  <marek.safar@gmail.com>
3585         * ecore.cs: Improved argument mismatch error messages.
3587 2008-07-07  Marek Safar  <marek.safar@gmail.com>
3589         * anonymous.cs: Don't cache generic delegates when reference MVAR argument.
3591 2008-07-07  Marek Safar  <marek.safar@gmail.com>
3593         * expression.cs (TypeOf): Mutate type argument.
3595 2008-07-04  Marek Safar  <marek.safar@gmail.com>
3597         * class.cs: Report missing partial modifier for correct type.
3599 2008-07-04  Marek Safar  <marek.safar@gmail.com>
3601         * ecore.cs, expression.cs (VariableReference): Variable property is 
3602         protected.
3604 2008-07-04  Marek Safar  <marek.safar@gmail.com>
3606         * ecore.cs, convert.cs: Made OpcodeCast more memory efficient.
3607         
3608 2008-07-04  Marek Safar  <marek.safar@gmail.com>
3610         * anonymous.cs, class.cs, lambda.cs, iterator.cs: Cache static anonymous
3611         method delegates.
3613 2008-07-04  Marek Safar  <marek.safar@gmail.com>
3615         * anonymous.cs, class.cs, expression.cs, iterator.cs, statement.cs: Reduce
3616         anonymous method storey to an instance method when only "this" is hoisted.
3618 2008-07-03  Marek Safar  <marek.safar@gmail.com>
3620         A fix for bug #321615
3621         * expression.cs: Pointer comparisons use unsigned operator.
3623 2008-07-03  Marek Safar  <marek.safar@gmail.com>
3625         * expression.cs: Fixed native pointer conversions. Also fixes #321615.
3627 2008-07-02  Marek Safar  <marek.safar@gmail.com>
3629         A fix for bug #404905
3630         * class.cs: Always initialize local unsafe variables.
3632 2008-06-30  Marek Safar  <marek.safar@gmail.com>
3634         A fix for bug #396987
3635         * expression.cs (NewInitialize): Clear local temporary variable for next run
3637 2008-06-27  Marek Safar  <marek.safar@gmail.com>
3639         A fix for bug #401020
3640         * ecore.cs: Both types and modifiers have to match for ref and out arguments
3642 2008-06-27  Marek Safar  <marek.safar@gmail.com>
3644         A fix for bug #398319
3645         * cs-parser.jay: Implemented undocumented base access expression inside
3646         anonymous types.
3648 2008-06-26  Marek Safar  <marek.safar@gmail.com>
3650         A fix for bug #404227
3651         * cs-parser.jay: Parse namespace declaration using qualified identifier.
3653 2008-06-26  Marek Safar  <marek.safar@gmail.com>
3655         A fix for bug #404227
3656         * convert.cs: Fixed explicit array to interface cast.
3658 2008-06-26  Marek Safar  <marek.safar@gmail.com>
3660         A fix for bug #403894
3661         * delegate.cs: Mutate DelegateInvocation type.
3663 2008-06-26  Marek Safar  <marek.safar@gmail.com>
3665         A fix for bug #379348
3666         * delegate.cs: Box a load of generic parameters.
3668 2008-06-26  Marek Safar  <marek.safar@gmail.com>
3670         * expression.cs: Add an array creation arguments mutate.
3672 2008-06-26  Marek Safar  <marek.safar@gmail.com>
3674         A fix for bug #386068
3675         * anonymous.cs, expression.cs: Emit correctly hoisted expression tree
3676         parameter.
3678 2008-06-25  Marek Safar  <marek.safar@gmail.com>
3680         * ecore.cs, expression.cs: Fixed broken TypeCast clone, implemented few more
3681         CloneTo.
3683 2008-06-25  Marek Safar  <marek.safar@gmail.com>
3685         A fix for bug #403518
3686         * delegate.cs: Type correctly anonymous method new invocation.
3688 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3690         A fix for bug #394826
3691         * anonymous.cs: Fully qualify members when resolving anonymous type internal
3692         calls.
3694 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3696         A fix for bug #394826
3697         * anonymous.cs, iterators.cs: Construct generic storey only when is really
3698         needed.
3700 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3702         * class.cs: Clone indexer parameters for localized capturing.
3704 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3706         A fix for bug #402379
3707         * expression.cs: Don't crash when an object initializer resolve fails.
3709 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3711         A fix for bug #402888
3712         * expression.cs: Mutate conditional expression.
3714 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3716         A fix for bug #401012
3717         * class.cs: Keep StructLayout in shared container.
3719 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3721         A fix for bug #400438
3722         * decl.cs, class.cs: Only properties can be automatically implemented.
3724 2008-06-24  Marek Safar  <marek.safar@gmail.com>
3726         * statement.cs (ChangeToIterator): Copy also labels.
3728 2008-06-23  Marek Safar  <marek.safar@gmail.com>
3730         * ecore.cs: Pass type argument details to parent extension method.
3732 2008-06-23  Marek Safar  <marek.safar@gmail.com>
3734         A fix for bug #375966
3735         * delegate.cs: Fixed IsTypeCovariant generic type conversions.
3737 2008-06-23  Raja R Harinath  <harinath@hurrynot.org>
3739         * Makefile (bootstrap-libs): Pass NO_DIR_CHECK to sub-make.
3741 2008-06-22  Marek Safar  <marek.safar@gmail.com>
3743         A fix for bug #394347
3744         * anonymous.cs: Cache compatible delegates as compatibility check produces
3745         a new method every time.
3747 2008-06-20  Marek Safar  <marek.safar@gmail.com>
3749         * anonymous.cs: Propagate storey reference for single references.
3751 2008-06-20  Marek Safar  <marek.safar@gmail.com>
3753         A fix for bug #387615
3754         * assign.cs, expression.cs: Correctly clone compound assignment.
3756 2008-06-19  Marek Safar  <marek.safar@gmail.com>
3758         A fix for bug #359611, #359604
3759         * anonymous.cs: Mutate all types of hoisted parameters.
3761 2008-06-19  Marek Safar  <marek.safar@gmail.com>
3763         * typemanager.cs, lambda.cs, parameter.cs, ecore.cs, linq.cs, class.cs
3764         delegate.cs, iterators.cs, cs-parser.jay, assign.cs, anonymous.cs, driver.cs
3765         expression.cs, codegen.cs, statement.cs
3766         
3767         Fixes bugs: #318652, #323223, #234779, #325069, #325476, #332532, #334465,
3768         #345907, #349190, #353276, #355256, #359617, #378542, #384584, #396530
3769         
3770         ** Anonymous methods, lambda expressions rewrite **
3771         
3772         Anonymous expressions are now resolved when an explicit block is resolved 
3773         and they don't require any registration procedure anymore. Further,
3774         anonymous methods are defined when explicit block is emitted which allows
3775         better control of whole process and opens possibilities for more
3776         optimizations as well as alternative to reverse whole process.
3777         
3778         A concept of `MutateHoistedGenericType' was introduced to keep the resolve
3779         process consistent and to correctly emit hoisted generic methods when they
3780         have at least 1 hoisted variable.
3781         
3782 2008-06-17  Martin Baulig  <martin@ximian.com>
3784         * class.cs: Also emit the `[DebuggerHidden]' attribute on the main
3785         iterator method.
3786         (AbstractPropertyEventMethod.IsDebuggerHidden): New protected
3787         virtual property; check it in Emit().
3788         (PropertyMethod.IsDebuggerHidden): Override, check whether we're
3789         an iterator.
3790         (MethodOrOperator.ResolveMethods): Set `DEBUGGER_HIDDEN' if we're
3791         an iterator.
3792         (Indexer.Define): Likewise.
3794 2008-06-17  Marek Safar  <marek.safar@gmail.com>
3796         * convert.cs: Don't use IsInterface on type arguments.
3797         
3798         * delegate.cs: DelegateInvocation uses MethodInfo.
3799         
3800         * parameter.cs: Removed IsTypeParameter.
3801         
3802         * generic-mcs.cs: More missing stuff.
3804 2008-06-16  Martin Baulig  <martin@ximian.com>
3806         * modifiers.cs
3807         (Modifiers.DEBUGGER_HIDDEN): New public const.
3809         * typemanager.cs
3810         (TypeManager.GetDebuggerHiddenAttribute): New public static method.
3812         * class.cs
3813         (MethodOrOperator.Emit): Check `Modifiers.DEBUGGER_HIDDEN'.
3814         (AbstractPropertyEventMethod): Likewise.
3815         (Constructor.Emit): Likewise.
3816         (SourceMethod.SetCompilerGenerated): Removed.
3818         * iterator.cs: Set `Modifiers.DEBUGGER_HIDDEN' everywhere except
3819         on MoveNext().
3821         * anonymous.cs
3822         (RootScopeInfo.DoDefineMembers): Set `Modifiers.DEBUGGER_HIDDEN'
3823         if we're an `IteratorHost'.
3824         (AnonymousMethodMethod..ctor): Don't set
3825         `Modifiers.COMPILER_GENERATED'; csc only sets this on the class,
3826         not on the method.
3828 2008-06-16  Marek Safar  <marek.safar@gmail.com>
3830         * statement.cs: Clean-up foreach statements.
3832 2008-06-12  Marek Safar  <marek.safar@gmail.com>
3834         * class.cs: Stop using public method which should not exist
3835         (MethodBuilder.SetGenericMethodSignature).
3837 2008-06-11  Martin Baulig  <martin@ximian.com>
3839         * location.cs
3840         (Location.LookupFile): Add `CompilationUnit' argument; when given
3841         a relative file name, make it relative to the directory the .cs
3842         file is located in instead of using the current directory.
3844 2008-06-11  Martin Baulig  <martin@ximian.com>
3846         * class.cs
3847         (IMethodData.EmitExtraSymbolInfo): Added `SourceMethod' argument.
3848         (MethodOrOperator.EmitExtraSymbolInfo): Likewise.
3849         (SourceMethod.SetRealMethodName): Moved here from the symbol writer.
3850         (SourceMethod.SetCompilerGenerated): Likewise.
3852 2008-06-11  Marek Safar  <marek.safar@gmail.com>
3854         * codegen.cs, driver: Only write symbol file when it's asked for.
3856 2008-06-11  Marek Safar  <marek.safar@gmail.com>
3858         * codegen.cs: Don't use assembly writer error handling for symbol writer.
3860 2008-06-10  Martin Baulig  <martin@ximian.com>
3862         * symbolwriter.cs: Reflect latest MarkSequencePoint() API changes.
3864 2008-06-09  Marek Safar  <marek.safar@gmail.com>
3866         A fix for bug #316290
3867         * expression.cs: Include decimal operators in predefined table.
3868         
3869         * parameters.cs: More readonlyness.
3871 2008-06-09  Marek Safar  <marek.safar@gmail.com>
3873         A fix for bug #397213
3874         * cs-parser.jay: One more missing current_local_parameters reset.
3876 2008-06-09  Marek Safar  <marek.safar@gmail.com>
3878         A fix for bug #396633
3879         * class.cs: Host backing field in partial container.
3881 2008-06-09  Marek Safar  <marek.safar@gmail.com>
3883         A fix for bug #397068
3884         * expression.cs: Check both operand types when predefined operator is used.
3886 2008-06-05  Martin Baulig  <martin@ximian.com>
3888         Merged the `debugger-kahalo' branch.
3890         * class.cs
3891         (MethodData.Emit): Call SymbolWriter.SetCompilerGenerated() if
3892         we're an iterator method.
3893         (SourceMethod): Reflect latest symbol writer changes;
3894         SymbolWriter.OpenMethod() now takes a `ICompileUnit' argument and
3895         now `start_row' and `end_row'.
3896         (Constructor.Emit): Fix the logic whether to emit symbol information.
3898         * iterator.cs: Call SymbolWriter.SetCompilerGenerated() on all the
3899         generated methods.
3901         * location.cs
3902         (CompilationUnit): New public class; derives from `SourceFile'.
3903         (SourceFileEntry.DefineSymbolInfo): New public method.
3904         (SourceFileEntry.SetChecksum): New public method.
3905         (Location): Encode hidden line numbers by using `column == 255';
3906         the .ctor now accepts `column == -1' to mark a hidden line number.
3907         (Location.Hidden): New public property.
3908         (Location.CheckPoint): Add `CompilationUnit'.
3909         (Location.SourceFiles): Change return type to `CompilationUnit[]'.
3910         (Location.Push): Add `CompilationUnit compile_unit' argument.
3911         (Location.CompilationUnit): New public property.
3913         * statement.cs
3914         (ToplevelBlock.Emit): Add `ec.Mark (EndLocation)'.
3916         * cs-parser.jay: `SourceFile' -> `CompilationUnit'.
3918         * driver.cs: `SourceFile' -> `CompilationUnit'.
3920         * cs-tokenizer.cs: `SourceFile' -> `CompilationUnit'.
3922         * namespace.cs: `SourceFile' -> `CompilationUnit'.
3924         * cs-tokenizer.cs: Add support for `#pragma checksum' and
3925         `#line hidden'.
3927         * symbolwriter.cs
3928         (SymbolWriter.MarkSequencePoint): Take a `Location' and use the
3929         new symbol writer API to also pass the file.
3931 2008-06-05  Marek Safar  <marek.safar@gmail.com>
3933         * statement.cs: Emit catch variable assignment using variable expression.
3934         
3935 2008-06-05  Marek Safar  <marek.safar@gmail.com>
3937         * ecore.cs, expression.cs, statement.cs: Make TemporaryVariable compatible
3938         with other variable types.
3940 2008-06-04  Marek Safar  <marek.safar@gmail.com>
3942         * ecore.cs, expression.cs, statement.cs, typemanager.cs: Removed custom
3943         GetLength method emit, it breaks resolve rules.
3944         
3945 2008-06-02  Atsushi Enomoto  <atsushi@ximian.com>
3946             Marek Safar  <marek.safar@gmail.com>
3947                         
3948         A fix for bug #395542
3949         * cs-parser.jay: The trailing comma is allowed in anonymous type member
3950         declaration.
3951         
3952 2008-06-02  Marek Safar  <marek.safar@gmail.com>
3954         A fix for bug #395287
3955         * class.cs, modifiers.cs: Automatic properties method base modifiers checks.
3957 2008-05-31  Marek Safar  <marek.safar@gmail.com>
3959         A fix for bug #395845
3960         * class.cs, nullable.cs: User unary operator is allowed to have nullable and
3961         non-nullable parameter type.
3962         
3963 2008-05-31  Marek Safar  <marek.safar@gmail.com>
3965         * class.cs: Handle contructor initializer as a statement in top-level block.
3967 2008-05-30  Marek Safar  <marek.safar@gmail.com>
3969         * attribute.cs: Don't mix old and new corlib types when emitting corlib
3970         security attributes.
3972 2008-05-24  Marek Safar  <marek.safar@gmail.com>
3974         * ecore.cs, expression.cs: Small IVariable refactoring.
3976 2008-05-22  Marek Safar  <marek.safar@gmail.com>
3978         * assign.cs (LocalTemporary): Implemented CreateExpressionTree.
3980 2008-05-21  Marek Safar  <marek.safar@gmail.com>
3982         * cs-parser.jay: Removed redundant catch type check.
3984 2008-05-21  Marek Safar  <marek.safar@gmail.com>
3986         A fix for bug #390372
3987         * nullable.cs: Set correct return type.
3989 2008-05-21  Marek Safar  <marek.safar@gmail.com>
3991         A fix for bug #391062
3992         * typemanager.cs: Fixed crash when comparing null types.
3994 2008-05-21  Marek Safar  <marek.safar@gmail.com>
3996         A fix for bug #391871
3997         * cs-parser.jay: Better error handling for invalid catch type.
3999 2008-05-20  Marek Safar  <marek.safar@gmail.com>
4001         A fix for bug #392155
4002         * cs-tokenizer.cs: Fixed casting of byte and decimal expression.
4004 2008-05-15  Marek Safar  <marek.safar@gmail.com>
4006         A fix for bug #390666
4007         * ecore.cs (BetterExpressionConversion): Unwrap each Expression<T>
4008         expressions.
4010 2008-05-15  Marek Safar  <marek.safar@gmail.com>
4012         * class.cs, expression.cs, statement.cs: Removed a hack, setting block flag
4013         in getter.
4015 2008-05-13  Marek Safar  <marek.safar@gmail.com>
4017         A fix for bug #389625
4018         * delegate.cs, generic.cs: Some progress on method group return type
4019         inference.
4021 2008-05-13  Marek Safar  <marek.safar@gmail.com>
4023         A fix for bug #378419
4024         * namespace.cs: Inspect also parent namespaces not only namespace entries.
4026 2008-05-12  Marek Safar  <marek.safar@gmail.com>
4028         * class.cs (Constructor): Added IsCompilerGenerated.
4030 2008-05-12  Marek Safar  <marek.safar@gmail.com>
4032         * expression.cs: Enum binary operators can accept non-enum operand only when
4033         is implicitly convertible to underlying type.
4035 2008-05-12  Marek Safar  <marek.safar@gmail.com>
4037         A fix for bug #389272
4038         * support.cs: Workaround System.InvalidOperationException for enums.
4040 2008-05-12  Marek Safar  <marek.safar@gmail.com>
4042         A fix for bug #389073
4043         * convert.cs: More undocumented explicit IntPtr/UIntPtr conversions.
4045 2008-05-10  Marek Safar  <marek.safar@gmail.com>
4047         * driver.cs: Split Parse.
4048         
4049         * location.cs (LookupFile): Uses string.Empty.
4051 2008-05-07  Marek Safar  <marek.safar@gmail.com>
4053         * expression.cs, parameter.cs: Small ParameterReference clean up.
4055 2008-05-07  Marek Safar  <marek.safar@gmail.com>
4057         * anonymous.cs, codegen.cs, convert.cs, ecore.cs: Removed uber ugly TempEc
4058         hack. Fixes #387502.
4060 2008-05-06  Martin Baulig  <martin@ximian.com>
4062         * class.cs (Constructor.Emit): Fix the logic whether to emit
4063         symbol information.
4065 2008-05-06  Raja R Harinath  <harinath@hurrynot.org>
4067         Fix #385503
4068         * iterators.cs (Iterator.CurrentBlock.DoEmit): Don't emit
4069         InvalidOperationException when the iterator is before the start or
4070         after the end.
4072 2008-05-06  Marek Safar  <marek.safar@gmail.com>
4074         * nullable.cs (NullCoalescingOperator): Result is underlying type of left,
4075         when left is nullable type.
4077 2008-05-06  Marek Safar  <marek.safar@gmail.com>
4079         A fix for bug #386628
4080         * expression.cs (LocalVariableReference): Continue in resolving when
4081         variable is not assigned.
4083 2008-05-05  Marek Safar  <marek.safar@gmail.com>
4085         * nullable.cs, statement.cs (Unwrap): Store non-variable expression in all
4086         nullable operations.
4088 2008-05-04  Marek Safar  <marek.safar@gmail.com>
4090         * nullable.cs, statement.cs (Unwrap): Don't duplicate variable expressions,
4091         it saves many redundant temporary variables for nullable operations.
4093 2008-05-03  Marek Safar  <marek.safar@gmail.com>
4095         * assign.cs: EventAddOrRemove is a statement and cannot have a type.
4096         
4097         * cfold.cs, constant.cs, expression.cs: Share Error_OperatorCannotBeApplied
4098         method.
4099         
4100         * nullable.cs: Constant coalescing operator optimizations.
4102 2008-05-03  Marek Safar  <marek.safar@gmail.com>
4104         * constant.cs: Use unsigned conversion for values which are unsigned only.
4106 2008-05-03  Marek Safar  <marek.safar@gmail.com>
4108         * convert.cs, literal.cs, nullabel.cs, typemanager.cs: Implemeted null 
4109         coalescing operator as it should be.
4111 2008-05-02  Marek Safar  <marek.safar@gmail.com>
4113         A fix for bug #371016
4114         * expression.cs: All predefined delegate operators require implicit method
4115         group conversion.
4116         
4117 2008-05-02  Marek Safar  <marek.safar@gmail.com>
4119         * constant.cs: Emit long constant as uint when fits the range.
4120         
4121         * convert.cs, expression.cs: Fixed few unsafe conversions.
4123 2008-05-02  Marek Safar  <marek.safar@gmail.com>
4125         * convert.cs, literal.cs: Don't wrap implicit reference conversion to object
4127 2008-05-02  Raja R Harinath  <harinath@hurrynot.org>
4129         Fix #385758
4130         * convert.cs (ImplicitNumericConversion): Don't modify the type of
4131         'expr'.
4132         * ecore.cs (EmptyCast.Create): Flatten nested EmptyCasts.
4134 2008-05-01  Marek Safar  <marek.safar@gmail.com>
4136         * constant.cs, literal.cs: IsLiteral property for error reporting.
4137         
4138         * ecore.cs, expression.cs: Implemented Property expression.
4140 2008-05-01  Marek Safar  <marek.safar@gmail.com>
4142         * class.cs, modifiers.cs, flowanalysis.cs: New BACKING_FIELD flag.
4143         
4144         * nullable.cs: Implemented nullable coalescing null operator.
4146         * ecore.cs, expression.cs: Expression trees work.
4148 2008-05-01  Marek Safar  <marek.safar@gmail.com>
4150         * ecore.cs: CreateExpressionTree is finally abstract.
4152         * expression.cs, linq.cs: Updated.
4154 2008-05-01  Marek Safar  <marek.safar@gmail.com>
4156         * expression.cs, ecore.cs: Block base access expression inside expression
4157         tree.
4159 2008-05-01  Marek Safar  <marek.safar@gmail.com>
4161         A fix for bug #385058
4162         * expression.cs: User-defined operator implementations always take
4163         precedence over predefined operator implementations.
4165 2008-04-30  Marek Safar  <marek.safar@gmail.com>
4167         * assign.cs, anonymous.cs, lambda.cs, nullable.cs, ecore.cs, linq.cs,
4168         class.cs, iterators.cs, expression.cs, attribute.cs: Filled a few more
4169         expression tree conversions.
4170         
4171 2008-04-30  Marek Safar  <marek.safar@gmail.com>
4173         * typemanager.cs, ecore.cs, class.cs, expression.cs, doc.cs: Merged all
4174         operators method details to Operator class.
4176 2008-04-30  Marek Safar  <marek.safar@gmail.com>
4178         * anonymous.cs: Pass unsafe flags to anonymous container.
4179         
4180         * ecore.cs, expression.cs, statement.cs: Block unsafe pointer operations
4181         inside expression tree.
4183 2008-04-29  Martin Baulig  <martin@ximian.com>
4185         * cs-tokenizer.cs (Tokenizer.Position): Added `line'.
4186         (Tokenizer.PopPosition): Also restore the `line'.
4188 2008-04-29  Marek Safar  <marek.safar@gmail.com>
4190         * delegate.cs: Implemented Invoke expression.
4192 2008-04-29  Marek Safar  <marek.safar@gmail.com>
4194         * expression.cs: Fixed equality reference comparison regression.
4196 2008-04-29  Marek Safar  <marek.safar@gmail.com>
4198         * ecore.cs: Clean up EmptyCast hack.
4199         
4200         * expression.cs, nullable.cs: Implemented enum binary and unary operations
4201         using correct conversion rules. Also fixes #383993.
4203 2008-04-28  Martin Baulig  <martin@ximian.com>
4205         * class.cs (Constructor.Emit): Don't emit debugging information
4206         for generated default .ctor's.
4208 2008-04-28  Marek Safar  <marek.safar@gmail.com>
4210         * convert.cs: Empty-cast ushort to int conversion.
4212 2008-04-28  Marek Safar  <marek.safar@gmail.com>
4214         A fix for bug #384191
4215         * ecore.cs, expression.cs: Fixed expression cloning.
4217 2008-04-28  Marek Safar  <marek.safar@gmail.com>
4219         * ecore.cs, delegate.cs, assign.cs: Few tweaks for recent changes.
4221 2008-04-28  Raja R Harinath  <harinath@hurrynot.org>
4223         Fix #381559, test-638.cs, test-639.cs
4224         * assign.cs (CompoundAssign.Helper): New wrapper.
4225         (CompoundAssign.DoResolve): Use it to wrap the nested 'target'
4226         access.
4227         * ecore.cs (MethodGroupExpr.VerifyArgumentsCompat) <params arguments>:
4228         Pass unconverted expressions to the params array creation expression.
4229         (FieldExpr.EmitAssign): Don't special-case StringConcat.
4230         (PropertyExpr.EmitAssign): Likewise.
4231         * expression.cs (ArrayCreation.ResolveArrayElement): Keep track of the
4232         element if it is of kind CompoundAssign.Helper.
4233         (ArrayCreation.Emit): If we saw a CompoundAssign.Helper, emit it
4234         first before anything else.
4235         (ArrayAccess.EmitAssign): Don't special-case StringConcat.
4236         (ArrayAccess.LoadArrayAndArguments): Simplify.
4238 2008-04-27  Marek Safar  <marek.safar@gmail.com>
4240         * expression.cs: Fixed cloning of typeof(void).
4242 2008-04-27  Raja R Harinath  <harinath@hurrynot.org>
4244         * assign.cs (Assign.DoResolve): Remove support for EventExprs.
4245         (Assign.Emit): Likewise.  Move it to ...
4246         (CompoundAssign.DoResolve): ... here and ...
4247         (CompoundAssign.Emit): ... here.
4248         (EventAddOrRemove): New helper to handle += and -= on events, and
4249         avoid the use of BinaryDelegates.
4250         * ecore.cs (EventExpr.DoResolveLValue): Emit CS0070 unconditionally.
4251         (EventExpr.EmitAddOrRemove): Improve.
4252         * delegate.cs (DelegateInvocation.DoResolve): Simplify slightly.
4254         * cs-parser.jay (type) <namespace_or_type_name variant>: Don't
4255         create VarExprs for 'foo.bar.var'.
4256         * ecore.cs (VarExpr.InferType): Rename from DoResolveLValue, which
4257         is a highly inappropriate name for its functionality.
4259 2008-04-26  Raja R Harinath  <harinath@hurrynot.org>
4261         Simplify handling of multiple assignments
4262         * assign.cs (Assign): Clear out all 'embedded assign' gunk.  Make
4263         inheritable-only.
4264         (SimpleAssign): New.  Class to be used for normal assignments.
4265         * anonymous.cs, class.cs, cs-parser.jay: Update to changes.
4266         * expression.cs, parameter.cs, statement.cs: Likewise.
4268 2008-04-25  Marek Safar  <marek.safar@gmail.com>
4270         * ecore.cs, expression.cs, nullable.cs: Implemeted enum binary add operation
4271         for incompatible underlying types, more to come, uff.
4273 2008-04-26  Raja R Harinath  <harinath@hurrynot.org>
4275         Fix gtest-388.cs
4276         * expression.cs (VariableReference.EmitAssign) <source is NewInstance>:
4277         Handle 'leave_copy'.
4279 2008-04-25  Marek Safar  <marek.safar@gmail.com>
4281         * expression.cs, nullable.cs: Implemented UnaryPlus expression.
4283 2008-04-24  Raja R Harinath  <harinath@hurrynot.org>
4285         Fix test-636.cs.  Sprinkle a few more 'EmitSideEffect's around
4286         * expression.cs (Unary.TryReduceConstant): Unwrap SideEffectConstant.
4287         * statement.cs (While, Do, For): Allow test to have side effects.
4288         (For.DoEmit): Always emit InitStatement.
4290         Fix test-635.cs
4291         * expression.cs (Binary.DoResolve) <BitwiseAnd with zero constant>:
4292         Always create SideEffectConstant.
4293         (Binary.EnumLiftUp): Don't assume that the enumeration constant is
4294         of type EnumConstant.
4296         * expression.cs (Binary.EmitBranchable) <Equality with constant>:
4297         Handle 'right' being SideEffectConstant of type 'bool'.
4299         * expression.cs (Binary.EmitBranchable) <Equality with constant>:
4300         Use left.EmitBranchable instead of open coding it, so as to
4301         improve optimization opportunities.
4303         * constant.cs (SideEffectConstant.EmitSideEffect): Simplify slightly.
4305         * ecore.cs (Expression.EmitBranchable): Document some non-obvious
4306         assumptions.
4307         (Expression.EmitSideEffect): Document.
4309 2008-04-23  Marek Safar  <marek.safar@gmail.com>
4311         * expression.cs: Implemented NewArrayBounds, TypeIs, and TypeAs expressions.
4313 2008-04-23  Marek Safar  <marek.safar@gmail.com>
4315         * constant.cs, statement.cs: Use EmitSideEffect for constant if statement.
4317 2008-04-23  Marek Safar  <marek.safar@gmail.com>
4319         * ecore.cs, expression.cs, delegate.cs: Implemeted delegate instantiation
4320         conversion to expression tree.
4322 2008-04-23  Marek Safar  <marek.safar@gmail.com>
4324         * ecore.cs: Removed unused expression.
4326 2008-04-22  Marek Safar  <marek.safar@gmail.com>
4328         * expression.cs: Implemented NegateChecked and New expressions.
4330 2008-04-22  Marek Safar  <marek.safar@gmail.com>
4332         * convert.cs, nullable.cs, expression.cs: Implemented Negate expression.
4334 2008-04-22  Raja R Harinath  <harinath@hurrynot.org>
4336         Fix #351102
4337         * anonymous.cs (AnonymousMethodExpression.DoResolve): Mark as
4338         needing final 'ret' instruction.
4340 2008-04-22  Marek Safar  <marek.safar@gmail.com>
4342         * expression.cs: Disabled lifted binary conversion on ISO-1 profiles.
4344 2008-04-21  Marek Safar  <marek.safar@gmail.com>
4346         * expression.cs: Emit ldnull and not null expression as an instance argument
4347          of static method expression calls.
4349 2008-04-21  Marek Safar  <marek.safar@gmail.com>
4351         A fix for bug #378200
4352         * expression.cs: Fixed crash when creating parameterless expression tree
4353         method call.
4355 2008-04-21  Marek Safar  <marek.safar@gmail.com>
4357         A fix for bug #375297
4358         * anonymous.cs: Fixed crash when inferring from null argument anonymous
4359         method.
4361 2008-04-21  Marek Safar  <marek.safar@gmail.com>
4363         A fix for bug #377596
4364         * decl.cs, class.cs: Emit delegate type argument attributes.
4366 2008-04-21  Marek Safar  <marek.safar@gmail.com>
4368         A fix for bug #365314
4369         * generic.cs, ecore.cs: Type parameter declaration cannot be of generic type
4370         
4371 2008-04-21  Marek Safar  <marek.safar@gmail.com>
4373         * cs-parser.jay, expression.cs: ComposedCast can work with type expressions
4374         only.
4376 2008-04-21  Marek Safar  <marek.safar@gmail.com>
4378         * generic.cs (TypeParameter): Removed redundant location.
4380 2008-04-19  Marek Safar  <marek.safar@gmail.com>
4382         * generic.cs, parameter.cs, namespace.cs, ecore.cs, class.cs, decl.cs,
4383         delegate.cs, iterators.cs, cs-parser.jay, const.cs, enum.cs: Use
4384         FullNamedExpression in all declaration type expression, statements will come
4385         later.
4387 2008-04-18  Marek Safar  <marek.safar@gmail.com>
4389         * generic.cs, namespace.cs, ecore.cs, class.cs, decl.cs, generic-mcs.cs,
4390         nullable.cs, expression.cs, enum.cs, doc.cs: Cleaning up type expressions.
4392 2008-04-18  Marek Safar  <marek.safar@gmail.com>
4394         * parameter.cs, delegate.cs, cs-parser.jay, expression.cs: Removed unused
4395         code.
4397 2008-04-17  Marek Safar  <marek.safar@gmail.com>
4399         * decl.cs, class.cs, generic.cs: Verify partial parts type parameters and
4400         constraints.
4402 2008-04-17  Marek Safar  <marek.safar@gmail.com>
4404         * decl.cs, class.cs, cs-parser.jay, ecore.cs, expression.cs: Unify all type
4405         name expressions.
4406         Also fixes #340463.
4408 2008-04-17  Raja R Harinath  <harinath@hurrynot.org>
4410         Hook up 'EmitSideEffect'
4411         * constant.cs (Constant.EmitSideEffect): New.
4412         (SideEffectConstant.Emit): Simplify.  Use EmitSideEffect.
4413         (SideEffectConstant.EmitSideEffect): New.
4414         * ecore.cs (BoxedCast.EmitBranchable): Remove.  We can't use an
4415         unconditional branch in EmitBranchable.
4416         (FieldExpr.EmitBranchable): New.
4417         * expression.cs (Unary.EmitSideEffect): New.
4418         (Binary.EmitSideEffect): New.
4419         (VariableReference.EmitSideEffect): New.  Do nothing.
4421 2008-04-16  Raja R Harinath  <harinath@hurrynot.org>
4423         Introduce 'EmitSideEffect'
4424         * ecore.cs (Expression.EmitSideEffect): New.
4425         (TypeCast): Rename from EmptyCast.
4426         (EmptyCast): New.
4427         (EmptyCast.EmitBranchable, EmptyCast.EmitSideEffect): Implement.
4428         (BoxedCast.EmitBranchable, BoxedCast.EmitSideEffect): Implement.
4429         * convert.cs, nullable.cs: Update to changes.
4431 2008-04-16  Marek Safar  <marek.safar@gmail.com>
4433         * class.cs, cs-parser.jay: Early check for base types expression.
4435 2008-04-16  Marek Safar  <marek.safar@gmail.com>
4437         * decl.cs (MemberName): Declare PrettyName as obsolete.
4439 2008-04-16  Marek Safar  <marek.safar@gmail.com>
4441         * namespace.cs: Use MemberName comparison.
4443 2008-04-16  Raja R Harinath  <harinath@hurrynot.org>
4445         Fix build break
4446         * decl.cs (MemberName.PrettyName): New.  Replaces the misnamed
4447         FullName.
4448         (MemberName.MethodName, MemberName.GetSignatureForError): Improve.
4449         (MemberName.FullyQualifiedName): New.  Provides the functionality
4450         that users assume FullName would have.
4451         * ecore.cs, namespace.cs: Update to changes.
4453         * statement.cs (Using.assign): Make into ExpressionStatement.
4454         (Using.EmitPreTryBody): Simplify.
4456 2008-04-16  Marek Safar  <marek.safar@gmail.com>
4458         * report.cs: ColorFormat is protected.
4459         
4460         * rootcontext.cs: Unused fields clean-up.
4461         
4462         * namespace.cs: Made UsingEntry name private.
4464 2008-04-16  Marek Safar  <marek.safar@gmail.com>
4466         * cs-tokenizer.cs, location.cs: Removed unused field.
4468 2008-04-16  Jan Oravec <jan.oravec@6com.sk>
4469             Raja R Harinath  <harinath@hurrynot.org>
4471         Fix #379822
4472         * constant.cs (SideEffectConstant.value): Rename from 'left'.
4473         (SideEffectConstant.side_effect): Rename from 'right'.
4474         (SideEffectConstant..ctor): Normalize 'side_effect'.
4475         (SideEffectConstant.Emit): Emit 'value', not 'side_effect' as the
4476         value of this constant.
4477         * cfold.cs: Update to changes.
4479 2008-04-15  Marek Safar  <marek.safar@gmail.com>
4481         * cs-paser.jay: Removed unused variable.
4482         
4483         * driver.cs: Made Compile instance method.
4485 2008-04-15  Raja R Harinath  <harinath@hurrynot.org>
4487         * flowanalysis.cs (FlowBranching.MergeChild): Simplify.
4489 2008-04-15  Marek Safar  <marek.safar@gmail.com>
4491         * cs-paser.jay, namespace.cs: Simplified handling of namespace imports. 
4493 2008-04-13  Jb Evain  <jbevain@novell.com>
4495         * namespace.cs: update the System.Core fullname for 2.1
4496         * driver.cs: update the list of required assemblies for 2.1.
4497         Merged from the Moonlight 2 branch.
4499 2008-04-11  Marek Safar  <marek.safar@gmail.com>
4501         * assign.cs, ecore.cs, expression.cs, nullable.cs: More work on nullable
4502         types and user defined operators. User operators arguments has to be checked
4503         for null value before invocation, which also means no operator is called
4504         when any argument is not convertible to unwrapped nullable type.
4505         
4506 2008-04-09  Marek Safar  <marek.safar@gmail.com>
4508         * convert.cs, ecore.cs, expression.cs, nullable.cs: Initial refactoring
4509         of Unary expressions to follow operator overloading rules precisely.
4510         Also fixes #321794, #323794
4511         
4512 2008-04-08  Marek Safar  <marek.safar@gmail.com>
4514         * cs-parser.jay, expression.cs: Don't wrap Indirection expression in Unary
4515         expression.
4516         
4517 2008-04-08  Marek Safar  <marek.safar@gmail.com>
4519         * expression.cs, ecore.cs: Implemented MemberInit expression.
4520         
4521 2008-04-08  Raja R Harinath  <harinath@hurrynot.org>
4523         Fix mono/tests/exception4.cs
4524         * statement.cs (ExceptionStatement, TryCatch): Revert to using
4525         ec.NeedReturnLabel () rather emitting a 'nop'.
4527         * statement.cs (ExceptionStatement.SomeCodeFollows): A hook for a
4528         simple heuristic.
4529         (TryCatch.SomeCodeFollows): Likewise.
4530         * flowanalysis.cs (FlowBranchingException): Call 'SomeCodeFollows'
4531         for 'break', 'continue' and 'return' statements inside a try.
4532         We're fairly sure that the generated IL stream will have more
4533         instructions textually following the try.
4534         (FlowBranchingTryCatch): Likewise.
4536         * statement.cs (Throw.Resolve): Move CS0156 and CS0724 testing ...
4537         * flowanalysis.cs (FlowBranching.CheckRethrow): ... here and to its
4538         overrides.
4540         * statement.cs (CollectionForeach.DisposableWrapper): Make a true
4541         wrapper -- forward everything to CollectionForeach.
4542         (CollectionForeach.NonDisposableWrapper): New.
4543         (CollectionForeach.EmitFinallyBody): Use 'endfinally' instruction
4544         instead of a pop + branch to end.
4546 2008-04-07  Marek Safar  <marek.safar@gmail.com>
4548         A fix for bug #377485
4549         * assign.cs, expression.cs, decl.cs, class.cs, ecore.cs, namespace.cs: 
4550         Propagate location for extension method groups. Report conversion failure at
4551         right place.
4553 2008-04-07  Marek Safar  <marek.safar@gmail.com>
4555         * anonymous.cs, expression.cs, ecore.cs, typemanager.cs: Implemented
4556         ListInit and Field expressions.
4558 2008-04-06  Raja R Harinath  <harinath@hurrynot.org>
4560         * iterators.cs (Iterator.EmitMoveNext): Remove try/fault wrapper.
4561         Since $PC is always -1 inside the body of MoveNext, the fault
4562         handler is a no-op.
4563         * flowanalysis.cs (FlowBranchingException.EmitFinally): Kill.
4564         * statement.cs (ExceptionStatement.emit_finally): Likewise.
4565         (ExceptionStatement.ResolveFinally): Drop 'branching' argument.
4567         The denouement!  Fix #324708
4568         * iterators.cs (Iterator.EmitMoveNext): Reset $PC to -1 on entry.
4569         (Iterator.EmitYieldBreak): We no longer need to reset $PC.
4570         * statement.cs (ExceptionStatement.DoEmit): Actually emit the
4571         'finally' inside the finally clause.
4573         * statement.cs (ExceptionStatement.DoEmit): Emit try/finally block
4574         inside an iterator.  Don't emit the body of the 'finally' inside
4575         the finally clause yet.
4577         Use the ResumableStatement infrastructure for MoveNext ()
4578         * iterators.cs (Iterator.EmitMoveNext_NoResumePoints): New.
4579         (Iterator.EmitMoveNext): Use 'resume_points'.  Get rid of
4580         'old_resume_points'.  Move dispatcher upfront.
4581         (Iterator.MarkYield): Mark the 'resume_point' of a Yield.
4582         * statement.cs (ExceptionStatement.DoEmit): Emit a dispatcher if
4583         in an enumerator.  This encodes the main fix in this patch series
4584         -- we can only jump into the first instruction of a try from the
4585         outside, but we want to emit try/finally regions in iterators and
4586         resume in the middle of them.
4588 2008-04-05  Raja R Harinath  <harinath@hurrynot.org>
4590         * statement.cs (ExceptionStatement.ResolveFinally): Move setting
4591         of NeedReturnLabel here.
4593         Introduce a common point for emitting try/finally to IL
4594         * statement.cs (ExceptionStatement.DoEmit): New.  Combines all the
4595         features of the various subclasses, which are now driven by ...
4596         (ExceptionStatement.EmitPreTryBody): ... this and ...
4597         (ExceptionStatement.EmitTryBody): ... this and the original
4598         EmitFinallyBody.
4599         (TryFinally, Lock, Using, UsingTemporary, DisposableWrapper):
4600         Remove DoEmit and update to follow above protocol.
4602         * statement.cs (ExceptionStatement.EmitForDispose): If all labels
4603         of the dispatcher are the same, skip emitting the 'switch'.
4604         * iterator.cs (Iterator.EmitDispose): Update to changes.
4606         Clean up handling of 'using' statement
4607         * statement.cs (UsingTemporary): New.  Carved out of ...
4608         (Using): ... this.  Simplify drastically.  Handle exactly
4609         one variable.
4610         * cs-parser.jay (using_statement): Split.  Create UsingTemporary
4611         or Using as appropriate.  If there are multiple variable declared,
4612         create nested Using statements.
4613         (resource_acquisition): Kill.
4615         * statement.cs (ExceptionStatement.EmitForDispose): Use
4616         EmitFinallyBody, not EmitFinally.
4618         * flowanalysis.cs (FlowBranching.StealFinallyClauses): Remove.
4619         * iterator.cs: Update to changes.
4621         Start using the ResumableStatement infrastructure
4622         * statement.cs (ResumeableStatement.PrepareForDispose): New.
4623         (ResumableStatement.EmitForDispose): New.
4624         (ExceptionStatement): Override them.
4625         * iterators.cs (Iterator.EmitDispose): Use PrepareForDispose and
4626         EmitForDispose to create the body of the Dispose method.  Don't
4627         use OldResumePoint.
4629         * iterator.cs (Iterator.AddResumePoint): Move here from ...
4630         * statement.cs (Toplevel.AddResumePoint): ... here.
4631         (Toplevel.MoveNextStatement.Resolve): Create FlowBranchingIterator.
4632         * flowanalysis.cs (FlowBranchingIterator): New.
4633         * codegen.cs (EmitContext): Update to changes.
4635         * iterators.cs (Iterator.OldResumePoint): Rename from ResumePoint.
4636         (Iterator.old_resume_points): Rename from 'resume_points'.
4637         (Iterator.MoveNextStatement): Remove unused class.
4639         New infrastructure for try/finally in iterators (still unused)
4640         * flowanalysis.cs (FlowBranching.AddResumePoint): New.
4641         (FlowBranchingToplevel.AddResumePoint): Hook into
4642         ToplevelBlock.AddResumePoint.
4643         (FlowBranchingTryCatch): Move CS01626 and CS01631 checks here.
4644         (FlowBranchingException): Hook into ExceptionBlock.AddResumePoint.
4645         * statement.cs (ToplevelBlock.AddResumePoint): New.  Collect
4646         resume points and assign program-counter values.
4647         (ExceptionBlock.AddResumePoint): Collect resume points for
4648         de-muxer at the top of try block.
4649         * iterators.cs (Yield.CheckContext): Simplify.
4650         (Yield.Resolve): Use FlowBranching.AddResumePoint.
4652 2008-04-04  Raja R Harinath  <harinath@hurrynot.org>
4654         * flowanalysis.cs (FlowBranching.AddReturnOrigin): Change Location
4655         argument to an ExitStatement.
4656         (FlowBranchingException): Refactor saved origins code.
4657         * statement.cs (ExitStatement): Update to cahges.
4658         * iterator.cs (YieldBreak): Likewise.
4660         * statement.cs (ResumableStatement): New.  Common base class for
4661         YieldReturn and ExceptionStatement.
4662         (ExitStatement): New.  Common base class for Return and YieldBreak.
4663         (Return): Update to changes.
4664         * iterator.cs (YieldBreak): Likewise.
4665         * lambda.cs (ContextualReturn): Likewise.
4667         Fix #377028
4668         * ecore.cs (Expression.ResolveAsTypeStep): If '!silent' attempt to
4669         emit a meaningful error message.
4671         Fix #324765, #319508
4672         * flowanalysis.cs (VariableInfo.IsEverAssigned): New.
4673         (VariableInfo.SetAssigned): Set it.
4674         * statement.cs (Block.UsageWarning): Use 'IsEverAssigned' to
4675         determine if CS0219 or CS0168 is appropriate.  Don't use
4676         flow-analysis information.
4677         (Block.Resolve): Use ec.EndFlowBranching, not ec.DoEndFlowBranching.
4678         * codegen.cs (EmitContext.DoEndFlowBranching): Kill.  Inline into ...
4679         (EmitContext.EndFlowBranching): ... this.
4681 2008-04-03  Marek Safar  <marek.safar@gmail.com>
4683         * class.cs, typemanager.cs: Emit volatile field with IsVolatile modifier.
4685 2008-04-03  Marek Safar  <marek.safar@gmail.com>
4687         A fix for bug #376508
4688         * convert.cs, expression.cs: Fixed difference between ImplicitConversion and
4689         ImplicitConversionExists.
4691 2008-04-03  Marek Safar  <marek.safar@gmail.com>
4693         * expression.cs (Binary): Added remaining binary operators to expression
4694         tree builder.
4696         * nullable.cs: Optimize shift with null argument.
4698 2008-04-03  Raja R Harinath  <harinath@hurrynot.org>
4700         Fix minor IL regression
4701         * statement.cs (TryCatch..ctor): Add 'inside_try_finally' argument.
4702         (TryCatch.DoEmit): Use it to avoid creating another ExceptionBlock.
4703         * cs-parser.jay (try_statement): Update to changes.
4705         * statement.cs (TryFinally.need_exc_block): Delete.
4706         (TryFinally): Update to changes.
4708         Now all ExceptionStatements are unconditional
4709         * statement.cs (CollectionForeach.DisposableWrapper): New.
4710         Extract out the try/finally code into a new wrapper.
4711         (CollectionForeach.Resolve): Use it to simplify the code.
4713 2008-04-02  Raja R Harinath  <harinath@hurrynot.org>
4715         Start at simplifying ExceptionStatement semantics a bit
4716         * statement.cs (TryCatch, TryFinally): Split 'Try' into two pieces.
4717         * cs-parser.jay (try_statement): Update to changes.
4718         (opt_catch_clauses): Remove.
4719         * flowanalysis.cs: Update to changes.
4720         (FlowBranching.BranchingType.TryCatch): New.
4721         (FlowBranchingTryCatch): New.
4723         * flowanalysis.cs (FlowBranching.BranchingType.SwitchSection): Kill.
4724         (FlowBranching.CreateBranching): Update to changes.
4725         (FlowBranchingBlock.AddSibling): Add sanity check.
4726         * codegen.cs (EmitContext.StartFlowBranching) <Block variant>:
4727         Update to changes.
4729         * iterators.cs (Iterator.MarkFinally): Remove.
4730         * statement.cs (ExceptionStatement): Update to changes.
4732         Add support for skipping over finally blocks at runtime.  First
4733         in a series to fix #324708
4734         * iterators.cs (Iterator.SkipFinally): New LocalBuilder.
4735         (Iterator.EmitMoveNext): Initialize it.
4736         * statement.cs (ExceptionStatement.EmitFinally): Use it to emit a
4737         branch over the body of the 'finally' clause.
4739 2008-03-31  Raja R Harinath  <harinath@hurrynot.org>
4741         Avoid lopsided use of Foo/DoFoo names
4742         * statement.cs (ExpressionStatement.EmitFinallyBody):
4743         Rename from EmitFinally.
4744         (ExpressionStatement.EmitFinally): Rename from DoEmitFinally.
4745         * iterator.cs: Update to changes.
4747 2008-04-02  Marek Safar  <marek.safar@gmail.com>
4749         * ecore.cs, expression.cs, nullable.cs: ConditionalLogicalOperator is now
4750         based on UserOperatorCall. More binary nullable operators clean up.
4752 2008-04-02  Martin Baulig  <martin@ximian.com>
4754         * symbolwriter.cs: Remove the `#if !DISABLE_TERRANIA_CHANGES' conditionals.
4756 2008-04-02  Marek Safar  <marek.safar@gmail.com>
4758         * nullable.cs: Merge user and empty conversions when lifting expression
4759         trees.
4760         
4761         * expression.cs (StringConcat): Implemented expression tree representation.
4763 2008-04-01  Marek Safar  <marek.safar@gmail.com>
4765         * nullable.cs: When lifting null literal and a user operator exists, no call 
4766         is made.
4767         
4768 2008-04-01  Marek Safar  <marek.safar@gmail.com>
4770         * nullable.cs, ecore.cs, expression.cs: Convert null arithmetic to lifted
4771         null.
4773 2008-04-01  Marek Safar  <marek.safar@gmail.com>
4775         * nullable.cs, expression.cs: Use namespace instead heavily nested
4776         monster abstract class.
4778 2008-04-01  Marek Safar  <marek.safar@gmail.com>
4780         * ecore.cs, convert.cs, constant.cs, nullable.cs, expression.cs: Implemented
4781         lifting of null literal and user operators. Clean up of some temporary
4782         nullable hacks.
4784 2008-03-30  Raja R Harinath  <harinath@hurrynot.org>
4786         Fix #368224, test-629.cs
4787         * flowanalysis.cs (FlowBranching.StealFinallyClauses): Return true
4788         if it crossed an unwind-protect boundary.
4789         * iterators.cs (Yield.CheckContext): Relax check for 'yield break'.
4790         (Yield.Resolve, Yield.DoEmit): Track whether the yield occurs
4791         inside an unwind-protected region.
4792         (YieldBreak.Resolve, YieldBreak.DoEmit): Likewise.
4793         (Iterator.MarkYield): Add 'unwind_protect' parameter.  Emit a
4794         'leave' instead of a 'br' if unwind-protected.
4795         (Iterator.EmitYieldBreak): Likewise.
4797 2008-03-29  Gert Driesen  <drieseng@users.sourceforge.net>
4799         * driver.cs: Only define versioninfo resources if no win32 resource
4800         file was specified.
4802 2008-03-28  Marek Safar  <marek.safar@gmail.com>
4804         A fix for bug #372375
4805         * convert.cs: Fixed boxing of nullable types.
4807 2008-03-28  Marek Safar  <marek.safar@gmail.com>
4809         * typemanager.cs: Initialize InternalsVisibleTo as the very first optional
4810         type.
4812 2008-03-28  Marek Safar  <marek.safar@gmail.com>
4814         A fix for bug #374619
4815         * nullable.cs: Fixed guarding of EmitBitwiseBoolean.
4816         
4817 2008-03-27  Marek Safar  <marek.safar@gmail.com>
4819         * lambda.cs: Check return type only for invocation.
4820         
4821 2008-03-27  Marek Safar  <marek.safar@gmail.com>
4823         A fix for bug #374214
4824         * ecore.cs: Correctly report argument type mismatch.
4826 2008-03-27  Marek Safar  <marek.safar@gmail.com>
4828         * convert.cs (ImplicitReferenceConversionCore): Correctly compare enum type
4829         and not rely on broken IsEnum.
4831 2008-03-27  Marek Safar  <marek.safar@gmail.com>
4833         * nullable.cs: New file, extracted from generic.cs.
4834         
4835         * generic.cs, generic-mcs.cs, *.csproj, *.sources: Updated.
4837 2008-03-27  Marek Safar  <marek.safar@gmail.com>
4839         * generic.cs, convert.cs, generic-mcs.cs, expression.cs: Added lifting of
4840         predefined comparison operators and null literals.
4841         
4842         * report.cs: New warning ID.
4843         
4844 2008-03-25  Marek Safar  <marek.safar@gmail.com>
4846         A fix for bug #370577
4847         * lambda.cs: Check return type too.
4849 2008-03-25  Marek Safar  <marek.safar@gmail.com>
4851         A fix for bug #372846
4852         * class.cs: Automatic properties can be declared as unsafe.
4854 2008-03-20  Marek Safar  <marek.safar@gmail.com>
4856         * location.cs: Use string based concatenation.
4857         
4858         * expression.cs: LiftedBinaryOperator is gmcs only.
4859         
4860 2008-03-20  Marek Safar  <marek.safar@gmail.com>
4862         * generic.cs, literal.cs, ecore.cs, expression.cs: Ongoing work on nullable
4863         conversions rules and expression trees.
4865 2008-03-19  Marek Safar  <marek.safar@gmail.com>
4867         * delegate.cs: Use extension method source as delegate target.
4869 2008-03-19  Marek Safar  <marek.safar@gmail.com>
4871         * generic.cs, generic-mcs.cs, expression.cs, ecore.cs: Rewrote nullable
4872         binary operations to be purely based on binary operations and optimized
4873         emitted code (30% less in some cases). Introduced ReducedExpression for ETs
4874         and other ET refactoring.
4875         
4876         * typemanager.cs: Fixed warning.
4877         
4878 2008-03-17  Marek Safar  <marek.safar@gmail.com>
4880         * class.cs, decl.cs, delegate.cs: Do protected modifier check on each member
4881         
4882         * symbolwriter.cs: Fixed.
4884 2008-03-17  Marek Safar  <marek.safar@gmail.com>
4886         * anonymous.cs, driver.cs: Reset anonymous types counters.
4888 2008-03-17  Marek Safar  <marek.safar@gmail.com>
4890         * ecore.cs (MethodGroupExpr): Skip first candidate, it's already the best.
4891         
4892         * class.cs: Use fullname for all type member definitions.
4893         
4894 2008-02-19  Martin Baulig  <martin@ximian.com>
4896         * class.cs
4897         (IMethodData.EmitExtraSymbolInfo): New interface method.
4898         (MethodData.Emit): Call method.EmitExtraSymbolInfo().
4899         (MethodOrOperator.EmitExtraSymbolInfo): Implement this new
4900         interface method here as an empty public virtual method.
4902         * anonymous.cs
4903         (AnonymousMethodMethod.ctor): Added `string real_name' argument.
4904         (AnonymousMethodMethod.EmitExtraSymbolInfo): Override and call
4905         CodeGen.SymbolWriter.SetRealMethodName().       
4907 2008-02-18  Martin Baulig  <martin@ximian.com>
4909         * anonymous.cs
4910         (ScopeInfo.EmitType): Override this and emit debugging
4911         information for captured variables.
4912         (RootScopeInfo.EmitType): Override this and emit symbol
4913         information for a captured `this'.
4915 2008-02-15  Martin Baulig  <martin@ximian.com>
4917         * iterators.cs: Emit debugging info.
4919         * codegen.cs
4920         (EmitContext.Flags): Add `OmitDebuggingInfo'.
4921         (EmitContext.OmitDebuggingInfo): New public property.
4923         * statement.cs
4924         (While): Override Emit() and don't emit symbol info there; do it
4925         inside DoEmit() instead.
4926         (Block.Emit): Omit symbol information while emitting the scope
4927         initializers; don't ec.Mark() the `EndLocation'.  Fix the lexical
4928         block logic.
4929         (ExplicitBlock.IsIterator): Moved here from `ToplevelBlock'.
4930         (ToplevelBlock.MakeIterator): Pass the `flags' to `ExplicitBlock's
4931         .ctor to make `IsIterator' work.
4933 2008-03-14  Martin Baulig  <martin@ximian.com>
4935         * symbolwriter.cs: Added the new symbol writer function from the
4936         debugger's `terrania' branch; temporarily enclose them inside
4937         `#if !DISABLE_TERRANIA_CHANGES' conditionals until I'm back from
4938         my vacations.
4940 2008-03-14  Martin Baulig  <martin@ximian.com>
4942         * symbolwriter.cs
4943         (SymbolWriter): Make this a public static class.
4945         * codegen.cs
4946         (CodeGen.SymbolWriter): Removed; use the new static `SymbolWriter'
4947         class instead of using `if (CodeGen.SymbolWriter != null)' everywhere.
4949 2008-03-14  Marek Safar  <marek.safar@gmail.com>
4951         A fix for bug #370577
4952         * statement.cs, lambda.cs: Added extra limitations when dealing with void
4953         return type.
4954         
4955 2008-03-14  Marek Safar  <marek.safar@gmail.com>
4957         * typemanager.cs (CSharpName): Made 250 times faster.
4959 2008-03-13  Marek Safar  <marek.safar@gmail.com>
4961         * ecore.cs, expression.cs: Emit conversion for ET shift argument.
4962         
4963 2008-03-12  Marek Safar  <marek.safar@gmail.com>
4965         * generic.cs, typemanager.cs, enum.cs, codegen.cs, statement.cs: Try not to
4966         crash when predefined field does not exist.
4967         
4968 2008-03-12  Marek Safar  <marek.safar@gmail.com>
4970         * ecore.cs (PropertyExpr): Fixed IsSingleDimensionalArrayLength regression.
4971         
4972 2008-03-12  Marek Safar  <marek.safar@gmail.com>
4974         * class.cs (FixedField): Don't crash when contructors are missing.
4976 2008-03-11  Marek Safar  <marek.safar@gmail.com>
4978         * typemanager.cs, namespace.cs, literal.cs, ecore.cs, class.cs, decl.cs,
4979         convert.cs, constant.cs, expression.cs, statement.cs: Use same method to
4980         check internal types accessibility for internal and external types.
4981         Replaced EnumToUnderlying by GetEnumUnderlyingType.
4983 2008-03-11  Marek Safar  <marek.safar@gmail.com>
4985         * support.cs, typemanager.cs, pending.cs, ecore.cs, class.cs, delegate.cs
4986         convert.cs, const.cs, anonymous.cs, constant.cs, expression.cs,
4987         attribute.cs, statement: Use corect instance of predefined types (work
4988         related to #364674).
4990 2008-03-07  Marek Safar  <marek.safar@gmail.com>
4992         * expression.cs (TypeOfVoid): Fixed predefined method initialization.
4993         
4994 2008-03-07  Marek Safar  <marek.safar@gmail.com>
4996         * generic.cs, typemanager.cs, parameter.cs, rootcontext.cs, ecore.cs, 
4997         class.cs, delegate.cs, iterators.cs, const.cs, constant.cs, driver.cs,
4998         expression.cs, attribute.cs, codegen.cs, statement.cs: TypeManager optional
4999         predefined types clean up, delayed predefined types members initialization
5000         (work related to #364674).
5002 2008-03-05  Marek Safar  <marek.safar@gmail.com>
5004         * typemanager.cs (IsFriendAssembly): InternalsVisibleTo is not mandatory.
5005         
5006 2008-03-05  Marek Safar  <marek.safar@gmail.com>
5008         * typemanager.cs, parameter.cs, rootcontext.cs, ecore.cs, class.cs, decl.cs,
5009         delegate.cs, convert.cs, driver.cs, attribute.cs, codegen.cs: TypeManager
5010         predefined types clean up (work related to #364674).
5012 2008-03-04  Marek Safar  <marek.safar@gmail.com>
5014         * ecore.cs: Print an error message instead of throwing exception.
5015         
5016 2008-03-04  Marek Safar  <marek.safar@gmail.com>
5018         * generic.cs, typemanager.cs, literal.cs, convert.cs, cfold.cs, constant.cs,
5019         expression.cs, statement.cs: Unififed null literal representation.
5021 2008-03-03  Marek Safar  <marek.safar@gmail.com>
5023         * anonymous.cs, cfold.cs, convert.cs, delegate.cs, doc.cs, ecore.cs,
5024         expression.cs: Refactored binary operators resolve phase and improved speed.
5025         The nullable code is still missing and won't work correctly, more fixes
5026         required.
5028         It also fixes #323726, #324312, #324248, and many other unreported issues.
5030 2008-02-29  Zoltan Varga  <vargaz@gmail.com>
5032         * report.cs (FeatureIsNotAvailable): Use 'mcs1' instead of 'mcs', and 'mcs' 
5033         instead of 'gmcs'.
5035 2008-02-27  Marek Safar  <marek.safar@gmail.com>
5037         * ecore.cs: Clean-up and split BetterConversion.
5038         
5039 2008-02-25  Raja R Harinath  <harinath@hurrynot.org>
5041         Fix #363791
5042         * enum.cs (EnumMember.Value): Only access 'value' if
5043         ResolveValue says it's ok.
5044         (EnumMember.DoResolveValue): Don't set prev_member.value.
5045         (Enum.GetDefinition): Reverse arguments of Equals --
5046         EnumMember.Value can return 'null'.
5048         * statement.cs (Switch.Error_AlreadyOccurs): Fix typo in name.
5050 2008-02-22  Marek Safar  <marek.safar@gmail.com>
5052         * generic.cs, expression.cs: More ongoing work on expression trees.
5053         
5054 2008-02-21  Marek Safar  <marek.safar@gmail.com>
5056         * class.cs, typemanager.cs: Rewrote operator matching logic to correctly
5057         handle missing matches when mutiple operators exist.
5058         
5059 2008-02-20  Marek Safar  <marek.safar@gmail.com>
5061         A fix for bug #363218
5062         * expression.cs (ArrayCreation.Clone): Deal with multi-dimensional
5063         initializers.
5064         
5065 2008-02-20  Marek Safar  <marek.safar@gmail.com>
5067         * expression.cs, constant.cs, cfold.cs: Yet another side-effect constant
5068         update. This time to deal correctly with SideEffectConstant expression used
5069         as an argument for another constant folding.
5071 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
5073         * typemanager.cs (DropGenericMethodArguments): Ensure we get an underlying
5074         MethodBuilder.
5076 2008-02-19  Marek Safar  <marek.safar@gmail.com>
5078         * constant.cs, cfold.cs: SideEffectConstant results can apply for folding.
5080 2008-02-19  Marek Safar  <marek.safar@gmail.com>
5082         A fix for bug #328136
5083         * expression.cs: Do not fold immediately LogicalAnd operators when the left
5084         side is a false constant, because we still need to evaluate the right-hand
5085         side.
5087         * statement.cs (If): Emit two types of boolean constants (simple constant,
5088         side-effect constant).
5090 2008-02-19  Marek Safar  <marek.safar@gmail.com>
5092         * constant.cs (SideEffectConstant): Don't emit boolean constant.
5094         * expression.cs: Fold immediately LogicalAnd operators when both sides are
5095         constants.
5097 2008-02-18  Marek Safar  <marek.safar@gmail.com>
5099         A fix for bug #361457
5100         * ecore.cs (IsApplicable): Params methods have lower priority.
5102         * support.cs: Return correct parameter modifier for params types.
5104 2008-02-18  Marek Safar  <marek.safar@gmail.com>
5106         * generic.cs (TypeParameter): Cache attribute target name.
5108         * support.cs: Removed unused variable.
5110         * typemanager.cs: Removed debugging leftover.
5112         * ecore.cs: Use local type instead of a property;
5114         * class.cs (VerifyMembers): Consider also parent to test whether type member
5115         is local or public.
5117         * expression.cs (FullMethodDesc): Removed.
5119         * attribute.cs (IsValidArgumentType): Made static.
5121 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
5123         Cleanup to be more readable.
5124         * Makefile (GMCS_PROFILE): Remove.
5125         (COMPILER_NAME): New helper.
5127 2008-02-15  Miguel de Icaza  <miguel@novell.com>
5129         * cs-tokenizer.cs: if a conditional expression happens inside a
5130         (...) this also means that we do not need to de-ambiguate between
5131         an parenthesized expression and a cast.
5133         Fixes 346484.
5135         * constant.cs (SideEffectConstant): a constant value that happens
5136         to have a side effect.
5138         Fixes the build regressions introduced by the fix for #359789
5140 2008-02-14  Rodrigo Kumpera  <rkumpera@novell.com>
5142         * expression.cs (Conditional.Emit): when emitting the ternary
5143         operator, use local variables to generate code verifiable code.
5145         The verifier cannot infer that the type on stack before the
5146         stloc.0 is executed is of type ParentB. This happens because the
5147         stack merge algorithm uses only parent types when deciding which
5148         is the common type.  This is described in Part III 1.8.1.3 of ECMA
5149         335.
5151         This code compiled with mcs is not verifiable under MS. The MS
5152         verifier picks the first common interface of Foo and Bar, which is
5153         wrong, but doesn't use a full join type of the 2 interfaces.
5155         CSC uses a clever hack to compile such code in a verifiable
5156         way. It stores the intermediate values in a local variable with
5157         the expected type.
5159         Fixes: #358102
5161 2008-02-14  Miguel de Icaza  <miguel@novell.com>
5163         * expression.cs: Do not fold BitwiseAnd operators when the left
5164         side is a false constant, because we still need to evaluate the
5165         right-hand side.
5167         Fixes #359789
5169         * support.cs: Instead of throwing an InternalErrorException when
5170         the position of the stream is outside the boundary of our buffer,
5171         reset the state of the reader, and restart the reading from the
5172         beginning of the file.
5174 2008-02-14  Marek Safar  <marek.safar@gmail.com>
5176         * generic.cs (TypeParameter.GetMembers): Is not supported operation.
5178 2008-02-14  Marek Safar  <marek.safar@gmail.com>
5180         A fix for bug #361686
5181         * decl.cs: A protected types used inside a private class which parents
5182         derives from the protected class are accessible.
5184 2008-02-13  Marek Safar  <marek.safar@gmail.com>
5186         * generic.cs (ConstraintChecker): Use cached member lookup when looking for
5187         the parameterless constructor.
5189 2008-02-13  Marek Safar  <marek.safar@gmail.com>
5191         * generic.cs, typemanager.cs, iterators.cs, codegen.cs: Refactored core
5192         lookup methods to use standard member cache when doing member lookup.
5194 2008-02-12  Marek Safar  <marek.safar@gmail.com>
5196         * driver.cs: Don't report full path for referenced module as assembly error.
5198 2008-02-12  Marek Safar  <marek.safar@gmail.com>
5200         * Makefile: Fixed `qh' target to work on all machines.
5202         * report.cs, typemanager.cs, parameter.cs, ecore.cs, class.cs, anonymous.cs,
5203         expression.cs, codegen.cs, statement.cs, doc.cs: Replaced type IsSubclassOf
5204         and HasElementType with TypeManager implementation.
5206 2008-02-08  Marek Safar  <marek.safar@gmail.com>
5208         A fix for bugs #325134, #359749
5209         * expression.cs, ecore.cs: Try to resolve an extension method even if the
5210         first binds point to non-method member expression.
5212 2008-02-08  Marek Safar  <marek.safar@gmail.com>
5214         * cs-parser.jay: Null coalescing operator is not part of ISO-1.
5216 2008-02-08  Marek Safar  <marek.safar@gmail.com>
5218         A fix for bugs #321394, #323028
5219         * generic.cs, parameter.cs, ecore.cs, class.cs, decl.cs, delegate.cs:
5220         Reworked naive IsAccessibleAs implementation to handle nested types.
5222 2008-02-05  Jb Evain  <jbevain@novell.com>
5224         * class.cs: use generic type comparison for parameters
5225         as well.
5227 2008-02-05  Marek Safar  <marek.safar@gmail.com>
5229         A fix for bug #325372
5230         * class.cs: Use generic type comparison when testing method signatures.
5232 2008-02-05  Marek Safar  <marek.safar@gmail.com>
5234         A fix for bug #357047
5235         * ecore.cs: Applied C# 3.0 changes to better conversion.
5237 2008-02-05  Marek Safar  <marek.safar@gmail.com>
5239         A fix for bug #358374
5240         * cs-parser.jay: Correctly set modifiers for all constructor types.
5242 2008-02-04  Marek Safar  <marek.safar@gmail.com>
5244         A fix for bug #355251
5245         * generic.cs: Added base class constraint based type inference.
5247 2008-02-01  Marek Safar  <marek.safar@gmail.com>
5249         A fix for bug #357255
5250         * decl.cs: One more missing visibility check.
5252 2008-02-01  Marek Safar  <marek.safar@gmail.com>
5254         * support.cs: Fixed broken return.
5256 2008-01-25  Marek Safar  <marek.safar@gmail.com>
5258         * report.cs: Correctly reset warnings count after probing.
5260 2008-01-25  Martin Baulig  <martin@ximian.com>
5262         * namespace.cs
5263         (NamespaceEntry.SymbolFileID): Make this work again after
5264         MemberName.ToString() is gone.
5266 2008-01-25  Marek Safar  <marek.safar@gmail.com>
5268         * expression.cs: Implemented Divide, Equal, ExclusiveOr, GreaterThanOrEqual
5269         expressions.
5271 2008-01-25  Marek Safar  <marek.safar@gmail.com>
5273         * generic.cs: Use full implicit conversion for type inference fixing.
5275 2008-01-24  Marek Safar  <marek.safar@gmail.com>
5277         * ecore.cs, expression.cs, generic.cs: Implemented Convert, ConvertChecked.
5278         Fixed user operator conversions.
5280 2008-01-24  Marek Safar  <marek.safar@gmail.com>
5282         * generic.cs: Do nullable type to null comparison optimization during
5283         resolve phase.
5285 2008-01-24  Marek Safar  <marek.safar@gmail.com>
5287         A fix for bug #355163
5288         * generic.cs: Enabled l-value resolve on nullable expressions.
5290 2008-01-24  Marek Safar  <marek.safar@gmail.com>
5292         A fix for bug #353986
5293         * class.cs: Ingore static ctors with parameters for any further checks.
5295 2008-01-24  Marek Safar  <marek.safar@gmail.com>
5297         A fix for bug #354310
5298         * namespace.cs: Removed redundant check.
5300 2008-01-24  Marek Safar  <marek.safar@gmail.com>
5302         A fix for bug #354928
5303         * expression.cs: ElementInitializers can be resolved only once.
5305 2008-01-24  Marek Safar  <marek.safar@gmail.com>
5307         * convert.cs, ecore.cs, expression.cs, generic.cs: Implemented Coalesce and
5308         Condition expressions.
5310 2008-01-23  Marek Safar  <marek.safar@gmail.com>
5312         * codegen.cs: Fixed AssemblyBuilder initialization on other platforms.
5314 2008-01-22  Marek Safar  <marek.safar@gmail.com>
5316         * ecore.cs, expression.cs, generic.cs: Implicit bool? to bool conversion is
5317         not allowed.
5319         * generic.cs: Implemented coalesce expression.
5321 2008-01-22  Marek Safar  <marek.safar@gmail.com>
5323         A fix for bug #355145
5324         * anonymous.cs, convert.cs, ecore.cs, generic.cs, lambda.cs: Implemented
5325         expression tree type inference.
5327 2008-01-22  Raja R Harinath  <harinath@hurrynot.org>
5329         Fix #354663
5330         * expression.cs (Binary.IsUnsignedType): Fix typo.
5332 2008-01-22  Marek Safar  <marek.safar@gmail.com>
5334         * ecore.cs, expression.cs, generic.cs: Implemented NewArrayInit expression.
5336 2008-01-22  Marek Safar  <marek.safar@gmail.com>
5338         A fix for bug #355161
5339         * ecore.cs, expression.cs: Wider range of extension method supported
5340         expressions.
5342 2008-01-22  Gert Driesen  <drieseng@users.sourceforge.net>
5344         * codegen.cs: Use magic value for AssemblyBuilderAccess to instruct
5345         AssemblyBuilder to operate in compiler context. Fixes mcs part of
5346         bug #354970.
5348 2008-01-22  Marek Safar  <marek.safar@gmail.com>
5350         A fix for bug #355148
5351         * ecore.cs, expression.cs: Correctly report misused ref and out modifiers.
5353 2008-01-22  Miguel de Icaza  <miguel@novell.com>
5355         * expression.cs (CreateExpressionTree): Add support for or and
5356         logical or, and indent following the coding conventions.
5358         * typemanager.cs (LinqExpression): renamed from
5359         ExpressionTreeManager, for a shorter name.
5361         Use TypeManager.CoreLookupType to lookup types from our core
5362         assemblies and turn those into "Type" variables.
5364         Consumers that previously used "Namespace" and "Type" from this
5365         class should instead use the TypeExpression which is a type that
5366         is fully resolved (without involving the regular C# resolution
5367         rules). 
5369         This typically looks like this:
5371         TypeExpression texpr = new TypeExpression (LinqExpression.expression_type, loc);
5372         new MemberAccess (texpr, name, type_arguments, loc)
5374         This avoids the problem in: #355178
5376 2008-01-21  Marek Safar  <marek.safar@gmail.com>
5378         * cs-parser.jay, expression.cs: Check `namespace alias qualifier' language
5379         feature in parser only as we do in other cases.
5380         
5381 2008-01-21  Marek Safar  <marek.safar@gmail.com>
5383         * attribute.cs, ecore.cs, class.cs, delegate.cs, expression.cs, linq.cs,
5384         typemanager.cs: A refactoring of params arguments to reuse existing
5385         expressions (params -> array initializer) to emit params argument instead
5386         of specialized handling.
5387         It was required by expression tree implementation and it has other benefits
5388         as well, we now apply same optimization for params arguments as we do for
5389         array initializers.
5390         
5391 2008-01-18  Marek Safar  <marek.safar@gmail.com>
5393         A fix for bug #353526
5394         * generic.cs: A type inference of params arguments may not required any
5395         temporary array creation.
5396         
5397 2008-01-18  Marek Safar  <marek.safar@gmail.com>
5399         A fix for bug #353534
5400         * generic.cs, ecore.cs, expression.cs: A method group type inference is
5401         supported for delegates only.
5402         
5403 2008-01-18  Marek Safar  <marek.safar@gmail.com>
5405         * generic.cs: Fixed 3.0 type inference fixing phase to determine a unique
5406         type for more than 1 candidates.
5407         
5408 2008-01-18  Marek Safar  <marek.safar@gmail.com>
5410         * typemanager.cs, ecore.cs, expression.cs: Implemented ArrayLength and Call
5411         expressions.
5412         
5413 2008-01-16  Marek Safar  <marek.safar@gmail.com>
5415         * generic.cs, typemanager.cs, lambda.cs, parameter.cs, ecore.cs, constant.cs,
5416         expression.cs: Implemented Add, And, AndAlso, and ArrayIndex (without unary
5417         operator) expressions. 
5418                 
5419 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
5421         * statement.cs: Avoid declaring an IL variable for this_variable since it is
5422         not accessed from the generated IL.
5424 2008-01-14  Marek Safar  <marek.safar@gmail.com>
5426         * typemanager.cs, lambda.cs, parameter.cs, ecore.cs, class.cs, delegate.cs,
5427         iterators.cs, convert.cs, assign.cs, anonymous.cs, expression.cs,
5428         statement.cs: The first expression tree implementation drop, mostly
5429         infrastructure work.
5431 2008-01-14  Marek Safar  <marek.safar@gmail.com>
5433         * ecore.cs (IsNestedChild): Refactored.
5435 2008-01-11  Marek Safar  <marek.safar@gmail.com>
5437         * lambda.cs: Don't use a cast on unknown expression statement.
5439 2008-01-10  Geoff Norton  <gnorton@novell.com>
5441         * cs-tokenizer.cs: One more token to distinguish between method and lambda
5442         arguments
5444 2008-01-09  Marek Safar  <marek.safar@gmail.com>
5446         * doc.cs: Report better /doc crash details.
5447         
5448 2008-01-09  Marek Safar  <marek.safar@gmail.com>
5450         A fix for bug #352536
5451         * ecore.cs, assign.cs, codegen.cs: Check event assignments.
5453 2008-01-08  Marek Safar  <marek.safar@gmail.com>
5455         A fix for bug #352287
5456         * ecore.cs, expression.cs: Do `this' access checking in all member access
5457         expressions.
5458         
5459 2008-01-08  Marek Safar  <marek.safar@gmail.com>
5461         * rootcontext.cs, driver.cs: Switch to linq mode by default.
5462         
5463         * report.cs: Reset message stacks.
5464         
5465 2008-01-08  Marek Safar  <marek.safar@gmail.com>
5467         * generic.cs (InferInPhases): Correctly calculate params position.
5468         
5469 2008-01-08  Marek Safar  <marek.safar@gmail.com>
5471         * cs-tokenizer.cs: No need to parse full string when parsing lambda
5472         arguments.
5474 2008-01-07  Marek Safar  <marek.safar@gmail.com>
5476         * cs-tokenizer.cs: Enabled lambda arguments micro-parser for all profiles.
5477         
5478         * decl.cs (LookupNamespaceOrType): Don't cache names which caused an error.
5479         
5480         * driver.cs: Updated --help option.
5481         
5482 2008-01-07  Marek Safar  <marek.safar@gmail.com>
5484         * generic.cs (InferParamsTypeArguments): Removed.
5485         (InferInPhases): Add params type inference.
5486         (LowerBoundInference): Fixed scoring mechanism.
5487         
5488         * cs-tokenizer.cs (PreProcessPragma): Use Location instead of line.
5489         
5490 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
5492         * typemanager.cs: On 2.0 profile, GetPublicKeyToken returns an empty
5493         byte array for unsigned "baked" assemblies.
5495 2008-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5497         * codegen.cs: AssemblyName.GetPublicKey returns a zero-length byte
5498         array for assemblies that are not strongnamed.
5500 2008-01-04  Marek Safar  <marek.safar@gmail.com>
5502         A fix for bug #351481
5503         * expression.cs (MemberAccess.ResolveNamespaceOrType): Use correct
5504         declaring type for nested generic types.
5505         
5506 2008-01-04  Marek Safar  <marek.safar@gmail.com>
5508         * namespace.cs, class.cs, decl.cs, cs-parser.jay: Use GetSignatureForError
5509         instead of ToString.
5510         
5511 2008-01-03  Marek Safar  <marek.safar@gmail.com>
5513         A fix for bug #351047
5514         * expression.cs (Binary.ResolveOperator): Allow equality operators between
5515         null and structs only when equality and inequality operators are defined
5516         either as an user-operators or predefined operators.
5517         
5518 2008-01-03  Marek Safar  <marek.safar@gmail.com>
5520         A fix for bug #351047
5521         * generic.cs, typemanager.cs, class.cs: New IsReferenceType helper method.
5522         
5523 2008-01-03  Marek Safar  <marek.safar@gmail.com>
5525         A fix for bug #351257
5526         * cs-tokenizer.cs: Advance line number for '\r' correctly.
5527         
5528 2008-01-03  Marek Safar  <marek.safar@gmail.com>
5530         A fix for bug #351157
5531         * class.cs (Using): Fixed yet another broken cloning.
5532         
5533         (Block): Put back more sensible default value for statements.
5534         
5535 2008-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
5537         * codegen.cs: Allow AssemblyVersion with only major version component.
5538         Fixes bug #351055.
5540 2007-12-29  Marek Safar  <marek.safar@gmail.com>
5542         A fix for bug #324654
5543         * class.cs: Use FullName property as member name.
5545 2007-12-28  Marek Safar  <marek.safar@gmail.com>
5547         A fix for bug #342117
5548         * generic.cs (ConstraintChecker): Struct constraint also satisfies default
5549         constructor constraint.
5551 2007-12-28  Marek Safar  <marek.safar@gmail.com>
5553         A fix for bug #338273
5554         * class.cs (ProbertyBase): Access modifier checks are required for overrides
5555         only.
5557 2007-12-28  Marek Safar  <marek.safar@gmail.com>
5559         A fix for bug #350839
5560         * ecore.cs (MethodroupExpr): Probing hacks are no longer required.
5562 2007-12-27  AdTsai (http://code.google.com/u/AdTsai/)
5564         Reviewed by Ben Maurer, Miguel de Icaza, patches from Google's
5565         GHOP:
5566         
5567         http://code.google.com/p/google-highly-open-participation-mono/issues/detail?id=4 
5569         * statement.cs: Changed some Hashtables to use HybridDictionaries
5570         instead. It was observed that some HashTables only contained a few
5571         items in the vast majority of cases. Since HybridDictionary is
5572         more efficient on small sets (<10 elements), "known_variables"
5573         from class ExplicitBlock as well as "labels" and "constants " from
5574         class Block were changed to HybridDictionaries. 
5576         Atsai results: (56216kb->54987kb)
5578         Miguel results (bootstrap of mcs): 59819kb -> 59290kb
5581 2007-12-27  AdTsai (http://code.google.com/u/AdTsai/)
5583         Reviewed by Ben Maurer, Miguel de Icaza, patches from Google's
5584         GHOP:
5585         
5586         http://code.google.com/p/google-highly-open-participation-mono/issues/detail?id=4 
5587         
5588         * expression.cs: foreach loop to for loop, saved on allocation of
5589         enumerator (59333kb->59141kb)
5591         * statement.cs. Changed foreach loops to for loops, saved on
5592         allocation of enumerator (59141kb->59006kb)
5594         * decl.cs: ArrayLists in .NET 1.1 allocate 16 elements by default
5595         when constructed with no specified capacity. This was causing a
5596         few ArrayLists to allocate more memory than they would potentially
5597         need in the Block class and MemberCache class. Setting the
5598         ArrayLists to construct with a capacity of 1 saves some
5599         memory. (56216kb->55585kb)
5601 2007-12-27  Marek Safar  <marek.safar@gmail.com>
5603         A fix for bug #347189 (2nd issue)
5604         * expression.cs (MemberAccess): Nested type can be found in base non-generic
5605         type.
5607 2007-12-27  Miguel de Icaza  <miguel@novell.com>
5608         
5609         * report.cs: Do not use colors if stdout and stderr are not a
5610         terminal.
5612 2007-12-27  Marek Safar  <marek.safar@gmail.com>
5614         A fix for bug #346998
5615         * ecore.cs (MethodGroupExpr): Implemented override filter for generic
5616         overloads.
5618 2007-12-27  Marek Safar  <marek.safar@gmail.com>
5620         A fix for bug #343465
5621         * class.cs: Explicit method name for nested types uses dots only.
5623 2007-12-27  Marek Safar  <marek.safar@gmail.com>
5625         A fix for bug #343707
5626         * cs-tokenizer.cs: Advance line number for mixed CR/LF files correctly.
5628 2007-12-27  Marek Safar  <marek.safar@gmail.com>
5630         * ecore.cs: Report type inference errors only when arguments count matches
5631         parameter count.
5632         
5633         * generic.cs (NullCoalescingOperator): Cannot be applied to null.
5634         
5635         * expression.cs, report.cs: New warning.
5636         
5637         * typemanager.cs: Catch anonymous method type too.
5639 2007-12-23  Marek Safar  <marek.safar@gmail.com>
5641         A fix for bug #346379
5642         * expression.cs (UnaryMutator): Emit size of type for pointer mutator.
5644 2007-12-23  Marek Safar  <marek.safar@gmail.com>
5646         A fix for bug #347359
5647         * expression.cs (Invocation): Don't resolve already resolved expression.
5649 2007-12-23  Marek Safar  <marek.safar@gmail.com>
5651         A fix for bug #347189
5652         * class.cs (FixedField): Use non-dependent code only in the define phase.
5654 2007-12-23  Marek Safar  <marek.safar@gmail.com>
5656         A fix for bug #348076
5657         * ecore.cs (FieldExpr.DoResolve): Allow any variable based expression.
5659 2007-12-22  Marek Safar  <marek.safar@gmail.com>
5661         * ecore.cs (MethodGroupExpr.OverloadResolve): Set type arguments for
5662         discovered extension methods.
5664 2007-12-22  Marek Safar  <marek.safar@gmail.com>
5666         * ecore.cs, namespace.cs, expression.cs: Removed broken ResolveGeneric
5667         method.
5669 2007-12-21  Miguel de Icaza  <miguel@novell.com>
5671         * report.cs (ErrorMessage): Add support for using colors on
5672         terminals that support it. 
5674 2007-12-21  Marek Safar  <marek.safar@gmail.com>
5676         * ecore.cs: Use information about expanded params for error reporting.
5678 2007-12-21  Marek Safar  <marek.safar@gmail.com>
5680         * ecore.cs, generic.cs, delegate.cs: Refactoring of method overloading code
5681         and logic for params overloads.
5682         
5683 2007-12-15  Miguel de Icaza  <miguel@novell.com>
5685         * generic.cs (NullCoalescingOperator.CloneTo): implement this one,
5686         as this is also created from the parser.  Fixes #349034
5688 2007-12-12  Miguel de Icaza  <miguel@novell.com>
5690         * statement.cs (Throw.CloneTo): it is valid to have empty
5691         expressions for throw. 
5693 2007-12-03  Marek Safar  <marek.safar@gmail.com>
5695         * cs-parser.jay: Set delegate constraint parsing region correctly.
5697 2007-12-03  Marek Safar  <marek.safar@gmail.com>
5699         A fix for bug #345467
5700         * typemanager.cs (IsEqual): Compare generic parameters position only.
5701         
5702 2007-11-28  Marek Safar  <marek.safar@gmail.com>
5704         * expression.cs (BaseAccess): Type arguments can be null.
5706 2007-11-27  Raja R Harinath  <harinath@gmail.com>
5708         * statement.cs (Block.Resolve): Ensure flow-branching tree is
5709         consistent even when an error has occured.
5710         (Switch.Resolve): Likewise.
5712 2007-11-22  Marek Safar  <marek.safar@gmail.com>
5714         A fix for bug #334505
5715         * class.cs: Don't ignore InternalsVisibleTo attribute for internal
5716         overrides.
5717         
5718 2007-11-22  Marek Safar  <marek.safar@gmail.com>
5720         * ecore.cs, typemanager.cs, delegate.cs, expression.cs: The first of 
5721         refactorings required to resolve extension methods correctly when mixing
5722         generics and non-generics members.
5723         
5724 2007-11-20  Marek Safar  <marek.safar@gmail.com>
5726         A fix for bug #342584
5727         * convert.cs: Added not documented explicit IntPtr/UIntPtr to enum
5728         conversion.
5729         
5730 2007-11-19  Marek Safar  <marek.safar@gmail.com>
5732         A fix for bug #342512
5733         * delegate.cs: Use delegate argument expression when is available. Don't
5734         emit virtual call when class is sealed.
5735         
5736 2007-11-16  Marek Safar  <marek.safar@gmail.com>
5738         A fix for bug #325423
5739         * assign.cs (FieldInitializer): Use resolved expression for emit.
5740         
5741         * class.cs: Print less confusing error message.
5742         
5743 2007-11-16  Marek Safar  <marek.safar@gmail.com>
5745         * cs-tokenizer.cs: Removed GMCS ifdefs.
5746         
5747         * rootcontext.cs, report.cs: Report unavailable gmcs features used by
5748         mcs.
5749         
5750         * cs-parser.jay: Disabled nullable check.
5751         
5752         * generic-mcs: Copied more generic stuff.
5753                 
5754 2007-11-16  Marek Safar  <marek.safar@gmail.com>
5756         * gcs-parser.jay: Merged to cs-parser.jay.
5757         
5758         * generic.cs, typemanager.cs, cs-tokenizer.cs, linq.cs, Makefile
5759         * *.csproj, *.sources: Updated to use only jay parser file.
5761 2007-11-16  Marek Safar  <marek.safar@gmail.com>
5763         * gcs-parser.jay: Added nullable and default expression feature checks.
5764         
5765 2007-11-16  Marek Safar  <marek.safar@gmail.com>
5767         * gcs-parser.jay, cs-parser.jay, class.cs: Unified parameters parsing, 
5768         it fixes many TODOs and hidden bugs.
5769         
5770         * expression: Removed duplicate error check.
5772 2007-11-15  Marek Safar  <marek.safar@gmail.com>
5774         * gcs-parser.jay, statement.cs, decl.cs, ecore.cs: Try to resolve an
5775         implicitly type local variable only when it is used in a declaration.
5777 2007-11-15  Marek Safar  <marek.safar@gmail.com>
5779         * attribute.cs: Use CS0612 for empty strings.
5781 2007-11-14  Marek Safar  <marek.safar@gmail.com>
5783         * lambda.cs, statement.cs: Contextual return may act as a statement.
5785 2007-11-14  Marek Safar  <marek.safar@gmail.com>
5787         A fix for a regression cause by #324222
5788         * class.cs: Don't report unused even when it implements an interface.
5789         
5790 2007-11-13  Marek Safar  <marek.safar@gmail.com>
5792         A fix for bug #341205
5793         * ecore.cs, expression.cs: Method group expression cannot do static
5794         method access with an instance reference check before overloading takes
5795         a place.
5796         
5797 2007-11-13  Marek Safar  <marek.safar@gmail.com>
5799         A fix for bug #325359
5800         * class.cs: Use predictable name for automatically generated property.
5801         
5802 2007-11-12  Marek Safar  <marek.safar@gmail.com>
5804         A fix for bug #324996
5805         * expression.cs (Is): Handle case where D is nullable and T is not
5806         correctly.
5807         
5808         * generics.cs (Nullable.HasValue): Nullable HasValue expression.
5809         
5810 2007-11-12  Marek Safar  <marek.safar@gmail.com>
5812         * generic.cs, literal.cs, ecore.cs, class.cs, delegate.cs, const.cs,
5813         anonymous.cs, expression.cs, attribute.cs, codegen.cs, statement.cs:
5814         Flush small error reporting changes.
5815         
5816 2007-11-09  Marek Safar  <marek.safar@gmail.com>
5818         A fix for bug #324996
5819         * expression.cs: Rewrote Is expression implementation to work with
5820         generics, nullable types, anonymous method. A const result expression 
5821         uses existing infrastructure instead of custom not fully-featured one.
5822         
5823 2007-11-08  Marek Safar  <marek.safar@gmail.com>
5825         A fix for bug #340202
5826         * class.cs: Consider generics for volatile field.
5828 2007-11-08  Marek Safar  <marek.safar@gmail.com>
5830         A fix for bug #335594
5831         * expression.cs: Use conversion rules when handling string addition.
5832         
5833 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5835         A fix for bug #336651
5836         * expression.cs: Fixed a crash when probing is on.
5837         
5838 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5840         A fix for bug #324242
5841         * covert.cs: Added a conversion from any nullable-type with an 
5842         underlying enum-type to the type System.Enum.
5843         
5844 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5846         A fix for bug #324222
5847         * class.cs: Report all non-used event fields.
5848         
5849 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5851         A fix for bug #325161
5852         * cs-parser.jay, gcs-parser.jay, decl.cs: Implemented namespace alias
5853         qualifier for generic types.
5854         
5855 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5857         A fix for bug #322971
5858         * expression.cs, ecore.cs: Added intermediate result value check for
5859         indexers. 
5860         
5861 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5863         A fix for bug #324754
5864         * cs-parser.jay, gcs-parser.jay, class.cs: Try to create an interator
5865         when it was requested.
5867 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5869         A fix for bug #325101
5870         * expression.cs: Do type not value comparison for `is' expression.
5872 2007-11-07  Marek Safar  <marek.safar@gmail.com>
5874         A fix for bug #320236
5875         * convert.cs: Don't apply user conversion on underlying target type.
5877 2007-11-06  Marek Safar  <marek.safar@gmail.com>
5879         * expression.cs: Don't use unresolved expression for error reporting.
5881 2007-11-06  Marek Safar  <marek.safar@gmail.com>
5883         A fix for bugs #337712, #324490
5884         * ecore.cs (MethodGroupExpr): Refactored to handle delegate method
5885         overloading resolution too.
5886         
5887         * delegate.cs: Uses MethodGroupExpr for overloading resolution. It makes
5888         the process consistent and more robust.
5889         
5890         * expression.cs, linq.cs, report.cs: Update.
5892 2007-11-02  Marek Safar  <marek.safar@gmail.com>
5894         A fix for bug #332909
5895         * attribute.cs: Resolve attributes in correct context using error
5896         handling procedure.
5897         
5898         * rootcontext.cs: Define Obsolete attribute members as core members.
5899         
5900 2007-11-02  Marek Safar  <marek.safar@gmail.com>
5902         * statement.cs: Removed unused methods.
5903         
5904 2007-10-31  Wade Berrier  <wberrier@novell.com>
5906         * Makefile:  reenable copy of gmcs.exe.config, but include it in EXTRA
5907         DIST (it doesn't get included because PROGRAM isn't defined to be gmcs
5908         during 'make dist')
5910 2007-10-31  Marek Safar  <marek.safar@gmail.com>
5912         A fix for bug #338102
5913         * decl.cs (CheckExistingMembersOverloads): Workaround issue with generic
5914         methods registered as non-generics.
5915         
5916 2007-10-31  Marek Safar  <marek.safar@gmail.com>
5918         A fix for bugs #337712, #324490
5919         * delegate.cs: Delegate covariance and contravariance is not allowed for
5920         value types.
5921         
5922 2007-10-31  Marek Safar  <marek.safar@gmail.com>
5924         A fix for bug #337719 
5925         * cs-tokenizer.cs: Restore identifier buffer when parsing contextual
5926         `from' keyword.
5927         
5928 2007-10-30  Marek Safar  <marek.safar@gmail.com>
5930         * Makefile (net_2_0_bootstrap/mcs.exe.config): Reverted copy gmcs.exe.config.
5932 2007-10-29  Marek Safar  <marek.safar@gmail.com>
5934         * cs-tokenizer.cs, gcs-parser.jay, driver.cs: Fixed parsing of nested
5935         query expressions.
5937 2007-10-29  Raja R Harinath  <rharinath@novell.com>
5939         * Makefile (net_2_0_bootstrap/mcs.exe.config): Copy gmcs.exe.config.
5941 2007-10-29  Marek Safar  <marek.safar@gmail.com>
5943         A fix for bug #334652
5944         * ecore.cs (MethodGroupExpr.OverloadResolve): Do also lookup for
5945         extension methods when we have not found the best candidate in normal
5946         container.
5948 2007-10-27  Marek Safar  <marek.safar@gmail.com>
5950         * AssemblyInfo.cs: Keep up-to-date.
5952 2007-10-27  Marek Safar  <marek.safar@gmail.com>
5954         * Makefile: Fixed generics compiler name.
5955         
5956 2007-10-27  Marek Safar  <marek.safar@gmail.com>
5958         * lambda.test: removed, lambda parsing is done differently.
5959         
5960         * gen-il.cs, gen-treedump.cs, old-code.cs : Obsolete.
5962 2007-10-27  Gert Driesen  <drieseng@users.sourceforge.net>
5964         * Makefile: Removed dependency on gmcs.exe.config. Fixes build.
5966 2007-10-27  Marek Safar  <marek.safar@gmail.com>
5968         * Makefile, *.sources : All C# compilers are in mcs folder.
5969         
5970         * *.cs: Use existing 2_1 define for smcs.
5972 2007-10-26  Marek Safar  <marek.safar@gmail.com>
5974         A fix for bug #335847
5975         * assign.cs, expression.cs: Couple of changes to avoid creating a
5976         temporary variable for each object initializer assignment statement. It
5977         simplifies struct initialization too, otherwise two temporary variables
5978         would be required.
5979         Implemented optimization of redundant default element initializers.
5980         
5981 2007-10-25  Marek Safar  <marek.safar@gmail.com>
5983         A fix for bug #336766
5984         * expression.cs (Class.CheckBase): Use generic name when method is
5985         generic.
5986         
5987 2007-10-25  Marek Safar  <marek.safar@gmail.com>
5989         A fix for bug #334737
5990         * expression.cs (IndexerAccess.EmitAssign): Emit local temporary
5991         variable and not variable argument for prepared copies.
5993 2007-10-24  Marek Safar  <marek.safar@gmail.com>
5995         A fix for bug #325110
5996         * class.cs, expression.cs, attribute.cs: Use open generic method when
5997         checking conditional attribute.
5998         
5999 2007-10-24  Marek Safar  <marek.safar@gmail.com>
6001         * report.cs, cs-tokenizer.cs, class.cs, cs-parser.jay, anonymous.cs, 
6002         expression.cs, statement.cs: Renamed method FeatureIsNotISO to
6003         FeatureIsNotAvailable.
6005 2007-10-24  Marek Safar  <marek.safar@gmail.com>
6007         ** C# 3.0 Partial methods
6008         
6009         * cs-tokenizer.cs, support.cs, class.cs, decl.cs: Implemented partial
6010         methods support. Because of member cache issue with generics only
6011         non-generics partial methods are fully supported.
6012         
6013 2007-10-23  Marek Safar  <marek.safar@gmail.com>
6014         
6015         * class.cs, decl.cs: Rewrote member overloads check to cope with 
6016         generics and to use member cache for member checking. It also improves
6017         performance and fixes remaining overloads issues.
6018         
6019 2007-10-20  Marek Safar  <marek.safar@gmail.com>
6020         
6021         * class.cs, const.cs, decl.cs, delegate.cs, enum.cs, generic.cs,
6022         roottypes.cs, typemanager.cs:
6023                 
6024         A member cache creation logic changed to add members immediately and
6025         not rely on fallback. The member cache is now only prefered way
6026         how to access and find type declaration members. It saves 5 MB of memory
6027         during MWF compilation and makes code ready for more optimizations and
6028         clean-ups, it's also a pre-requirement for partial methods.
6029         
6030 2007-10-18  Raja R Harinath  <harinath@gmail.com>
6032         * ecore.cs (Expression.Error_ValueCannotBeConverted): Add special
6033         handling for generic parameters.
6035 2007-10-15  Marek Safar  <marek.safar@gmail.com>
6036         
6037         * class.cs (FixedField): Removed redundant volatile check.
6038         
6039 2007-10-15  Marek Safar  <marek.safar@gmail.com>
6040         
6041         * class.cs, decl.cs: Fixed overload members verification to do only one
6042         check per possible collision.
6043         
6044 2007-10-13  Marek Safar  <marek.safar@gmail.com>
6045         
6046         A fix for bug #325478
6047         * anonymous.cs (AnonymousContainer.Compatible): Merge are flags together
6048         and create only one disposable flags container.
6049         
6050 2007-10-12  Marek Safar  <marek.safar@gmail.com>
6051         
6052         A fix for bug #332442 by Alexandre Gomes <alexmipego@gmail.com>
6053         * statement.cs (Fixed): Fixed variables cloning.
6054         
6055 2007-10-12  Marek Safar  <marek.safar@gmail.com>
6056         
6057         A fix for bug #333342
6058         * class.cs (EventField): Don't mark value type event as synchronized. 
6059         
6060 2007-10-12  Marek Safar  <marek.safar@gmail.com>
6061         
6062         * ecore.cs, anonymous.cs (MethodGroupExpr): Use score from type
6063         inference to identify best candidate method correctly.
6064         (ProperyExpr): A range variable is read only and cannot be modified.
6065         
6066 2007-10-11  Marek Safar  <marek.safar@gmail.com>
6067         
6068         * ecore.cs, delegate.cs (MethodGroupExpr): Refactored best candidate
6069         logic to identify best candidate method correctly.
6070         
6071 2007-10-11  Marek Safar  <marek.safar@gmail.com>
6072         
6073         * location.cs (Equals, GetHashCode): Removed.
6074         
6075 2007-10-11  Marek Safar  <marek.safar@gmail.com>
6076         
6077         * report.cs: Implemented message recorder. It is used mainly for lambda
6078         expressions to capture otherwise swallowed error messages.
6079         
6080         * anonymous.cs, lambda.cs.cs: Do full parameters check.
6082         * ecore.cs (ExtensionMethodGroup): Report binding failure at the botton
6083         and not at the top.
6084         (MethodGroupExpr.DoResolve): Use message recorder for error handling.
6085                 
6086         * expression.cs (MemberAccess): Always report lookup failure.
6087         
6088         * location.cs: Implemented Equals, GetHashCode.
6089         
6090         * statement.cs (Return.DoResolve): Fixed hardcoded error argument.
6091         
6092 2007-10-10  Jb Evain  <jbevain@novell.com>
6094         * codegen.cs: re-enable assembly version check.
6096 2007-10-09  Marek Safar  <marek.safar@gmail.com>
6097         
6098         * report.cs, anonymous.cs, driver.cs, expression.cs: Added few ISO-2
6099         checks.
6100         
6101         * namespace.cs (UsingAlias): Do correct version check.
6102         
6103 2007-10-08  Marek Safar  <marek.safar@gmail.com>
6104         
6105         * expresison.cs, ecore.cs: Issue extension method error message when
6106         appropriate.
6107         
6108         * rootcontext.cs: Added ISO_2 compiler mode option.
6110 2007-10-08  Marek Safar  <marek.safar@gmail.com>
6111         
6112         * expresison.cs (UnaryMutator.ResolveOperator): Print more useful error
6113          message.
6114         
6115 2007-10-08  Marek Safar  <marek.safar@gmail.com>
6116         
6117         * attribute.cs (GetString, GetBoolean): Work with both literal and
6118         constant.
6119         
6120         * ecore.cs, expresison.cs, delegate.cs (Invocation, MethodGroupExpr):
6121         Moved method overload specific methods to MethodGroupExpr.
6122         
6123         (IndexerAccess): Re-wrote resolving mechanism, fixed many issues and
6124         it should be less memory consuming.
6125         
6126 Mon Oct 8 09:29:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
6128         * codegen.cs: remove the assembly version check until the buildbot is
6129         fixed.
6131 2007-10-07  Jb Evain  <jbevain@novell.com>
6133         * attribute.cs (Attribute.GetString): if the value
6134         expression is a StringConstant, return its string value.
6136 2007-10-07  Jb Evain  <jbevain@novell.com>
6138         * typemanager.cs: add `assembly_version_attribute_type`.
6139         * codegen.cs: on attribute emission, check that the
6140         AssemblyVersionAttribute doesn't overflow.
6142 2007-10-05  Marek Safar  <marek.safar@gmail.com>
6143         
6144         A fix for bug #324677
6145         * anonymous.cs, decl.cs: Yes another anonymous container hack. Overwrite
6146         parent container of a scope container with currently resolved one. 
6147         
6148 2007-10-05  Marek Safar  <marek.safar@gmail.com>
6149         
6150         A fix for bug #325534
6151         * class.cs (Invocation.DoResolve): Check invocation of object finalizer
6152         only.
6153         
6154 2007-10-05  Marek Safar  <marek.safar@gmail.com>
6155         
6156         A fix for bug #327504
6157         * class.cs (Operator.Define): Refactored implicit and explicit user
6158         operator conversion rules.
6159         
6160 2007-10-05  Marek Safar  <marek.safar@gmail.com>
6161         
6162         A fix for bug #327520
6163         * ecore.cs (ExtensionMethodGroupExpr): Emit resolved extension argument.
6164         
6165 2007-10-04  Marek Safar  <marek.safar@gmail.com>
6166         
6167         A fix for bug #328022
6168         * class.cs (MethodData.Define): Use correct method to check whether
6169         a method implementents an accessor.
6170         
6171 2007-10-04  Marek Safar  <marek.safar@gmail.com>
6172         
6173         A fix for bug #330069
6174         * statement.cs (Fixed.Resolve): Read the first array element only when
6175         an array is instantiated. 
6176         
6177 2007-10-04  Marek Safar  <marek.safar@gmail.com>
6178         
6179         * expression.cs, assign.cs, generics.cs: Print correct operator when
6180         compound assignment is used.
6181         
6182 2007-10-04  Marek Safar  <marek.safar@gmail.com>
6183         
6184         A fix for bug #325841
6185         * expression.cs (ArrayAccess): Use full argument cloning only for
6186         string compound concatenation.
6187         
6188 2007-10-03  Marek Safar  <marek.safar@gmail.com>
6189         
6190         A fix for bug #328774
6191         * ecore.cs (FieldExpr.EmitAssign): Fixed string concatenation compound
6192         assignment.
6193         (PropertyExpr.EmitAssign): Fixed string concatenation compound
6194         assignment.
6196 2007-10-03  Raja R Harinath  <rharinath@novell.com>
6198         Fix #328490
6199         * ecore.cs (SimpleName.DoSimpleNameResolve): Handle Property and
6200         Event accessibility checks here.  Remove some bogus code that
6201         accidently made GenericMethods work.
6202         (PropertyExpr.IsAccessibleFrom, EventExpr.IsAccessibleFrom): New.
6204 2007-09-25  Marek Safar  <marek.safar@gmail.com>
6205         
6206         * expression.cs (ArrayCreation): Fixed cloning of an implicit types.
6207         
6208         * statement.cs (Block): Refactored AddVariable to allow error handling
6209         customization.
6210         
6211         * generic.cs: New stub.
6212         
6213 2007-09-23  Marek Safar  <marek.safar@gmail.com>
6214         
6215         * anonymous.cs, codegen.cs: Changed InferReturnType to be EmitContext
6216         flag.
6217         
6218 2007-09-17  Marek Safar  <marek.safar@gmail.com>
6220         * class.cs: Use partial container to record whether any partial part
6221         contains static field initializer and therefore default contructor has
6222         to be defined.
6223         
6224 2007-09-14  Marek Safar  <marek.safar@gmail.com>
6226         * class.cs (TypeContainer.AddPartial): Fixed an issue reported on
6227         mono-list when only one of two partial parts has defined accessibility
6228         modifier.
6229         
6230 2007-09-14  Marek Safar  <marek.safar@gmail.com>
6232         A fix for bug #82845
6233         
6234         * class.cs (TypeContainer): Set correct resolve context for all field
6235         initializers.
6236         
6237 2007-09-13  Marek Safar  <marek.safar@gmail.com>
6239         * assign.cs: Fixed a crash when field is resolved twice with an error.
6240         
6241         * codegen.cs: Changed InFieldInitializer to be flag.
6242         
6243         * anonymous.cs, ecore.cs, expression.cs: Update after
6244         IsInFieldInitializer rename.
6245         
6246         * const.cs: Removed unused parameter.
6247         
6248         * class.cs: Changed the way how we resolve and emit field initializers.
6249         The field initilizers have to have access to contructor block to emit
6250         compiler generated code.
6252 2007-09-13  Marek Safar  <marek.safar@gmail.com>
6254         * expression.cs (MemberAccess.DoResolve): DeclSpace is broken by
6255         generics use TypeContainer instead.
6256         
6257 2007-09-12  Marek Safar  <marek.safar@gmail.com>
6258         
6259         * generic.cs (TypeInferenceContext.InflateGenericArgument): Stub.
6261         * lambda.cs (ResolveParameters): Use more powerful
6262         InflateGenericArgument.
6263         
6264         * parameters.cs: Better exception message.
6265                 
6266 2007-09-10  Marek Safar  <marek.safar@gmail.com>
6268         * anonymous.cs (AnonymousMethodExpression.CompatibleChecks): Report
6269         correct expression block type. 
6270         
6271         * ecore.cs (Expression.Error_MemberLookupFailed): Made virtual.
6272         
6273         * expression.cs (Invocation): Extracted method group resolve to
6274         DoResolveOverload.
6275         
6276 2007-09-07  Marek Safar  <marek.safar@gmail.com>
6278         * ecore.cs (Expression.MemberLookupFinal): Removed unused loc parameter.
6279         (MethodGroupExpr.ResolveGeneric): Use existing method group instance.
6280         
6281         * expression.cs (MemberAccess.DoResolve): Uses generic resolver for
6282         generic extension methods.
6284 2007-09-06  Marek Safar  <marek.safar@gmail.com>
6286         A fix for bug #82676 (Do I get it right now?)
6287         * convert.cs (Binary.ResolveOperator): An interface is converted to the
6288         object before a standard conversion is applied.
6289         
6290 2007-09-06  Marek Safar  <marek.safar@gmail.com>
6292         * convert.cs (ImplicitReferenceConversionCore): Reverted wrong fix of
6293         #82676.
6294         
6295 2007-09-05  Marek Safar  <marek.safar@gmail.com>
6297         A fix for bug #82676
6298         * convert.cs (ImplicitReferenceConversionCore): Check both sides for
6299         non-generic interface types.
6300         
6301 2007-09-05  Marek Safar  <marek.safar@gmail.com>
6303         A fix for bug #82690
6304         * ecore.cs (PropertyExpr.EmitAssign): Leave a copy does just that.
6305         
6306 2007-09-05  Marek Safar  <marek.safar@gmail.com>
6308         A fix for bug #82571
6309         * anonymous.cs (AnonymousMethod.DoCreateMethodHost): Use internal 
6310         modifier for container based methods.
6311         
6312 2007-09-05  Marek Safar  <marek.safar@gmail.com>
6314         A fix for bug #82676
6315         * convert.cs (ImplicitReferenceConversionCore): From any class-type S to
6316         any interface-type T means to any of interface type T.
6318 2007-09-04  Marek Safar  <marek.safar@gmail.com>
6320         * namespace.cs: We have 2 versions of System.Core assembly.
6322 2007-09-04  Marek Safar  <marek.safar@gmail.com>
6324         A fix for bug #82652
6325         * class.cs (Class.GetClassBases): Compare types and not expressions.
6327 2007-09-04  Marek Safar  <marek.safar@gmail.com>
6329         A fix for bug #82620
6330         * expression.cs (Invocation.EmitArguments): Duplicate params arguments
6331         actually never worked before.
6332         (IndexerAccess): Emit prepared arguments before they are modified.
6333         
6334 2007-09-04  Marek Safar  <marek.safar@gmail.com>
6336         A fix for bug #82563
6337         * assign.cs: Revert wrong fix.
6338         
6339         * expression.cs (VariableReference.EmitAssign): Handle ref reference
6340         correctly.
6341         (ArrayAccess): Changed the way we emit compound (prepared) assignments.
6342         Instead of ldelema/stdind we have to use temporary variables to handle
6343         cases like String.Concat (params string[]).
6344         
6345 2007-08-31  Marek Safar  <marek.safar@gmail.com>
6347         * class.cs: EmitAttributes to Emit rename.
6348         
6349         * decl.cs (MemberCore.GetClsCompliantAttributeValue): Parent can be
6350         null.
6351         (MemberCore.HasClsCompliantAttribute): Don't depend on 
6352         GetClsCompliantAttributeValue execution.
6353         
6354 2007-08-31  Marek Safar  <marek.safar@gmail.com>
6356         * anonymous.cs: Use shorter type prefix.
6357         
6358         * ecore.cs (SimpleName.DoSimpleNameResolve): Use transparent identifiers
6359         when exist.
6360         
6361         * expression.cs (LocalVariableReference.DoResolveBase): Don't capture
6362         variables when probing is on.
6363         
6364         * statement.cs (LocaLInfo.Clone): Clone correctly resolved and 
6365         unresolved variables.
6366         (TopLevelBlock.GetTransparentIdentifier): Default implementation doesn't
6367         handle transparent identifiers.
6368         
6369 2007-08-26  Marek Safar  <marek.safar@gmail.com>
6371         * attribute.cs (IsClsCompliant): Add nullable types test.
6372         
6373 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
6375         * doc.cs : catch other types of exception than XmlException to
6376           report CS1570. Fixed bug #82565.
6378 2007-08-23  Marek Safar  <marek.safar@gmail.com>
6380         * anonymous.cs (AnonymousMethodExpressin.ExplicitTypeInference): 
6381         The number of delegate parameters has to match.
6382         (AnonymousMethodExpressin.VerifyParameterCompatibility): Handles generic
6383         arrays.
6385 2007-08-21  Marek Safar  <marek.safar@gmail.com>
6387         * anonymous.cs (AnonymousMethod): Generate private anonymous method
6388         to fix problem with private arguments.
6390 2007-08-20  Marek Safar  <marek.safar@gmail.com>
6392         * anonymous.cs (AnonymousTypeClass): An anonymous type can be empty.
6393         
6394         * decl.cs (MemberName): Ignore generic type with no generic arguments. 
6395         
6396         * expression.cs (AnonymousTypeDeclaration): An anonymous type can be
6397         empty. Add cloning suport.
6398         
6399         * roottypes.cs (GetAnonymousType): Fixed argument comparison logic.
6401 2007-08-20  Marek Safar  <marek.safar@gmail.com>
6403         * convert.cs, ecore.cs, expression.cs, literal.cs: Use factory method 
6404         to create EmptyCast. It handles EmptyConstantCast specialization for
6405         constants.
6406         
6407 2007-08-18  Marek Safar  <marek.safar@gmail.com>
6409         * expression.cs (Binary.is_unsigned): Handle unsafe types too.
6410         (EmitArrayArgument): One routine for array arguments.
6411         (ArrayCreation.MakeByteBlob): Fixed an array alignment. 
6412         
6413 2007-08-17  Marek Safar  <marek.safar@gmail.com>
6415         * cs-tokenizer.cs (GetKeyword): Handle from keyword in a different way.
6417 2007-08-17  Marek Safar  <marek.safar@gmail.com>
6419         * anonymous.cs: MemberLookupFinal update.
6421         * class.cs (ConstructorInitializer): Is expression based.
6422         
6423         * delegate.cs: MethodGroupExpr update.
6424         
6425         * ecore.cs  (Error_MemberLookupFailed): Improved to report better error
6426         messages.
6427         (Error_MemberLookupFailed): Customizable error override.
6428         (MethodGroupExpr): Keep queried type for later usage.
6429         (MethodGroupExpr.OverloadResolve): Catch errors related to overload
6430         resolve.
6431         
6432         * expression.cs: Error_MemberLookupFailed refactoring.
6433         (New.DoResolve): Resolve as much as possible.
6434         (ElementInitializer.Error_MemberLookupFailed): Object initializer
6435         customization for invalid member types.
6437         * statement.cs: MethodGroupExpr update.
6438         
6439 2007-08-16  Marek Safar  <marek.safar@gmail.com>
6441         * modifier.cs (Check): Check all modifiers and not only accessibility
6442         ones.
6444 2007-08-16  Marek Safar  <marek.safar@gmail.com>
6446         * ecore.cs (Expression.Error_ValueCannotBeConverted): Report always a
6447         type and not an expression.
6449 2007-08-16  Marek Safar  <marek.safar@gmail.com>
6451         * statement.cs (Catch.Clone): Type and variable can be null.
6453 2007-08-16  Marek Safar  <marek.safar@gmail.com>
6455         A fix for bug #81979
6456         * assign.cs (Assign.Emit): Prepare arguments for string concatenation.
6457         I am really not sure whether this is the best fix.
6458         
6459         * expression.cs (VariableReference.EmitAssign): Do prepare_load test
6460         only once.
6461         
6462 2007-08-14  Marek Safar  <marek.safar@gmail.com>
6464         ** C# 3.0 Object and collection initializers (major re-write)
6465         
6466         * assign.cs (DoResolve): Initializers are not assign related.
6467         
6468         * codegen.cs (EmitContext.CurrentInitializerVariable): Holds a varible
6469         used during collection or object initialization.
6470         
6471         * expression.cs (Error_InvalidArguments): Add initializers specific
6472         messages. More will come later because it requires some general
6473         refactoring.
6474         (New.DoResolve): Better error handling for unsafe types.
6475         (EmptyExpressionStatement): New class.
6476         (ElementInitializer): An object initializer expression.
6477         (CollectionElementInitializer): A collection initializer expression.
6478         (CollectionOrObjectInitializers): A block of object or collection
6479         initializers.
6480         (NewInitialize): New expression with element/object initializers.
6481         
6482         * statement.cs: Reverted object/collection initializer hacks.
6483         
6484         * typemanager.cs (CSharpName): Filter __arglist type.
6485         
6486 2007-08-09  Marek Safar  <marek.safar@gmail.com>
6488         ** C# 3.0 Anonymous Types (update to the latest standard)
6489         
6490         * expression.cs (Binary.ResolveOperator): Threat all null based types
6491         same.
6492         (AnonymousTypeDeclaration): Renamed from AnonymousType and simplified.
6493         (AnonymousTypeParameter): Updated.
6494         
6495         * anonymous.cs (CompilerGeneratedClass): Add custom name overload.
6496         (AnonymousTypeClass): New anonymous type container.
6497         
6498         * class.cs (AddField): Return operation result.
6499         
6500         * generic.cs: Another empty TypeArguments overload.
6501         
6502         * roottypes.cs (AddAnonymousType, GetAnonymousType): Anonymous types
6503         are stored at top of normal hierarchy.
6504         
6505         * typemanager.cs (CSharpName): Filter anonymous types.
6506         
6507 2007-08-09  Marek Safar  <marek.safar@gmail.com>
6509         * expression.cs (StringConcat.Append): Handle 3 and more concatenation
6510         as single Concat call. How could we miss that :-(
6511         
6512 2007-08-08  Marek Safar  <marek.safar@gmail.com>
6514         * expression.cs (ArrayCreation.CloneTo): Allocate exact size.
6515         
6516 2007-08-07  Miguel de Icaza  <miguel@novell.com>
6518         * expression.cs: Fix the previous commit, the creation of the
6519         arguments array list needs also to be conditional on the arguments
6520         not being null.
6522         * class.cs: Add a little bit of help to help narrow down problems.
6524         * expression.cs (ArrayCreation.CloneTo): Argument can be null, do
6525         not try to copy in that case. 
6527         * driver.cs: When building SMCS, include a new different set of
6528         default assemblies here.   Do this here so we can control whether
6529         to include the default assemblies with /noconfig.
6531 2007-08-03  Marek Safar  <marek.safar@gmail.com>
6533         A fix for bug #81979
6534         * expression.cs (TypeOf.GetAttributableValue): Check for type arguments
6535         only.
6537 2007-08-03  Marek Safar  <marek.safar@gmail.com>
6539         A fix for bug #82300
6541         * anonymous.cs (AnonymousContainer.Define): Don't define anything when
6542         we are in probing scope.
6544 2007-08-03  Marek Safar  <marek.safar@gmail.com>
6546         A fix for bug #82301
6548         * statement.cs (Catch.CloneTo): Clone blocks in the right order.
6549         (Statement.CloneTo): Clone and not map children blocks.
6551 2007-08-03  Marek Safar  <marek.safar@gmail.com>
6553         A fix for bug #82299
6555         * expression.cs (LocalVariableReference.CloneTo): Remap local info
6556         variable too.
6557         
6558         * statement.cs (Statement.CloneTo): Clone variables before statements
6559         to allow remaping of local variables.
6561 2007-08-03  Marek Safar  <marek.safar@gmail.com>
6563         A fix for bug #82296
6565         * anonymous.cs,
6566         * report.cs: Log crash details for future clone problems.
6567         
6568         * statement.cs (Return.Clone): Don't clone non-existent expression.
6570 2007-08-03  Raja R Harinath  <harinath@gmail.com>
6572         * class.cs (TypeContainer.AddBasesForPart): Make virtual.
6573         (Class.AddBasesForPart): Move CS0537 check here from ...
6574         * cs-parser.jay (class_declaration): ... here.  Move calling of
6575         'AddBasesForPart' to ...
6576         (class_bases): ... here.
6577         (struct_declaration, interface_declaration): Update to changes.
6579 2007-08-02  Marek Safar  <marek.safar@gmail.com>
6581         A fix for bug #81923
6583         * statement.cs (Using.ResolveLocalVariableDecls): Only non-user implicit
6584         conversion is allowed.
6586 2007-08-02  Marek Safar  <marek.safar@gmail.com>
6588         A fix for bug #81564
6590         * ecore.cs (EventExpr): Add IsBase handling.
6592         * expression.cs (BaseAccess.CommonResolve): Events can use base accessor
6593         too.    
6594         
6595 2007-08-02  Raja R Harinath  <harinath@gmail.com>
6597         Reduce some differences between cs-parser.jay in mcs/ and gmcs/.
6598         * cs-parser.jay: Some whitespace cleanups.
6599         (current_delegate): New.
6600         (type_name): New.
6601         (struct_declaration): Make similar to gmcs/cs-parser.jay -- add
6602         a dummy code block, and use 'type_name' instead of 'member_name'.
6603         (interface_declaration, class_declaration): Likewise.
6604         (delegate_declaration): Likewise.  Rearrange slightly and use
6605         'current_delegate'.
6606         * cs-tokenizer.cs (handle_where): Rename from handle_constraints.
6607         (GetKeyword): Update to change.  Use '!foo' instead of 'foo == false'.
6609 2007-08-02  Marek Safar  <marek.safar@gmail.com>
6611         A fix for bug #82039
6613         * ecore.cs (TypeLookup.GetSignatureForError): Use name when type is not
6614         available.
6616         * typemanager.cs (CSharpName): Split to string overload.
6618 2007-08-02  Marek Safar  <marek.safar@gmail.com>
6620         * expression.cs,
6621         * report.cs: Updated warning CS0472.
6623 2007-08-01  Marek Safar  <marek.safar@gmail.com>
6625         A fix for bug #82181
6626         * cs-parser.jay,
6627         * cs-tokenizer.cs: Ignore partial keyword inside block expression.
6629 2007-08-01  Marek Safar  <marek.safar@gmail.com>
6631         A fix for bug #82277
6632         * statememnt.cs (Block.Clone): Don't clone explicit blocks twice.
6634 2007-08-01  Marek Safar  <marek.safar@gmail.com>
6636         ** C# 3.0 Type Inference (major bits are working)
6637         
6638         * anonymous.cs (AnonymousMethodExpression): Removed refactored fields.
6639         (.ImplicitStandardConversionExists): Uses compatible.
6640         (.ExplicitTypeInference): Infers type arguments based on explicit arguments
6641         (.InferReturnType): New method.
6642         (.Compatible): Refactored.
6643         (.ResolveParameters): Uses factory to create resolved parameters.
6644         (.CompatibleMethod): Add probing mode support.
6645         (AnonymousContainer): Removed unused fields. Split Define and Resolve to
6646         clearly distinguish between 2 different operations.
6647         (LambdaMethod): Moved to lambda.cs.
6648         (AnonymousMethod): Removed unused fields and methods.
6649         (AnonymousDelegate): Simplified.
6650         
6651         * codegen.cs (ResolveTopBlock): Updated renamed Resolve to Define.
6652         
6653         * convert. cs (ImplicitConversionStandard): Compatible works differently.
6654         
6655         * delegate.cs (Delegate): New mehods to reduce code duplication.
6656         (.GetConstructor): New method.
6657         (.GetInvokeMethod): New method.
6658         (DelegateCreation): Updated.
6659         
6660         * ecore.cs (ResolveOverloadExtensions): Don't crash when extension method
6661         does not exist.
6662         (OverloadResolve): Made probing little bit faster.
6663         
6664         * expression.cs (ParameterReference.DoResolveLValue): Reference can be null
6665         when probing is on.
6666         
6667         * generic.cs (TypeInferenceContext): Dummy implementation.
6668         
6669         * iterators.cs: Updated after Resolve/Define rename.
6670         
6671         * lambda.cs (LambdaExpression)
6672         (.ResolveParameters): Handles both type of arguments and type inference too.
6673         
6674         * parameter.cs (ImplicitLambdaParameter.Resolve): Sanity check.
6675         (InflateTypes): Updated.
6676         
6677         * support.cs (InflateTypes): Changed signature and updated.
6678         
6679         * typemanager.cs (LookupMemberCache): Better dynamic type check.
6680         (MemberLookup_FindMembers): More MS tricks.
6681         (GetParameterData): Ditto.
6682         (GetDelegateParameters): Uses quick path for dynamic types.
6683         
6684 2007-08-01  Marek Safar  <marek.safar@gmail.com>
6686         * class.cs (MethodData.Define): EmitContext is required for generic stuff
6687         only.
6689 2007-07-31  Marek Safar  <marek.safar@gmail.com>
6691         * statement.cs (ProcessParameters): Don't crash when parameters have wrong
6692         syntax.
6693         
6694 2007-07-26  Jb Evain  <jbevain@novell.com>
6696         * typemanager.cs (TypeManager.GetConstructor): Add a method overload
6697         which takes a boolean 'report_errors', similar to the GetMethod.
6698         (InitCodeHelpers): StructLayoutAttribute.ctor(int16) is not visible
6699         in .net 2.1, do not report errors here.
6701         * typemanager.cs (TypeManager.InitCoreTypes): System.ArgIterator,
6702         System.Runtime.CompilerServices.RequiredAttributeAttribute and
6703         System.Runtime.CompilerServices.TypeForwardedToAttribute are internal
6704         in .net 2.1.
6706         * typemanager.cs (TypeManager.InitCoreTypes): Move the resolution
6707         of the type InternalsVisibleToAttribute before the first call
6708         to CoreLookupType which is allowed to fail (third boolean parameter
6709         to true). Because, during the resolution for a type that is not
6710         immediately found, we try to check if the type is not defined in
6711         a friend assembly, and to do so, we need the
6712         InternalVisibleToAttribute.
6714 2007-07-23  Miguel de Icaza  <miguel@novell.com>
6716         * expression.cs (Binary): Add support for the brain-dead CSC 2.x
6717         feature that allows structs to be compared against null and inline
6718         the result as true or false.
6720         Notice that the same code is not permitted inside a generic block
6721         of code that would do:
6723         class Foo<T> where T : struct {
6724             bool Eval (T x)
6725             {
6726                  return x == null;
6727             }
6728         }
6730         It is only allowed if the type of T is not bound (no where
6731         clause).   In my opinion, this CSC 2 behavior is broken but people
6732         seem to be using it (IronRuby does, a few bug reports on bugzilla
6733         have it and some people have complained about it).
6735         All of the users that depend on this behavior have code that is
6736         very likely broken. 
6737         
6738         * report.cs (Warning, Error): make these take object arguments,
6739         not strings, as that allows us to take advantage of Format.
6741 2007-07-20  William Holmes  <billholmes54@gmail.com>
6743         * decl.cs: Changed MemberName.CountTypeArguments to also check the 
6744           Left member variable for the Count.
6745         * doc.cs: Changed DocUtil.GetMethodDocCommentName to call 
6746           MemberName.CountTypeArguments to avoid a NRE. 
6748         This code is contributed under the MIT X11 license
6750 2007-07-18  Marek Safar  <marek.safar@gmail.com>
6752         * cs-tokenizer.cs: Improved lambda parsing and removed old code.
6754 2007-07-18  Atsushi Enomoto  <atsushi@ximian.com>
6756         * doc.cs : generic method arguments are written as ``x while generic
6757           type arguments are `x. Combined with the previous change, fixed bug
6758           #79706.
6760 2007-07-18  Raja R Harinath  <rharinath@novell.com>
6762         Fix #82120
6763         * expression.cs (Binary.ResolveOperator): When converting
6764         'a + (- b)' to 'a - b', ensure that the unary '-' is discarded.
6766 2007-07-18  Atsushi Enomoto  <atsushi@ximian.com>
6768         * doc.cs : when T: or whatever x: is specified, it does not really
6769           check the doc comment's syntax correctness. Fixed bug #82006.
6771 2007-07-18  Marek Safar  <marek.safar@gmail.com>
6773         * anonymous.cs (AnonymouseMethodExpression): Refactored to work with
6774         LambdaExpression better.
6775         
6776         * cs-tokenizer.cs: Changed a way how we detect lambda parameters.
6777         
6778         * driver.cs (LambdaTypeParseTest): Removed, tested method is gone.
6779         
6780         * ecore.cs (Expression.MemberLookupFailed): Don't show currect context
6781         as it can be generated.
6782         
6783         * expression.cs (Invocation.Error_InvalidArguments): Show correct
6784         modifiers.
6785         
6786         * lambda.cs (LambdaExpression): Refactored to share same code with
6787         AnonymousMethodExpression.
6788         
6789 2007-07-17  Marek Safar  <marek.safar@gmail.com>
6791         * anonymous.cs (MakeName): Include host name for easier debugging.
6792         (LambdaMethod): New class for lambda spcecific stuff.
6793         
6794         * attribute.cs: Set EmitContext return type.
6796         * class.cs: Set EmitContext return type.
6797         
6798         * codegen.cs (EmitContext): Return type cannot be null to stop messing
6799         with null/void meaning.
6800         
6801         * iterators.cs (ContainerType): Implemented.
6802         
6803         * rootcontext.cs: Set value of TypeManager.bool_type at early stage.
6804         
6805         * statement.cs (Return): Updated to lambda expressions.
6806         (Block.CloneTo): Parent can be null.
6807                 
6808 2007-07-13  Marek Safar  <marek.safar@gmail.com>
6810         A fix for bug #81917
6811         * attribute.cs (AttributeTester.GetFixedBuffer): More robust testing.
6812         
6813         * class.cs (FixedField): Check whether field is in unsafe scope.
6815         * ecore.cs (FieldExpr.DoResolve): Create fixed buffer expression here.
6816         (FieldExpr.Emit): Fixed buffers cannot be volatile.
6818         * expression.cs (ElementAccess.Resolve): Move fixed buffers resolve to
6819         FieldExpr.
6820         
6821         * statement.cs (Fixed.Resolve): Simplified fixed buffers.
6822                 
6823 2007-07-13  Marek Safar  <marek.safar@gmail.com>
6825         * cs-tokenizer.cs, class.cs, decl.cs, driver.cs, namespace.cs,
6826         rootcontext.cs, expression.cs, statement.cs: Updated to use WarningLevel
6827         from Report class.
6829 2007-07-13  Marek Safar  <marek.safar@gmail.com>
6831         * ecore.cs (FieldExpr.AddressOf): Less confusing warning message.
6832         
6833 2007-07-13  Marek Safar  <marek.safar@gmail.com>
6835         * anonymous.cs (AnonymousMethodExpression): Parameters are r/o.
6836         (AnonymousContainer.ResolveNoDefine): Another ec to aec flag conversion.
6837         
6838         * codegen.cs(EmitContext): Add ProbingMode flag.
6839         
6840         * delegate.cs (DelegateInvocation): Set few instance variables as r/o.
6841         
6842         * driver.cs: For now set both warning values.
6843         
6844         * ecore.cs (SimpleName): Name is readonly.
6845         (MethodGroup.OverloadResolve): One quick path for probing.
6846         
6847         * expression.cs (Unary): Set Oper r/o.
6848         (Binary): Set Oper r/o.
6849         (ParameterReference): Set few instance variables as r/o.
6850         (ParameterReference.DoResolveBase): Don't capture aruments when 
6851         the probing is on.
6852         (Invocation.CloneTo): Fixed typo, looks easy, yeah.
6853         (Arglist): arguments are private.
6854         (SizeOf): type is private and r/o.
6855         (MemberAccess): arguments are private.
6857         * report.cs: Enhanced reporting on/off capabilities.
6858         
6859         * lambda.cs: Uses ec.IsInProbingMode.
6860         (ContextualReturn): Derives from return.
6861         
6862         * rootcontext.cs: For now set both warning values.
6863         
6864         * statement.cs (CloneContext.RemapBlockCopy): Remaps block to cloned
6865         copy if one exists.
6866         (Return.Resolve): Don't die immediately.
6867         (Block.Resolve): Speed-up probing.
6868         (Block.CloneTo): Clone only child blocks.
6870 Fri Jul 13 11:19:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
6872         * iterators.cs: reverted Miguel's latest change (r81925) as it
6873         breaks the build in System.
6875 2007-07-13  Miguel de Icaza  <miguel@novell.com>
6877         * iterators.cs (Yield.CheckContext): Check for the iterator type
6878         also here as we can call into Yield even in codepaths that are not
6879         directly checked by
6880         (MethodOrOperator is the only path that was checked).
6882         In addition to the standard check, use a more specific check for
6883         constructors to report a more verbose error. 
6885 2007-07-12  Miguel de Icaza  <miguel@novell.com>
6887         * ecore.cs (FieldExpr.AddressOf): Do not stop processing here,
6888         report the warning and continue 
6890         * statement.cs (Using.EmitLocalVariableDecls): We were leaving
6891         values on the stack on the call to Emit.   Use EmitStatement if
6892         possible, or using Emit + Pop if not possible.   Fixes #82064
6894 2007-07-12  Raja R Harinath  <rharinath@novell.com>
6896         * expression.cs (Invocation.IsApplicable): Reorganize slightly to
6897         avoid try...finally in some cases.
6899 2007-07-10  Marek Safar  <marek.safar@gmail.com>
6901         * attribute.cs (Attribute.ResolveConstructor): Uses method group.
6902         
6903         * class.cs (ConstructorInitializer.Resolve): Use and keep method group
6904         instead of method. Re-use standard error handling.
6905         (ConstructorInitializer.Emit): Simplified.
6906         
6907         * delegate.cs: Updated after Invocation.EmitCall change.
6908         
6909         * ecore.cs (GetOperatorTrueOrFalse): Uses MethodGroupExpr only.
6910         (SimpleName.SimpleNameResolve): Set and reset in_transit flag correctly.
6911         (ExtensionMethodGroupExpr): Refactored to use same OverloadResolve
6912         method and don't permanently changing input arguments.
6913         (MethodGroupExpr): Introduced resolved best_candidate, when method group
6914         is resolved it has one of the candidates is the best one which is later
6915         used to emit. Removed a few unused method.
6916         (MethodGroupExpr.MakeUnionSet): Moved from Invocation, it belongs here.
6918         * expression.cs (StaticCallExpr.MakeSimpleCall): Uses method group.
6919         (Binary.ResolveOperator): Ditto.
6920         (ConditionalLogicalOperator.DoResolve): Ditto.
6921         (Invocation): Uses method group.
6922         (Invocation.DoResolve): Simplified.
6923         (Invocation.EmitCall): Removed useless is_static.
6924         (Invocation.Emit): Delegate to method group.
6925         (Invocation.EmitStatement): Simplified.
6926         (New): Uses method group.
6927         (MemberAccess.DoResolve): Don't destroy original expression.
6928         
6929         * statement.cs (ForEach.Resolve): Use null for no method arguments.
6930         
6931 2007-07-04  Marek Safar  <marek.safar@gmail.com>
6933         * ecore.cs (VarExpr.DoResolveLValue): More restriction checks.
6934         
6935         * anonymous.cs,
6936         * lambda.cs: Add custom error message type.
6938 2007-07-03  Marek Safar  <marek.safar@gmail.com>
6940         * lambda.cs: Simplified little bit.
6941         
6942         * parameter.cs: Introduced ImplicitLambdaParameter.
6943         (Parameters.CreateFullyResolved): New factory instead of ctor.
6944         
6945         * anonymous.cs,
6946         * class.cs,
6947         * delegate.cs: Updated parameter creation.
6948         
6949 2007-07-03  Marek Safar  <marek.safar@gmail.com>
6951         *  ecore.cs (SimpleName.GetSignatureForError): Display correctly generic
6952         arguments.
6953         
6954         * generic.cs: Synchronized with gmcs.
6955         
6956 2007-07-03  Marek Safar  <marek.safar@gmail.com>
6958         * class.cs (Indexer): Check return type as soon as possible.
6959         
6960         * cs-parser.jay: Initialize implicit_value_parameter_type for interface
6961         members too.
6962         
6963         * ecore.cs (VarExpr.DoResolveLValue): Set eclass value.
6964         
6965         * expression.cs (Invocation.Error_InvalidArguments): Show type only.
6966         
6967         * parameter.cs (Parameter): Use expression type when it is available.
6968         
6969         * support.cs (ReflectionParameters.ParameterDesc): Show an extension
6970         method modifier for the first parameter only.
6972 2007-06-24  Marek Safar  <marek.safar@gmail.com>
6974         A fix for bug #81938
6975         * typemanager.cs (ChangeType): Fixed couple of char conversions.
6976         
6977         * constant.cs: Tide up an exception message.
6979 2007-06-22  Marek Safar  <marek.safar@gmail.com>
6981         * ecore.cs (SimpleName.DoSimpleNameResolve): Better error reporting when
6982         an uninitialized variable is used.
6983         
6984         * expression.cs (LocalVariableReference.DoResolve): Ditto.
6986 2007-06-22  Marek Safar  <marek.safar@gmail.com>
6988         * ecore.cs (SimpleName.TypeOrNamespaceNotFound): Allow to override type
6989         not found error handling.
6991         * expression.cs (ArrayCreation): Removed redundant fields and little bit
6992         simplified.
6993         (ArrayCreation.ResolveArrayElement): To be ready to customization.
6994         (ArrayCreation.DoResolve): Simplified.
6995         (ImplicitlyTypedArrayCreation.DoResolve): Implicitly typed arrays have
6996         its own resolve process.
6997         (ImplicitlyTypedArrayCreation.ResolveArrayElement): Conversion magic.
6999 2007-06-20  Marek Safar  <marek.safar@gmail.com>
7001         * namespace.cs (NamespaceEntry.Error_AmbiguousTypeReference): Print
7002         more error details.
7003         
7004 2007-06-20  Marek Safar  <marek.safar@gmail.com>
7006         * cs-tokenizer.cs: Removed var related stuff.
7007         
7008         * ecore.cs (Expression.ResolveAsContextualType): Introduced new method.
7009         (VarExpr): Changed to derive from SimpleName. VarExpr now behaves as
7010         a type and a keyword at same time.
7011         
7012         * decl.cs (MembeName.GetTypeExpression): Create VarExpr when type name
7013         matches to "var".
7014         
7015         * expression.cs (ImplicitlyTypedArrayCreation): New empty class for
7016         implicitly typed arrays, more changes will follow.
7017         
7018         * statement.cs (LocalInfo.Resolve): Resolve type as contextual type.
7019         
7020 2007-06-19  Marek Safar  <marek.safar@gmail.com>
7022         * ecore.cs (VarExpr): Removed Handled field.
7023         
7024         * statement.cs (Using.ResolveLocalVariableDecls): Refactored to use
7025         build-in assign functionality.
7026         (ForEach.Resolve): Removed all implicitly typed local variable code and
7027         simplified.
7028         (ArrayForeach.Resolve): Infer implicitly typed local variable here.
7029         (CollectionForeach.Resolve): Infer implicitly typed local variable here.
7031 2007-06-18  Marek Safar  <marek.safar@gmail.com>
7033         * assign.cs: Removed implicitly typed local variable check.
7034         
7035         * expression.cs (LocalVariableReference.DoResolve): Add check for self
7036         referencing implicitly typed local variable.
7037         (LocalVariableReference.DoResolveLValue): Infer implicitly typed local
7038         variable here.
7039         
7040         * statement.cs (Fixed): Removed unsupported implicitly typed local
7041         variable code.
7043 2007-06-15  Marek Safar  <marek.safar@gmail.com>
7045         * decl.cs (MemberName): Moved all Unbound stuff to parser.
7047 2007-06-14  Marek Safar  <marek.safar@gmail.com>
7049         A fix for bugs #81855 and #76274
7050         * attribute.cs (AttachTo): Always set owner for global attributes to
7051         prefined owner.
7052         
7053         * ecore.cs (Error_TypeDoesNotContainDefinition): A type location can be
7054         usefull too.
7055         
7056         * cs-parser.jay: Assembly and module attributes must precede all other
7057         elements except using clauses and extern alias declarations.
7059 2007-06-13  Marek Safar  <marek.safar@gmail.com>
7061         A fix for bug #81748
7062         * cs-tokenizer.cs,
7063         * expression.cs: More checks for non ISO-1 features.
7065 2007-06-12  Marek Safar  <marek.safar@gmail.com>
7067         A fix for bug #81807
7068         * statement.cs(Switch.TableSwitchEmit): Define null label when it's not
7069         present inside switch statement and it is required by nullable check.
7071 2007-06-12  Marek Safar  <marek.safar@gmail.com>
7073         A fix for bug #81840
7074         * ecore.cs (SimpleName.ResolveAsTypeStep): Look for non-generic type
7075         when type matching fails.
7076         
7077         * namespace.cs: Tiny error message change.
7079 2007-06-12  Marek Safar  <marek.safar@gmail.com>
7081         * decl.cs (CheckAbstractAndExtern): Moved to MemberCore for easier error
7082         reporting. Added automatic property check.
7083         
7084         * class.cs: Updated after CheckAbstractAndExtern relocation.
7085         (AEventPropertyAccessor.GetSignatureForError): Customized.
7086         
7087 2007-06-11  Marek Safar  <marek.safar@gmail.com>
7089         * class.cs (DefineBaseTypes): Base type can be undefined.
7090         
7091         * ecore.cs (TypeLookup): Minor refactoring.
7092         (DoResolveAsTypeStep): Removed redundant check.
7094         * namespace.cs (Lookup): Removed redundant check.
7095                 
7096         * rootcontext.cs (BootstrapCorlib_ResolveType): Uses normal 
7097         ResolveAsTypeTerminal step.
7098         (BootstrapCorlib_*): Simplified.
7099         (PopulateCoreType): Core types can be now external.
7101 2007-06-07  Marek Safar  <marek.safar@gmail.com>
7103         * anonymous.cs (VerifyExplicitParameterCompatibility): Add flag to do
7104          verification only.
7105          (InferTypeArguments): Infers anonymous expression type arguments.
7106          (Compatible): Split to Compatible and InferTypeArguments. 
7107         
7108         * lambda.cs: Updated.
7110 2007-06-08  Marek Safar  <marek.safar@gmail.com>
7112         * anonymous.cs (AnonymousContainer): Marked as compiler generated.
7114 2007-06-07  Raja R Harinath  <harinath@gmail.com>
7116         Fix #80477, cs0135-2.cs, cs0135-3.cs
7117         * statement.cs (ToplevelBlock.ProcessParameters): Add parameter
7118         names to the "known" variables list.
7119         (Block.CheckInvariantMeaningInBlock): Handle the fact the
7120         parameter names are also "known".
7121         (Block.CheckError136): Remove.
7122         (ExplicitBlock.CloneTo): New.  Set 'known_variables' in target to
7123         null.
7125 2007-06-07  Marek Safar  <marek.safar@gmail.com>
7127         * ecore.cs (MethodGroupExpr.OverloadResolve): Print full method definition.
7129 2007-06-06  Marek Safar  <marek.safar@gmail.com>
7131         * ecore.cs (SimpleName.Emit): Emitting unresolved simple name is
7132         internal error not an user error.
7133          
7134         * expression.cs (IsApplicable): Refactored to make debugging easier.
7136         * support.cs: More tricks for non-mono runtimes.
7137         
7138         * typemanager.cs (CoreLookupType): Made public.
7139         (InitSystemCore): All linq specific stuff moved to linq.cs
7141 2007-06-05  Marek Safar  <marek.safar@gmail.com>
7143         * typemanager.cs (CSharpSignature): One more missing build-in types
7144         replacement.
7145         More tricks for non-mono runtime.
7147 2007-06-05  Raja R Harinath  <harinath@gmail.com>
7149         * statement.cs (Block.CheckError136_InParents): Remove.
7150         (Block.AddVariable): Use GetParameterInfo instead.
7151         (ToplevelBlock.ProcessArguments): Likewise.
7153 2007-06-04  Raja R Harinath  <rharinath@novell.com>
7155         * statement.cs (ToplevelBlock.CloneTo): New.  Copy over parameter
7156         information too.
7157         (ToplevelBlock.GetParameterInfo): Split out of ...
7158         (ToplevelBlock.GetParameterRefernce): ... this.
7159         (ToplevelBlock.ParameterMap): Remove.
7160         * expression.cs (ParameterReference): Update to use
7161         ToplevelParameterInfo.
7163         * statement.cs (ToplevelBlock.ProcessParameters): Workaround some
7164         regression.
7166         * flowanalysis.cs (FlowBranching.CheckOutParameters): Move ...
7167         * statement.cs (ToplevelBlock.CheckOutParameters): ... here.
7169         * statement.cs (ToplevelBlock.ResolveMeta): Move CS0136 checks ...
7170         (ToplevelBlock.ProcessParameters) ... here.
7171         (ToplevelBlock..ctor): Invoke it.
7173         * statement.cs (ToplevelBlock.ResolveMeta): Add sanity checks for
7174         new parameters.
7176         * statement.cs (IKnownVariable): New interface.
7177         (LocalInfo): Implement it.
7178         (ToplevelParameterInfo): New class.
7179         (ExplicitBlock.AddKnownVariable): Use IKnownVariable.
7180         (ExplicitBlock.GetKnownVariable): Likewise.  Rename from
7181         GetKnownVariableInfo.
7183 2007-06-03  Raja R Harinath  <harinath@gmail.com>
7185         Partly speed up CS0136 error checks.
7186         * statement.cs (ExplicitBlock.GetKnownVariableInfo): Remove
7187         'recurse' parameter.
7188         (Block.DoCheckError136): Only check errors in parameters.  Move
7189         local variable checks ...
7190         (Block.AddVariable): ... here, and ...
7191         (ToplevelBlock.ResolveMeta): ... here.
7193 2007-06-02  Raja R Harinath  <harinath@gmail.com>
7195         * statement.cs (Block.IsChildOf): Remove.
7197         * statement.cs (Statement.Clone): Move special case code ...
7198         (Block.CloneTo): ... here.
7200 2007-05-29  Raja R Harinath  <rharinath@novell.com>
7202         * statement.cs (ToplevelBlock.container): Remove field.  It's
7203         redundant with 'Parent'.
7204         (ToplevelBlock.ContainerBlock): Remove accessor.
7205         (ToplevelBlock..ctor): Update to changes.  Register anonymous
7206         child with parent here, ...
7207         * cs-parser.jay (end_anonymous): ... not here.  Don't modify
7208         current_block.
7209         (start_anonymous): Don't save current_block.
7210         (top_current_block): Remove.
7212         * statement.cs (Block.Flags): Remove IsExplicit and IsToplevel flags.
7213         (Block.Resolve): Update to changes.
7214         (Block..ctor): Move setting of "correct" 'Toplevel'
7215         and 'Explicit' fields to ...
7216         (ExplicitBlock..ctor, ToplevelBlock..ctor): ... here.
7218 2007-05-27  Raja R Harinath  <harinath@gmail.com>
7220         Kill Block.Implicit
7221         * statement.cs (Block.Implicit): Remove.
7222         (Block): Update to changes.
7223         * flowanalysis.cs: Likewise.
7225         Mildly speed up CheckInvariantMeaningInBlock
7226         * statement.cs (ExplicitBlock.AddKnownVariable): Move here from Block.
7227         Recursively call AddKnownVariable to all enclosing blocks.
7228         (ExplicitBlock.GetKnownVariableInfo): Move here from Block.
7229         Remove recursive calls.
7230         (Block): Update to changes.
7232         New ExplicitBlock invariants
7233         * statement.cs (Block.Explicit): New field.  It points to the
7234         immediately enclosing non-implicit block.
7235         (Block..ctor): Maintain the invariant.
7236         * cs-parser.jay: Take advantage of invariant.
7238         Introduce ExplicitBlock
7239         * statement.cs (ExplicitBlock): New.
7240         (ToplevelBlock): Derive from it.
7241         (Block.Flags.IsExplicit): Rename from '...Implicit' and invert
7242         sense of flag.
7243         (Block.Implicit): Update to changes.
7244         * cs-parser.jay: Update to changes.
7246         Remove unused field
7247         * codegen.cs (EmitContext.IsLastStatement): Remove.
7248         * statement.cs (Block.DoEmit): Update to changes.
7250 2007-05-25  Raja R Harinath  <rharinath@novell.com>
7252         * cs-parser.jay: Use 'start_block' and 'end_block' rather than
7253         modifying current_block directly.
7255 2007-05-23  Scott Peterson  <lunchtimemama@gmail.com>
7256         
7257         * class.cs: Implemented automatic properties (C# 3.0)
7258           Thanks to Marek for the help.
7260 2007-05-23  Raja R Harinath  <rharinath@novell.com>
7262         * flowanalysis.cs (VariableInfo.SetAssigned): When noting a
7263         variable as assigned, note also that all its components are
7264         assigned too.
7265         (MyBitVector.SetRange): New.  Function to set multiple bits to true.
7267 2007-05-19  Marek Safar  <marek.safar@gmail.com>
7269         * anonymous.cs, class.cs: Emit Compiler generated attribute when
7270         member is marked as compiler generated.
7271         
7272         * decl.cs (MemberCore): Refactored ModFlags into property.
7274         * modifiers.cs: Add new modifier (COMPILER_GENERATED).
7275         (Check): Check only accessibility modifiers.
7277 2007-05-18  Raja R Harinath  <rharinath@novell.com>
7279         Track all assignable slots in one bit array
7280         * statement.cs (ToplevelBlock.ParameterMap): Convert into array.
7281         (ToplevelBlock.ResolveMeta): Don't create a VariableMap.  Move
7282         logic from VariableMap constructor here.  Use the same 'offset'
7283         variable that's later used for computing offsets of local
7284         variables.
7285         * flowanalysis.cs (UsageVector.parameters): Remove.
7286         (UsageVector): Update to changes.
7287         (VariableMap): Remove.
7289         Avoid creating ParameterMap in every block
7290         * statement.cs (Block.ParameterMap): Move ...
7291         (ToplevelBlock.ParameterMap): ... here.
7292         (ToplevelBlock.ResolveMeta): Create VariableMap for parameters
7293         only once.
7294         * flowanalysis.cs (FlowBranching.param_map): Remove.
7295         (FlowBranching.UsageVector): Update to changes.
7296         (FlowBranchingToplevel.CheckOutParameters): Likewise.
7298         * statement.cs (Block.CloneTo): Clone Toplevel field too.
7300         * expression.cs (ParameterReference): Distinguish between block
7301         where parameter was referenced and declared.
7303 2007-05-18  Marek Safar  <marek.safar@gmail.com>
7305         * flowanalysis.cs, statement.cs: Put back improved error handling.
7307 2007-05-15  Scott Peterson  <lunchtimemama@gmail.com>
7308         
7309         * assign.cs:
7310         * expression.cs:
7311           Imporved object and collection initialization (C# 3.0).
7313 2007-05-15  Marek Safar  <marek.safar@gmail.com>
7315         A fix for bug #81380
7316         * expression.cs (Is.DoResolve): Only value types have constant `is'
7317         behaviour.
7319 2007-05-15  Raja R Harinath  <rharinath@novell.com>
7321         * statement.cs (ToplevelBlock.child): Remove.
7323 2007-05-15  Raja R Harinath  <harinath@gmail.com>
7325         Rationalize ResolveMeta: refactoring
7326         (Block.ResolveMeta): Remove wrong or superfluous comments.  Carve
7327         out constant handling code into ...
7328         (Block.DoResolveConstants): ... this.
7330         Rationalize ResolveMeta: kill local_map
7331         * statement.cs (Block.local_map, Block.LocalMap): Remove.
7332         (Block.AssignableSlots): New.
7333         (Block.ResolveMeta): Make protected.  Don't create a VariableMap
7334         for locals -- move code from VariableMap here.  Avoid unnecessary
7335         allocations.
7336         * flowanalysis.cs (FlowBranching.local_map): Remove.
7337         (FlowBranching..ctor): Use Block.AssignableSlots.
7338         (VariableMap): Remove unused constructors.
7340 2007-05-11  Raja R Harinath  <rharinath@novell.com>
7342         * Makefile [PROFILE=net_2_0_bootstrap]: Add special-case rules.
7344 2007-05-11  Marek Safar  <marek.safar@gmail.com>
7346         * typemanager.cs (IsFriendAssembly): Should not be called for building
7347         assembly.
7349 2007-05-09  Marek Safar  <marek.safar@gmail.com>
7351         * literal.cs (NullConstant): Print null in all cases.
7352         
7353         * expression.cs (Binary.ResolveOperator): Implemented delegate
7354          comparison based on C# 2.0 changes.
7356 2007-04-28  Scott Peterson  <lunchtimemama@gmail.com>
7358         This code is contributed under the MIT X11 license
7359         
7360         The following enables support for several C# 3.0 language features:
7361         
7362         * cs-tokenizer.cs: Added support for the "var" keyword.
7363         
7364         * ecore.cs: Refactored TypeLookupExpression.DoResolveAsTypeStep().
7365           Added VarExpr class to facilitate type inferencing.
7366         
7367         * class.cs: Added IDictionary field AnonymousTypes to TypeContainer
7368           to support anonymous types.
7369         
7370         * assign.cs: Added support for type inferencing and initialization.
7371         
7372         * anonymous.cs: Added AnonymousClass class to enable anonymous types.
7373         
7374         * expression.cs: Added implicit array support to ArrayCreation.
7375           Added 5 types and 1 interface:
7376           
7377           IInitializable                Implementing classes can inject initializing
7378                                         statements after object instantiation.
7379           
7380           Initializer                   Stores data for object initialization.
7381           
7382           AnonymousType                 An expression for anonymous types.
7383           
7384           AnonymousTypeParameter        Stores data about an anonymous type's field.
7385           
7386           NewInitialize                 An expression for object initialization.
7387           
7388           CollectionInitialize          An expression for collection initialization.
7389         
7390         * statement.cs: Added "var" keyword support to the foreach, using, and fixed
7391           statements.
7393 2007-05-06  Marek Safar  <marek.safar@gmail.com>
7395         A fix for bug #81500
7396         * cs-tokenizer.cs: Add special handling for coalescing operator.
7398 2007-05-06  Marek Safar  <marek.safar@gmail.com>
7400         A fix for bug #81529
7401         * attribute.cs (GetAttributeUsage): AttributeUsage attribute inherits
7402         its value from base class until it is redefined.
7404 2007-05-02  Raja R Harinath  <rharinath@novell.com>
7406         Fix regression in cs0631-3.cs
7407         * cs-parser.jay (operator_declarator): Add opt_attributes to error
7408         fallback.  Make error fallback catch more cases.
7410 2007-05-01  Miguel de Icaza  <miguel@novell.com>
7412         * cs-parser.jay: Allow parameters in operator declarations to have
7413         attributes. 
7415 2007-04-27  Miguel de Icaza  <miguel@novell.com>
7417         * statement.cs (If.CloneTo): Only clone the FalseStatement if it
7418         exists. 
7420         * lambda.cs (ContextualReturn.Resolve): An expression is valid
7421         inside the ContextualReturn, it does not have to be an
7422         ExpressionStatement. 
7424 2007-04-24  Miguel de Icaza  <miguel@novell.com>
7426         * lambda.cs (ContextualReturn.Resolve): if the return type is not
7427         set, set it.
7429 2007-04-23  Miguel de Icaza  <miguel@novell.com>
7431         * anonymous.cs (AnonymousContainer): split the virtual Resolve
7432         method in two methods: ResolveNoDefine and Resolve.
7434         ResolveNoDefine will stop just after ResolveTopBlock has been
7435         called.   
7437         Resolve will then continue by creating a method and issuing the
7438         call to method.Define ().
7440         (AnonymousMethod): Split and implement the new Resolve and
7441         ResolveNoDefine as well.
7443         * lambda.cs (LambdaExpression): Split the anonymous method
7444         resolution code into a separate routine (CoreCompatibilityTest)
7445         from DoCompatibleTest.
7447         (LambdaExpression.TryBuild): New method, this method tries to
7448         build the LambdaExpression with the given set of types to be used
7449         as the types for the various parameters of the lambda expression. 
7451         If the compilation succeed with the given types, the infered type
7452         of the Anonymous method is returned, otherwise null is returned.
7454 2007-04-23  Marek Safar  <marek.safar@gmail.com>
7456         A fix for bug #81414
7457         * delegate.cs: Better fix, moved ApplyAttributes from Define to Emit.
7459 2007-04-22  Miguel de Icaza  <miguel@novell.com>
7461         * cs-tokenizer.cs: Change various identifiers here from the
7462         camelCasing to the recommended Linux-like style for instance
7463         variables from the Coding Guidelines. 
7465 2007-04-19  Martin Baulig  <martin@ximian.com>
7467         * convert.cs
7468         (Convert.ImplicitReferenceConversionCore): Allow conversions from
7469         System.Enum to System.ValueType.
7471 2007-04-13  Martin Baulig  <martin@ximian.com>
7473         Rewrote implicit reference conversions.  We need to distinguish
7474         between implicit reference conversions (13.1.4) and implicit
7475         boxing conversions (13.1.5).
7477         According to the spec, there's an an implicit conversion
7478         "From a one-dimensional array-type S[] to IList<T> and base
7479         interfaces of this interface, provided there is an implicit
7480         reference conversion from S to T."  Note that this does not
7481         include boxing conversions.
7483         * convert.cs
7484         (Convert.ImplicitTypeParameterBoxingConversion): New method.
7485         (Convert.ImplicitReferenceConversion): Split into
7486         ImplicitReferenceConversionCore() and
7487         ImplicitBoxingConversionExist().
7488         (Convert.ImplicitReferenceConversionExists): Use the new
7489         ImplicitReferenceConversionCore() and ImplicitBoxingConversionExists().
7491 2007-04-12  Martin Baulig  <martin@ximian.com>
7493         * convert.cs (Convert.ImplicitReferenceConversion): Move the
7494         `TypeManager.null_type' checks up to the top of the method.
7496 2007-04-11  Marek Safar  <marek.safar@gmail.com>
7498         A fix for bug #81350
7499         * class.cs, decl.cs, ecore.cs, namespace.cs: The optimization for private
7500         extension methods.
7502 2007-04-11  Martin Baulig  <martin@ximian.com>
7504         * statement.cs (Foreach.CollectionForeach.ProbeCollectionType):
7505         Use `TypeManager.GetInterfaces(t)' rather than `t.GetInterfaces()'
7506         to make this work for generic classes; fixes #79561.
7508 2007-04-11  Martin Baulig  <martin@ximian.com>
7510         * expression.cs (As): Add support for nullable types; fixes #79371.
7512 2007-04-11  Martin Baulig  <martin@ximian.com>
7514         * doc.cs (DocUtil.GetSignatureForDoc): Don't crash if
7515         `type.FullName' is null; fixes #80243.
7517 2007-04-11  Martin Baulig  <martin@ximian.com>
7519         * expression.cs (Invocation.IsApplicable): Don't modify the method
7520         if type inference succeeded, but the method was not applicable.
7521         Fixes #81250.
7523 2007-04-10  Marek Safar  <marek.safar@gmail.com>
7525         A fix for bug #81324
7526         * namespace.cs (Namespace.LookupExtensionMethod): Always inspect both
7527         internal and external namespaces containers.
7529 2007-04-10  Martin Baulig  <martin@ximian.com>
7531         * delegate.cs (DelegateCreation.ResolveMethodGroupExpr): Use
7532         TypeManager.DropGenericMethodArguments() so we also call
7533         IMethodData.SetMemberIsUsed() for generic methods.  Fixes #80357.
7535 2007-04-10  Martin Baulig  <martin@ximian.com>
7537         * iterators.cs (Iterator.CreateIterator): Don't crash if
7538         `method.ReturnType' is null.  This happens if something went wrong
7539         while resolving that typ (we already reported an error in this case).
7541 2007-04-10  Martin Baulig  <martin@ximian.com>
7543         * expression.cs (New.DoResolve): Don't call CheckComImport() on
7544         generic interfaces; report the CS0144 directly.
7546 2007-04-10  Martin Baulig  <martin@ximian.com>
7548         * ecore.cs (MemberExpr.ResolveMemberExpr): If `left' is a
7549         `TypeExpr', call ResolveAsTypeTerminal() on it; fixes #81180.
7551 2007-04-10  Martin Baulig  <martin@ximian.com>
7553         * expression.cs (New.DoEmitTypeParameter): Fix #81109.
7555 2007-04-09  Raja R Harinath  <rharinath@novell.com>
7557         A better fix
7558         * flowanalysis.cs (UsageVector.MergeChild): Handle child.Block == null.
7559         * statement.cs: Use KillFlowBranching only in ResolveUnreachable.
7561         Fix #81338
7562         * statement.cs (For.Resolve): If resolution fails, use
7563         KillFlowBranching.
7565 2007-04-08  Marek Safar  <marek.safar@gmail.com>
7567         * anonymous.cs (MakeName): Make faster and zero-based.
7568         (VerifyExplicitParameterCompatibility): Back to mode where generic
7569         parameter is ignored.
7570         (AnonymousMethodMethod.Emit): Decorate method as compiler generated.
7572         * class.cs (EmitType): Method can emit another new method.
7574         * cs-tokenizer.cs (IsLinqEnabled): Fixes static cctor race.
7576         * driver.cs: Updated.
7578         * lambda.cs: Reuse predefined empty parameters.
7580         * parameter.cs: Updated
7582         * support.cs: Implemented InflateTypes.
7584         * typemanager.cs (GetFullName): Don't use FullName as it can be null.
7585         (InitSystemCore): Introduced to isolate 3.0 dependencies.
7587 2007-04-03  Martin Baulig  <martin@ximian.com>
7589         Fix #80632.
7591         * statement.cs (Foreach.CollectionForeach.TryType): Use a custom
7592         version of TypeManager.IsOverride() which also works with generic
7593         types.  
7595 2007-04-03  Martin Baulig  <martin@ximian.com>
7597         Fix #81044.
7599         * convert.cs
7600         (Convert.ExplicitReferenceConversion): We need to cast when
7601         converting from IList<T> to S[].
7603 2007-04-01  Marek Safar  <marek.safar@gmail.com>
7605         * decl.cs (FindExtensionMethods): Consider all candidates with same name
7606         at this level.
7607         
7608         * expression.cs (MemberAccess.DoResolve): Cache resolved expression.
7610 2007-03-31  Marek Safar  <marek.safar@gmail.com>
7612         * anonymous.cs (AnonymousMethodExpression.Compatible): Handles both
7613         argument and return type inferring.
7615         * codegen.cs (InferReturnType): Flag whether return can be inferred.
7616         (ReturnType): Turned to property.
7618         * statement.cs (Return): Implemented return type inferring.
7620         * support.cs (ReflectionParameters): Use local types if possible.
7622 2007-03-30  Raja R Harinath  <rharinath@novell.com>
7624         * flowanalysis.cs (FlowBranching.Reachability): Remove.
7625         (FlowBranching.UsageVector): Update to changes.
7627         Prepare to kill 'Reachability'
7628         * flowanalysis.cs (UsageVector): Remove 'Reachability' from
7629         argument of constructor.
7631 2007-03-29  Raja R Harinath  <rharinath@novell.com>
7633         Prepare to kill 'Reachability'
7634         * flowanalysis.cs (UsageVector.is_unreachable): New.
7635         (UsageVector): Update to maintain 'is_unreachable' in parallel to
7636         'reachability', and verify they're consistent.
7638         Fix #81121
7639         * expression.cs (New.EmitStatement): Handle type parameters here too.
7641 2007-03-29  Martin Baulig  <martin@ximian.com>
7643         Fix #79148.
7645         * anonymous.cs
7646         (ScopeInfo.ctor): Use `Modifiers.PUBLIC' if we're a nested
7647         CompilerGeneratedClass.
7648         (ScopeInfo.EmitScopeInstance): Make this protected.
7649         (CapturedVariable.EmitInstance): Use `Ldarg_0' if
7650         `ec.CurrentAnonymousMethod.Scope == Scope'.
7652         * statement.cs (Block.ScopeInfo): Make this a property.
7654 2007-03-27  Raja R Harinath  <harinath@gmail.com>
7656         Prepare to kill 'Reachability'
7657         * flowanalysis.cs (FlowBranching.Reachability): Make class private.
7658         (FlowBranching.UsageVector.Reachability): Remove property.
7659         (FlowBranching.UsageVector.IsUnreachable): New property.
7660         (FlowBranching.UsageVector.ResetBarrier): New.
7661         (FlowBranching.UsageVector, FlowBranchingLabeled): Update to changes.
7662         * codegen.cs, statement.cs: Update to changes.
7664 2007-03-27  Martin Baulig  <martin@ximian.com>
7666         Fix #81209.
7668         * decl.cs
7669         (DeclSpace.LookupNestedTypeInHierarchy): Correctly handle nested
7670         generic types.
7672 2007-03-26  Raja R Harinath  <rharinath@novell.com>
7674         * flowanalysis.cs (FlowBranching.Reachability): Use a boolean
7675         instead of TriState.  Remove all mention of TriState.
7677         * flowanalysis.cs (FlowBranching.Reachability): Prepare to be
7678         replaced by a boolean.  Add boolean 'is_unreachable' field, check
7679         and maintain invariants.
7681 2007-03-25  Marek Safar  <marek.safar@gmail.com>
7683         * anonymous.cs: Restored checks disabled for uninflated anonymous methods.
7685 2007-03-25  Marek Safar  <marek.safar@gmail.com>
7687         * expression.cs: Stop using obsolete 2.0 opcodes.
7689 2007-03-25  Marek Safar  <marek.safar@gmail.com>
7691         * enum.cs (EnumMember.Define): Fixed regression and slowdown caused by
7692         one of the latests Martin's fixes.
7694 2007-03-23  Miguel de Icaza  <miguel@novell.com>
7696         * expression.cs: On BigEndian systems, swap the bytes, temporary
7697         solution until we get a new bitconverter class.
7699 2007-03-23  Martin Baulig  <martin@ximian.com>
7701         Fix #81158.
7703         * decl.cs (MemberCache.AddMembers): Add generic methods both as
7704         "Method" and "Method`1".  Normally, a cache lookup is done on the
7705         "Method" form (ie. without the generic arity), but this one makes
7706         lookups on the full form work as well.
7708 2007-03-22  Raja R Harinath  <rharinath@novell.com>
7710         * flowanalysis.cs (Reachability): Reorganize slightly, and remove
7711         unused properties.
7713 2007-03-20  Bill Holmes  <billholmes54@gmail.com>
7714         * class.cs: 
7715         Added 2 MemberCoreArrayList objects, ordered_explicit_member_list and
7716         ordered_member_list, to TypeBuilder to store members to be defined
7717         in the order they were parsed in.
7718         - ordered_explicit_member_list contains all properties indexers
7719           and methods that are defined as explicit implementation of an
7720           interface or base class.
7721         - ordered_member_list contains all properties indexers and methods
7722           that are not defined as explicit implementation of an interface
7723           or base class.
7725         Removed MethodArrayList and IndexerArrayList from TypeBuilder.  The 
7726         functionality in these removed classes has been replaced with 
7727         ComputeIndexerName, EmitIndexerName, HasEqualss, HasGetHashCode, and 
7728         CheckEqualsAndGetHashCode members defined and called in the TypeBuilderClass.
7730         Adding CheckForDuplications to PropertyBase.PropertyMethod and calls
7731         to CheckForDuplications inside GetMethod and SetMethod Define Method
7732         to handle method property and indexer name conflicts.
7734         Fixes #79434
7736         All code is contributed under the MIT/X11 license.
7738 2007-03-20  Martin Baulig  <martin@ximian.com>
7740         * class.cs (TypeContainer.Interfaces): Removed; they're now
7741         included in `TypeContainer.Types'.
7743 2007-03-20  Martin Baulig  <martin@ximian.com>
7745         Fix #77963, #80314 and #81019.  Added gtest-317, ..., gtest-320.
7747         * class.cs (TypeContainer.CreateType): New public method.  This is
7748         now called before DefineType() to create the TypeBuilders.
7749         (TypeContainer.DefineType): Don't create the TypeBuilder here; it
7750         has already been created by CreateType().
7751         (TypeContainer.DefineTypeBuilder): Renamed into CreateTypeBuilder();
7752         don't resolve our base classes here; this has been moved into
7753         DefineBaseTypes().  We're now called from CreateType().
7754         (TypeContainer.DefineBaseTypes): New private method; resolve our
7755         base classes here.  We're now called from DefineType().
7757         * rootcontext.cs
7758         (RootContext.ResolveTree): Call TypeContainer.CreateType() on all
7759         our types first to create all the TypeBuilders.  After that, call
7760         TypeContainer.DefineType() on all the types which'll resolve their
7761         base classes and setup the resolve order.
7763 2007-03-20  Martin Baulig  <martin@ximian.com>
7765         * class.cs (TypeContainer.Enums): Removed; they're now included in
7766         `TypeContainer.Types'.  
7768 2007-03-20  Martin Baulig  <martin@ximian.com>
7770         * class.cs
7771         (TypeContainer.DefineType): Don't call ResolveMembers() here.
7772         (TypeContainer.DoResolveMembers): Call DefineType() on our
7773         `compiler_generated' classes; moved here from DefineNestedTypes().
7775         * rootcontext.cs
7776         (RootContext.ResolveTree): Call ResolveMembers() on all
7777         TypeContainer's in the `type_container_resolve_order'.
7779 2007-03-19  Marek Safar  <marek.safar@gmail.com>
7781         * class.cs: Use corlib to handle InternalMethodImplAttribute.
7783 2007-03-17  Marek Safar  <marek.safar@gmail.com>
7785         * class.cs (EventFieldAccessor.EmitMethod): Don't override existing
7786         implementation flags.
7788 2007-03-17  Marek Safar  <marek.safar@gmail.com>
7790         * class.cs: More optimizations for type parameters.
7792 2007-03-15  Marek Safar  <marek.safar@gmail.com>
7794         * anonymous.cs (AnomymousMethod): Can be now hosted in generic container.
7796         * ecore.cs, parameter.cs: More common code for both corlibs.
7798         * typemanager.cs (IsGenericMethod): Simplified.
7800 2007-03-15  Raja R Harinath  <rharinath@novell.com>
7802         * flowanalysis.cs (FlowBranching.Reachability): Remove handling of
7803         'returns'.
7804         * statement.cs, iterators.cs, lambda.cs: Update to changes.
7806         * statement.cs (Lock.Resolve): Invoke 'ec.NeedReturnLabel'
7807         unconditionally.  Simplify explanation.
7808         (Try.Resolve, Using.Resolve): Likewise.
7810 2007-03-15  Martin Baulig  <martin@ximian.com>
7812         Fix #80731.
7814         * decl.cs (DeclSpace): If we're a partial class, use our
7815         `PartialContainer's `TypeParameters' and `CurrentTypeParameters'.
7817 2007-03-15  Raja R Harinath  <rharinath@novell.com>
7819         * flowanalysis.cs (FlowBranching.Reachability): Remove handling of
7820         'throws'.
7821         (FlowBranching.UsageVector): Update to changes.
7822         (FlowBranching.MergeSiblings): Likewise.
7823         * statement.cs: Likewise.
7825 2007-03-15  Martin Baulig  <martin@ximian.com>
7827         Fix #79302.
7829         * decl.cs
7830         (MemberCache): Added a special .ctor for type parameters.
7832         * typemanager.cs
7833         (TypeManager.MemberLookup_FindMembers): `TypeParameter' now has a
7834         `MemberCache'.  
7836 2007-03-09  Martin Baulig  <martin@ximian.com>
7838         * enum.cs (Enum): Make this a TypeContainer.
7839         (EnumMember): Derive from `Const'.
7841         * const.cs
7842         (Const.DoResolveValue): New protected virtual method; move most of
7843         the functionality of ResolveValue() here so we can override it in
7844         `EnumMember'.
7845         (Const.CreateConstantReference): Make this virtual.
7847         * class.cs (Kind): Add `Kind.Enum'.
7848         (TypeContainer.Emit): Don't emit the enums here; they're already
7849         in the `RootContext.typecontainer_resolve_order'.
7851         * rootcontext.cs (RootContext.EmitCode): Don't emit the enums
7852         here; they're already in the `typecontainer_resolve_order'.
7854         * ecore.cs (EnumConstant.ConvertImplicitly): Add
7855         TypeManager.DropGenericTypeArguments().
7857         * typemanager.cs
7858         (TypeManager.CSharpEnumValue): Add DropGenericTypeArguments().
7859         (TypeManager.IsEnumType): Likewise.
7860         (TypeManager.EnumToUnderlying): Likewise.
7861         (TypeManager.IsEqual): Add support for enums.
7863 2007-03-12  Raja R Harinath  <rharinath@novell.com>
7865         * typemanager.cs (InitCoreTypes) [NET_2_0]: Allow
7866         DefaultParameterValueAttribute to be undefined, say if System.dll
7867         is not referenced.
7869 2007-03-11  Marek Safar  <marek.safar@gmail.com>
7871         * ecore.cs, parameter.cs, typemanager.cs: Another gmcs fix to work with
7872         any mscorlib.
7874 2007-03-10  Marek Safar  <marek.safar@gmail.com>
7876         * class.cs, parameter.cs: Unified parameters verification.
7878 2007-03-08  Martin Baulig  <martin@ximian.com>
7880         * cs-parser.jay (constructor_header): Pass the location to the
7881         newly created TopLevelBlock.
7883 2007-03-07  Martin Baulig  <martin@ximian.com>
7885         * statement.cs (Block.Resolve): Don't crash on error; bug #80715.
7887 2007-03-06  Miguel de Icaza  <miguel@novell.com>
7889         * convert.cs (ExplicitReferenceConversionExists): Sync this method
7890         with the changes from David, fixes the build.
7892 2007-03-05  David Mitchell  <dmitchell@logos.com>
7894         * convert.cs: Implement From System.Collecitons.Generic.IList<T>
7895         and its base interfaces to a one-dimensional array type S[],
7896         provided there is an implicit or explicit reference conversion
7897         from S to T.
7899 2007-03-03  Marek Safar  <marek.safar@gmail.com>
7901         * cs-tokenizer.cs: Implemented basic linq grammar.
7903         * driver.cs: Set linq lang version on demand.
7905 2007-02-26  Marek Safar  <marek.safar@gmail.com>
7907         * cs-parser.jay, expression.cs: Compile empty __arglist correctly.
7909 2007-02-25  Marek Safar  <marek.safar@gmail.com>
7911         * attribute.cs: Replaced DefinePInvoke in favor of S.R.E implementation
7912         (Fixes #80455)
7914         * class.cs (InterfaceMemberBase): Share common `extern' modifier checks
7915         here.
7916         Check property and event extern attributes.
7918         * codegen.cs (ModuleClass): HasDefaultCharSet when module defined global
7919         charset.
7921 2007-02-24  Marek Safar  <marek.safar@gmail.com>
7923         A fix for bug #80407
7924         * ecore.cs: Don't report ambiguity error when methods have same parent.
7926 2007-02-23  Marek Safar  <marek.safar@gmail.com>
7928         A fix for bug #80878
7929         * class.cs, cs-parser.jay: Event property can host anonymous methods.
7931 2007-02-22  Marek Safar  <marek.safar@gmail.com>
7933         * attribute.cs: Enable ExtensionAttribute presence test.
7935 2007-02-22  Marek Safar  <marek.safar@gmail.com>
7937         * class.cs: Warn about missing GetHashCode only when Equals is override.
7939         * decl.cs: Check accessibility of type arguments.
7941         * typemanager.cs: Correctly report nullable array.
7943 2007-02-20  Marek Safar  <marek.safar@gmail.com>
7945         * class.cs, report.cs: Capture more details when things go wrong.
7947 2007-02-20  Marek Safar  <marek.safar@gmail.com>
7949         A fix for bug #80650
7950         * cs-parser.jay: Anonymous container starts at constructor declaration
7951         and not at block beginning because it has to be usable in constructor
7952         initializer.
7954         * statement.cs: Use context location and not block one for error reporting.
7956 2007-02-18  Marek Safar  <marek.safar@gmail.com>
7958         A fix for bug #78712
7959         * class.cs.cs, decl.cs, ecore.cs: LookupAnyGeneric inspects nested types
7960         too.
7962 2007-02-18  Marek Safar  <marek.safar@gmail.com>
7964         A fix for bug #80493 by Atsushi Enomoto
7965         * cs-parser.jay: Ignore invalid attribute target.
7967 2007-02-18  Marek Safar  <marek.safar@gmail.com>
7969         * cs-tokenizer.cs: Ignore '\0' as white space character.
7971 2007-02-17  Miguel de Icaza  <miguel@novell.com>
7973         * cs-parser.jay: Add support for lambda expressions to the mcs
7974         compiler as well.
7976         * lambda.cs: Only clone when we are probing, not on the final call
7977         (Compatible is the final call). 
7979         * statement.cs (CloneContext): Introduce class to provide block
7980         remapping during clone.
7982         All statements Clone themselves now.
7984         (Clone): special handling for blocks, when we clone a block, we
7985         register the block inside this routine, as children of the block
7986         might trigger a lookup. 
7987         
7988         * expression.cs: Add support for CloneContext in all expressions. 
7989         
7990 2007-02-17  Marek Safar  <marek.safar@gmail.com>
7992         A fix for bug #80493
7993         * statement.cs: Report ambiguous warning when interfaces are not related.
7995 2007-02-15  Marek Safar  <marek.safar@gmail.com>
7997         C# 3.0 extension methods.
7999         * attribute.cs (Error_MisusedExtensionAttribute): Extension attribute
8000         cannot be used directly.
8002         * class.cs (Class.Emit): Emit extension attribute if any class method
8003         is extension method.
8004         (Method.Define): Add basic extension method validation conditions.
8005         (Method.Emit): Emit extension attribute for method.
8007         * codegen.cs (AssemblyClass): Emit extension attribute if at least one
8008         extension method exists. Currently we follow same approach as Microsoft
8009         does, emit even if a method or a class are private but this can change
8010         later.
8012         * cs-parser.jay: Add handling of `this' keyword in method parameters
8013         context.
8015         * decl.cs (DeclSpace.IsStaticClass): New property.
8016         (MemberCache.FindExtensionMethods): Looks for extension methods with
8017         defined name and extension type.
8019         * doc.cs: Updated after OverloadResolve changes.
8021         * driver.cs: Add new soft reference to System.Core.dll.
8023         * ecore.cs (MethodLookup): Can return only MethodGroupExpr.
8024         (ExtensionMethodGroupExpr): Represents group of extension methods.
8026         * expression.cs (Invocation): Moved methods BetterConversion, MoreSpecific,
8027         BetterFunction, IsOverride, IsAncestralType, OverloadResolve
8028         to MethodGroupExpr and made non-static for easier customization.
8029         (Invocation.DoResolve): Add extension method lookup when no standard
8030         method was found.
8031         (MemberAccess.DoResolve): Try extension methods if no member exists.
8033         * modifiers.cs: Add METHOD_EXTENSION modifier.
8035         * namespace.cs (RegisterExtensionMethodClass): Register class namespace
8036         as well as candidate extension type.
8037         (ComputeNamespaces): When assembly constains extension methods registers
8038         them.
8039         (Namespace.RegisterExternalExtensionMethodClass): Register type for later
8040         extension method lookup.
8041         (Namespace.LookupExtensionMethod): Looks for extension method in this
8042         namespace.
8043         (NamespaceEntry.LookupExtensionMethod): Does extension methods lookup to
8044         find a method which matches name and extensionType.
8046         * parameter.cs (Parameter): Add This modifer.
8047         (HasExtensionMethodModifier): New property.
8048         (Resolve): Add extension parameter check.
8049         (ModFlags): turned to property to exclude this modifier as it is not real
8050         parameter modifier.
8051         (Parameters): Implemented ExtensionMethodType and HasExtensionMethodType.
8053         * support.cs (ParameterData): Add ExtensionMethodType.
8054         (ReflectionParameters): Implemented ExtensionMethodType interface property.
8056         * typemanager.cs: Add type and ctor extension attribute type.
8058 2007-02-15  Miguel de Icaza  <miguel@novell.com>
8060         * report.cs (DisableErrors, EnableErrors): used to prevent error
8061         output when we are "trying" to compile various methods with
8062         different types. 
8064         * ecore.cs (Expression): Add Clone method that calls the virtual
8065         CloneTo method.  The current CloneTo method in Expression throws
8066         an exception so we can track down all the places where this must
8067         be implemented (not using abstract, because that would be a lot of
8068         up-front-work before we can start testing the implementation
8069         idea). 
8071         Important: we only need Clone capabilities for expressions created
8072         by the parser, as the expressions we will be cloning are
8073         expressions in the pre-resolved state.   This vastly simplifies
8074         the work required. 
8075         
8076         (SimpleName): Add CloneTo that does nothing.
8077         (EmptyCast): Add CloneTo.
8078         
8079         * expression.cs (Binary): Implement CloneTo.
8080         (Invocation.IsApplicable): Store the current ec in
8081         EmitContext.TempEc and restore it on return.  This is used so we
8082         do not have to sprinkle hundres of methods with an extra
8083         EmitContext, we know that the only user is the lambda expression
8084         ImplicitConversionExists code. 
8085         
8086         (Argument): Add Cloning capabilities.
8087         (LocalVariableReference, ParenthesizedExpression, Unary, Probe,
8088         Cast, Conditional, ArrayCreation, InvocationOrCast, Invocation,
8089         ArglistAccess, ArgList, TypeOf, SizeOf, CheckedExpr,
8090         UnCheckedExpr, ElementAccess, BaseAccess, BaseIndexerAccess,
8091         IndexerAccess): Add Clone capability.
8093         (LocalVariableReference, This): TODO: needs cloned Block mapping.
8095         (Argument): Add cloning capability.
8097         * assign.cs (Assign): Implement CloneTo.
8099         * anonymous.cs (ImplicitStandardConversionExists): Make virtual.
8100         
8101         * lambda.cs (ImplicitStandardConversionExists): Implement lambda
8102         version by calling Convert with the EmitContext (that we are
8103         currently storing in ec, this is not great, but will do for now,
8104         to avoid passing EmitContext parameters to hundreds of functions
8105         that do not need them now).
8107         (SetExpression): Remove, it is not needed.
8108         
8109         (ContextualReturn): Implement CloneTo.
8111         * statement.cs (Statement): Implement cloning infrastructure,
8112         similar to expressions.
8114         (Block): Partial implementation of Clone for statements.
8116         (Return): Implement clone.
8117         
8118         * constant.cs (Constant.CloneTo): New method, does nothing.
8120         * codegen.cs (TempEc): Add a static EmitContext as a temporary
8121         solution, until we decide how to exactly do this.  
8122         
8123 2007-02-14  Marek Safar  <marek.safar@gmail.com>
8125         A fix for bug #80493
8126         * class.cs (FindOutBaseMethod): When the base accessor does not exist and
8127         a property is override we need to use second accessor.
8129 2007-02-13  Marek Safar  <marek.safar@gmail.com>
8131         A fix for bug #80418
8132         * attribute.cs, class.cs: Use correct calling conventions for pinvoke
8133         methods.
8135 2007-02-13  Marek Safar  <marek.safar@gmail.com>
8137         Another fix for bug #80749
8138         * pending.cs: Abstract class has priority over interfaces.
8140 2007-02-13  Marek Safar  <marek.safar@gmail.com>
8142         Another fix for bug #80749
8143         * pending.cs: Abstract class has priority over interfaces.
8145 2007-02-13  Marek Safar  <marek.safar@gmail.com>
8147         Another fix for bug #80749
8148         * pending.cs: Abstract class has priority over interfaces.
8150 2007-02-13  Marek Safar  <marek.safar@gmail.com>
8152         Another fix for bug #80749
8153         * pending.cs: Abstract class has priority over interfaces.
8155 2007-02-13  Marek Safar  <marek.safar@gmail.com>
8157         * class.cs Better error message.
8159         * driver.cs: Add shorter versions of -optimize option.
8161 2007-02-13  Martin Baulig  <martin@ximian.com>
8163         * class.cs (Constructor.Emit): Check the return value of
8164         ec.ResolveTopBlock() and return on error.
8166 2007-02-13  Raja R Harinath  <rharinath@novell.com>
8168         * ecore.cs (Error_InvalidExpressionStatement): Add a comma to error
8169         message to fix error message regression.
8171 2007-02-12  Marek Safar  <marek.safar@gmail.com>
8173         * delegate.cs: Delegate creation expression cannot be of Nullable type.
8175 2007-02-12  Marek Safar  <marek.safar@gmail.com>
8177         A fix for bug #80749
8178         * assign.cs (FieldInitializer): FieldInitializer has to keep track of
8179         its parent container.
8181         * class.cs (DefineFieldInitializers): Each initializer can has different
8182         resolve context.
8184         * const.cs: Updated.
8186 2007-02-11  Miguel de Icaza  <miguel@novell.com>
8188         * lambda.cs (LambdaExpression.Compatible): Remove some early code,
8189         now all the heavy lifting to check that embedded statements or
8190         expressions have the right form is done in the ContextualReturn.
8192         (ContextualReturn): New class.  
8194         * ecore.cs (Error_InvalidExpressionStatement): Make a helper
8195         method that can be invoked to report 201, so we do not replicate
8196         this everywhere.
8198         * cs-parser.jay: Reuse Error_InvalidExpressionStatement.
8199         
8200         * cs-tokenizer.cs (xtoken): Correctly compute the column, it was
8201         treating tabs as spaces. 
8203 2007-02-09  Marek Safar  <marek.safar@gmail.com>
8205         A fix for bug #80315 by martin.voelkle@gmail.com (Martin Voelkle)
8206         * assign.cs: Use full implicit conversion for right side check.
8208 2007-02-09  Marek Safar  <marek.safar@gmail.com>
8210         * statement.cs (Switch): Switch over boolean type is not standardized.
8212 2007-02-08  Marek Safar  <marek.safar@gmail.com>
8214         A fix for bug #80755
8215         * decl.cs (FindBaseEvent): Don't use method cache for events.
8217 2007-02-07  Marek Safar  <marek.safar@gmail.com>
8219         * cs-parser.jay: Better syntax error handling.
8221         * ecore.cs, enum.cs, statement.cs, typemanager.cs: Print enum member name
8222         instead of underlying type value.
8224 2007-02-06  Marek Safar  <marek.safar@gmail.com>
8226         * driver.cs: Check define identifier before is registered.
8228         * namespace.cs: Use existing error message.
8230         * report.cs: New warning.
8232 2007-02-06  Marek Safar  <marek.safar@gmail.com>
8234         A fix for bug #80742
8235         * expression.cs: Delegate Invoke method can be called directly.
8237 2007-02-06  Marek Safar  <marek.safar@gmail.com>
8239         A fix for bug #80676
8240         * class.cs (IsEntryPoint): The Main method can have params modifier.
8242 2007-02-04  Miguel de Icaza  <miguel@novell.com>
8244         * parameter.cs (Parameter, Parameters): Add Clone method.
8246         * anonymous.cs (Compatible): Turn method into virtual method, so
8247         LambdaExpression can implement a different behavior.
8249         (CompatibleChecks, VerifyExplicitParameterCompatibility): Factor
8250         out the basic checking here, so it can be used by
8251         LambdaExpressions.
8252         
8253         * lambda.cs: Introduce "Compatible" function that will do the
8254         heavy lifting.
8256 2007-02-02  Marek Safar  <marek.safar@gmail.com>
8258         * attribute.cs: Unified one error message.
8260         * class.cs (Class): Use type attributes and not properties to test static
8261         class.
8262         (IsEntryPoint): Don's pass local variable.
8264         * convert.cs: Removed duplicate check.
8266         * decl.cs, doc.cs, ecore.cs (LookupType): Renamed to LookupNamespaceOrType.
8268         * driver.cs: Don't crash when soft reference does not exist.
8270         * namespace.cs (EnsureNamespace): Renamed to RegisterNamespace.
8271         (UsingEntry): Removed redundant allocation.
8273         * parameter.cs: Add fast path for type parameters.
8275         * support.cs: Don't allocate attribute when it's not used.
8277 2007-01-30  Miguel de Icaza  <miguel@novell.com>
8279         * anonymous.cs
8280         (AnonymousMethodExpression.ImplicitStandardConversionExists): turn
8281         this into a virtual method, so we can override it in LambdaExpression.
8283         * driver.cs: Improve diagnostics in case of failure. 
8285         * cs-tokenizer.cs: Instead of trying to parse a type and a name,
8286         write a function that is slightly more complex and that parses:
8288         type identifier [, type identifier]* )
8290         The old function would return incorrectly a OPEN_PARENS_LAMBDA for
8291         this expression:
8293                 (canEmpty ? i >= 0 : i > 0)
8295 2007-01-30  Raja R Harinath  <rharinath@novell.com>
8297         * cs-tokenizer.cs (parse_namespace_or_typename): Don't throw an
8298         exception on possibly valid code.
8300 2007-01-29  Raja R Harinath  <rharinath@novell.com>
8302         * cs-tokenizer.cs (is_punct) ['<']: Update to changes in
8303         Push/PopPosition.
8304         (parse_opt_type_arguments): Remove.  It's almost the same as
8305         parse_less_than.
8306         (parse_namespace_or_typename): Use parse_less_than.
8308 2007-01-28  Miguel de Icaza  <miguel@novell.com>
8310         * cs-tokenizer.cs: Typo fix, its not GMCS_SOURCES but GMCS_SOURCE,
8311         this bug took a few hours to find, because the state saved and
8312         restored by PushPosition and PopPosition was ignoring the state of
8313         parse_generic_less_than.
8315         I can also now remove the handling of OP_LT and OP_GT, this solves
8316         the big mistery.
8317         
8318         * cs-tokenizer.cs: store the location for the ARROW token, we use
8319         that in the parser.
8321         (PushPosition, PopPosition): save/restore also `current_token',
8322         restore `parse_generic_less_than' (was missing).
8324         (parse_opt_type_arguments): use parse_type, not
8325         parse_namespace_or_typename to parse types.
8327         * lambda.cs: Empty new file, will eventually have the lambda
8328         expression implementation.
8330         * lambda.test: used to test the internal tokenizer. 
8332         * report.cs (FeatureIsNotISO1): Rename from
8333         FeatureIsNotStandardized, because it was about the language level
8334         (1 vs 2) it was not about standarization.
8336         (FeatureRequiresLINQ): New.
8338         * support.cs (SeekableStreamReader): Only require that the reader
8339         is a TextReader, not a StreamReader, so we can plug StringReader. 
8341         * cs-tokenizer.cs (parse_type_and_parameter): Returns true if at a
8342         given position in the input stream the following tokens can be
8343         parsed as a type followed by an identifier.
8345         (is_punct): after a '(' if parse_type_and_parameter returns true,
8346         then return a special token OPEN_PARENS_LAMBDA which is used to
8347         avoid reduce/reduce errors in the grammar for the
8348         lambda_expression rules.
8350         (parse_type): implement a type parser inside the
8351         tokenizer, the parser only returns true or false depending on
8352         whether the input at a given position can be parsed as a type.
8354         (peek_token): new method used during type parsing.
8356 2007-01-28  Raja R Harinath  <rharinath@novell.com>
8358         Fix #80531
8359         * anonymous.cs (ScopeInfo.InflateParameters): New.
8360         (AnonymousContainer.Resolve): Use it to redirect types of
8361         delegate parameters.
8363 2007-01-27  Raja R Harinath  <rharinath@novell.com>
8365         Fix #80530
8366         * expression.cs (Error_InvalidArguments): Don't use two different
8367         messages for CS1503.  Use ExtraInformation and
8368         SymbolRelatedToPreviousError instead.
8370         Fix #80358
8371         * decl.cs (DeclSpace.initialize_type_params): Don't access
8372         'type_params' of a partial class directly.
8374 2007-01-26  Miguel de Icaza  <miguel@novell.com>
8376         * constant.cs: Removed a handful of out-of-range checks that were
8377         not necessary. 
8379 2007-01-25  Marek Safar  <marek.safar@gmail.com>
8381         * expression.cs (CheckUselessComparison): Add additional check for char
8382         constants.
8384         * namespace.cs: Fixed typo.
8386 2007-01-23  Miguel de Icaza  <miguel@novell.com>
8388         * constant.cs: Bloat removal, CheckRange and CheckUnsigned are
8389         gone, instead we inline the test, preventing the needless casts to
8390         longs, ulongs and doubles for the parameters, avoiding calls to
8391         methods that overchecked stuff, and instead inlined things
8392         nicely. 
8394 2007-01-20  Marek Safar  <marek.safar@gmail.com>
8396         * cs-parser.jay: Better parameter error handling.
8398 2007-01-17  Marek Safar  <marek.safar@gmail.com>
8400         A fix for bug #80368, #80522
8401         * expression.cs (ArrayCreation.only_constant_initializers): Indicates
8402         whether array initializer contains constants only.
8403         (ArrayCreation.Emit): Use better formula to decide when
8404         are array initializers for static initialization.
8405         (ArrayCreation.EmitDynamicInitializers): When the array is small enough we
8406         have to emit even constants otherwise they are pre-initialized.
8408 2007-01-17  Bill Holmes  <bill.holmes@ansys.com>
8409             Raja R Harinath  <rharinath@novell.com>
8411         Fix emit order of 'get' vs. 'set'.
8412         * support.cs (Accessors): New.
8413         * cs-parser.jay (accessor_declarations): Use it instead of 'Pair'.
8414         Note the order in which accessors are declared in the source.
8415         * class.cs (PropertyBase.DefineGet, PropertyBase.DefineSet): New.
8416         Refactored from Property.Define and Indexer.Define.
8417         (PropertyBase.DefineAccessors): New helper that calls the above in
8418         appropriate order as noted by the parser.
8419         (Property.Define, Indexer.Define): Update to changes.
8420         (PropertyBase.SetMethod.PropertyInfo): Don't return a null.
8422 2007-01-17  Raja R Harinath  <rharinath@novell.com>
8424         Fix cs0029-6.cs and gcs0029-2.cs (regression)
8425         * ecore.cs (EmptyConstantCast.ConvertImplicitly): Check that
8426         there's an implicit conversion from the current type to the target
8427         type before converting the underlying constant.
8429 2007-01-16  Marek Safar  <marek.safar@gmail.com>
8431         * const.cs (ResolveValue): Updated after constant conversion was made more
8432         generic.
8434         * constant.cs (GetAttributableValue): constant to object conversion is
8435         used for attributes only.
8436         (IntConstant.ConvertImplicitly): Moved from convert to be used in all
8437         constant conversions.
8438         (LongConstant.ConvertImplicitly): Ditto.
8440         * convert.cs (ImplicitNumericConversion): Extracted constant bussiness.
8441         (ImplicitConversionStandard): Handle constant conversion as extra step.
8442         It solves the issue when constant conversion was called indirectly like
8443         inside array initializer and constant folding was skipped.
8445         * literal.cs (NullLiteral.ConvertImplicitly): Fixed an issue exposed by
8446         this change.
8448         * statement.cs(ImplicitConversionStandard): Updated after constant
8449         conversion was made more generic.
8451 2007-01-16  Sergey P. Kondratyev <se@unicom.tomica.ru>
8453         * expression.cs (As.DoResolve): Use GenericConstraints instead of
8454         Constraints, solves the problem where the compiler incorrectly
8455         reported that a type parameter was not constrained to a class (Bug
8456         80518)
8458 2007-01-14  Marek Habersack  <grendello@gmail.com>
8460         * doc-bootstrap.cs: Fix a compilation problem in the bootstrap phase.
8462 2007-01-14  Marek Safar  <marek.safar@gmail.com>
8464         A fix for bug #80368
8465         * assign.cs (FieldInitializer): New class implements field
8466         initializer statement.
8468         * attribute.cs: Update after FieldMember rename.
8470         * class.cs (PropertyBasedMember): New common class for property based
8471         types.
8472         (InterfaceMemberBase): New base class for all members which can be used as
8473         an interface members.
8474         (MethodCore): Moved really common code to InterfaceMemberBase.
8475         (Method.Define): Equal and GetHasCode detection is relevant for methods
8476         only.
8477         (MethodData.Define): Don't assume that public event implements an
8478         interface automatically.
8479         (MethodData.DefineMethodBuilder): Issue an error even if only extern
8480         modifier is used.
8481         (MemberBase): Moved all interface speficic code to InterfaceMemberBase.
8482         (FieldMember): Merged with FieldBase.
8483         (EventProperty.AEventPropertyAccessor): New specialization to check whether
8484         event extern modifier can be used.
8485         (EventField.EventFieldAccessor): Moved event field specific code here.
8486         (Event.AllowedModifiers): Even event can be extern.
8487         (Event.FindOutBaseMethod): New override specific to events.
8488         (Indexer.parameters): Reintroduce parameters because base class holds
8489         only properties common data.
8490         (Indexer.CheckForDuplications): Indexers are threated as methods so we
8491         need do extra parameters check.
8493         * const.cs: Update after FieldMember rename.
8495         * decl.cs (MemberCache.FindBaseEvent): New method.
8497         * doc.cs (GetMethodDocCommentName): Accept parameters as extra argument
8498         to reflect that indexer is now derived from PropertyBased.
8500         * ecore.cs (GetMemberType): Made public.
8501         (EventExpr.ResolveMemberAccess): Use right event cache and checks for
8502         obsolete event.
8504         * flowanalysis.cs, statement.cs: Update after FieldMember rename.
8505         
8506         * typemanager.cs (CSharpSignature): Correctly print event accessors.
8507         (RegisterEvent): Removed.
8508         (RegisterPrivateFieldOfEvent): Renamed to RegisterEventField.
8509         (GetPrivateFieldOfEvent): Renamed to GetEventField.
8511 2007-01-11  Raja R Harinath  <rharinath@novell.com>
8513         Fix #80249
8514         * statement.cs (CollectionForeach.TryType): Prefer generic
8515         GetEnumerator over non-generic variant.  Fix code to follow comments.
8517 2007-01-09  Raja R Harinath  <rharinath@novell.com>
8519         Fix #80446
8520         * support.cs (ReflectionParameter): Don't use an invalid index on
8521         the generic parameter data.
8523 2007-01-08  Miguel de Icaza  <miguel@novell.com>
8525         * driver.cs: Just add a tiny bit of infrastructure.
8527 2007-01-02  Marek Safar  <marek.safar@gmail.com>
8529         * class.cs (VerifyMembers): Fixed an crash reported on mono mailing list
8530         where field type is struct from current assembly.
8531         
8532         * ecore.cs (EnumConstant.AsString): Report an enum member name whenever
8533         it is possible.
8535 2007-01-02  Marek Safar  <marek.safar@gmail.com>
8537         A fix for bug #80381
8538         * attribute.cs (AttributeTester.RegisterNonObsoleteType): Registers
8539         the core types.
8541         * namespace.cs (GlobalRootNamespace.LookupTypeReflection): Better error
8542         messages.
8543         (Namespace.LookupType): Always use core types from corlib when speficied.
8545         * report.cs: A new warning.
8547         * rootcontext.cs (BootstrapCorlib_ResolveInterface,
8548         BootstrapCorlib_ResolveClass): Register type as non-obsolete type.
8549         (ResolveCore): Add missing System.Runtime.InteropServices._Attribute.
8551         * typemanager.cs (CoreLookupType): Register type as non-obsolete type.
8552         (InitCoreTypes): Set expression type of object_type and value_type
8553         immediately after lookup.
8555 2007-01-01  Miguel de Icaza  <miguel@novell.com>
8557         * cs-tokenizer.cs: Accept Pc class characters (Connector
8558         Punctuation) as valid identifiers.  Fixes #78259
8560         * expression.cs (Invocation.DoResolve): Moved the check for the
8561         use of `this' for doing method calls to the Invocation resolution
8562         step, after overload resolution has taken place instead of doing
8563         the check at the low-level `This.DoResolve' level.
8565         The `This.DoResolve'(appens before overload resolution, so it has
8566         no way of knowing if the method that will be called will be
8567         instace or static, triggering an erroneous report for cs0188 (Bug
8568         78113).
8570         We now do the check for instance method invocations after we know
8571         what method will be called.
8573         (This.CheckThisUsage): Move the actual use of this structure
8574         checking into its own method and expose it. 
8576         * Everywhere that called Error_ValueCannotBeConverted: pass a new
8577         EmitContext.
8579         Exceptions: Null.ConvertImplicitly,
8580         Constant.ImplicitConversionRequired as there are too many call
8581         sites for passing the ec. 
8583         * ecore.cs (Expression.Error_ValueCannotBeConverted): Take an
8584         EmitContext, if the value is null, then we do not try to provide
8585         the extra information from the error (If a userdefined conversion
8586         exists, as UserDefinedConversion requires a non null-EmitContext).
8588         Fixes: #80347
8590 2006-12-30  Raja R Harinath  <rharinath@novell.com>
8592         * flowanalysis.cs (MyBitVector): Document some invariants.
8593         (MyBitVector.Or, MyBitVector.And): Reimplement the optimizations
8594         introduced below, and add a couple of others, 
8596 2006-12-30  Marek Safar  <marek.safar@gmail.com>
8598         * attribute.cs (GetMethodObsoleteAttribute): Uses new
8599         GetPropertyFromAccessor and GetEventFromAccessor.
8600         
8601         * class.cs (MethodCore.CheckBase): A new warning when obsolete member
8602         overrides non-obsolete one.
8603         (Indexer.Define): Error message has been moved to the parser.
8605         * cs-parser.jay: Better syntax errors handling.
8607         * delegate.cs (NewDelegate.DoResolve): Issue less confusing error message
8608         when an invocation has no arguments.
8610         * ecore.cs: Removed not used caching.
8612         * expression.cs (IsSpecialMethodInvocation): Reuses TypeManager
8613         implementation.
8615         * report.cs: Add a new warning.
8617         * support.cs (ReflectionParameters): Implements Equals, GetHashCode.
8619         * typemanager.cs (enumeration_type): Removed.
8620         (CSharpSignature): Reuses IsSpecialMethod.
8621         (IsEqual): Hack for MS BCL.
8622         (GetPropertyFromAccessor): New method.
8623         (GetEventFromAccessor): New method.
8624         (IsSpecialMethod): Fixed to handle more cases.
8626 2006-12-30  Marek Safar  <marek.safar@gmail.com>
8628         * cs-tokenizer.cs (PreProcessDefinition, handle_preprocessing_directive):
8629         Made white spaces array static.
8631         * ecore.cs (RemoveGenericArity): Optimized.
8633         * flowanalysis.cs (MyBitVector.Or, MyBitVector.And): Optimized (up to
8634         10 times faster).
8635         (MyBitVector.initialize_vector): Simplified.
8637 2006-12-22  Miguel de Icaza  <miguel@novell.com>
8639         * ecore.cs: Am not entirely happy with this hack, but it seems to
8640         address the issue in 80257 (a small test case for
8641         CreativeDocs.NET). 
8643         I set the MethodGroupExpr.Type to an internal compiler type
8644         (itself in this case) to force the resolution to take place.   Why
8645         it does not take place with a null is beyond me.
8647 2006-12-20  Marek Safar  <marek.safar@gmail.com>
8649         A fix for bug #80288
8650         * expression.cs (ResolveOperator): Consider user defined conversion for
8651         logical and operator too.
8652         (EmitBranchable): Optimization for logical and when full constant folding
8653         could not be applied but one operand is constant.
8655 2006-12-19  Marek Safar  <marek.safar@gmail.com>
8657         * class.cs (GetClassBases): Write 5 times every day, will never use
8658         FullName for error reporting.
8660         * decl.cs (AsAccessible, CheckAccessLevel): Always unpack arrays first.
8662 2006-12-19  Martin Baulig  <martin@ximian.com>
8664         * statement.cs (LocalInfo.EmitSymbolInfo): New public method; emit
8665         the symbol file info here.
8667 2006-12-18  Marek Safar  <marek.safar@gmail.com>
8669         * cs-tokenizer.cs (handle_preprocessing_directive): When previous section
8670         of `elseif' is taking then following sections are not taking.
8671         Fixes an issue reported on mono mailing list.
8673 2006-12-18  Marek Safar  <marek.safar@gmail.com>
8675         A fix for bug #80300
8676         * cs-tokenizer.cs (PreProcessDefinition): Do no define/undefine when
8677         a caller is not taking.
8679 2006-12-18  Raja R Harinath  <rharinath@novell.com>
8681         * anonymous.cs: Change several TypeContainer declarations to DeclSpace.
8682         (CompilerGeneratedClass): Use parent.PartialContainer unconditionally.
8683         (RootScopeInfo, AnonymousMethodMethod): Update to changes.
8684         * iterator.cs: Change several TypeContainer declarations to DeclSpace.
8685         * class.cs: Update to changes.
8687 2006-12-17  Marek Safar  <marek.safar@gmail.com>
8689         A fix for bug #79934
8690         * anonymous.cs (CompilerGeneratedClass): Register class in a shared
8691         partial container.
8693         * class.cs (ResolveMembers): Register an iterator in current container and
8694         not in shared one.
8696 2006-12-16  Raja R Harinath  <rharinath@novell.com>
8698         Fix test-543.cs
8699         * expression.cs (VerifyArgumentsCompat): Allow zero arguments to
8700         satisfy a params annotated parameter.
8702 2006-12-16  Marek Safar  <marek.safar@gmail.com>
8704         A fix for bug #77014
8705         * expression.cs (Invocation.BetterFunction): Fixed to cope with dynamic
8706         paramters correctly and not rely on hacks in Parameters class.
8707         (Invocation.IsParamsMethodApplicable): Changed to accept params parameter
8708         at any possition.
8709         (Invocation.VerifyArgumentsCompat): Ditto.
8710         (Invocation.EmitArguments): Changed to correctly emit params arguments at
8711         any possition.
8713         * parameter.cs (HasParams): Don't assume that params is the last one.
8715         * support.cs (ReflectionParameters.ctor): Look for params attribute
8716         correctly.
8717         (ReflectionParameters.ParameterType): Removed hack when we returned last
8718         parameter for out of range parameters.
8719         (ParameterName, ParameterModifier): Ditto.
8721 2006-12-14  Marek Safar  <marek.safar@gmail.com>
8723         A fix for bug #79987
8724         * decl.cs (DeclSpace.VerifyClsCompliance): External names cache is null
8725         when assembly is not CLS compliant but type is. I have no idea why is this
8726         allowed.
8728         * typemanager.cs (Reset): Invalidate AllClsTopLevelTypes cache.
8730 2006-12-13  Miguel de Icaza  <miguel@novell.com>
8732         * class.cs (ConstructorInitializer.Resolve): Allow for ":this()"
8733         in struct constructors, they are basically no-ops.
8735 2006-12-12  Marek Safar  <marek.safar@gmail.com>
8737         * cs-tokenizer.cs (Position): Save preprocessor status too.
8739 2006-12-12  Marek Safar  <marek.safar@gmail.com>
8741         A fix for bug #77794
8742         * cs-tokenizer.cs (consume_identifier): Check for correct partial context.
8744 2006-12-12  Marek Safar  <marek.safar@gmail.com>
8746         * cs-tokenizer.cs (get_cmd_arg): Support CR as the line terminator.
8747         Fixes #69299.
8748         (pp_expr): Report error for an invalid expression.
8749         (handle_preprocessing_directive): Simplified; add more error checking.
8751 2006-12-11  Marek Safar  <marek.safar@gmail.com>
8753         A fix for bug #74939
8754         * cs-tokenizer.cs (is_punct): We cannot simply disable preprocessor
8755         directives handling.
8757 2006-12-10  Marek Safar  <marek.safar@gmail.com>
8759         A fix for bugs #80093, and #75984
8760         * cs-tokenizer.cs (handle_preprocessing_directive): Fixed #if/#else/#endif
8761         logic, it seems to me as it worked before "by coincidence".
8762         (xtoken): Simplified to use reworked handle_preprocessing_directive.
8763         (cleanup): Enabled endif check.
8765 2006-12-09  Marek Safar  <marek.safar@gmail.com>
8767         A fix for bug #80162
8768         * statement.cs (CollectionForeach.TryType): Generics and non-generics
8769         enumerators are never ambiguous.
8771 2006-12-08  Raja R Harinath  <rharinath@novell.com>
8773         Fix #80060
8774         * cs-tokenizer.cs (parse_less_than): Recognize double-colons too.
8776 2006-12-06  Marek Safar  <marek.safar@gmail.com>
8778         A fix for bug #80144
8779         * class.cs (EventProperty.Define): Explicit implementation means
8780         that an even is used.
8782 2006-12-06  Marek Safar  <marek.safar@gmail.com>
8784         Fixes the operators implementation (part II)
8786         * cfold.cs (DoConstantNumericPromotions): Renamed to
8787         DoBinaryNumericPromotions and simplified.
8788         (BinaryFold): Couple of conversion fixes; simplified.
8790         * constant.cs, ecore.cs, literal.cs
8791         (ToType): Renamed to ConvertImplicitly.
8792         (Reduce): Renamed to ConvertExplicitly.
8794         * class.cs, convert.cs: Updated.
8796         * expression.cs: TryReduce doesn't throw an exception.
8798 2006-12-01  Marek Safar  <marek.safar@gmail.com>
8800         A fix for bug #80108
8801         * ecore.cs (EventExpr.EmitAddOrRemove): Don't crash when right side is not
8802         compatible.
8804 2006-11-30  Marek Safar  <marek.safar@gmail.com>
8806         Fixes unary operators implementation (part I)
8807         Also fixes #80026
8809         * cfold.cs (Error_CompileTimeOverflow): Made internal
8811         * const.cs (IConstant): Changed to use reference to constant and
8812         not constant itself.
8813         Updated IConstant implementations.
8815         * constant.cs (CreateConstant): New factory method.
8816         Updated IConstant implementation.
8818         * convert.cs (ImplicitStandardConversionExists): Uses compiler Equals.
8820         * ecore.cs: Updated to use CreateConstantReference.
8822         * enum.cs: Reflects IConstant changes.
8824         * expression.cs (Unary): Reimplemented +,-,~ to conform C# standard.
8826         * literal.cs (NullConstant): Change to be independently usable.
8828 2006-11-29  Martin Baulig  <martin@ximian.com>
8830         * class.cs (Constructor.Emit): Correctly handle anonymous methods;
8831         we need to emit the scope initializer before calling the base .ctor.
8833         * anonymous.cs: Merged back from the new anonymous methods branch.
8834         (AnonymousMethodHost): Renamed to `RootScopeInfo'.
8836         * expression.cs (ParameterReference.DoResolveBase): Create a
8837         "normal" ScopeInfo when capturing parameters rather than using the
8838         root scope; this makes things work with anonymous methods having
8839         parameters.
8841         * statement.cs
8842         (ToplevelBlock.AnonymousMethodHost): Renamed into `RootScope'.
8844 2006-11-22  Marek Safar  <marek.safar@gmail.com>
8846         A fix for bug #79987
8847         * class.cs (VerifyClsCompliance): Move redundant CLS compliance attribute
8848         check to a base class.
8849         * decl.cs (VerifyClsCompliance): Warn that CLS compliance cannot be tested
8850         only when assembly has missing attribute.
8851         * report.cs: Update.
8853 2006-11-21  Marek Safar  <marek.safar@gmail.com>
8855         * cs-tokenizer.cs: Merged with gmcs version.
8857 2006-11-20  Marek Safar  <marek.safar@gmail.com>
8859         * cs-tokenizer.cs,
8860         * cs-parser.jay: Better error message when partial keyword is misplaced.
8862 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8864         A fix for bug #79810
8865         report.cs: CS1058 only applies to 2.0 profile (gmcs).
8866         codegen.cs: on 2.0 profile, non-exception throwables are wrapped in
8867         a RuntimeWrappedException by default.
8869 2006-11-18  Marek Safar  <marek.safar@gmail.com>
8871         A fix for bug #79843
8872         * delegate.cs (Delegate.VerifyMethod): Fixed covariance and contravariance
8873         implementation.
8874         (DelegateCreation.Error_NoMatchingMethodForDelegate): Ditto.
8876 2006-11-18  Marek Safar  <marek.safar@gmail.com>
8878         * driver.cs, namespace.cs: Uses faster IndexOf version.
8880 2006-11-17  Marek Safar  <marek.safar@gmail.com>
8882         A fix for bug #79941
8883         * class.cs (MemberCore.IsDuplicateImplementation): Add more tricks for
8884         operators.
8885         (Operator.Define): Implicit/Explicit operator of same type is duplicate
8886         even if internal name is different.
8887         * convert.cs (GetConversionOperator): Replaced EmitContext with parentType.
8888         (UserDefinedConversion): Simplified as the operators cannot be internal.
8889         * ecore.cs (Error_ValueCannotBeConverted): Take account of user
8890         conversions.
8891         (MethodLookup): Replaced EmitContext with parentType.
8892         * expression.cs: Updated.
8894 2006-11-09  Raja R Harinath  <rharinath@novell.com>
8896         * driver.cs (BadAssembly): Handle all the ugliness of
8897         DefineDynamicAssembly.
8899 2006-11-08  Raja R Harinath  <rharinath@novell.com>
8901         Address parts of #58244 -- most of what's left is in the runtime
8902         * driver.cs (LoadAssembly): Simplify slightly.  Add CS0009 and
8903         CS1509 error checks, and handle them for all assembly loads, not
8904         just the first invocation.
8905         (LoadModule): Likewise.  Move handling of 'adder_method' ...
8906         * codegen.cs (AssemblyClass.AddModule): ... here.
8908 2006-11-02  Marek Safar  <marek.safar@gmail.com>
8910         * statement.cs.cs (CollectionForeach.TryType): Issue a error when
8911         IEnumerable<T> is ambiguous.
8913 2006-10-31  Marek Safar  <marek.safar@gmail.com>
8915         A fix for bug #67689
8916         * statement.cs.cs (CollectionForeach.TryType): Issue a warning when
8917         GetEnumerator is ambiguous.
8919         * report.cs: Add new warning.
8921 2006-10-29  Marek Safar  <marek.safar@gmail.com>
8923         A fix for bug #78602
8924         ecore.cs (PropertyExpr.InstanceResolve): The qualifier for access
8925         to protected member can be nested type.
8927 2006-10-28  Marek Safar  <marek.safar@gmail.com>
8929         A fix for bug #78965
8930         ecore.cs (PropertyExpr.InstanceResolve): The qualifier for access
8931         to protected member must derive from current type.
8933 2006-10-27  Marek Safar  <marek.safar@gmail.com>
8935         assign.cs: Reuses error method.
8937         ecore.cs (Expression.Error_ValueCannotBeConverted): Report a value
8938         instead of type for constants.
8939         (Expression.Error_ValueAssignment): Common error method.
8941         * expression.cs (UnaryMutator.ResolveOperator): Value cannot be used
8942         for any assignment.
8944 2006-10-27  Marek Safar  <marek.safar@gmail.com>
8946         A fix for bug #79081
8947         * expression.cs (MemberAccess.DoResolve): Check nested type
8948         accessibility.
8950 2006-10-27  Atsushi Enomoto  <atsushi@ximian.com>
8952         * doc.cs : nested delegates were not handled. Fixed bug #79754.
8954 2006-10-26  Marek Safar  <marek.safar@gmail.com>
8956         A fix for bug #76591
8957         * cs-tokenizer.cs (IsCastToken): Enable a cast of anonymous method.
8959 2006-10-26  Marek Safar  <marek.safar@gmail.com>
8961         * codegen.cs (AssemblyClass.ApplyAttributeBuilder): Don't allow to have
8962         type forwarder of the same type multiple times.
8964 2006-10-26  Raja R Harinath  <rharinath@novell.com>
8966         Fix #78820
8967         * ecore.cs (PropertyExpr.InstanceResolve): Always resolve the
8968         instance as an rvalue, even when we later resolve as an lvalue.
8970 2006-10-25  Martin Baulig  <martin@ximian.com>
8972         * anonymous.cs: Fix #79673.
8974 2006-10-24  Marek Safar  <marek.safar@seznam.cz>
8976         A fix for bug #79666
8977         expression.cs (ArrayCreation.GetAttributableValue): An initializer can be
8978         ignored when is optimized (= default value) as its value is already set.
8980 2006-10-23  Marek Safar  <marek.safar@seznam.cz>
8982         A fix for bug #79724
8983         * report.cs (SymbolRelatedToPreviousError): Uses DeclSpace instead of
8984         TypeContainer for type lookup.
8986 2006-10-23  Marek Safar  <marek.safar@seznam.cz>
8988         A fix for bug #79231
8989         * ecore.cs (ResolveAsBaseTerminal): Removed redundant error test.
8990         * expression.cs (OverloadResolve): Always convert type name for
8991         an error message.
8992         (ResolveNamespaceOrType): Don't confuse a nested type with any 
8993         other member.
8995 2006-10-18  Martin Baulig <martin@ximian.com>
8997         * anonymous.cs: Propagate the IsStatic state, fixes the crasher in banshee.
8999 2006-10-17  Miguel de Icaza  <miguel@novell.com>
9001         * convert.cs: Fix typo, fixes the test-535.cs, we were casting to
9002         an int32, but requesting an int64 from the conversion
9004 2006-10-12  Martin Baulig  <martin@ximian.com>
9006         * anonymous.cs
9007         (AnonymousContainer.Resolve): Inflate the `ReturnType'.  Fixes #79592.
9008         
9009 2006-10-12  Martin Baulig  <martin@ximian.com>
9011         * statement.cs
9012         (Using.EmitLocalVariableDeclFinally): Small fix for iterators.
9014 2006-10-11  Miguel de Icaza  <miguel@novell.com>
9016         * convert.cs: Remove broken code: I was doing the "Existance"
9017         tests for Implicit conversions.
9019 2006-10-10  Miguel de Icaza  <miguel@novell.com>
9021         * convert.cs: Added one missing case in
9022         ImplicitStandardConversionExists uint64 to intptr.
9024         Fixes #59800
9025         
9026         * typemanager.cs (uintptr_type): another core known type.   
9028         * ecore.cs (OperatorCast): routine used to do cast operations that
9029         depend on op_Explicit.  We could change some of the Decimal
9030         conversions to use this.
9032         This one has a probe mechanism that checks both types for an op_
9033         which it coudl be used to eliminate two classes: CastToDecimal
9034         and CastFromDecimal.
9036         * convert.cs: Implement the conversions documented in #59800
9037         
9038 2006-10-10  Martin Baulig  <martin@ximian.com>
9040         * iterators.cs (Iterator.Resolve): Call RootScope.ResolveType()
9041         before RootScope.ResolveMembers().
9043         * anonymous.cs (ScopeInfo.CapturedScope.ctor): Use the child's
9044         `CurrentType' if appropriate.
9046 2006-10-09  Marek Safar  <marek.safar@seznam.cz>
9048         A fix for bug #78568
9049         * cs-tokenizer.cs (Deambiguate_CloseParens): Expression cannot be cast
9050         when contains binary operators.
9051         * cs-parser.jay: Updated.
9053 2006-10-09  Martin Baulig  <martin@ximian.com>
9055         * delegate.cs
9056         (Delegate.DefineType): Don't call TypeParameter.Resolve() here;
9057         moved that into Define() and also do the other type parameter
9058         checks there.  Fixes #79094.  Added gtest-292.cs.
9060         * expression.cs
9061         (ArrayCreation.EmitDynamicInitializers): Use `etype.IsValueType'
9062         since that doesn't include type parameters; don't use `Ldelema'
9063         for type parameters.  Fixes #78980.  Added gtest-293.cs.
9065 2006-10-08  Marek Safar  <marek.safar@seznam.cz>
9067         A fix for #77796
9068         * convert.cs (ExplicitReferenceConversion): Only enum to enum value
9069         conversion is allowed.
9071 2006-10-06  Marek Safar  <marek.safar@seznam.cz>
9073         * ecore.cs (Expression.MemberLookup): Don't register any symbol for
9074         error reporting when no error occurs.
9076 2006-10-06  Marek Safar  <marek.safar@seznam.cz>
9078         * cfold.cs (ConstantFold.BinaryFold): Report an error when the conversion
9079         does not exist.
9081 2006-10-06  Raja R Harinath  <rharinath@novell.com>
9083         Fix #79584
9084         * class.cs (DefineTypeBuilder): Check circular dependencies before
9085         setting the parent of the TypeBuilder.
9086         (CheckRecursiveDefinition): Don't use 'BaseType', since
9087         it may not be valid until after DefineTypeBuilder.  Use
9088         'base_type' instead.
9090 2006-10-04  Martin Baulig  <martin@ximian.com>
9092         Merged the Anonymous Methods patch.
9094         * anonymous.cs, iterators.cs: The new anonymous methods code.
9096         * statement.cs (Variable): New public abstract class.
9097         (LocalInfo.Variable): New public property.
9098         (LocalInfo.ResolveVariable): New public method.
9099         (Block.Flags): Add `IsIterator'.
9100         (Block.AddVariable): Improved the CS0136 check.
9101         (Block.AnonymousChildren): New public property.
9102         (Block.AddAnonymousChild): New public method.
9103         (ToplevelBlock): Update to use the new anonymous method framework.
9104         (ToplevelBlock.ctor): `container' is now a `Block' and not a
9105         `ToplevelBlock'; this is required to correctly implement the
9106         CS0136 check.
9107         (Fixed, Using): Use `TemporaryVariable' instead of directly
9108         creating the `LocalBuilder'.
9110         * parameter.cs (Parameter.ResolveVariable): New public method.
9111         (Parameters.ResolveVariable): Likewise.
9113         * ecore.cs (TemporaryVariable): Use the new `Variable' framework.
9115         * class.cs (TypeContainer): Replaced the `iterators' list and
9116         corresponding methods with a list of `CompilerGeneratedClass'es.
9117         (TypeContainer.ResolveMembers): New public method.
9118         (Method): `IIteratorContainer' has been replaced by
9119         `IAnonymousHost'.
9121         * expression.cs (VariableReference): New public abstract base
9122         class for `LocalVariableReference', `ParameterReference' and
9123         `This'.
9125         * codegen.cs (EmitContext): Removed `capture_context',
9126         `HaveCaptureInfo', `EmitScopeInitFromBlock()' and `Capture*()'.
9127         (EmitContext.EmitThis): Removed.
9129         * cs-parser.jay: Replace `iterator_container' with
9130         `anonymous_host'.       
9132 2006-10-04  Martin Baulig  <martin@ximian.com>
9134         * generic.cs (GenericMethod): Don't make this abstract.
9135         (Constraints.Clone): Added dummy implementation.
9137 2006-10-04  Raja R Harinath  <harinath@gmail.com>
9139         Fix #79577
9140         * namespace.cs (LookForAnyGenericType): Avoid nullref on
9141         'declspaces'.  Avoid allocating arrays willy-nilly.
9143         Fix #79553
9144         * cfold.cs (BinaryFold): Move boolean Equality and Inequality
9145         cases out of the switch.
9147 2006-09-28  Marek Safar  <marek.safar@seznam.cz>
9149         * namespace.cs (Namespace.Error_NamespaceDoesNotExist): Better error
9150         message when non-generic type is used with the type arguments.
9151         * expression.cs: Updated.
9153 2006-09-28  Raja R Harinath  <rharinath@novell.com>
9155         Fix #79013
9156         * convert.cs (Convert.ImplicitStandardConversionExists): Avoid infloop.
9157         * expression.cs (EmptyExpression.Grab, EmptyExpression.Release):
9158         Change semantics slightly.  Don't insist on having only one
9159         temporary EmptyExpression -- just throttle the creation of new ones.
9161         Fix #79451
9162         * ecore.cs (Expression.MemberLookup): Enable CS0229 errors for
9163         non-interfaces too.  If no methods are found, don't try to create
9164         a MethodGroupExpr.
9166 2006-09-28  Marek Safar  <marek.safar@seznam.cz>
9168         * ecore.cs (ResolveAsTypeStep): Print better error when type can be
9169         generic type.
9171         * namespace.cs (Namespace.LookForAnyGenericType): New method to help
9172         us produce better error message.
9174 2006-09-27  Marek Safar  <marek.safar@seznam.cz>
9176         * expression.cs (Binary.ResolveOperator): Warn about a side effect
9177         of the `|' operator.
9179         * report.cs: A new warning added.
9181 2006-09-27  Martin Baulig  <martin@ximian.com>
9183         * generic.cs (GenericMethod): Don't make this abstract.
9185 2006-09-27  Martin Baulig  <martin@ximian.com>
9187         * report.cs
9188         (InternalErrorException): Added overloaded ctor taking a params array.
9190 2006-09-26  Marek Safar  <marek.safar@seznam.cz>
9192         * class.cs, codegen.cs, const.cs, cs-tokenizer.cs, driver.cs, ecore.cs:
9193         Fixed the cases when same error was reported twice.
9195         * report.cs (SymbolRelatedToPreviousError): Simplified as all our messages
9196         now report symbol information.
9198 2006-09-25  Martin Baulig  <martin@ximian.com>
9200         * class.cs: Completely unified with the gmcs version.
9202 2006-09-25  Martin Baulig  <martin@ximian.com>
9204         * typemanager.cs (TypeManager.IsNullableType): New public function.
9205         (TypeManager.IsNullableTypeOf): Likewise.
9206         (TypeManager.IsNullableValueType): Likewise.
9208         * class.cs (MethodCore): Added the `GenericMethod' argument from
9209         gmcs and also unified all classes derived from `MethodCore' with gmcs.
9211 2006-09-24  Raja R Harinath  <harinath@gmail.com>
9213         * convert.cs: Unify with gmcs version.
9215 2006-09-24  Marek Safar  <marek.safar@seznam.cz>
9217         * decl.cs (DeclSpace.VerifyClsCompliance): When type has type parameters
9218         verify them as well.
9220         * report.cs: New warning.
9222 2006-09-24  Marek Safar  <marek.safar@seznam.cz>
9224         * anonymous.cs (AnonymousMethod.Compatible): Cannot generate arguments
9225         for anonymous block with out argument.
9227 2006-09-24  Marek Safar  <marek.safar@seznam.cz>
9229         * class.cs (ClassOrStruct.VerifyMembers): Fixed to report correctly
9230         not used private events only.
9232 2006-09-23  Marek Safar  <marek.safar@seznam.cz>
9234         * cfold.cs (BinaryFold): On the guest to unify empty constant cast.
9236         * const.cs (Const.Define): Check for constant type.
9237         (Const.IsConstantTypeValid): Looks for valid constant types.
9239         * convert.cs (ImplicitReferenceConversion): NullCast to EmptyConstantCast.
9241         * ecore.cs (EmptyConstantCast): New common class for all constant based
9242         EmptyCast(s).
9244         * expression.cs (Is.DoResolve): Handle null constant especially.
9245         (New.DoResolve): Check for new void().
9246         (MemberAccess.DoResolve): Cope with all kind of nulls.
9248         * literal.cs (NullConstant): Uses EmptyConstantCast.
9249         (NullDefault): Based on EmptyConstantCast.
9250         (NullLiteral): Uses EmptyConstantCast.
9252         * statement.cs (Block.ResolveMeta): Check for constant type.
9254 2006-09-22  Martin Baulig  <martin@ximian.com>
9256         * delegate.cs, attribute.cs: Merged with the gmcs versions.
9258 2006-09-22  Raja R Harinath  <rharinath@novell.com>
9260         * literal.cs (NullDefault): The type of default(IFoo) is 'IFoo',
9261         not the null type.
9263         Fix part of #79451
9264         * typemanager.cs (Closure.Filter): Consider PrivateScope attributes.
9265         * decl.cs (DeclSpace.FindMemberToOverride): Likewise.  Reorganize
9266         code slightly.
9268 2006-09-22  Martin Baulig  <martin@ximian.com>
9270         * ecore.cs: Merged with the gmcs version.
9272         * generic.cs (ConstructedType): New dummy class.
9273         (TypeArguments): Don't make this abstract.
9275         * typemanager.cs
9276         (TypeManager.IsGenericTypeDefinition): New method.
9277         (TypeManager.GetGenericFieldDefinition): Moved here from gmcs.
9279 2006-09-22  Raja R Harinath  <rharinath@novell.com>
9281         * expression.cs (ComposedCast): Check for arrays of TypedReference
9282         before creating the type, not after.
9284 2006-09-21  Marek Safar  <marek.safar@seznam.cz>
9286         * cfold.cs, const.cs, enum.cs, statement.cs: Updated
9287         after ToType change.
9289         * constant.cs (Constant.ImplicitConversionRequired): Designed to used
9290         when constant must be implicitly convertible.
9292         * convert.cs (ImplicitReferenceConversion): Reuse ToType.
9294         * ecore.cs (NullCast): Derives from NullConstant.
9296         * expression.cs (Is.DoResolve): Removed useless variables.
9297         (Conditional.DoResolve): Quick hack for `Foo () ? null : null'.
9298         (New.Constantify): Add enum support.
9299         (MemberAccess.DoResolve): Add warning when accessing null constant or
9300         variable.
9302         * generic.cs (GenericConstraints.IsReferenceType): Another dummy
9303         property.
9305         * literal.cs (NullConstant): New abstract class with common
9306         functionality for all null specializations.
9307         (NullDefault): Represents default(X) when result can be
9308         reduced to null.
9309         (NullLiteral): Updated.
9311         * report.cs: Add new warning.
9313 2006-09-21  Martin Baulig  <martin@ximian.com>
9315         * generic.cs (GenericTypeParameterBuilder): Removed this ugly hack.
9317 2006-09-21  Martin Baulig  <martin@ximian.com>
9319         * generic.cs (GenericConstraints): New dummy class.
9320         (Constraints): Likewise.
9321         (TypeParameter): Likewise.
9322         (TypeParameterName): Likewise.
9323         (GenericMethod): Likewise.
9325         * typemanager.cs (TypeManager.GetGenericArguments): New method.
9327         * decl.cs: Merged with the gmcs version.
9329 2006-09-21  Raja R Harinath  <rharinath@novell.com>
9331         * generic.cs (TypeParameter): Implement IMemberContainer.
9332         (GenericTypeParameterBuilder): New.  An abominable repugnant hack.
9334         * rootcontext.cs: Unify with gmcs version.
9336         * report.cs: Unify with gmcs version.
9337         * typemanager.cs (AddTypeParameter, LookupTypeParameter): Move
9338         from gmcs/generics.cs.
9339         * generics.cs (TypeParameter): New dummy class.
9341         * support.cs: Unify with gmcs version.
9343 2006-09-20  Raja R Harinath  <rharinath@novell.com>
9345         * ecore.cs (MethodGroupExpr.ResolveGeneric): New dummy method.
9346         * expression.cs (MemberAccess, BaseAccess): Remove GMCS_SOURCE #ifdef.
9348         * decl.cs (MemberName): Unify with gmcs, except for GetTypeExpression.
9349         * generic.cs (TypeArguments): New dummy class to help avoid #ifdefs.
9350         * mcs.exe.sources: Add generic.cs.
9352         * codegen.cs: Unify with gmcs version.
9354         * codegen.cs (IResolveContent.GenericDeclContainer): Copy from gmcs.
9355         (EmitContext): Add GenericDeclContainer implementation.
9356         * decl.cs (MemberCore, DeclSpace): Likewise.
9357         * namespace.cs: Remove #ifdef GMCS_SOURCE.
9359         * namespace.cs (GetTypeInAssembly): Remove #ifdef GMCS_SOURCE.
9360         MCS TypeManager has a corresponding dummy method.
9362 2006-09-19  Martin Baulig  <martin@ximian.com>
9364         * expression.cs: Completely merged with the gmcs version.
9366 2006-09-19  Martin Baulig  <martin@ximian.com>
9368         * expression.cs (Invocation): Merged with the gmcs version.
9369         (ArrayAccess.GetStoreOpcode): Likewise.
9371 2006-09-19  Martin Baulig  <martin@ximian.com>
9373         * typemanager.cs
9374         (TypeManager.IsGenericMethod): Moved here from ../gmcs/generic.cs.
9375         (TypeManager.IsGenericMethodDefinition): Likewise.
9377 2006-09-19  Martin Baulig  <martin@ximian.com>
9379         * typemanager.cs
9380         (TypeManager.IsEqual): Moved the gmcs implementation here.
9381         (TypeManager.DropGenericTypeArguments): Likewise.
9382         (TypeManager.DropGenericMethodArguments): Likewise.
9383         (TypeManager.GetTypeArguments): Moved here from gmcs.
9384         (TypeManager.HasGenericArguments): Likewise.
9386 2006-09-19  Martin Baulig  <martin@ximian.com>
9388         * expression.cs (Binary): Merged with the gmcs version.
9390 2006-09-19  Martin Baulig  <martin@ximian.com>
9392         * expression.cs (Probe, As, Is): Merged with the gmcs version.
9394 2006-09-19  Martin Baulig  <martin@ximian.com>
9396         * typemanager.cs: Merged with the gmcs version.
9398 2006-09-16  Raja R Harinath  <rharinath@novell.com>
9400         * AssemblyInfo.cs [GMCS_SOURCE]: Unify with gmcs source.
9401         * driver.cs: Likewise.
9403 2006-09-16  Marek Safar  <marek.safar@seznam.cz>
9405         A fix for #79401
9406         * class.cs (MethodCore.VerifyClsCompliance): Do check for abstract members
9407         only if parent type is class.
9408         * decl.cs (MemberCore.GetClsCompliantAttributeValue): Fixed missing cache
9409         update.
9411 2006-09-15  Marek Safar  <marek.safar@seznam.cz>
9413         * cs-parser.jay,
9414         * expression.cs(MemberAccess.DoResolve): Don't crash when not allowed
9415         keywords are used.
9416         * typemanager.cs(CSharpName): Converts NullType to null.
9418 2006-09-15  Martin Baulig  <martin@ximian.com>
9420         * typemanager.cs
9421         (TypeManager.GetMethodName): Added mcs implementation.
9422         (TypeManager.IsEqual): Likewise.
9424         * ecore.cs
9425         (SimpleName.RemoveGenericArity): Added dummy implementation.
9427         * pending.cs: Merged with the gmcs version.     
9429 2006-09-15  Martin Baulig  <martin@ximian.com>
9431         * statement.cs: Merge with the gmcs version.
9433 2006-09-15  Martin Baulig  <martin@ximian.com>
9435         * statement.cs (Switch): Merge with the gmcs implementation
9436         (without nullables), which is newer.
9438 2006-09-15  Martin Baulig  <martin@ximian.com>
9440         * statement.cs (Block.Variables): Make this public.
9441         (ToplevelBlock.Parameters): Make this a property.
9442         (Throw.Resolve): Use `TypeManager.IsSubclassOf ()'.
9444 2006-09-15  Martin Baulig  <martin@ximian.com>
9446         * namespace.cs: Merge with the gmcs version.
9448 2006-09-15  Martin Baulig  <martin@ximian.com>
9450         * decl.cs (MemberName): Minor code cleanups.
9452 2006-09-15  Martin Baulig  <martin@ximian.com>
9454         * parameter.cs: Merge with the gmcs version.
9456 2006-09-15  Martin Baulig  <martin@ximian.com>
9458         * enum.cs: Merge with the gmcs version: 3005 is a warning in gmcs
9459         and an error in mcs.
9461 2006-09-15  Martin Baulig  <martin@ximian.com>
9463         * flowanalysis.cs: Merged from GMCS; added the generics code into
9464         a `GMCS_SOURCE' conditional so we can share this file.
9466 2006-09-08  Martin Baulig  <martin@ximian.com>
9468         * typemanager.cs (TypeManager.interlocked_type): New public field.
9469         (TypeManager.int_interlocked_compare-exchange): New public field.
9470         (TypeManager.InitEnumUnderlyingTypes): Also initialize the
9471         enumerator types here and call InitGenericCoreTypes().
9472         (TypeManager.InitCoreTypes): Call InitEnumeratorTypes() right
9473         after calling InitEnumUnderlyingTypes().
9475         * rootcontext.cs
9476         (RootContext.ResolveCore): Added `System.Threading.Interlocked' to
9477         `classes_second_stage'. 
9479 2006-09-14  Marek Safar  <marek.safar@seznam.cz>
9481         * assign.cs, ecore.cs, expression.cs: Share error message text.
9482         * class.cs (FieldMember.Define): Check for varible of static type.
9483         * driver.cs (LoadAssembly): Uses error output for errors.
9484         * statement.cs: Updated.
9486 2006-09-08  Marek Safar  <marek.safar@seznam.cz>
9488         * expression.cs (Error_OperatorCannotBeApplied): Report type instead of
9489         type instance.
9491 2006-09-07  Martin Baulig  <martin@ximian.com>
9493         * driver.cs
9494         (MainDriver): Revert r62663 from Marek; see #70506 for details.
9496 2006-08-29  Miguel de Icaza  <miguel@novell.com>
9498         * cs-parser.jay: Turn 1522 into a warning, instead of an error #79210
9499         
9500 2006-08-17  Miguel de Icaza  <miguel@novell.com>
9502         * cs-tokenizer.cs: Apply patch from Atsushi Enomoto that fixes
9503         #52019 and #79064, the use of the \uXXXX sequence in source code
9504         to represent unicode characters.
9506 2006-08-15  Marek Safar  <marek.safar@seznam.cz>
9508         * expression.cs (SizeOf.DoResolve): Check for void type. Fixed enum types
9509         support.
9510         * class.cs, ecore.cs, statement.cs: Merged to one error message.
9512 2006-08-13  Miguel de Icaza  <miguel@novell.com>
9514         * assign.cs: Catch attempts to assign to a method groups in += and
9515         report as 1656
9517 2006-08-13  Marek Safar  <marek.safar@seznam.cz>
9519         A fix for #79056
9520         * cs-parser.jay: Don't destroy current array type by typeof of array's.
9522 2006-08-12  Marek Safar  <marek.safar@seznam.cz>
9524         * class.cs (Method.Define): Issue a warning when generic method looks like
9525         an entry point.
9526         * decl.cs (MemberCore.GetSignatureForError): Print member type arguments
9527         as well.
9529 2006-08-09  Marek Safar  <marek.safar@seznam.cz>
9531         * anonymous.cs(AnonymousDelegate.Emit): Uses Constructor filter when
9532         looking for ctor.
9533         * decl.cs (MemberCache.FindMembers): When container is interface we need to
9534         search all base interfaces as a member can be ambiguous.
9535         * delegate.cs (Delegate.FindMembers): Fixed to return valid data for
9536         Constructor member type filter. 
9537         (Delegate.ResolveConstructorMethod) Uses Constructor filter.
9538         * ecore.cs: (Expression.MemberLookup): Implemented ambiguity error/warning
9539         reporting for returned memberinfos.
9540         * report.cs: Updated.
9541         * typemanager.cs (TypeManager.LookupBaseInterfacesCache): Uses TypeManager
9542         version to work on all runtimes.
9543         (TypeManager.RealMemberLookup): Removed members filtering.
9545 2006-08-08  Raja R Harinath  <rharinath@novell.com>
9547         * ecore.cs (FieldExpr.EmitAssign): Release temporary.
9548         (PropertyExpr.EmitAssign): Likewise.
9549         * expression.cs (Indirection.EmitAssign): Likewise.
9550         (LocalVariableReference.EmitAssign): Likewise.
9551         (ParameterReference.EmitAssign): Likewise.
9552         (Invocation.EmitArguments): Likewise.
9553         (ArrayAccess.EmitAssign): Likewise.
9554         (IndexerAccess.EmitAssign): Likewise.
9555         (This.EmitAssign): Likewise.
9556         (ConditionalLogicalOperator.Emit): Likewise.
9558         Fix #79026
9559         * codegen.cs (EmitContext.GetTemporaryLocal): Simplify.  Use Stack
9560         instead of ArrayList.  If the hashtable has a LocalBuilder, don't
9561         leave it in after returning it.
9562         (EmitContext.FreeTemporaryLocal): Simplify.  Update to changes.
9564 2006-08-06  Marek Safar  <marek.safar@seznam.cz>
9566         * expresssion.cs (IndexerAccess.DoResolve): Fixed to report correct error
9567         message.
9569 2006-08-03  Raja R Harinath  <rharinath@novell.com>
9571         Fix cs0146-3.cs and cs0146-4.cs.
9572         * class.cs (TypeManager.CheckRecursiveDefinition): Check that
9573         enclosing types don't depend on the current type.
9575 2006-08-02  Raja R Harinath  <rharinath@novell.com>
9577         Fix #77963
9578         * class.cs (TypeContainer.DoDefineMembers): Use
9579         FindBaseMemberWithSameName on Parent, since we're interested in
9580         whether we hide inherited members or not.
9581         (FindBaseMemberWithSameName): Make slightly more robust.
9583         Fix the non-generic testcase from #77396
9584         * decl.cs (DeclSpace.DeclContainer): Remove override.
9586         * namespace.cs (NamespaceEntry.Doppelganger): Create slave
9587         declspaces for doppelgangers too.
9588         (UsingEntry): Implement IResolveContext.
9589         (UsingEntry.Resolve): Don't set ToplevelTypes.Namespace.  Use
9590         'this' as the resolve context.
9591         (LocalAliasEntry): Likewise.
9593         Implement parts of #77403
9594         * roottypes.cs (RootDeclSpace): New.  Used to represent the
9595         toplevel declaration space.  Each namespace declaration introduces
9596         a "partial" root declaretion space.
9597         * namespace.cs (NamespaceEntry.SlaveDeclSpace): New.
9598         (NamespaceEntry.ctor): Create a SlaveDeclSpace if necessary.
9599         * cs-parser.jay (CSharpParser.ctor): Initialize 'current_class'
9600         from 'current_namespace.SlaveDeclSpace'.
9601         (namespace_declaration): Likewise.
9602         * class.cs (TypeContainer.ctor): Remove parent==ToplevelTypes
9603         check.  It can't happen now.
9604         * decl.cs (DeclSpace.LookupType): Likewise.
9605         * driver.cs (MainDriver): Sanity check.
9607 2006-08-01  Raja R Harinath  <rharinath@novell.com>
9609         * decl.cs (DeclSpace.FindNestedType): Remove.
9610         (DeclSpace.LookupNestedTypeINHierarchy): Use PartialContainer and
9611         LookupTypeContainer to get the container of the nested type.
9612         * class.cs (TypeContainer.FindNestedType): Make non-override.
9614 2006-07-31  Raja R Harinath  <rharinath@novell.com>
9616         * decl.cs (DeclSpace.PartialContainer): Move field from ...
9617         * class.cs (TypeContainer.PartialContainer): ... here.
9618         (TypeContainer.AddBasesForPart): New helper.
9619         (MemberBase.ParentContainer): Remove.  Use Parent.PartialContainer
9620         instead.
9621         * cs-parser.jay (current_class): Convert to DeclSpace.
9622         (struct_declaration, interface_declaration, class_declaration):
9623         Use AddBasesForPart instead of .Bases directly.
9624         * const.cs, iterators.cs: Update to changes.
9626 2006-07-28  Raja R Harinath  <rharinath@novell.com>
9628         * class.cs (TypeContainer.AddMemberType): Rename from
9629         AddToTypeContainer.
9630         (TypeContainer.AddMember): Rename from AddToMemberContainer.
9631         (AddTypeContainer): New.  Combine AddClassOrStruct and
9632         AddInterface.
9633         (AddPartial): Update.  Add 'is_partial' argument.
9634         * roottypes.cs: Update to changes.
9635         * cs-parser.jay (push_current_class): New helper for handling
9636         current_container and current_class.
9637         (struct_declaration, interface_declaration, class_declaration):
9638         Use it.
9640 2006-07-26  Raja R Harinath  <rharinath@novell.com>
9642         * roottypes.cs: Rename from tree.cs.
9644         Rename RootContext.Tree.Types to RootContext.ToplevelTypes.
9645         * tree.cs (Tree, ITreeDump): Remove types.
9646         * rootcontext.cs (tree, Tree): Remove fields.
9647         (root, ToplevelTypes): New.
9648         * *.cs: Update to rename.
9650         * tree.cs (Tree.RecordDecl): Remove.
9651         (RootTypes.AddToTypeContainer): Record the toplevel type in its
9652         namespace here.
9653         * class.cs, cs-parser.jay: Remove mention of RecordDecl.
9655 2006-07-23  Raja R Harinath  <harinath@gmail.com>
9657         * codegen.cs (EmitContext.Flags): Move InCatch, InFinally,
9658         DoFlowAnalysis and OmitStructFlowAnalysis here.
9659         (ec.With): Rename from WithUnsafe and generalize.
9660         (ec.WithCheckState): Remove.  All users can be handled by 'With'.
9661         (ec.WithFlowAnalyis): New.
9662         * ecore.cs, expression.cs, statement.cs: Update.
9664 2006-07-22  Raja R Harinath  <harinath@gmail.com>
9666         * statement.cs (Block.ResolveMeta): Simplify slightly.
9668         * codegen.cs (EmitContext.Flags): New enum.  Used to represent the
9669         multiple boolean fields.  Convert InUnsafe, constant_check_state,
9670         check_state to flags.
9671         (CheckState, ConstantCheckState): Update.
9672         (InUnsafe): New read-only property.
9673         (FlagsHandle): Rename from CheckStateHandle and convert to handle
9674         arbitrary flags.
9675         (WithUnsafe): New helper similar to WithCheckState.
9676         * statement.cs (Block.ResolveMeta): Use WithUnsafe.
9677         (Unsafe.Resolve, Unsafe.DoEmit): Likewise.
9679 2006-07-21  Raja R Harinath  <rharinath@novell.com>
9681         Make comparisons use the same IL irrespective of whether they're
9682         in a 'checked' or 'unchecked' context: one of the issues in #78899
9683         * codegen.cs (EmitContext.CheckState): Make read-only property.
9684         (EmitContext.ConstantCheckState): Likewise.
9685         (EmitContext.CheckStateHandle, EmitContext.WithCheckState): New
9686         helper that implement a save/restore stack for CheckState
9687         values.  This is the only way to change check-state.
9688         * ecore.cs (Expression.ExpressionToArrayArgument): Use WithCheckState.
9689         * expression.cs (CheckedExpr.DoResolve, CheckedExpr.Emit): Likewise.
9690         (CheckedExpr.EmitBranchable): New forwarding method.
9691         (UnCheckedExpr): Likewise.
9692         * statement.cs (Block.ResolveMeta): Use WithCheckState.
9693         (Unchecked.Resolve, Unchecked.DoEmit): Likewise.
9694         (Checked.Resolve, checked.DoEmit): Likewise.
9696 2006-07-20  Miguel de Icaza  <miguel@novell.com>
9698         * anonymous.cs: Cache the resolved anonymous delegate, and return
9699         this so that the ResolveTopBlock is only triggered once, not
9700         twice.
9702         Currently we trigger ResolvetopBlock twice due to a first pass of
9703         argument check compatibility, and a second pass that does the
9704         actual resolution.   
9705         
9706 2006-07-15  Marek Safar  <marek.safar@seznam.cz>
9708         * annonymous.cs (AnonymousMethod.CreateScopeType): Fixed nested type
9709         modifiers.
9710         * rootcontext.cs (Reset): Add helper_classes.
9712 2006-07-15  Marek Safar  <marek.safar@seznam.cz>
9714         A fix for #78860
9715         * statement.cs (Switch.SimpleSwitchEmit): Handle case null at any position
9716         correctly.
9718 2006-07-13  Miguel de Icaza  <miguel@novell.com>
9720         * statement.cs (Lock): Handle expressions of type
9721         TypeManager.null_type specially.  Fixes #78770
9723 2006-07-08  Marek Safar  <marek.safar@seznam.cz>
9725         * expression.cs (Binary.ResolveOperator): Don't crash when null is assigned
9726         to an event.
9728 2006-07-08  Marek Safar  <marek.safar@seznam.cz>
9730         * attribute.cs (AttributeTester.GetMethodObsoleteAttribute): Fixed to look
9731         for accessors as well.
9732         * ecore.cs (EventExpr): Add AccessorTable.
9734 2006-07-01  Marek Safar  <marek.safar@seznam.cz>
9736         A fix for #78738
9737         * attribute.cs, class.cs, ecore.cs : Add missing location of related symbol
9738         for CS0122 where appropriate.
9739         * typemanager.cs (IsNestedChildOf): Type can be null in the case of top
9740         level attributes.
9741         (Filter): Assembly can be null in the case of top level attributes.
9743 2006-06-25  Marek Safar  <marek.safar@seznam.cz>
9745         A fix for #78690
9747         * ecore.cs (Expression.MemberLookupFailed): Don't crash when failed lookup
9748         is done at global level.
9750 2006-06-24  Marek Safar  <marek.safar@seznam.cz>
9752         A fix for #77002, Implemented TypeForwarder support.
9754         * attribute.cs (Attribute.GetArgumentType): Reads type argument.
9755         * expression.cs (TypeOf.TypeArgument): Exposes typeof type.
9756         * typemanager.cs (): Add type_forwarder_attr_type.
9758 2006-06-24  Marek Safar  <marek.safar@seznam.cz>
9760         * report.cs: Add CS0469 warning.
9762 2006-06-21  Martin Baulig  <martin@ximian.com>
9764         * codegen.cs (CodeGen.Save): Moved the symbol file generation into
9765         the `try'-block, so we also report CS0016 etc. there.
9767 2006-06-21  Martin Baulig  <martin@ximian.com>
9769         * delegate.cs
9770         (Delegate.VerifyMethod): Allow `params' methods; fixes #78678.
9772 2006-06-21  Martin Baulig  <martin@ximian.com>
9774         * expression.cs (Unary.ResolveOperator): In `Operator.AddressOf',
9775         also report CS1686 for parameters.
9777 2006-06-21  Martin Baulig  <martin@ximian.com>
9779         * statement.cs (GotoCase.Resolve): Report a warning (CS0469)
9780         instead of an error if the value is not implicitly convertible to
9781         the switch types; fixes #77964.
9783 2006-06-21  Raja R Harinath  <rharinath@novell.com>
9785         Fix #78673
9786         * class.cs (FieldBase.ResolveInitializer): Stop resolution if
9787         FieldBuilder is null.
9789         Fix #78662
9790         * expression.cs (Binary.CheckShiftArguments): Don't overwrite original
9791         'left' and 'right' before error-checking.
9793 2006-06-16  Juraj Skripsky  <js@hotfeet.ch>
9795         * ecore.cs (SimpleName.Error_ObjectRefRequired): Do not truncate the name.
9796         Fixed bug #78601.
9797         (MemberExpr.EmitInstance): Use GetSignatureForError () to get full name.
9798         (FieldExpr.DoResolve): likewise.
9799         (PropertyExpr.InstanceResolve): likewise.
9800         (EventExpr.InstanceResolve): likewise. 
9802 2006-06-04  Marek Safar  <marek.safar@seznam.cz>
9804         * parameter.cs (Parameter.ApplyAttributeBuilder): More DefaultValue
9805         attribute applicable tests for attribute argument.
9807 2006-06-02  Raja R Harinath  <rharinath@novell.com>
9809         Fix #78079
9810         * expression.cs (Binary.DoNumericPromotions): Remove and rewrite.
9811         (Binary.OverloadResolve_PredefinedIntegral): New.
9812         (Binary.OverloadResolve_PredefinedFloating): New.
9813         (Binary.OverloadResolve_PredefinedString): New.
9814         (Binary.ResolveOperator): Use those instead of DoNumericPromotions.
9815         Follow the standard more closely, and treat numeric promotions in
9816         terms of overload resolution.
9817         (Binary.CheckShiftArguments): Simplify.
9819 2006-06-01  Raja R Harinath  <rharinath@novell.com>
9821         * flowanalysis.cs (MyBitVector): Simplify representation.
9822         (MyBitVector.Clone): Avoid allocating BitArray.
9823         (MyBitVector.operator&): Rename from MyBitVector.And and make symmetric.
9824         (MyBitVector.operator|): Likewise, with MyBitVector.Or.
9825         (*): Update.  Change all references to MyBitVector.And and
9826         MyBitVector.Or to &= and |=.
9828 2006-05-29  Raja R Harinath  <rharinath@novell.com>
9830         Fix cs0231-[34].cs.
9831         * cs-parser.jay (formal_parameter_list): Extend the pattern below
9832         to param arguments too.
9834 2006-05-26  Miguel de Icaza  <miguel@novell.com>
9836         * cs-parser.jay: Catch another parsing form for arglist being
9837         followed by other arguments.  Fixes #78313.
9839 2006-05-24  Raja R Harinath  <rharinath@novell.com>
9841         * flowanalysis.cs (FlowBranchingToplevel.AddReturnOrigin): Move
9842         checking of out parameters to ...
9843         (FlowBranchingToplevel.Merge): ... here.
9844         (FlowBranchingException.AddBreakOrigin): If 'finally_vector' is
9845         set, propagate the origin upward, and only complain if there was
9846         no other error.
9847         (FlowBranchingException.AddContinueOrigin): Likewise.
9848         (FlowBranchingException.AddReturnOrigin): Likewise.
9849         (FlowBranchingException.AddGotoOrigin): Likewise.       
9851 2006-05-23  Raja R Harinath  <rharinath@novell.com>
9853         * flowanalysis.cs (UsageVector.MergeOrigins): If an origin is
9854         unreachable, skip it.
9855         (FlowBranchingException.Merge): Always propagate jumps, even if
9856         the finally block renders subsequent code unreachable.
9858 2006-05-18  Raja R Harinath  <rharinath@novell.com>
9860         Fix #77601
9861         * statement.cs (Goto.Resolve): Move responsibility for resolving
9862         'goto' to FlowBranching.AddGotoOrigin.
9863         (Goto.SetResolvedTarget): New.  Callback to set the
9864         LabeledStatement that's the target of the goto.
9865         (Goto.DoEmit): Use Leave instead of Br when crossing an
9866         unwind-protect boundary.
9867         * flowanalysis.cs (FlowBranching.AddGotoOrigin): Rename from
9868         LookupLabel and adjust to new semantics.
9869         (FlowBranchingToplevel.AddGotoOrigin): Likewise.
9870         (FlowBranchingBlock.AddGotoOrigin): Likewise. Use
9871         Goto.SetResolvedTarget to update target.
9872         (FlowBranchingLabeled.AddGotoOrigin): Likewise.
9873         (FlowBranchingException.AddGotoOrigin): Rewrite to be similar to
9874         AddBreakOrigin & co.  Delay propagation until ...
9875         (FlowBranchingException.Merge): ... this.
9877         * statement.cs (Block.Resolve): Always depend on flow-branching to
9878         determine unreachability.  Kill workaround that originally emitted
9879         only one statement after an "unreachable" label (see infloop in
9880         test-515.cs).
9882         Fix #77869, #76148, #77755, #75255 and a host of other bugs.
9883         This is still "wrong", but anything better would probably need a
9884         multi-pass algorithm.
9885         * flowanalysis.cs (FlowBranchingLabeled): Salt away a copy of the
9886         usage vector.  Force current usage vector to be reachable, to
9887         optimistically signify backward jumps.
9888         (FlowBranchingLabeled.LookupLabel): Note if a backward jump is
9889         detected.
9890         (FlowBranchingLabeled.Merge): New.  If no backward jump was
9891         detected, return the original salted-away usage vector instead,
9892         updated with appropriate changes.  Print unreachable warning if
9893         necessary.
9894         * statement.cs (Block.Resolve): Don't print unreachable warning on
9895         a labeled statement.
9897 2006-05-17  Gert Driesen  <drieseng@users.sourceforge.net>
9899         * driver.cs: Pass filename without path to AssemblyBuilder's 
9900         AddResourceFile. Fixes bug #78407.
9902 2006-05-17  Raja R Harinath  <rharinath@novell.com>
9904         * statement.cs (LabeledStatement.Resolve): Move merging of origins ...
9905         * flowanalysis.cs (FlowBranchingLabeled): ... here.
9906         (FlowBranching.MergeChild): Overwrite
9907         reachability information from Labeled branchings too.
9909 2006-05-16  Raja R Harinath  <rharinath@novell.com>
9911         * statement.cs (Goto.Resolve): Merge jump origins here ...
9912         * flowanalysis.cs (FlowBranching.Label): ... rather than here.
9914         * flowanalysis.cs (FlowBranching.LookupLabel): Move CS0159 check ...
9915         (FlowBranchingToplevel.LookupLabel): ... here.  Add CS1632 check.
9916         (FlowBranchingGoto.LookupLabel): New.  Handle back jumps.
9917         (FlowBranchingBlock.LookupLabel): Call LabeledStatement.AddReference
9918         here, ...
9919         * statement.cs (Goto.Resolve): ... not here.
9920         (Goto.Emit): Remove CS1632 check.
9922 2006-05-14  Marek Safar  <marek.safar@seznam.cz>
9924         * ecore.cs (Expression.ResolveAsTypeTerminal): Fixed type in the obsolete
9925         error message.
9927 2006-05-11  Raja R Harinath  <rharinath@novell.com>
9929         * flowanalysis.cs (UsageVector.MergeJumpOrigins): Kill.
9930         (FlowBranchingBlock.Label): Use UsageVector.MergeOrigins.
9931         (FlowBranchingException.Label): Likewise.
9933         * flowanalysis.cs (MyBitVector.SetAll): New.  Sets all bits to the
9934         given value.
9935         (MyBitVector.Or): Use it to avoid losing information (Count).
9936         (FlowBranching.MergeOrigins): Likewise.
9938         * flowanalysis.cs (UsageVector.IsDirty): Remove.
9939         (UsageVector.Parameters, UsageVector.ParameterVector): Likewise.
9940         (UsageVector.Locals, UsageVector.LocalVector): Likewise.
9941         (UsageVector.ToString): Simplify.
9942         (UsageVector.MergeSiblings): Move here from ...
9943         (FlowBranching.Merge): ... here.
9944         (FlowBranchingToplevel.CheckOutParameters): Take an UsageVector,
9945         not a MyBitVector.
9947 2006-05-10  Raja R Harinath  <rharinath@novell.com>
9949         * flowanalysis.cs (UsageVector.MergeOrigins): Simplify, now that a
9950         null bitvector is treated as all-true.
9952         * flowanalysis.cs (MyBitVector.And, MyBitVector.Or): Make lazier.
9953         (MyBitVector): Rationalize invariants.  'vector != null' implies
9954         that we have our own copy of the bitvector.  Otherwise,
9955         'InheritsFrom == null' implies all inherited bits are true.
9957 2006-05-09  Marek Safar  <marek.safar@seznam.cz>
9959         * statement.cs (LocalInfo): Add IsConstant.
9960         (LocalInfo.DeclareLocal): Moved from EmitMeta and changed to don't emit
9961         local variable for constants.
9963 2006-05-09  Raja R Harinath  <rharinath@novell.com>
9965         * flowanalysis.cs (MyBitVector.Empty): New.
9966         (MyBitVector): Don't allow InheritedFrom to be null.
9967         (MyBitVector.And, MyBitVector.Or): Treat 'null' as all-ones.
9968         (UsageVector, FlowBranching): Update to changes.
9970         * flowanalysis.cs (FlowBranching.InTryWithCatch): Don't terminate
9971         recursion.  The 'Parent == null' condition isn't sufficient for
9972         anonymous methods.
9973         (FlowBranching.AddBreakOrigin): Likewise.
9974         (FlowBranching.AddContinueOrigin): Likewise.
9975         (FlowBranching.AddReturnOrigin): Likewise.
9976         (FlowBranching.StealFinallyClauses): Likewise.
9977         (FlowBranching.MergeTopBlock): Move to FlowBranchingToplevel.
9978         (FlowBranching.CheckOutParameters): Likewise.
9979         (FlowBranchingToplevel): Terminate all the above recursions here.
9980         (FlowBranchingToplevel.End): Rename from MergeTopBlock.
9981         * codegen.cs (EmitContext.ResolveTopBlock): Update to changes.
9983         * flowanalysis.cs (BranchingType.Toplevel): New.  Represents a
9984         toplevel block.
9985         (FlowBranchingToplevel): New.  Empty for now.
9986         (FlowBranching.MergeTopBlock): Update.
9987         * codegen.cs (EmitContext.ResolveTopBlock): Create a Toplevel
9988         branching for the anonymous delegate.
9989         (EmitContext.StartFlowBranching): Add ToplevelBlock variant.
9991         * flowanalysis.cs (UsageVector.MergeOrigins): Reorganize.
9992         (UsageVector.MergeJumpOrigins): Don't ignore current reachability
9993         information at the start of the merge.  Reorganize.
9995 2006-05-07  Marek Safar  <marek.safar@seznam.cz>
9997         * class.cs (MethodData.Define): Method cannot implement interface accessor.
9999 2006-05-07  Marek Safar  <marek.safar@seznam.cz>
10001         * expression.cs (QualifiedAliasMember.ResolveAsTypeStep): Pass location
10002         to newly introduced ctor.
10004         * namespace.cs (Namespace.Error_NamespaceDoesNotExist): Moved an error
10005         message to one place.
10006         (GlobalRootNamespace.Error_NamespaceDoesNotExist): Custom message for
10007         global namespace.
10009 2006-05-07  Marek Safar  <marek.safar@seznam.cz>
10011         * const.cs (Const.Error_ExpressionMustBeConstant): Better error message.
10013         * ecore.cs (Expression.ResolveAsConstant): Updated.
10015         * statement.cs (ResolveMeta): Updated.
10017 2006-05-06  Marek Safar  <marek.safar@seznam.cz>
10019         * cs-parser.jay: __arglist cannot be used in initializer.
10021 2006-05-06  Marek Safar  <marek.safar@seznam.cz>
10023         A fix for #77879
10024         * namespace.cs (LocalAliasEntry.DoResolve): Don't allow to access nested
10025         private types.
10027 2006-05-05  Raja R Harinath  <rharinath@novell.com>
10029         * statement.cs (EmptyStatement.ResolveUnreachable): Override.
10030         (LabeledStatement): Add 'name' parameter.
10031         (LabeledStatement.Name, LabeledStatement.JumpOrigins): New.
10032         (Block.AddLabel): Update to changes.
10033         * cs-parser.jay (labeled_statement): Likewise.
10035         * flowanalysis.cs (BranchingType.Labeled): New.
10036         (UsageVector.MergeOrigins): Remove unused 'branching' argument.
10037         (FlowBranchingLabeled): New.  Does nothing for now, but will
10038         eventually handle 'goto' flows.
10039         * codegen.cs (StartFlowBranching): Add new LabeledStatement variant.
10040         * statement.cs (LabeledStatement.Resolve): Create a FlowBranching
10041         that's terminated ...
10042         (Block.Resolve): ... here.
10044         * flowanalysis.cs (UsageVector.MergeFinally): Remove.
10045         (UsageVector.MergeFinallyOrigins): Likewise.
10046         (FlowBranching.InTryOrCatch): Likewise.
10047         (FlowBranching.AddFinallyVector): Likewise.
10048         (FlowBranchingException): Update to changes.
10050         Fix #78290
10051         * statement.cs (Return.Resolve): Move error checking to ...
10052         * flowbranching.cs (FlowBranching.AddReturnOrigin): ... this.
10053         (FlowBranchingException): Handle return origins like break and
10054         continue origins.
10055         (FlowBranching.UsageVector.CheckOutParameters): Remove.
10057 2006-05-04  Marek Safar  <marek.safar@seznam.cz>
10059         A fix for #76122
10060         * class.cs (TypeContainer.FindMembers): Includes event method in the methods
10061         filter.
10063 2006-05-04  Marek Safar  <marek.safar@seznam.cz>
10065         A fix for #77543
10066         * class.cs (MethodData.Define): Do public accessor check only when method
10067         implements an interface.
10069 2006-05-04  Raja R Harinath  <rharinath@novell.com>
10071         Remove special handling of 'break'
10072         * flowanalysis.cs (Reachability): Remove all mention of 'breaks'.
10073         (Reachability.Meet): Simplify.  Remove 'do_breaks' argument.
10074         (UsageVector.Break): Remove.
10075         (FlowBranching.Merge): Use 'Reachable.IsUnreachable' to determine
10076         reachability.
10077         (FlowBranchingBreakable.Merge): Don't ResetBreaks.
10079         * statement.cs (Break.Resolve): Call UsageVector.Goto (), not
10080         UsageVector.Breaks ().  Don't set NeedsReturnLabel.
10082 2006-05-03  Marek Safar  <marek.safar@seznam.cz>
10084         A fix for #75726
10085         * pending.cs (PendingImplementation.BaseImplements): A found member cannot
10086         be the interface member.
10088 2006-05-03  Marek Safar  <marek.safar@seznam.cz>
10090         A fix for #60069
10091         * constant.cs (LongConstant.EmitLong): Fixed to catch also negative values
10092         for emitting small (int) values.
10094 2006-05-03  Raja R Harinath  <rharinath@novell.com>
10096         Fix #59427
10097         * flowanalysis.cs (FlowBranchingException.Merge): Ensure
10098         control-flow passes through the 'finally' after merging-in all the
10099         control-flows from 'try' and the 'catch' clauses.
10101         * flowanalysis.cs (FlowBranching.IsLoop): Remove.
10102         (FlowBranching.IsTryOrCatch): Remove 'is_return' parameter.  It's
10103         always true at the only non-recursive entry point.
10104         (FlowBranching.CreateBranching) [BranchingType.Loop]: Return a
10105         FlowBranchingBreakable.
10106         (FlowBranchingLoop): Remove.
10107         * statement.cs (Return.DoResolve): Update to changes.
10109         Fix #76471, #76665
10110         * flowanalysis.cs (FlowBranching.BranchingType.Embedded): New.
10111         (FlowBranching.CreateBranching): Handle it: create a
10112         FlowBranchingContinuable.
10113         (FlowBranching.BreakCrossesExceptionBoundary): Remove.
10114         (FlowBranching.AddContinueOrigin): Similar to AddBreakOrigin,
10115         except that it handles the 'continue' command.
10116         (FlowBranching.UsageVector.MergeOrigins): Rename from
10117         MergeBreakOrigins.
10118         (FlowBranchingContinuable): Similar to FlowBranchingBreakable,
10119         except that it overrides AddContinueOrigin.
10120         (FlowBranchingException): Override AddContinueOrigin, similar to
10121         AddBreakOrigin.
10122         * statement.cs (While.Resolve, Foreach.ArrayForeach.Resolve):
10123         Create a new branching around the embedded statement.
10124         (Do.Resolve, For.Resolve): Likewise.  Do reachability analysis for
10125         control flow after the embedded statement.
10126         (Continue.Resolve): Move all error checking to AddContinueOrigin.
10128         * flowanalysis.cs (FlowBranching.IsSwitch): Remove.
10129         (FlowBranching.CreateBranching) [BranchingType.Switch]: Create a
10130         FlowBranchingBreakable.
10131         (FlowBranchingSwitch): Remove.
10133         Fix test-503.cs
10134         * statement.cs (Break.Resolve): Simplify.  Move responsibility for
10135         error reporting to ...
10136         * flowanalysis.cs (FlowBranching.AddBreakOrigin) ... this.
10137         Rename from 'AddBreakVector'.  Add new location argument.  Return
10138         a bool indicating whether the 'break' crosses an unwind-protect.
10139         (FlowBranchingException.AddBreakOrigin): Add.
10140         (FlowBranchingException.Merge): Propagate 'break's to surrounding
10141         flowbranching after updating with the effects of the 'finally'
10142         clause.
10143         (FlowBranchingBreakable): New common base class for
10144         FlowBranchingLoop and FlowBranchingSwitch.
10146         * statement.cs (Foreach.ArrayForeach.Resolve): Set barrier after
10147         embedded statement.
10148         (Foreach.CollectionForeach.Resolve): Remove extraneous flowbranching.
10150 2006-05-02  Raja R Harinath  <rharinath@novell.com>
10152         * statement.cs (Do.Resolve): If the loop is infinite, set the
10153         barrier.
10154         (While.Resolve, For.Resolve): Set a barrier after the embedded
10155         statement.  There's no direct control flow that goes from the end
10156         of the embedded statement to the end of the loop.
10157         * flowanalysis.cs (FlowBranching.Infinite): Remove.
10158         (FlowBranchingLoop.Merge): Don't look at 'Infinite'.  The changes
10159         above ensure that the reachability is correctly computed.
10161         * flowanalysis.cs (Reachability.ResetBarrier): Remove.
10162         (UsageVector.MergeBreakOrigins): If the current path is
10163         unreachable, treat it as if all parameters/locals are initialized.
10164         (FlowBranchingLoop.Merge): Don't clear any barriers.  Handle
10165         infinite loops before merging-in break origins.
10167         * flowanalysis.cs (Reachability.Meet): Simplify code handling 'returns'.
10168         (Reachability.Reachable): Split part into ...
10169         (Reachability.Unreachable): ... this.  Simplify.
10170         (Reachability.IsUnreachable): Use 'Unreachable' instead.
10172         * flowanalysis.cs (Reachability.SetReturnsSometimes): Remove.
10173         (Reachability.SetThrowsSometimes): Likewise.
10174         (FlowBranchingBlock.MergeTopBlock): Don't compare against
10175         TriState.Always, use corresponding property.
10176         * statement.cs (Lock.Resolve, Try.Resolve, Using.Resolve): Likewise.
10177         (Block.Resolve): Likewise.  Remove some redundant checks.
10179 2006-05-02  Raja R Harinath  <harinath@gmail.com>
10181         * flowanalysis.cs (UsageVector.Throw): Set barrier too.
10182         (Reachability.Meet): Don't bother checking AlwaysThrows --
10183         barrier is always set.
10184         (FlowBranchingBlock.Merge): Likewise.
10186 2006-05-01  Raja R Harinath  <harinath@gmail.com>
10188         * codegen.cs (EmitContext.ResolveTopBlock): Remove redundant
10189         checks for unreachable.
10191 2006-05-01  Marek Safar  <marek.safar@seznam.cz>
10193         A fix for #77980
10194         * flowanalysis.cs (UsageVector.IsAssigned): Add flag to ignore short path.
10196         * statement.cs (Block.UsageWarning): Uses newly introduced flag to detect
10197         whether field is really assigned.
10199 2006-04-30  Raja R Harinath  <harinath@gmail.com>
10201         * flowanalysis.cs (Reachability): Make 4-argument constructor
10202         private.
10203         (Reachability.Meet): Rename from 'And'.  Remove static variant.
10204         (Reachability.Always): Rename from the highly misleading
10205         'Reachability.Never'.
10206         (FlowBranching.Merge): Update to changes.  Mark an impossible
10207         situation with a 'throw'.
10208         (*): Update to changes.
10210 2006-04-29  Raja R Harinath  <harinath@gmail.com>
10212         * flowanalysis.cs (TriState): Rename from FlowBranching.FlowReturns.
10213         Remove 'Undefined'.
10214         (FlowBranching.TriState_Meet): Rename from AndFlowReturns. Simplify.
10215         (FlowBranching.TriState_Max): Rename from OrFlowReturns. Simplify.
10216         (*): Update to changes.
10217         * statement.cs: Update to changes.
10219 2006-04-28  Marek Safar  <marek.safar@seznam.cz>
10221         A fix for #78049
10222         *class.cs (Method.FindOutBaseMethod): Base method cannot be property method.
10224 2006-04-28  Raja R Harinath  <harinath@gmail.com>
10226         * flowanalysis.cs (FlowBranching.MergeTopBlock): Don't create a
10227         dummy UsageVector.
10229         * flowanalysis.cs (UsageVector.MergeChild): Change FlowBranching
10230         argument to two arguments: an usage-vector and a bool.  Move call
10231         to FlowBranching.Merge () ...
10232         (FlowBranching.MergeChild, FlowBranching.MergeTopBlock): ... here.
10234         * flowanalysis.cs (UsageVector.MergeChild): Move special-case
10235         handling of loop and switch reachability to ...
10236         (FlowBranchingLoop.Merge, FlowBranchingSwitch.Merge): ... these.
10238 2006-04-27  Raja R Harinath  <harinath@gmail.com>
10240         * flowanalysis.cs (FlowBranching.InLoop): Move special-case
10241         handling to FlowBranchingLoop.InLoop.
10242         (FlowBranching.InSwitch): Likewise, to FlowBranchingSwitch.
10244 2006-04-26  Marek Safar  <marek.safar@seznam.cz>
10246         A fix for #78115
10247         * anonymous.cs (AnonymousMethod.DoResolve): Moved the check whether
10248         anonymous method is allowed from AnonymousContainer here.
10250         * attribute.cs, codegen.cs (EmitContext): Add IsAnonymousMethodAllowed.
10252 2006-04-24  Raja R Harinath  <rharinath@novell.com>
10254         Fix #78156
10255         * flowanalysis.cs (MyBitVector.Or): Add null check on argument.
10257 2006-04-23  Marek Safar  <marek.safar@seznam.cz>
10259         A fix for #49011.
10260         * constant.cs (FloatConstant.Reduce): Add range checking for checked context.
10261         (DoubleConstant.Reduce): Ditto.
10263 2006-04-23  Raja R Harinath  <rharinath@novell.com>
10265         * expression.cs (LocalVariableReference.DoResolveBase): Simplify.
10266         Remove 'lvalue_right_side' argument.  Move parts to ...
10267         (LocalVariableReference.ResolveLocalInfo, LocalVariable.DoResolve)
10268         (LocalVariable.DoResolveLValue): ... these.
10270 2006-04-21  Raja R Harinath  <rharinath@novell.com>
10272         Fix cs1655.cs
10273         * codegen.cs (EmitContext.InRefOutArgumentResolving): Remove.
10274         * expression.cs (EmptyExpression.LValueMemberOutAccess): New.
10275         (LocalVariableReference.DoResolveBase): Use it to implement new
10276         CS1655 check.
10277         (IndexerAccess.DoResolveLValue): Handle LValueMemberOutAccess.
10278         (Argument.Resolve): Simplify.  Move CS1510 check ...
10279         * ecore.cs (Expression.ResolveLValue): ... here.
10280         (UnboxCast.DoResolveLValue): Handle LValueMemberOutAccess.
10281         (PropertyExpr.DoResolveLValue): Likewise.
10282         (FieldExpr.Report_AssignToReadonly): Likewise.
10283         (FieldExpr.DoResolve): Add 'out_access' argument.  Use
10284         LValueMemberAccess or LValueMemberOutAccess on instance depending
10285         on it.
10286         (FieldExpr.DoResolveLValue): Pass 'out_access' argument to
10287         DoResolve as appropriate.
10289 2006-04-20  Raja R Harinath  <rharinath@novell.com>
10291         Fix #75800
10292         * expression.cs (Invocation.VerifyArgumentsCompat): Don't try
10293         implicit conversions on 'out' and 'ref' arguments.
10295         * expression.cs (Invocation.VerifyArgumentsCompat): Reorganize to
10296         improve clarity.  Remove dead code.
10298         Fix #66031
10299         * statement.cs (Block.UsageWarning): Allow VariableInfo to be null.
10300         (Catch.Resolve): Resolve VarBlock if it exists.
10302 2006-04-19  Miguel de Icaza  <miguel@novell.com>
10304         * statement.cs (Foreach.EmitFinally): Do not emit the enumerator
10305         twice, this was some residual code, the enumerator was emitted
10306         properly in the two branche of if later.
10308 2006-04-19  Raja R Harinath  <rharinath@novell.com>
10310         * expression.cs (Cast.ResolveLValue): Remove.  The result of a
10311         cast is never an lvalue.
10312         (Cast.DoResolve, Cast.ResolveRest): Combine.
10313         (Argument.Emit): Simplify slightly.  Move 'Expr is
10314         IMemoryLocation' check ...
10315         (Argument.Resolve): ... here.
10316         (Argument.Error_LValueRequired): Remove.  Inline into only user.
10318         Simplifications.  Fix cs0191-2.cs
10319         * ecore.cs (FieldExpr.DoResolve): Move handling of CS0192, CS0198,
10320         CS1649 and CS1651 to ...
10321         (FieldExpr.Report_AssignToReadonly): ... this.  Simplify by moving
10322         the actual selection of the error code and message to a lookup
10323         table.  Add a dummy return value to simplify callsites.
10324         (FieldExpr.ResolveLValue): Don't allow a constructor to write to
10325         readonly fields of other instances of the same type.  Move CS0197
10326         warning from ...
10327         * expression.cs (Argument.Resolve): ... here.  Simplify code.
10328         Ensure that ec.InRefOutArgumentResolving is only set during LValue
10329         resolution of an out or ref argument.  The code simplification
10330         above uses this invariant.
10332 2006-04-18  Raja R Harinath  <rharinath@novell.com>
10334         Possibly fix #77752.  Fix cs1690-[4-7].cs.
10335         * ecore.cs (Expression.CheckMarshalByRefAccess): Renamed from
10336         CheckMarshallByRefAccess.  Drop parameter.
10337         (FieldExpr.CheckMarshalByRefAccess): Update.  Change CS1690 to a
10338         warning.
10339         (FieldExpr.DoResolve): Call CheckMarshalByRefAccess on
10340         InstanceExpression.
10341         * report.cs (AllWarnings): Add CS1690.
10342         * expression.cs (Argument.Resolve): Use EmptyExpression.OutAccess
10343         for ref access too.
10344         (LocalVariableReference.DoResolveBase): Update.
10346 2006-04-09  Marek Safar  <marek.safar@seznam.cz>
10348         * class.cs (MethodOrOperator): Moved common parts from method class.
10349         detect obsolete attributes.
10350         (Method.Define): Simplified as it reuses code from base.
10351         (Constructor.ValidAttributeTargets): Fixed issue found during
10352         refactoring.
10353         (Destructor.ValidAttributeTargets): Fixed issue found during
10354         refactoring.
10355         (Operator): Finished refactoring set off by #78020. Operator class is now
10356         ordinary method class.
10358         * anonymous.cs: Updated.
10360         * decl.cs (DeclSpace): Add IsGeneric
10362 2006-04-09  Marek Safar  <marek.safar@seznam.cz>
10364         * class.cs (Constructor.Emit): Don't emit the attributes twice.
10366 2006-04-09  Marek Safar  <marek.safar@seznam.cz>
10368         * class.cs (Operator.Emit): Extracted code from MethodData to correctly
10369         detect obsolete attributes.
10370         (Method.CreateEmitContext): Moved to MethodOrOperator.
10372 2006-04-09  Marek Safar  <marek.safar@seznam.cz>
10374         A fix for #78048.
10375         * class.cs (TypeContainer.MemberCoreArrayList.DefineContainerMembers): Throw
10376         customized exception to make crash detection easier.
10377         (MethodOrOperator): Started to work on new base class for methods and
10378         operators.
10379         (Method): Derives from MethodOrOperator.
10380         (Constructor.Emit): Emits its own attributes.
10381         (AbstractPropertyEventMethod.Emit): Ditto.
10382         (Operator): Derives from MethodOrOperator, will refactor fully in extra
10383         patch.
10384         (Operator.Emit): It's temporary more tricky than should be.
10385         
10386         * doc.cs (GetMethodDocCommentName): Updated after operator changes.
10388         * report.cs (InternalErrorException): Add ctor with inner exception.
10390 2006-04-08  Marek Safar  <marek.safar@seznam.cz>
10392         A fix for #76744.
10393         * ecore.cs (SimpleName.ResolveAsTypeStep): Report better error when type is
10394         only not visible.
10396 2006-04-07  Marek Safar  <marek.safar@seznam.cz>
10398         A fix for #77916.
10399         * expression.cs (ArrayCreation.GetAttributableValue): Creates correctly typed
10400         array.
10402 2006-04-06  Marek Safar  <marek.safar@seznam.cz>
10404         * class.cs (Class.ApplyAttributeBuilder): Report an error when ComImport
10405         attribute is present and Guid not.
10406         (Interface.ApplyAttributeBuilder): Ditto.
10408         * attribute.cs: Add error message.
10410 2006-04-06  Marek Safar  <marek.safar@seznam.cz>
10412         A fix for #78020.
10414         * attribute.cs (Attribute.AttachTo): The attribute can have multiple
10415         sources (it's composite) so hold them in extra array as they are used in
10416         Emit phase only. It worked in the previous versions by mistake.
10417         (Attribute.Emit): Emit attribute for more owners when exist.
10419         * codegen.cs, class.cs: Updated to don't re-attach attribute twice as now
10420         it has now different behaviour.
10422 2006-04-04  Marek Safar  <marek.safar@seznam.cz>
10424         * constant.cs (Constant.IsDefaultInitializer): New method.
10426         * class.cs: Updated.
10428         * expression.cs (ArrayCreation.CheckIndices): Add an optimization to don't
10429         re-initialize default values. It saves KBs almost for every assembly.
10430         Thanks Zoltan for the idea.
10431         (ArrayCreation.ResolveInitializers): Renamed from ValidateInitializers.
10432         (ArrayCreation.DoResolve): Resolve only once.
10433         (ArrayCreation.Emit): Emit static initializer only when it is faster.
10434         (ArrayCreation.GetAttributableValue): Cope with optimized values.
10436 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
10438         * report.cs (Warning, Error): Add 0-, 1-, and 2- argument specializations.
10439         From #77961.
10441 2006-04-01  Marek Safar  <marek.safar@seznam.cz>
10443         * assign.cs (Assign.DoResolve): Assignment to same variable can occur
10444         in an embedded statement too.
10446 2006-04-01  Raja R Harinath  <rharinath@novell.com>
10448         Fix #77958
10449         * statement.cs (Switch.EmitObjectInteger) [ulong]: Remove bad cast.
10451 2006-04-01  Marek Safar  <marek.safar@seznam.cz>
10453         A fix for #77966.
10455         * class.cs (TypeContainer.AddPartial): Don't report an error when modifier
10456         was not specified.
10458         * modifiers.cs: Add DEFAULT_ACCESS_MODIFER.
10460 2006-03-31  Marek Safar  <marek.safar@seznam.cz>
10462         * assign.cs (LocalTemporary): Don't require ILGenerator in the resolve
10463         phase.
10465         * anonymous.cs, assign.cs, ecore.cs, expression.cs: Updated after
10466         LocalTemporary change.
10468         * class.cs (ClassOrStruct.DefineDefaultConstructor): Moved from
10469         TypeContainer.
10470         (ClassOrStruct.DefineFieldInitializers): Implemented static field
10471         initializers optimization.
10472         (ClassOrStruct.TypeAttr): Moved from modifiers.
10473         (Constructor.CheckBase): Don't crash when static ctor has parameters.
10474         (FieldBase.ResolveInitializer): Resolves initializer.
10475         (FieldBase.HasDefaultInitializer): New property.
10477         * cs-parser.jay: Removed message.
10479         * expression.cs (CompilerGeneratedThis): New specialization.
10481         * modifiers.cs (TypeAttr): Moved to ClassOrStruct.TypeAttr
10483 2006-03-28  Marek Safar  <marek.safar@seznam.cz>
10485         * cs-parser.jay, cs-tokenizer.cs: On demand Stack allocation.
10487 2006-03-27  Marek Safar  <marek.safar@seznam.cz>
10489         * ecore.cs (Expression.ResolveAsConstant): Clean up, enum constants should
10490         be now EnumConstants only.
10492 2006-03-27  Marek Safar  <marek.safar@seznam.cz>
10494         * attribute.cs, driver.cs: Reset more caches.
10496 2006-03-26  Marek Safar  <marek.safar@seznam.cz>
10498         * cs-tokenizer.cs (adjust_real): Uses float.Parse for float literals.
10500 2006-03-26  Marek Safar  <marek.safar@seznam.cz>
10502         * constant.cs (Constant.Reduce): Replaced EmitContext with single bool
10503         for easier reuse. Updated all overrides.
10504         (IntegralConstant): New base class for all integral constants.
10505         (IntegralConstant.Error_ValueCannotBeConverted): When assigned value if out
10506         of the constant range, report custom error.
10507         (UIntConstant.Reduce): Fixed uint conversion.
10509         * ecore.cs, literal.cs: Reduce updates.
10511 2006-03-26  Marek Safar  <marek.safar@seznam.cz>
10513         A fix for #75813.
10515         * class.cs (Constructor.Define): Removed extra if for default ctors.
10516         A patch from Atsushi Enomoto.
10518 2006-03-26  Marek Safar  <marek.safar@seznam.cz>
10520         * attribute.cs (Attribute.ResolveConstructor): Conversion was moved to
10521         GetAttributableValue.
10523         * constant.cs (Constant.GetAttributableValue): Does implicit conversion
10524         when required.
10526         * convert.cs (ImplicitConversionRequired): Error message moved to
10527         DoubleLiteral.
10529         * ecore.cs (Expression.GetAttributableValue): Add type parameter for
10530         automatic implicit conversion of an output value.
10531         (EnumConstant.GetAttributableValue): Don't reduce the enum constants.
10533         * expression.cs (ArrayCreation.GetAttributableValue): Add element type
10534         conversion.
10535         (TypeOf.GetAttributableValue): Add extra handling for object type.
10537         * literal.cs (DoubleLiteral.Error_ValueCannotBeConverted): Doubles can have
10538         special error message.
10540 2006-03-25  Marek Safar  <marek.safar@seznam.cz>
10542         * class.cs (Constructor.Emit): Don't crash when struct ctor is
10543         InternalCall.
10544         (Constructor.ApplyAttributeBuilder): Transform MethodImplAttribute to be
10545         compatible with MS runtime.
10547 2006-03-23  Marek Safar  <marek.safar@seznam.cz>
10549         * attribute.cs (Attribute.ResolveConstructor): Check for an invalid
10550         attribute arguments here.
10552         * class.cs (Indexer.Define): The check was moved to attribute class.
10554 2006-03-22  Marek Safar  <marek.safar@seznam.cz>
10556         * assign.cs, class.cs, codegen.cs, convert.cs, decl.cs, ecore.cs,
10557         expression.cs, typemanager.cs: Minor changes from gmcs to make merging
10558         easier.
10560 2006-03-22  Raja R Harinath  <rharinath@novell.com>
10562         Support ParameterDefaultValueAttribute in gmcs.  Also applied to
10563         mcs to keep code differences small.
10564         * attribute.cs (Attribute.GetParameterDefaultValue): New.
10565         * typemanager.cs (parameter_default_value_attribute_type): New.
10566         * parameter.cs (Parameter.ApplyAttributeBuilder): Use them.  Add
10567         CS1908 check.
10569 2006-03-21  Marek Safar  <marek.safar@seznam.cz>
10571         * expression.cs (StringConcat.Append): Reverted back to no warning state.
10573 2006-03-21  Marek Safar  <marek.safar@seznam.cz>
10575         * const.cs (Error_ConstantCanBeInitializedWithNullOnly): Share a message.
10577         * statement.cs (Block.ResolveMeta): Look for wrong object constants in
10578         the blocks too.
10580 2006-03-21  Atsushi Enomoto  <atsushi@ximian.com>
10582         * doc-bootstrap.cs : fix build.
10584 2006-03-20  Marek Safar  <marek.safar@seznam.cz>
10586         * expression.cs (StringConcat.Append): Issue a warning when empty string
10587         is going to append.
10589 2006-03-20  Marek Safar  <marek.safar@seznam.cz>
10591         * assign.cs (CompoundAssign.ResolveSource): Removed.
10593         * attribute.cs (ResolvePossibleAttributeType): Updated after MemberAccess
10594         clean up.
10596         * class.cs (TypeContainer.FindMethods): Removed.
10597         (TypeContainer.CheckMemberUsage): Made static.
10599         * codegen.cs (GetAssemblyName): Uses Length for empty string test.
10601         * constant.cs (CheckRange): Removed unused type argument.
10602         (CheckUnsigned): Removed unused type argument.
10604         * cs-parser.jay: Updated after MemberAccess clean up.
10605         Uses Length for empty string test.
10607         * cs-tokenizer.cs: Uses Length for empty string test.
10608         (IsCastToken): Made static.
10609         (is_hex): Made static.
10610         (real_type_suffix): Made static.
10612         * decl.cs (SetupCache): Made static.
10613         (OnGenerateDocComment): Removed unused ds argument.
10615         * delegate.cs (VerifyDelegate): Removed unused argument.
10617         * doc.cs: Uses Length for empty string test.
10619         * driver.cs: Uses Length for empty string test.
10621         * enum.cs (IsValidEnumType): Made static
10623         * expression.cs (EnumLiftUp): Removed unused argument.
10624         (ResolveMethodGroup): Ditto.
10625         (BetterConversion): Ditto.
10626         (GetVarargsTypes): Ditto.
10627         (UpdateIndices): Ditto.
10628         (ValidateInitializers): Ditto.
10629         (MemberAccess.ctor): Ditto.
10630         (GetIndexersForType): Ditto.
10632         * flowanalysis.cs: (MergeFinally): Removed unused argument.
10634         * iterators.cs: Updated after MemberAccess clean up.
10636         * location.cs: Uses Length for empty string test.
10638         * namespace.cs: Uses Length for empty string test.
10640          * report.cs (CheckWarningCode): Made static.
10642         * statement.cs (LabeledStatement): Removed unused argument.
10644         * typemanager.cs (FilterNone): Removed.
10646 2006-03-18  Marek Safar  <marek.safar@seznam.cz>
10648         * codegen.cs (EmitContext.TestObsoleteMethodUsage): Removed as it become
10649         obsolete.
10651         * class.cs: Updated.
10653 2006-03-18  Marek Safar  <marek.safar@seznam.cz>
10655         * cs-parser.jay.cs: __arglist is not allowed for delegates.
10657 2006-03-18  Marek Safar  <marek.safar@seznam.cz>
10659         A fix for #77822.
10661         * expression.cs (VerifyArgumentsCompat): Reverted to double error
10662         reporting, it's more tricky than I thought.
10664 2006-03-18  Marek Safar  <marek.safar@seznam.cz>
10666         A fix for #77816.
10668         * anonymous.cs.cs (AnonymousMethod): Add host to allow access to 
10669         host container.
10670         (AnonymousMethod.ImplicitStandardConversionExists): New method.
10671         (AnonymousMethod.Compatible): Moved parameter resolving to DoResolve.
10672         Add more error reporting; Fixed issue with params.
10674         * convert.cs (ImplicitStandardConversionExists): Returned conversion check.
10676         * cs-parser.jay: AnonymousMethod requires host container.
10678         * delegate.cs (NewDelegate.DoResolve): Updated after Compatible changes.
10680 2006-03-18  Raja R Harinath  <harinath@gmail.com>
10682         * class.cs: Change 'TypeContainer ds' constructor argument to
10683         'DeclSpace parent'.  Some classes were missed below due to
10684         different naming convention.
10686         * class.cs (MemberCore.Parent): Delete.  This makes the
10687         ParentContainer changes below enforceable by the compiler.
10689         Treat pointers to enclosing declaration space as 'DeclSpace', not
10690         'TypeContainer'.
10691         * class.cs, const.cs, delegate.cs, enum.cs, iterator.cs: Change
10692         'TypeContainer parent' constructor argument to 'DeclSpace parent'.
10694         * statement.cs (LocalInfo..ctor): Use DeclSpace argument instead
10695         of TypeContainer.
10696         (Block.AddThisVariable): Likewise.
10697         * class.cs (MethodData.Define, MethodData.Emit): Likewise.
10698         (AbstractPropertyEventMethod.Emit): Likewise.
10699         (AbstractPropertyEventMethod.EmitMethod): Likewise.
10700         (GetMethod.Define, SetMethod.Define): Likewise.
10701         (PropertyMethod.Define, DelegateMethod.Define): Likewise.
10702         (DelegateMethod.EmitMethod): Likewise.
10704         Fix regression test-partial-13.cs.
10705         Rationalize use of PartialContainer.  Ensure that the partial
10706         class semantics can be tied to type-correctness, i.e., any
10707         violation will cause a compile error.
10708         * class.cs, const.cs: Access all fields that belong to class
10709         TypeContainer via ParentContainer.  Arguments of EmitContexts and
10710         Resolve()-like functions still use 'Parent'.
10712         * class.cs (SourceMethod): Use DeclSpace, not TypeContainer.
10713         (*.CreateEmitContext): Change TypeContainer argument to DeclSpace.
10714         (PropertyMethod.CheckModifiers): Remove unused argument.
10715         * codegen.cs (EmitContext..ctor): Change TypeContainer argument to
10716         DeclSpace.
10718 2006-03-17  Raja R Harinath  <harinath@gmail.com>
10720         Make semantics of PartialContainer simpler.
10721         * decl.cs (DeclSpace.IsPartial): Remove.
10722         * class.cs (TypeContainer.IsPartial): Likewise.
10723         (TypeContainer..ctor): Set PartialContainer to point to self.
10724         (TypeContainer.GetClsCompliantAttributeValue): Don't use IsPartial.
10725         (TypeContainer.FindNestedType): Likewise.
10726         (MemberCore.ParentContainer): Simplify.  Remove deprecation.
10728 2006-03-17  Marek Safar  <marek.safar@seznam.cz>
10730         * typemanager.cs.cs (GetInterfaces): Don't recreate 0-sized arrays.
10732 2006-03-15  Marek Safar  <marek.safar@seznam.cz>
10734         * class.cs (FieldMember.Emit): ParentContainer is real parent for partial
10735         classes.
10737 2006-03-15  Marek Safar  <marek.safar@seznam.cz>
10739         * class.cs (Operator.Define): An error for base conversion was not
10740         reported correctly.
10742 2006-03-14  Atsushi Enomoto  <atsushi@ximian.com>
10744         * iterator.cs : yield break is allowed in try statement which has
10745           catch clauses. Fixed bug #77767.
10747 2006-03-13  Marek Safar  <marek.safar@seznam.cz>
10749         A fix for #77593, #77574.
10751         * class.cs (MethodCore.CheckBase): Another if for operator.
10753 2006-03-09  Marek Safar  <marek.safar@seznam.cz>
10755         * anonymous.cs (AnonymousMethod.Compatible): Don't crash when parameters
10756         were not resolved
10758         * delegate.cs (Delegate.GetInvokeMethod): Use emitcontext free MemberLookup.
10759         (DelegateCreation.ImplicitStandardConversionExists): New method for just
10760         conversion test.
10761         
10762         *ecore.cs (Expression.MemberLookup): Don't ask for emitcontext when it's
10763         not needed.
10765         * assign.cs, constant.cs, convert.cs, delegate.cs, expression.cs:
10766         Updated after another emitcontext usage was clean up. It should help us to
10767         synchronize with gmcs easier.
10769 2006-03-04  Marek Safar  <marek.safar@seznam.cz>
10771         A fix for #77353.
10773         * class.cs (SetMethod.DefineParameters): Uses new parameters type ctor.
10774         (Event.Define): ditto
10775         (SetIndexerMethod.DefineParameters): Uses Parameters.MergeGenerated.
10777         * delegate.cs (Delegate.Define): Uses Parameters.MergeGenerated.
10778         Removed redundant code and set NewSlot for Invoke method too.
10780         * parameter.cs (Parameters.ctor): Add custom, type ctor.
10781         (Parameters.MergeGenerated): New method. Use this method when you merge
10782         compiler generated argument with user arguments.
10784 2006-03-03  Marek Safar  <marek.safar@seznam.cz>
10786         * attribute.cs (ResolveAsTypeTerminal): Removed.
10788         * ecore.cs (Expression.ResolveAsTypeTerminal): Make virtual to allow
10789         specialization for predefined types; 30% speed up.
10790         Finally placed obsolete check to right place.
10791         (Expression.ResolveType): Removed.
10793         * enum.cs, expression.cs, parameter.cs, statement.cs, typemanager.cs:
10794         Updated after ResolveType was removed.
10796         * expression.cs (Cast.ctor): Check void cast.
10797         (Binary.ResolveAsTypeTerminal): Is never type.
10798         (Conditional.ResolveAsTypeTerminal): Is never type.
10800         * rootcontext.cs (ResolveCore): Set base type to simplify some code later.
10802 2006-03-01  Raja R Harinath  <rharinath@novell.com>
10804         Fix #77679.
10805         * expression.cs (ParameterReference.DoResolveBase): Change return
10806         type to bool.
10807         (ParameterReference.DoResolve, ParameterReference.DoResolveLValue):
10808         Update.
10810         Fix #77628.
10811         * ecore.cs (PropertyExpr.InstanceResolve): Fix CS1540 check.
10813         Fix #77642.
10814         * typemanager.cs (GetFullNameSignature): Don't nullref on
10815         protected accessors.
10817 2006-02-27  Marek Safar  <marek.safar@seznam.cz>
10819         * attribute.cs (Attribute.PosArguments, Attribute.NamedArguments): Use
10820         these two separated members to simplify the code.
10821         (Attribute.Resolve): Refactored to use new fields and methods.
10822         (Attribute.ResolveConstructor): Extracted from ResolveArguments and
10823         implemented obsolete attribute checking.
10824         (Attribute.ResolveNamedArguments): Extracted from ResolveArguments and
10825         implemented obsolete checking again. It look line never ending quest ;-)
10826         (GlobalAttribute.ResolveConstructor): Need to override as the rest.
10828         * cfold.cs (BinaryFold): TryReduce throws an exception to indicate error.
10830         * constanct.cs (TryReduce): Throws OverflowException to indicate error.
10832         *class.cs (Property.Define): Add RegisterProperty call.
10834         * cs-parser.jay: Replaced ArrayList with fixed array for attribute
10835         argument groups (only 2).
10837         * ecore.cs (Expression.GetAttributableValue): New virtual method used for
10838         encoding expression to arguments.
10839         (Expression.ExprClassToResolveFlags): Just turned to property.
10841         * expression.cs (ArrayCreation.ValidateInitializers): Slightly optimized.
10842         (ArrayCreation.GetAttributableValue): Renamed from EncodeAsAttribute and
10843         optimized as well as implemented support for zero-length attributes.
10845         * typemanager.cs (TypeManager.RegisterProperty, TypeManager.GetProperty):
10846         Add caching of PropertyInfo's.
10848 2006-02-25  Marek Safar  <marek.safar@seznam.cz>
10850         * delegate.cs (DelegateCreation.ResolveMethodGroupExpr): Don't report
10851         error multiple times.
10853 2006-02-25  Marek Safar  <marek.safar@seznam.cz>
10855         New partial class implementation.
10856         A fix for #77027, #77029, #77403
10858         * attribute.cs (Attributable): Made attributes protected.
10860         * class.cs (TypeContainer): Add PartialContainer and partial_parts as
10861         the replacements of ClassPart and PartialContainer.
10862         (TypeContainer.AddClassOrStruct): Call RecordDecl here.
10863         (TypeContainer.AddInterface): Ditto.
10864         (TypeContainer.AddPartial): The main method for partial classes. It checks
10865         for errors and merges ModFlags and attributes. At the end class is added to
10866         partial_parts list.
10867         (TYpeContainer.DefineDefaultConstructor): Checks whether default ctor is
10868         required here.
10869         (TypeContainer.GetClsCompliantAttributeValue): Cope with partial class too.
10870         (TypeContainer.GetNormalPartialBases): Resolves base classes and interfaces
10871         from the rest of partial classes.
10872         (TypeContainer.GetClassBases): Simplified.
10873         (TypeContainer.DefineTypeBuilder): New method, mostly extracted from
10874         DefineType.
10875         (TypeContainer.DefineDefaultConstructor): Is used by derived classes.
10876         (TypeContainer.HasExplicitLayout): Uses Flags now.
10877         (PartialContainer): Removed.
10878         (ClassOrStruct.AddToContainer): Moved enclosing member name check here.
10879         (StaticClass): Was merged with Class.
10880         (Class.GetClassBases): class and static class bases are verified here.
10881         (Class.TypeAttr): Added static attributes when class is static.
10882         (Struct.RegisterFieldForInitialization): Moved from TypeContainer.
10883         (MemberBase): In some cases we need to call parent container for partial
10884         class. It should be eliminated but it's not easy now.
10886         * cs-parser.jay: Replaced all PartialContainer with AddPartial.
10888         * decls.cs (MemberCore.DocComment): Introduced new property as is used by
10889         partial classed to accumulate class comments.
10890         (MemberCore.GetClsCompliantAttributeValue): Moved from TypeContainer.
10892         * doc.cs (GenerateTypeDocComment): Partial classes clean up.
10894         * driver.cs (MainDriver): Tree.GetDecl was removed.
10896         * modifiers.cs (Modifiers): Add partial modifier.
10898         * tree.cs (Tree.decl): Removed.
10899         (RootTypes): Started to use this class more often for root types
10900         specializations.
10902 2006-02-22  Marek Safar  <marek.safar@seznam.cz>
10904         A fix for #77615
10906         * attribute.cs (AttributeTester.GetCoClassAttribute): Don't crash when
10907         external interface does not have an attribute.
10909 2006-02-22  Marek Safar  <marek.safar@seznam.cz>
10911         Another prerequisites for new partial classs implementation.
10912         
10913         * attribute.cs (Attribute.Equal): Implemented.
10914         (Attribute.Emit): Changed as attributes can be applied more than twice.
10915         (Attributes.Emit): Check for duplicate attributes here.
10917         * class.cs, decl.cs, delegate.cs, doc.cs, enum.cs: Don't pass DeclSpace
10918         as a parameter, clean-up.
10920 2006-02-11  Marek Safar  <marek.safar@seznam.cz>
10922         A fix for #77485
10924         * class.cs (TypeContainer.DefineType): Cannot use ResolveType because it
10925         contains obsolete attribute check which can in some cases look for base
10926         type of current class which is not initialized yet.
10927         (TypeContainer.BaseType): Replacement of ptype.
10929         * decl.cs (MemberCore.CheckObsoleteType): Reuse existing code.
10931 2006-02-11  Marek Safar  <marek.safar@seznam.cz>
10933         First of prerequisites for new partial classs implemention.
10934         
10935         * attribute.cs (Attributable): Extended by ResolveContext;
10936         Attributes finally have correct context for resolving in all cases.
10937         (AttachTo): Attribute owner is assigned here.
10939         * codegen.cs (IResolveContext): Introduce new interface to hold
10940         all information needed in resolving phase.
10941         (EmitContext): Implements IResolveContext; more clean-up needed here.
10942         
10943         * decl.cs (MemberCore): Implemented IResolveContext.
10945         * anonymous.cs, attribute.cs, class.cs, codegen.cs, const.cs,
10946         decl.cs, ecore.cs, enum.cs, expression.cs, iterators.cs, namespace.cs,
10947         parameter.cs, statement.cs, tree.cs, typemanager.cs:
10948         Refactored to use new IResolveContext instead of EmitContext; cleanup
10950 2006-02-06  Miguel de Icaza  <miguel@novell.com>
10952         * codegen.cs (EmitScopeInitFromBlock): check here the
10953         capture_context, there is no need to make two calls to the
10954         EmitContext. 
10956         * anonymous.cs: Add some debugging messages that might help me
10957         track other instances of this problem in the future (the
10958         regression of test 467).
10960         * cs-parser.jay: track the variable block, as we need to initalize
10961         any captured variables declared in this block for the "catch"
10962         portion of the "Try" statement.
10964         * statement.cs (Try.Emit): If the "Catch" has a VarBlock, emit any
10965         scope initialization for captured variables. 
10967         Also, move the emit for the variables after the block location has
10968         been marked.
10970 2006-02-06  Marek Safar  <marek.safar@seznam.cz>
10972         * ecore.cs (PropertyExpr.FindAccessors): Just made flags const.
10974 2006-02-02  Miguel de Icaza  <miguel@novell.com>
10976         * anonymous.cs (CaptureContext.EmitInitScope): I was wrong in the
10977         commit yesterday, the initialization for the roots is necessary.
10978         What is not necessary is the scope activation.
10980 2006-02-02  Raja R Harinath  <rharinath@novell.com>
10982         * ecore.cs (PropertyExpr.DoResolveLValue): Add CS0206 check.
10983         * expression.cs (IndexerAccess.DoResolveLValue): Add CS1612 and
10984         CS0206 checks.
10985         (Argument.Resolve): Remove CS0206 checks.
10987 2006-02-01  Miguel de Icaza  <miguel@novell.com>
10989         * anonymous.cs (CaptureContext.EmitInitScope): Do not emit the
10990         scopes for all the roots, the scopes will now be emitted when the
10991         Blocks are entered.   [This change was wrong, fixed on 2006-02-02]
10993         (CaptureContext.EmitScopeInitFromBlock): Simply emit the ScopeInfo
10994         code.  This reduces a lot of existing cruft.
10995         
10996         * statement.cs (Block.Emit): Call EmitScopeInitFromBlock here, so
10997         that the ScopeInfo is generated as we enter the scope, not at the
10998         time of use, which is what we used to do before.
11000         * codegen.cs (EmitScopeInitFromBlock): New routine, this is called
11001         every time a Block is about to be emitted if we have a
11002         CaptureContext. 
11004 2006-02-01  Raja R Harinath  <rharinath@novell.com>
11006         * typemanager.cs (NoTypes, NoTypeExprs): Remove.
11007         (Reset): Update.
11008         * *.cs: Use Type.EmptyTypes instead of TypeManager.NoTypes.
11010         * typemanager.cs (cons_param_array_attribute): Make private.
11011         (Reset): Set it to null.
11012         (InitCoreHelpers): Don't initialize it.
11013         (ConsParamArrayAttribute): New.  Initialize it as needed.
11014         * parameter.cs (ParamsParameter.ApplyAttribute): Update to change.
11016 2006-01-31  Miguel de Icaza  <miguel@novell.com>
11018         * expression.cs: There might be errors reported during the
11019         selection of applicable methods.  If there are errors, do not
11020         continue execution as it will lead the compiler to crash.
11022 2006-01-30  Miguel de Icaza  <miguel@novell.com>
11024         * expression.cs: Member access is not allowed on anonymous
11025         methods.  Fixes #77402.
11027 2006-01-30  Raja R Harinath  <rharinath@novell.com>
11029         Fix #77401
11030         * cs-parser.jay (VariableDeclaration): Don't set
11031         current_array_type to null.
11032         (field_declaration, event_declaration, declaration_statement):
11033         Set it to null here.
11035 2006-01-28  Raja R Harinath  <harinath@gmail.com>
11037         * typemanager.cs (GenericParameterPosition): New.
11038         * doc.cs: Use it.
11040 2006-01-28  Atsushi Enomoto  <atsushi@ximian.com>
11042         * doc.cs : To process "include" elements, first we should create
11043           another list than XmlNodeList, because it could result in node
11044           removal, which could result in that the XmlNodeList gives up
11045           yielding next node.
11047           (Also made code identical to gmcs again.)
11049 2006-01-25  Miguel de Icaza  <miguel@novell.com>
11051         * ecore.cs: Introduce an error report that we were not catching
11052         before, if not silent, we must report the error.  Gonzalo ran into
11053         it.
11055 2006-01-23  Miguel de Icaza  <miguel@novell.com>
11057         A fix for bug: #76957
11058         
11059         * iterators.cs (MoveNextMethod.CreateMethodHost): call
11060         ComputeMethodHost before creating the method, this is a new
11061         requirement. 
11063         * anonymous.cs (AnonymousContainer): Now we track all the scopes
11064         that this method references (RegisterScope).  The actual scope
11065         where the method is hosted is computed with the ComputeMethodHost
11066         before we create the method.
11068         Moved the Deepest routine here.
11070         (AnonymousContainer.ComputeMethodHost): New routine used to
11071         compute the proper ScopeInfo that will host the anonymous method.
11073         (ScopeInfo): Deal with multiple roots.  The problem was that we
11074         did not have a unique root where all ScopeInfos could be hanged
11075         from.   Remove `topmost' ScopeInfo, and instead keep an arraylist
11076         of roots.  
11078         Remove AdjustMethodScope which is now computed at the end.  Remove
11079         LinkScope which did a partial link, instead link all ScopeInfos
11080         before code generation from the new "LinkScopes" routine. 
11082         Simplify all the Add* routines as they no longer need to maintain
11083         the tree, they just need to record that they are using variables
11084         from a ScopeInfo.
11086         (IsAncestor, GetAncestorScopes, GetParentScope, LinkScope): New
11087         routines to produce the forest of ScopeInfo trees.
11089         * class.cs (TypeContainer.AppendMethod): This is just like
11090         AddMethod, but ensures that an interface implementation method
11091         (IEnumerable.XXX) is not inserted at the beginning of the queue of
11092         methods, but at the end.
11094         We use this functionality to ensure that the generated MoveNext
11095         method in the iterator class is resolved/emitted before the
11096         enumerator methods created.   
11098         This is required because the MoveNext method computes the right
11099         ScopeInfo for the method.  And the other methods will eventually
11100         need to resolve and fetch information computed from the anonymous
11101         method. 
11103 2006-01-21  Raja R Harinath  <harinath@gmail.com>
11104             Carlos Alberto Cortez  <calberto.cortez@gmail.com>
11106         Fix rest of #76995.
11107         * namespace.cs (NamespaceEntry.UsingExternalAliases): Don't add to
11108         the 'aliases' hash.
11109         (NamespaceEntry.LookupAlias): Lookup 'extern_aliases' hash too.
11110         (NamespaceEntry.VerifyUsing): Resolve external aliases too.
11112 2006-01-18  Raja R Harinath  <rharinath@novell.com>
11114         Fix #76656, cs0231-2.cs.
11115         * cs-parser.jay (formal_parameter_list): Make error case catch
11116         more issues.
11117         (parenthesized_expression_0): Add CS1026 check.
11118         (invocation_expression): Remove unused { $$ = lexer.Location }.
11120 2006-01-17  Raja R Harinath  <rharinath@novell.com>
11122         Fix #76824.
11123         * cs-parser.jay (statement_expression): Don't list out the
11124         individual statement-expressions.  Convert syntax error into
11125         CS0201 check.
11127 2006-01-16  Raja R Harinath  <rharinath@novell.com>
11129         Fix #76874.
11130         * ecore.cs (MemberAccess.CheckIntermediateModification): Remove.
11131         (UnboxCast.DoResolveLValue): New.  Move CS0445 check from
11132         CheckIntermediateModification.
11133         (FieldExpr.DoResolve): Add new two-argument version that
11134         allows us to resolve the InstanceExpression as an lvalue.
11135         The one-argument variant is now just a wrapper.
11136         (FieldExpr.DoResolveLValue): Use two-argument DoResolve.
11137         Resolve the lhs as an lvalue if the it has a value type.
11138         (FieldExpr.AssignToReadonly): Move CS1648 and CS1650 checks
11139         from Assign.DoResolve.
11140         (PropertyExpr.InstanceResolve): Allow InstanceExpression to be
11141         resolved as an lvalue.
11142         (PropertyExpr.DoResolve): Update.
11143         (PropertyExpr.DoResolveLValue): Resolve the lhs as an lvalue if it
11144         has a value type.  Move CS1612 check here from
11145         CheckIntermediateModification.
11146         * assign.cs (Assign.DoResolve): Remove CS1648 and CS1650 checks.
11147         * expression.cs (EmptyExpression.OutAccess): New.  Used as the
11148         'right_side' of a ResolveLValue on an 'out' argument.
11149         (EmptyExpression.LValueMemberAccess): New.  Used as the
11150         'right_side' of a propagated ResolveLValue on a value type.
11151         (LocalVariableReference.DoResolveBase): Recognize
11152         EmptyExpression.OutAccess and EmptyExpression.LValueMemberAccess.
11153         Add CS1654 check.
11154         (Argument.Resolve): Use EmptyExpression.OutAccess rather than
11155         EmptyExpression.Null.
11157 2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>
11159         * typemanager.cs : added IsGenericParameter(). In mcs it always
11160           return false.
11161         * doc.cs : for generic parameters, use GenericParameterPosition,
11162           not FullName.
11164 2006-01-12  Ben Maurer  <bmaurer@andrew.cmu.edu>
11166         * expression.cs: Fix Console.WriteLine ((this = x).foo);
11168 2006-01-12  Miguel de Icaza  <miguel@novell.com>
11170         This fixes the problem where we used ldfld instead of ldflda to
11171         load the "THIS" pointer on captured parameters, when THIS is a
11172         value type.  See bug #77205.
11173         
11174         * iterators.cs (CapturedThisReference.Emit): Pass false to
11175         EmitThis (we do not need the address).
11177         * codegen.cs (EmitThis): it needs to know whether we need the
11178         address of `this' or not.  This is used by value types.  
11180         * expression.cs (This.AddressOf): Pass true to the EmitThis call,
11181         every other call passes false.
11183 2006-01-12  Raja R Harinath  <rharinath@novell.com>
11185         Fix #77221.
11186         * typemanager.cs (TryGetBaseDefinition): Rename from the mis-named
11187         GetOverride.
11188         * expression.cs (Invocation.OverloadResolve): Update.
11189         (Invocation.DoResolve): Avoid double resolution of invocation.
11191 2006-01-11  Raja R Harinath  <rharinath@novell.com>
11193         Fix #77180.
11194         * expression.cs (Unary.Emit): When in /checked+ mode, don't emit
11195         unary negation of floating point types as 0-expr; negation cannot
11196         overflow in floating point types.
11198         Fix #77204.
11199         * expression.cs (MemberAccess.DoResolve): Disallow the use of '.'
11200         on operands of 'void' type.
11202         Fix #77200.
11203         * cfold.cs (BinaryFold): Implement folding of BinaryOr, BinaryAnd
11204         and ExclusiveOr for boolean constants too.
11206 2006-01-09  Raja R Harinath  <rharinath@novell.com>
11208         Fix #75636.
11209         * expression.cs (Invocation.OverloadResolve): Replace reflected
11210         override methods with their base virtual methods, rather than
11211         skipping over them.
11212         * typemanager.cs (TypeManager.GetOverride): New.
11214 2006-01-05  Jb Evain  <jbevain@gmail.com>
11216         * class.cs (Property.Define, Indexer.Define): do not tag the
11217         properties as SpecialName | RTSpecialName.
11219 2006-01-04  Miguel de Icaza  <miguel@novell.com>
11221         * class.cs (MethodCore.IsDuplicateImplementation): This method was
11222         doing a low-level comparission of parameter types.  It was lacking
11223         a check for __argslist. 
11225 2005-12-30  Miguel de Icaza  <miguel@novell.com>
11227         * expression.cs (ParameterReference.DoResolveBase): Allow
11228         reference parameters if they are local to this block. 
11230         This allows the ref and out parameters of a delegate to be used in
11231         an anonymous method, for example:
11233         delegate void set (out int x);
11235         set s = delegate (out int x){
11236                 x = 0;
11237         };
11239         This is used by functionality introduced late in the C# language.
11240         
11241         * anonymous.cs (AnonymousMethod.Compatible): Allow anonymous
11242         method that take ref and out parameters. 
11244         Fixes #77119 which was a late change in the spec.
11246 2005-12-23  Miguel de Icaza  <miguel@novell.com>
11248         * anonymous.cs (ScopeInfo.LinkScope): Do not link the scope to its
11249         parent if its the same scope.  Fixes #77060.
11251 2005-12-21  Miguel de Icaza  <miguel@novell.com>
11253         * driver.cs: Report the case of no source files and no -out:
11254         argument provided.
11256 2005-12-20  Raja R Harinath  <rharinath@novell.com>
11258         Fix #77035.
11259         * expression.cs (ComposedCast.GetSignatureForError): Define.
11261 2005-12-18 Carlos Alberto Cortez <calberto.cortez@gmail.com>
11263         Fix #76995
11265         * namespace.cs (NamespaceEntry): Add extern_aliases as a
11266         ListDictionary, to contain the ExternAliasEntry entries (in
11267         addition to the NamespaceEntry.aliases hashtable). This field is
11268         shared between the original entry and its doppelganger (bodyless 
11269         copy of it).
11270         (NamespaceEntry.UsingExternalAlias): Add the extern alias entry to
11271         extern_aliases field.
11272         (NamespaceEntry.Lookup): Move the IsImplicit check after the
11273         lookup in extern_aliases.
11275 2005-12-16  Raja R Harinath  <rharinath@novell.com>
11277         Fix #77006.
11278         * class.cs (TypeContainer.Mark_HasEquals): New.
11279         (TypeContainer.Mark_HasGetHashCode): New.
11280         (ClassPart): Override them.
11281         (MethodCore.CheckBase): Use them instead of referring to Parent.Methods.
11283         Fix #77008.
11284         * enum.cs (EnumMember.EnumMember): Pass the parent_enum as the
11285         'parent' argument to the base constructor.
11287         Remove all mention of TypeContainer from decl.cs.
11288         * decl.cs (MemberCore.Parent): Change into a DeclSpace.
11289         (MemberCore.MemberCore): Change type of 'parent' argument to DeclSpace.
11290         (DeclSpace.DeclSpace): Likewise.
11291         (DeclSpace.DefineMembers): Remove unused argument.
11292         * cs-parser.jay (pop_current_class): Update to changes.  Simplify
11293         debugging check -- we don't care if the debug code throws an
11294         InvalidCastException instead of an InternalErrorException.
11295         * class.cs (TypeContainer.DefineMembers): Update to changes.
11296         (TypeContainer.DoDefineMembers): Likewise.
11297         (TypeContainer.GetMethods): Likewise.
11298         (PropertyMember.Define): Likewise.
11299         (MemberBase.Parent): New property that forwards to
11300         MemberCore.Parent, but ensures that we get a TypeContainer.
11301         * rootcontext.cs (RootContext.PopulateCoreType): Update to changes.
11302         (RootContext.PopulateTypes): Likewise.  Remove special case code
11303         for !RootContext.StdLib: DefineMembers is idempotent.
11305 2005-12-14  Miguel de Icaza  <miguel@novell.com>
11307         * convert.cs (ExplicitConversionCore): Check the return value from
11308         ExplicitConversionCore which can return null on failure.  Fixes #76914
11310 2005-12-13  Marek Safar  <marek.safar@seznam.cz>
11312         * class.cs (Method.ApplyAttributeBuilder): Test out modifier properly.
11314 2005-12-11  Atsushi Enomoto  <atsushi@ximian.com>
11316         * doc.cs : The search for referenced namespace was insufficient to
11317           get global one as it used to do. Fixed bug #76965.
11319 2005-12-10  Atsushi Enomoto  <atsushi@ximian.com>
11321         * doc.cs : check name in cref in the last phase that whether it is
11322           namespace or not.
11324 2005-12-09  Atsushi Enomoto  <atsushi@ximian.com>
11326         * cs-tokenizer.cs : reverted the latest change: it somehow broke
11327           Mono.C5.
11329 2005-12-09  Atsushi Enomoto  <atsushi@ximian.com>
11331         * doc.cs : so it turned out that we cannot skip override check for 
11332           interface members. Fixed bug #76954.
11334 2005-12-09  Atsushi Enomoto  <atsushi@ximian.com>
11336         * cs-tokenizer.cs : fixed bug #75984:
11337           - #warning and #error should not be handled when the source line
11338             is disabled.
11339           - #line is not checked strictly when the source line is disabled.
11340           - #define and #undef is on the other hand checked strictly at any
11341             state.
11343 2005-12-08  Atsushi Enomoto  <atsushi@ximian.com>
11345         * cs-tokenizer.cs : missing Location (actually, filename) in one of
11346           CS1027 report.
11348 2005-12-05  Marek Safar  <marek.safar@seznam.cz>
11350         * attribute.cs (GlobalAttribute.ctor): Pass NamespaceEntry only.
11352         * class.cs (EmitFieldInitializers): Simplified and fixed to work with
11353         event initializers.
11354         (FieldBase.EmitInitializer): Moved from TypeContainer and simplified.
11355         (FieldBase.Initializer): Initializer is now optional.
11356         (EventField.Define): Only event field can have initializer.
11358         * codegen.cs (EmitContext): DeclSpace is not readonly (small hack).
11360         * const.cs (Const): Reuse initializer.
11362         * cs-parser.jay: Updated after FieldBase changes.
11363         Added current_array_type to simplify array initializers.
11365         * ecore.cs (NullCast.IsDefaultValue): Implemented.
11367         * expression.cs, iterators.cs: Updated.
11369         * namespace.cs (NamespaceEntry): Made UsingFound private.
11371 2005-12-05  Marek Safar  <marek.safar@seznam.cz>
11373         * parameterCollection.cs: Obsolete, removed.
11374         * parser.cs: Obsolete, removed.
11376 2005-12-05  Marek Safar  <marek.safar@seznam.cz>
11378         Fix #76849.
11379         * class.cs (Constructor.Emit): Set obsolete checking for whole context.
11381         * enum.cs (Enum.Define): Set obsolete context here.
11383 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
11385         * doc.cs :
11386           - FindDocumentedMember() now expects 1) paramList as null
11387             when "we don't have to check the number of parameters" and
11388             2) Type.EmptyTypes when "there is no arguments".
11389           - Introduced FoundMember struct to hold the exact type which was
11390             used to find the documented member (the above change broke
11391             test-xml-044; it might be better just to use DeclaringType than
11392             what MS does, like this change does, but it depends on usage.)
11394 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
11396         * doc.cs : documented member might be from DeclaringType for nested
11397           types. Fixed bug #76782.
11399 2005-12-03  Ben Maurer  <bmaurer@ximian.com>
11401         * anonymous.cs: Have the param code handle leaving copies on the
11402         stack etc. Allows anonymous params to take part in the assignment
11403         code (++, +=, etc). Fixes bug #76550
11405         * expression.cs: Handle the prepare_for_load/leave_copy by passing
11406         it down to the anon code.
11408         * iterators.cs: Use dummy var here
11410         * codegen.cs: Handle new vars
11412 2005-12-01  Marek Safar  <marek.safar@seznam.cz>
11414         Fix #76849.
11415         * class.cs (MethodData.Define): Set proper Obsolete context.
11417         * ecore.cs (FieldExpr.ResolveMemberAccess): Don't check [Obsolete] in
11418         obsolete context.
11419         (FieldExpr.DoResolve): Ditto.
11421 2005-12-01  Marek Safar  <marek.safar@seznam.cz>
11423         Fix #76849.
11424         * class.cs (MethodCore.DoDefineParameters): Test [Obsolete] only when
11425         parent is not obsolete.
11427 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
11429         * doc.cs : (FindDocumentedMember) find parameterless members first
11430           and get CS0419 in the early stage. Fixed first case of bug #76727.
11432 2005-11-30  Marek Safar  <marek.safar@seznam.cz>
11434         Fix #76859.
11435         * ecore.cs (Expression.ResolveAsConstant): Report constant error only when
11436         no error was reported.
11438         *expression.cs (Binary.DoResolve): left can be null.
11440 2005-11-22  Marek Safar  <marek.safar@seznam.cz>
11442         Fix #76783.
11443         * class.cs (MethodData.Emit): Parameters should be labeled first.
11445 2005-11-21  Marek Safar  <marek.safar@seznam.cz>
11447         Fix #76761.
11448         * parameter.cs (Parameter.ApplyAttributeBuilder): Fixed `ref' detection.
11450 2005-11-18  Marek Safar  <marek.safar@seznam.cz>
11452         * attribute.cs (AreParametersCompliant): Moved to Parameter.
11454         * class.cs (MethodCore): Parameter clean up.
11455         (IMethodData): Added ParameterInfo.
11456         (MethodData): Parameter clean up.
11457         (Indexer.Define): Parameter clean up.
11459         * anonymous.cs,
11460         * codegen.cs,
11461         * cs-parser.jay,
11462         * decl.cs,
11463         * doc.cs,
11464         * ecore.cs,
11465         * flowanalysis.cs,
11466         * iterators.cs,
11467         * pending.cs,
11468         * statement.cs,
11469         * typemanager.cs: Parameter clean up.
11471         * delegate.cs (Define): Get rid of duplicated code.
11473         * expression.cs (ParameterReference): Removed useless parameters
11474         and simplified.
11475         (Invocation): Ditto.
11477         * parameter.cs (ParamsParameter): New class, params specialization.
11478         (ArglistParameter): Attemp to separate arglist.
11479         (Parameter): Refactored to be reusable and faster.
11480         (Parameter.Modifier): Made understandable.
11481         (Parameters): Changed to be used as a class for `this' assembly
11482         parameters. Refactored to use new specialized classes.
11484         * support.cs (ParameterData): Added Types property.
11485         (InternalParameters): Deleted.
11487 2005-08-20  Martin Baulig  <martin@ximian.com>
11489         Merging this patch from GMCS to fix #75867.
11491         * anonymous.cs (CaptureContext.CaptureThis): Create the topmost
11492         scope if we don't already have it.
11494 2005-11-17  Martin Baulig  <martin@ximian.com>
11496         * anonymous.cs
11497         (CaptureContext.EmitMethodHostInstance): Use `Ldarg_0' if we
11498         inherit the scope from our parent.  Fixes #76653.
11500 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
11502         * doc.cs : the previous patch does not actually fix the bug.
11503           PropertyInfo override check is now implemented and really fixed it.
11504         * expression.cs : Invocation.IsAncestralType() is used from doc.cs.
11506 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
11508         * doc.cs : apply "override filter" also to properties.
11509           Fixed bug #76730.
11511 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
11513         * doc.cs : renamed FindMembers() to FindMethodBase(). For interfaces,
11514           no need to check overrides. For classes, omit those results from 
11515           interfaces since they must exist in the class. Fixed bug #76726.
11517 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
11519         * typemanager.cs : (GetFullNameSignature) differentiate indexers
11520           with different parameters. Fixed the second problem in #76685.
11522 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
11524         * doc.cs : (FindDocumentedMember) pass invocation_type as well (to
11525           get expected 'protected' access in CheckValidFamilyAccess()).
11526           Fixed bug #76692.
11528 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
11530         * doc.cs : (GenerateTypeDocComment) Fields could be FixedField.
11531           Fixed bug #76705.  CS1569 was incorrectly commented out.
11533 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
11535         * doc.cs : use Invocation.IsOverride() to do real override check.
11536         * expression.cs : made Invocation.IsOverride() internal.
11538 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
11540         * doc.cs : use TypeManager.FindMembers() instead of (possible)
11541           TypeBuilder.FindMembers() and filter overriden base members out.
11542           Fixed bug #76990.
11544 2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
11546         * doc.cs : ref/out parameters are represented as '@' (instead of
11547           '&' in type FullName). Fixed bug #76630 (additionally crefs).
11549 2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
11551         * doc.cs : when there was no '.' in cref to methods in doc comment,
11552           then parameters were missing in the output. Fixed bug #76691.
11554 2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
11556         * driver.cs : don't output docs when there is an error.
11557           Fixed bug #76693.
11559 2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
11561         * doc.cs :
11562           Now it should detect indexers. Fixed primary concern in bug #76685.
11563           Fixed CS0419 message to not show the identical member signature in
11564           the message.
11566 2005-11-13  Atsushi Enomoto  <atsushi@ximian.com>
11568         * doc.cs : (FindDocumentedMember) use TypeManager.MemberLookup()
11569           instead of Type.FindMembers() since it does not handle events.
11570           Fixed bug #71604.
11572 2005-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
11574         * codegen.cs: Fixed typo (speficied -> specified).
11576 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
11578         Fix #76369.
11579         * doc.cs (FindDocumentedTypeNonArray): Don't resolve again.
11581 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
11583         * attribute.cs: Changed error message.
11585         * cs-tokenizer.cs: One more check.
11587 2005-11-10  Marek Safar  <marek.safar@seznam.cz>
11589         * statement.cs (Block.Resolve): Ignore empty statement.
11591 2005-11-10  Marek Safar  <marek.safar@seznam.cz>
11593         * report.cs: Made error/warning methods more strict to avoid
11594         their misuse.
11596         * anonymous.cs, attribute.cs, class.cs, codegen.cs, constant.cs,
11597         convert.cs, cs-parser.jay, cs-tokenizer.cs, decl.cs, delegate.cs,
11598         doc.cs, driver.cs, ecore.cs, expression.cs, location.cs,
11599         namespace.cs, parameter.cs, statement.cs, typemanager.cs: Updated.
11601 2005-11-08  Marek Safar  <marek.safar@seznam.cz>
11603         * attribute.cs (Attribute.GetCoClassAttributeValue): New method.
11604         (AttributeTester.GetCoClassAttribute): Get CoClassAttribute.
11606         * class.cs (TypeContainer.IsComImport): New property.
11607         (Constructor.Define): Create proper ctor for ComImport types.
11609         * expression.cs (New.CheckComImport): Fixed.
11611 2005-11-07  Miguel de Icaza  <miguel@novell.com>
11613         * anonymous.cs (CaptureContext.AddParameterToContext): The fact
11614         that a parameter has been captured does not mean that we do not
11615         have to do the rest of the processing.  This fixes the second part
11616         of #76592.  If there was another anonymous method capturing
11617         values in the past, the Scope would never be set for the second
11618         method that captured the same parameter.
11620         (CaptureContext.EmitAssignParameter): When `leave_copy' is passed,
11621         properly manipulate the stack.   Second part of fix for #76592.
11623         * expression.cs (New): Add support for invoking "new" on
11624         interfaces that have been flagged with the ComImport attribute and
11625         the CoClass.  Fixes #76637 
11627         * statement.cs (Try.DoEmit): When a variable is captured, do not
11628         try to emit the vi.LocalBuilder variable as it has been captured.
11629         Create a temporary variable and store the results on the
11630         FieldBuilder.  Fixes #76642
11632 2005-11-07  Marek Safar  <marek.safar@seznam.cz>
11634         * class.cs (CheckPairedOperators): Made compilable with csc 2.0.
11636         * ecore.cs (InstanceResolve): Fixed CS1540 detection.
11638         * expression.cs (Binary.DoResolve): Added && optimalization.
11639     
11640         * typemanager.cs (AddUserType): Removed useless argument.
11642 2005-11-04  Marek Safar  <marek.safar@seznam.cz>
11644         * statement.cs (Block.variables): Uses ListDictionary.
11646 2005-11-03  Marek Safar  <marek.safar@seznam.cz>
11648         Fix #75969.
11649         * class.cs (PartialContainer.EmitType): Customized to emit
11650         security attributes.
11651         (ClassPart.ApplyAttributeBuilder): Transform security attribute
11652         for partial classes.
11654 2005-11-03  Marek Safar  <marek.safar@seznam.cz>
11656         Fix #76599.
11657         * expression.cs (ElementAccess.DoResolveLValue): Fixed buffer
11658         access has to be fixed.
11659         
11660         * typemanager.cs (IsUnmanagedType): Wrong common field type.
11662 2005-11-01  Marek Safar  <marek.safar@seznam.cz>
11664         Fix #76590.
11665         * ecore.cs (NullCast.Reduce): Implemented.
11667         * expression.cs (ArrayCreation.CheckIndices): Correcly check
11668         constant type.
11669         
11670         * statement.cs (SwitchLabel.ResolveAndReduce): Catch null
11671         properly.
11672         (Foreach.Resolve): Catch null properly.
11674 2005-10-29  Marek Safar  <marek.safar@seznam.cz>
11676         * cs-tokenizer.cs: Warning text fix.
11678         * driver.cs: AllWarningNumbers exposed on public interface.
11680         * report.cs (): Reviewed warning numbers.
11681         (IsValidWarning): Use binary search.
11683 2005-10-29  Marek Safar  <marek.safar@seznam.cz>
11685         * driver.cs: Implemeted resource visibility.
11686         (Resources): New class for code sharing between /res: and
11687         /linkres:
11689 2005-10-28  Marek Safar  <marek.safar@seznam.cz>
11691         Fix #76568.
11692         * cfold.cs (ConstantFold.BinaryFold): Implemented null cast
11693         folding.
11694         
11695         * convert (Convert.ImplicitReferenceConversion): NullCast holds
11696         contants only.
11697         
11698         * ecore.cs (NullCast): Child is contant only.
11699         
11700         * literal.cs (NullLiteral.Reduce): null can be converted to any
11701         reference type.
11703 2005-10-28  Kornél Pál  <kornelpal@hotmail.com>
11705         * driver.cs: Use Encoding.Default as default code page instead
11706           of ISO-28591.
11708 2005-10-27  Raja R Harinath  <rharinath@novell.com>
11710         Fix #76085.
11711         * expression.cs (Invocation.Error_InvalidArguments): Handle
11712         __arglist parameters.
11713         (Invocation.VerifyArgumentsCompat): Likewise.
11714         * support.cs (ReflectionParameters.GetSignatureForError): Print
11715         __arglist parameters.
11716         (InternalParamters.GetSignatureForError): Likewise.
11717         * parameter.cs (Parameters.GetSignatureForError): Likewise.
11719 2005-10-26  Marek Safar  <marek.safar@seznam.cz>
11721         * attribute.cs (GetPropertyValue): Made public.
11723         * codegen.cs (AssemblyClass): ResolveClsCompliance renamed to
11724         Resolve.
11725         Add new property WrapNonExceptionThrows to handle 2.0 assembly
11726         attribute.
11727         (AssemblyClass.Emit): Emit RuntimeCompatibilityAttribute when it
11728         is not defined.
11729         
11730         * driver.cs: Reflect method name change.
11731         
11732         * statement.cs (Try.Resolve): Warn when try has both general
11733         exception handlers.
11734         
11735         * typemanager.cs: runtime_compatibility_attr_type new predefined
11736         type.
11738 2005-10-26  Raja R Harinath  <harinath@gmail.com>
11740         Fix #76419.
11741         * pending.cs (InterfaceMethod): Allow tm.args [i] to be null --
11742         treat it as an empty parameter list.
11744 2005-10-26  Raja R Harinath  <rharinath@novell.com>
11746         Fix #76271.     
11747         * ecore.cs (SimpleName.DoSimpleNameResolve): Make fall-back 
11748         ResolveAsTypeStep silent.
11749         * statement.cs (Block.AddConstant): Mark block as used.
11750         (Block.ResolveMeta): Avoid piling on error messages
11751         if a constant initializer resolution fails.
11753 2005-10-25  Raja R Harinath  <rharinath@novell.com>
11755         * namespace.cs (RootNamespace.VerifyUsingForAll, Namespace.VerifyUsing):
11756         Remove.
11757         (NamespaceEntry.VerifyAllUsing): New.
11758         (NamespaceEntry.AliasEntry.Resolve): New.  Handles common error
11759         behaviour.  Delegates actual resolution of alias to ...
11760         (NamespaceEntry.DoResolve): ... this.  Renamed from Resolve.
11761         (NamespaceEntry.LocalAliasEntry, NamespaceEntry.ExternAliasEntry):
11762         Update.
11763         * driver.cs (Driver.MainDriver): Update.
11764         
11765         * namespace.cs (NamespaceEntry.DefineNamespace): Remove.
11766         (NamespaceEntry.SymbolFileID): Make into a on-demand computed
11767         property.
11768         (Namespace.DefineNamespaces, RootNamespace.DefineNamespacesForAll):
11769         Remove.
11770         * symbolwriter.cs (SymbolWriter.Initialize): Don't call
11771         RootNamespace.DefineNamespacesForAll.
11773 2005-10-24  Raja R Harinath  <harinath@gmail.com>
11775         * typemanager.cs (assemblies, external_aliases, modules)
11776         (AddAssembly, AddExternAlias, AddModule GetAssemblies, Modules)
11777         (ComputeNamespaces, GetRootNamespace): Remove extra staging
11778         overhead.  Move resposibility ...
11779         * namespace.cs (GlobalRootNamespace): ... here.  Update to changes.
11780         * driver.cs, attribute.cs, codegen.cs: Update to changes.
11782 2005-10-23  Raja R Harinath  <harinath@gmail.com>
11784         * namespace.cs (RootNamespace.all_namespaces): Renamed from
11785         cached_namespaces.  Improve usage.
11786         (RootNamespace.Reset, RootNamespace.RegisterNamespace)
11787         (RootNamespace.VerifyUsingForAll, RootNamespace.DefineNamespacesForAll):
11788         Move from GlobalRootNamespace and simplify.
11789         (RootNamespace.Global): Make instance variable.
11790         (RootNamespace.RootNamespace): Add "alias name" parameter.
11791         (GlobalRootNamespace): Simplify drastically.
11792         (Namespace.Lookup): Don't use GetNamespace.
11793         * typemanager.cs (GetRootNamespace): Rename from
11794         ComputeNamespaceForAlias.
11795         (NamespaceClash): Use Global.IsNamespace instead of GetNamespace.
11797 2005-10-23  Marek Safar  <marek.safar@seznam.cz>
11799         * anonymous.cs (AnonymousContainer): Don't crash when container
11800         doesn't exist.
11802 2005-10-23  Marek Safar  <marek.safar@seznam.cz>
11804         * expression.cs (Binary.DoResolve): Warn when comparing same
11805         values.
11807 2005-10-23  Marek Safar  <marek.safar@seznam.cz>
11809         Fix #76486.
11810         * expression.cs (Binary.DoResolve): It looks like there are no
11811         convetsion rules in enum context.
11813 2005-10-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11815         Add support for extern alias qualifiers.
11816         * typemanager.cs: Move some LookupTypeReflection code
11817         to namespace.cs, to have cleaner code. Added some methods
11818         to help us keep track of the extern aliased references.
11819         * driver.cs: Add suport for extern alias assemblies on command
11820         line and check for their warnings/errors. Also keep track of the
11821         extern aliased assemblies.
11822         * namespace.cs: Move the global functionality of Namespace
11823         to GlobalRootNamespace/RootNamespace. Now the global namespace
11824         is GlobalRootNamespace.Globa. Also the code moved from 
11825         typemanager.cs lives in GlobalRootNames.cs/RootNamespace.cs. 
11826         Finally added LocalAliasEntry (AliasEntry before) and
11827         ExternAliasEntry, to handle alias statements.
11828         * cs-parser.jay: Add support in the grammar for extern alias
11829         statement.
11830         * doc.cs, delegate.cs, expression.cs ecore.cs, symbolwriter.cs: 
11831         Update callings to Namespace (now in GlobalRootNamespace).
11833 2005-10-18  Raja R Harinath  <rharinath@novell.com>
11835         Fix #76371.
11836         * class.cs (TypeContainer.DefineType): Move updating of
11837         topological sort earlier in the code.
11838         * decl.cs (DeclSpace.ResolveBaseTypeExpr): Don't use TypeBuilder.
11840 2005-10-18  Marek Safar  <marek.safar@seznam.cz>
11842         Fix #76273.
11843         * cfold.cs (BinaryFold): Reduce constant in enum conversion.
11844         
11845         * constant.cs (Constant.TryReduce): Moved from Cast class.
11846         (Reduce): Made little bit more OO and fixed missing conversions.
11847         
11848         * ecore.cs (Reduce): Implemented.
11849         (Binary.EnumLiftUp): New method to upgrade values to enum values.
11850         
11851         * literal.cs (Reduce): Implemented.
11852         
11853         * class.cs: Reverted Miguel's wrong commit.
11855 2005-10-14  Miguel de Icaza  <miguel@novell.com>
11857         * ecore.cs (GetMemberType): Report the correct mapping for the MemberCore
11859 2005-10-14  Atsushi Enomoto  <atsushi@ximian.com>
11861         * cs-parser.jay, expression.cs : CS0214 was missing error location
11862           for constants. Fixed bug #76404.
11864 2005-10-11  Marek Safar  <marek.safar@seznam.cz>
11866         Fix #76370.
11867         * convert.cs (ExplicitConversionCore): Fixed object->enum
11868         conversion.
11870 2005-10-10  Raja R Harinath  <rharinath@novell.com>
11872         * ecore.cs (PropertyExpr.Emit): Use Invocation.EmitCall to emit
11873         InstanceExpression.
11874         (PropertyExpr.EmitCall): Likewise.
11875         * expression.cs (Invocation.EmitArguments): Handle case where
11876         arguments == null.
11877         (Invocation.EmitCall): Avoid allocating temporary variable if
11878         there are no arguments.
11880 2005-10-07  Raja R Harinath  <rharinath@novell.com>
11882         Fix #76323.
11883         * convert.cs (ImplicitConversionStandard): Move conversion of
11884         void* to arbitrary pointer types ...
11885         (ExplicitConversionStandard): .. here.
11886         * ecore.cs (Expression.Error_ValueCannotBeConverted): Fix CS0266
11887         error to always print typenames.
11889 2005-10-07  Raja R Harinath  <rharinath@novell.com>
11891         * convert.cs (GetConversionOperator): Rename from
11892         GetConversionOperators.  Move operator selection code from ...
11893         (UserDefinedConversion): ... here.
11895 2005-10-06  Marek Safar  <marek.safar@seznam.cz>
11897         * convert.cs (ExplicitConversionCore): Removed duplicate enum
11898         conversion.
11900 2005-10-05  Marek Safar  <marek.safar@seznam.cz>
11902         * assign.cs (Assign.DoResolve): Error method changed.
11904         * cfold.cs (DoConstantNumericPromotions): Error method changed.
11905         
11906         * const.cs (ResolveValue): Reset in_transit immediately.
11907         
11908         * constant.cs: Error method changed.
11909         
11910         * convert.cs: Removed useless location parameter.
11911         (ExplicitNumericConversion): Don't do double enum check.
11912         (ExplicitConversionCore): Renamed from ExplicitConversion.
11913         (ExplicitUnsafe): Extracted from ExplicitConversion.
11914         (ExplicitConversion): Uses for error reporting.
11915         
11916         * ecore.cs (Error_ValueCannotBeConverted): More logic for more
11917         error messages.
11918         (ResolveBoolean): Uses common error method.
11919         (CastToDecimal): Get rid of ec.
11920         (CastFromDecimal): Optimized.
11921         (ConvCast): Get rid of ec.
11922         
11923         * enum.cs (ResolveValue): Reset in_transit immediately.
11924         (Emit): Return after first error.
11925         
11926         * expression.cs: Convert changes.
11927         
11928         * literal.cs: Error method changed.
11929         
11930         * statement.cs: Error method changed.
11932 2005-10-03  Raja R Harinath  <rharinath@novell.com>
11934         * support.cs (SeekableStreamReader.Position): Don't error out when
11935         the requested position is just beyond the end of the current
11936         buffered data.
11938 2005-09-28  Raja R Harinath  <rharinath@novell.com>
11940         * support.cs (SeekableStreamReader): Simplify drastically.  Don't
11941         try to keep in sync with the byte count of the underlying Stream.
11942         However, this limits us to a window size of 2048 characters: i.e.,
11943         the maximum lookahead of our lexer/parser can be 2048 characters.
11945 2005-09-28  Marek Safar  <marek.safar@seznam.cz>
11947         Fix #76255.
11948         * driver.cs: Fix compilation files with full root path.
11950 2005-09-25  Miguel de Icaza  <miguel@novell.com>
11952         * report.cs (SymbolRelatedToPreviousError): Format the output so
11953         it does not use an open parenthesis that is never closed. 
11955         * driver.cs: Follow coding guidelines
11957 2005-09-27  Marek Safar  <marek.safar@seznam.cz>
11959         Fix #72930.
11960         * const.cs (Const.ResolveValue): Check for assigning non-null
11961         value to reference type.
11963 2005-09-27  Marek Safar  <marek.safar@seznam.cz>
11965         * anonymous.cs: Implemented ExprClassName.
11966         
11967         * assign.cs (Assign.DoResolve): Don't chrash when type is not
11968         delegate.
11969         
11970         * attribute.cs (ResolveArguments): Enabled MethodImplOptions
11971         check.
11972         
11973         * class.cs (StaticClass.DefineContainerMembers): Report protected
11974         members as error.
11975         
11976         * codegen.cs: if(ed) PRODUCTION.
11977         
11978         * convert.cs (Error_CannotImplicitConversion): Better error
11979         distinction.
11980         
11981         * cs-parser.jay: More error checks.
11982         
11983         * cs-tokenizer.cs (consume_identifier): Fixed Miguel's revert.
11984         
11985         * driver.cs (CSCParseOption): Enabled wrong option check.
11986         
11987         * ecore.cs (Expression.ExprClassName): Turned to property.
11988         (MemberExpr.CheckIntermediateModification): For checking boxed
11989         value types     modification.
11990         
11991         * statement.cs (Fixed.Resolve): Expression type must be
11992         convertible to fixed type.
11993         (CollectionForeach.GetEnumeratorFilter,TryType):
11994         Small refactoring for easier error checking.
11996 2005-09-26  Marek Safar  <marek.safar@seznam.cz>
11998         * attribute.cs (Attribute.Resolve): Check Obsolete attribute for
11999         attributes.
12000         
12001         * class.cs (GeneratedBaseInitializer): New class for customization
12002         compiler generated initializers.
12003         (MemberBase.DoDefine): Check Obsolete attribute here.
12004         (FieldMember.DoDefine): Ditto.
12005         
12006         * const.cs (ExternalConstant.CreateDecimal): Builder for decimal
12007         constants.
12008         
12009         * decl.cs (MemberCore.EmitContext): Returns valid current ec.
12010         (MemberCore.GetObsoleteAttribute): Removed argument.
12011         (MemberCore.CheckObsoleteness): Obsolete attributes are hierarchic.
12012         (MemberCore.CheckObsoleteType): New helper.
12013         
12014         * delegate.cs,
12015         * enum.cs,
12016         * statement.cs: Updates after MemberCore changes.
12017         
12018         * ecore.cs (TypeExpr.ResolveType): Check type obsoleteness here.
12019         (FieldExpr.ResolveMemberAccess): Fixed decimal constants checks.
12020         
12021         * expression.cs (ComposedCast.DoResolveAsTypeStep): Don't check
12022         obsolete attribute for compiler construct.
12023         (As.DoResolve): Cache result.
12024         
12025         * iterators.cs (Define_Constructor): Use GeneratedBaseInitializer.
12027 2005-09-26  Raja R Harinath  <rharinath@novell.com>
12029         Fix #76133.
12030         * expression.cs (This.VerifyFixed): In a value type T, the type of
12031         'this' is T&, iow, 'this' is either an out or ref parameter.  In a
12032         value type R, 'this' is treated as a value parameter.
12034 2005-09-22  Miguel de Icaza  <miguel@novell.com>
12036         * statement.cs (Lock): Use the TemporaryVariable class instead of
12037         manually using local variables as those do not work when variables
12038         are captured.
12040         * ecore.cs: Moved the TemporaryVariable class from being a nested
12041         class inside Foreach to be a public class that can be employed in
12042         other places. 
12044 2005-09-19  Marek Safar  <marek.safar@seznam.cz>
12046         * cs-parser.jay: interface_accessors replaced by
12047         accessor_declarations.
12049         * ecore.cs, literal.cs, statement.cs: NullLiteral holds null
12050         location.
12051         
12052         * statement.cs (GotoCase.Resolve): Convert null constant to
12053         null case.
12054         (SwitchLabel.ResolveAndReduce): Ditto.
12055         (SwitchLabel.NullStringCase): Custom null stamp.
12056         (Switch.SimpleSwitchEmit): Fix from NullLiteral to NullStringCase.
12057         
12058         typemanager.cs (CSharpSignature): Don't skip first argument
12059         for full names.
12061 2005-09-18  Miguel de Icaza  <miguel@novell.com>
12063         * driver.cs: Set InEmacs based on the environment variable EMACS. 
12065         * location.cs (InEmacs): in this mode, do not report column
12066         location as it confuses Emacs.
12068 2005-09-16  Marek Safar  <marek.safar@seznam.cz>
12070         * cfold.cs, constant.cs, convert.cs, ecore.cs,
12071         expression.cs, iterators.cs, literal.cs: Store constants and
12072         literals location.
12073         
12074         * class.cs (MemberBase.ShortName): Pass location.
12075         
12076         * cs-parser.jay: Some location fixes.
12077         
12078         * ecore.cs (Expression.Location): Made virtual.
12080 2005-09-05  Miguel de Icaza  <miguel@novell.com>
12082         * expression.cs (Cast.TryReduce): Only reduce to an EnumConstant
12083         if the underlying types are the same, otherwise we need to produce
12084         code that will do the proper cast.
12086         This was exposed by Marek's constant rewrite which produced
12087         invalid code for the call site:
12089         enum X : long { a }
12090         void Method (X v) {}
12092         Method ((X) 5)
12094         This fixes test-49.cs
12096 2005-09-05  Atsushi Enomoto  <atsushi@ximian.com>
12098         * attribute.cs : (Attribute.IsValidArgumentType): array of string/
12099           Type/Object should be allowed as well. Fixed bug #75968.
12101 2005-09-05  Atsushi Enomoto  <atsushi@ximian.com>
12103         * expression.cs : (Binary.DoResolve): when one is enum constant and
12104           another is constant 0, then return enum one *as enum type*.
12105           Fixed bug 74846.
12107 2005-09-02  Raja R Harinath  <rharinath@novell.com>
12109         * attribute.cs (GetMarshal): Work even if "DefineCustom" is
12110         internal.
12112         Fix #75941.
12113         * ecore.cs (SimpleNameResolve.DoSimpleNameResolve): Disable
12114         flow-branching for LocalVariableReferences in case we were invoked
12115         from a MemberAccess.
12116         * expression.cs (LocalVariableReference.VerifyAssigned): New.
12117         Carved out of ...
12118         (LocalVariableReference.DoResolveBase): ... this.
12119         (MemberAccess.Resolve): Do the check that was disabled during
12120         SimpleNameResolve.
12122 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
12124         * class.cs :
12125           (PartialContainer.Create): check abstract/sealed/static strictly
12126           but abstract/sealed can exist only at one side. Fixed bug #75883.
12128 2005-09-01  Kornél Pál  <kornelpal@hotmail.com>
12130         Fix #75945.
12131         * attribute.cs (Attribute.GetMarshal): If ArraySubType is not
12132         specified, don't default to UnmanagedType.I4.
12134 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
12136         * expression.cs : conditional operator should check possibly
12137           incorrect assign expression. Fixed bug #75946.
12139 2005-08-31  Atsushi Enomoto  <atsushi@ximian.com>
12141         * cs-tokenizer.cs, cs-parser.jay, driver.cs, support.cs :
12142           Reverting the change. gmcs is much complex than mcs on this matter.
12144 2005-08-31  Atsushi Enomoto  <atsushi@ximian.com>
12146         * cs-tokenizer.cs : To read another token ahead of the actual 
12147           consumption, use new SavedToken and cache token instead of moving
12148           back the stream with SeekableStreamReader (it seemed problematic).
12149         * cs-parser.jay,
12150           driver.cs : Thus use StreamReader directly.
12151         * support.cs : Thus removed SeekableStreamReader.
12153 2005-08-30  Raja R Harinath  <rharinath@novell.com>
12155         Fix #75934.
12156         * anonymous.cs (ScopeInfo.MakeFieldName): New helper.
12157         (ScopeInfo.EmitScopeType): Use it to construct field names from
12158         names of captured locals.
12160         Fix #75929.
12161         * ecore.cs (BoxedCast.BoxedCast) [1-argument variant]: Remove.
12162         * convert.cs (ImplicitReferenceConversion, TryImplicitIntConversion):
12163         Pass 'target_type' to BoxedCast.  Don't default to 'object'.
12164         (ExplicitConversion): Remove enum cases already handled by
12165         implicit conversion.  Move implicit conversion check to the beginning.
12166         * delegate.cs (DelegateCreation.ResolveMethodGroupExpr): Update.
12167         * expression.cs (ArrayCreation.EmitDynamicInitializers):
12168         Don't treat System.Enum as a struct.
12170 2005-08-30  Jb Evain  <jbevain@gmail.com>
12172         * attribute.cs: handles as expression in parameters.
12174 2005-08-30  Raja R Harinath  <rharinath@novell.com>
12176         Fix #75802.
12177         * class.cs (TypeContainer.VerifyClsName): Don't use a
12178         PartialContainer when verifying CLS compliance.
12179         (AbstractPropertyEventMethod): Set Parent here, ...
12180         (PropertyMethod): ... not here.
12182 2005-08-30  Atsushi Enomoto  <atsushi@ximian.com>
12184         * attribute.cs : escaped attribute name should not be allowed to be
12185           resolved (e.g. @class as classAttribute). Fixed bug #75930.
12187 2005-08-29  Raja R Harinath  <rharinath@novell.com>
12189         Fix #75927.
12190         * convert.cs (ImplicitStandardConversionExists): Allow zero also
12191         when converting a long constant to unsigned long.
12192         * expression.cs (Invocation.OverloadResolve): Add sanity check to
12193         detect where IsApplicable and VerifyArgumentsCompat disagree.
12195 2005-08-29  Raja R Harinath  <rharinath@novell.com>
12196         and Carlos Alberto Cortez  <carlos@unixmexico.org>
12198         Fix #75848.
12199         * class.cs (TypeContainer.CanElideInitializer): New helper.
12200         (TypeContainer.EmitFieldInitializers): Use it to determine if we
12201         can safely emitting the initializer of a field.
12203 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
12205         * statement.cs : (Continue.Resolve()) Unlike break, continue is not
12206           allowed inside a switch (without loop). Fixed bug #75433.
12208 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
12210         * AssemblyInfo.cs: Using Consts.MonoVersion instead of MonoVersion.cs.
12211         * mcs.exe.sources: Using Consts.MonoVersion instead of MonoVersion.cs.
12213 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
12215         * driver.cs : kinda reverting the default encoding changes (not exact 
12216           revert since I noticed that "codepage:reset" might not work fine).
12218 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
12220         * class.cs : (AbstractPropertyEventMethod) SetupName() now takes
12221           Location. Now getter and setter store location correctly.
12222           (errors/cs0111-12.cs now reports the expected location.)
12224 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
12226         * driver.cs : Use default encoding on the environment.
12227           Removed (now that) extra parameter for SeekableStreamReader.
12228         * support.cs : (SeekableStreamReader) third .ctor() argument for
12229           StreamReader is not required (always true). preamble size could
12230           be acquired in simpler and safe way.
12232 2005-08-24  Atsushi Enomoto  <atsushi@ximian.com>
12234         * cs-parser.jay: report CS0642 at warning level 3
12235           and report CS0642 for an if else statement also
12236           fixes bug #74745. Patch by John Luke (and a bit
12237           modified by me).
12238           Removed extra CS0642 warning check for "while",
12239           "for" and "fixed".
12240         * statement.cs: In Block.Resolve(), CS0642 check
12241           is reimplemented to check a sequence of an empty
12242           statement and a block.
12244           Both fix bug #66777.
12246 2005-08-24  Marek Safar  <marek.safar@seznam.cz>
12248         * attribute.cs (GetMethodObsoleteAttribute): Disabled obsolete properties
12249         detection until I fix it.
12250         
12251         * cs-tokenizer.cs: Changed error message.
12252         
12253         * cs-parser.jay: Fixed 2 error locations.
12254         
12255         * ecore.cs (Error_TypeDoesNotContainDefinition): Share error message.
12256         (PropertyExpr.Error_PropertyNotFound): First attempt to detect non C#
12257         properties.
12258         
12259         * enum.cs (GetSignatureForError): Fixed.
12260         
12261         * expression.cs (Invocation.IsSpecialMethodInvocation): Improved special
12262         method detection.
12263         
12264         * class.cs,
12265         * typemanager.cs (RegisterProperty): Removed.
12266         
12267         * statement.cs (CheckInvariantMeaningInBlock): Changed error message.
12269 2005-08-24  Raja R Harinath  <rharinath@novell.com>
12271         Fix #75874.
12272         * expression.cs (ArrayAccess.EmitLoadOpcode): Emit ldelem.i for pointers.
12273         (ArrayAccess.GetStoreOpcode): Return stelem.i for pointers.
12275 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
12277         * expression.cs : tiny fix is required for not warning positive ulong.
12278           See test-441.cs.
12280 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
12282         * expression.cs : add CS0652 check for constant and integral
12283           expression. Fixed bug #53974.
12285 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
12287         * expression.cs : in DoNumericPromotions(), check if there is implicit
12288           conversion overload for string (to check CS0034). Fixed bug #52492.
12290 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
12292         * cs-tokenizer.cs : Check newline in char constant. Fixed bug #75245.
12294 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
12296         * ecore.cs : report location when it is *not* Null.
12298 2005-08-23  Atsushi Enomoto  <atsushi@ximian.com>
12300         * codegen.cs,
12301           ecore.cs,
12302           flowanalysis.cs,
12303           expression.cs:
12304           Added OmitStructFlowAnalysis to EmitContext to handle CS0165 check
12305           correctly. Fixed bug #75721.
12307 2005-08-23  Raja R Harinath  <rharinath@novell.com>
12309         * support.cs (SeekableStreamReader.Position): Avoid an expensive
12310         loop that performs 'min (pos, char_count)'.
12312         Fix #75862.
12313         * expression.cs (Unary.ResolveOperator): Don't discard implicit
12314         converted value in Operator.OnesComplement.
12316 2005-08-22  Ben Maurer  <bmaurer@ximian.com>
12318         * anonymous.cs: If the anon method is pulled into a helper class,
12319         it needs to be `internal' not `private'. Fixes runtime behavior on
12320         msft. bug #75704
12322 2005-08-20  Martin Baulig  <martin@ximian.com>
12324         * anonymous.cs (CaptureContext.CaptureThis): Create the topmost
12325         scope if we don't already have it.
12327         * expression.cs (Invocation.EmitCall): Use `ec.EmitThis ()' rather
12328         than `ig.Emit (OpCodes.Ldarg_0)' to make it work inside iterators;
12329         fixes #75867.
12331 2005-08-17  Marek Safar  <marek.safar@seznam.cz>
12333         Fix #75803
12334         * decl.cs (DeclSpace.VerifyClsCompliance): Skip when collision object
12335         is a partial class.
12337 2005-08-16  Marek Safar  <marek.safar@seznam.cz>
12339         The big constants rewrite
12340         Fix #75746, #75685 and more
12341         As a side effect saved 1MB for MWF ;-)
12342         
12343         * attribute.cs (GetAttributeArgumentExpression): Use ToType, GetTypedValue.
12344         (GetMarshal, GetMethodImplOptions, GetLayoutKindValue): Values are not
12345         enum based for corlib compilation.
12346         
12347         * cfold.cs (BinaryFold): Convert operand for enum additions. Fixed enum
12348         subtractions.
12349         
12350         * class.cs (FixedField.Define): Use ResolveAsConstant.
12351         
12352         * const.cs (IConstant): Interface constants and enums.
12353         (Const.ResolveValue): New method for constant resolvning.
12354         (ExternalConstant): Constants from imported assemblies.
12355         
12356         * constant.cs (Constant.GetTypedValue): Used to get constant with forced
12357         conversion; like enums.
12358         (Constant.ToType): Converts this constant to different type.
12359         (Constant.Increment): Adds 1.
12360         
12361         * convert.cs (ImplicitConversionRequired): Simplified.
12362         
12363         * cs-parser.jay: Create EnumMember directly.
12364         
12365         * decl.cs (MemberCore.CheckObsoleteness): Checks for ObsoleteAttribute presence.
12366         
12367         * doc.cs (GenerateEnumDocComment): Removed.
12368         
12369         * ecore.cs (Expression.ResolveAsConstant): New constant specific method.
12370         (ConvertIntLiteral): Removed.
12371         (FieldExpr.ResolveMemberAccess): Refactored to remove constant specific if(s).
12372         
12373         * enum.cs (EnumMember): Implement IConstant.
12374         (Enum.IsValidEnumConstant): Removed.
12375         (Enum.GetNextDefaultValue): Removed.
12376         (Enum.FindMembers): Updated.
12377         (Enum.GenerateDocComment): Iterate enum members.
12378         
12379         * expression.cs (Cast.TryReduce): Handle enums correctly.
12380         (New.Constantify): Made public.
12381         (MemberAccess.DoResolve): Removed contant specific if(s).
12382         
12383         * literal.cs (NullLiteral): Implement new abstract methods.
12384         
12385         * statement.cs (GotoCase.Resolve): Use new constant methods.
12386         (SwitchLabel.ResolveAndReduce): Use new constant methods.
12387         
12388         * typemanager.cs (LookupEnum): Removed.
12389         (IsEnumType): Fixed to work with corlib.
12390         (RegisterConstant): Removed.
12391         (LookupConstant): Removed.
12392         (GetConstant): Changed to work with IConstant.
12394 2005-08-04  Atsushi Enomoto  <atsushi@ximian.com>
12396         * location.cs : Fixed overflown (>255) column number.
12398 2005-08-03  Raja R Harinath  <rharinath@novell.com>
12400         First cut of the qualified-alias-member feature.
12401         * cs-tokenizer.cs (Tokenizer.is_punct): Recognize the double-colon
12402         token.
12403         * cs-parser.jay (DOUBLE_COLON): New token.
12404         (namespace_or_type_name): Add rule for recognizing
12405         qualified-alias-members.
12406         (primary_expression): Likewise.
12407         (element_access): Allow QualifiedAliasMember as a possible
12408         type-bearing expression.
12409         (local_variable_type, local_variable_pointer_type): Likewise.
12410         * namespace.cs (NamespaceEntry.LookupAlias): New.  Looks up
12411         aliases in the current and enclosing namespace declarations.
12412         (NamespaceEntry.UsingAlias): Add CS0440 warning.
12413         * decl.cs (MemberName.is_double_colon): New.
12414         (MemberName.MemberName): Add new constructor for alias-member.
12415         (MemberName.GetTypeExpression): Generate QualifiedAliasMember too.
12416         * expression.cs (QualifiedAliasMember): New expression type.
12418 2005-08-02  Atsushi Enomoto  <atsushi@ximian.com>
12420         * location.cs : it borked when no argument was specified.
12422 2005-08-02  Atsushi Enomoto  <atsushi@ximian.com>
12424         * location.cs : tiny ToString() format fix.
12426 2005-08-02  Atsushi Enomoto  <atsushi@ximian.com>
12428         * statement.cs : oops, it was missing.
12430 2005-08-02  Atsushi Enomoto  <atsushi@ximian.com>
12432         A set of fixes for precise line/column location.
12434         * location.cs :
12435           "token" field now holds a file/line "delta", a line number offset 
12436           from the segment, and a column number. See also:
12437           http://lists.ximian.com/pipermail/mono-devel-list/2004-
12438           December/009508.html
12439           Removed static IsNull. Use instance IsNull property instead.
12440         * cs-tokenizer.cs :
12441           For some tokens it stores Location. For Identifier it stores
12442           LocatedToken which is a pair of string name and location.
12443           Column numbers are adjusted only at getChar().
12444         * report.cs :
12445           Use Location.ToString() for reporting (it now contains column).
12446         * cs-parser.jay :
12447           Largely modified to use LocatedToken instead of
12448           string (IDENTIFIER), and to acquire Location from some tokens.
12449         * namespace.cs, decl.cs, ecore.cs, class.cs, delegate.cs,
12450           iterators.cs, const.cs, anonymous.cs, tree.cs, enum.cs,
12451           codegen.cs :
12452           Now MemberName holds Location. DeclSpace.ctor() receives Location
12453           as a parameter. Removed extra parameters to all derived classes.
12454           Replaced Location.IsNull() with instance property.
12455         * assign.cs, expression.cs :
12456           Added .ctor() overload that omits Location.
12457         * attribute.cs :
12458           Added "nameEscaped" flag that indicates the identifier was escaped
12459           in the source file. This fixes bug #57047.
12461 2005-08-02  Marek Safar  <marek.safar@seznam.cz>
12463         * attribute.cs (AttributeTester.GetImportedIgnoreCaseClsType):
12464         New method, looking for lo-case imported cls type.
12466         * decl.cs (DeclSpace.VerifyClsCompliance): Check CS3005 for types
12467         here.
12469         * driver.cs: Removed VerifyTopLevelNameClsCompliance usage.
12471         * enum (Enum.VerifyClsCompliance): Hardcode non-compliant types.
12473         * typemanager.cs (TypeManager.AllClsTopLevelTypes): Renamed from
12474         all_imported_types.
12475         (TypeManager.LoadAllImportedTypes): Lo-case imported types.
12477         Optimized to save 3.5 MB for SWF compilation.
12479 2005-08-01  Marek Safar  <marek.safar@seznam.cz>
12481         * class.cs (AddToTypeContainer): Use inheritance insted of if(s).
12482         (PartialContainer.Create): Moved logic AddToContainer.
12483         (PartialContainer.MarkForDuplicationCheck): Shares name.
12484         
12485         * decl.cs (DeclSpace.AddToContainer): Check name collisions at one
12486         place.
12487         
12488         * namespace.cs (Namespace.AddDeclSpace): Lazy declspaces
12489         initialization.
12490         (Namespace.GetSignatureForError): New method.
12491         
12492         * tree.cs (Tree.RecordDecl): Moved to AddToContainer.
12493         (RootTypes.AddToTypeContainer): se inheritance insted of if(s).
12495 2005-08-01  Raja R Harinath  <rharinath@novell.com>
12497         Fix #75669.
12498         * ecore.cs (Expression.MemberLookupFailed): Use queried_type for
12499         member lookup rather than qualifier_type, since qualifier_type can
12500         be null.
12502 2005-08-01  Marek Safar  <marek.safar@seznam.cz>
12504         * enum.cs (Enum.VerifyClsName): Fixed to allow not CLSCompliant
12505         enum member.
12507 2005-07-31  Miguel de Icaza  <miguel@novell.com>
12509         * statement.cs: Copy the local exception into the exception
12510         captured local.  Fixes 75674
12512 2005-07-31  Raja R Harinath  <harinath@gmail.com>
12514         Fix #75658.
12515         * expression.cs (Invocation.OverloadResolve): Don't report error
12516         CS1501 if error CS1502 has been reported.
12517         (New.DoResolve): Delegate CS1501 reporting to
12518         Invocation.OverloadResolve.
12520         Fix #75656.
12521         * statement.cs (Block.CheckInvariantMeaningInBlock): Verify
12522         invariant-meaning-in-block property in an enclosing block if
12523         necessary.
12525 2005-07-29  Marek Safar  <marek.safar@seznam.cz>
12527         * statement.cs (SwitchLabel.ResolveAndReduce): Refactored.
12528         (SwitchLabel.Erorr_AlreadyOccurs): Share error message.
12529         (Switch.CheckSwitch): Just save 50kb for SWF.
12531 2005-07-27  Martin Baulig  <martin@ximian.com>
12533         * anonymous.cs (CaptureContext.AddField): Added
12534         `AnonymousContainer am' argument; compute its toplevel scope if
12535         it's not already computed.  Fixes #75649.
12537 2005-07-26  Raja R Harinath  <rharinath@novell.com>
12539         Fix #75628.
12540         * class.cs (Constructor.Emit): Reset block to null if the block
12541         resolve fails.
12543 2005-07-25  Marek Safar  <marek.safar@seznam.cz>
12545         * class.cs (TypeContainer.VerifyMembers): Be compatible in warning 169.
12547 2005-07-25  Marek Safar  <marek.safar@seznam.cz>
12549         * class.cs (MethodData.Define): Check whether accessor implementing
12550         interface is public.
12552         * driver.cs (Driver.parse): Try to be smart and check for `MZ' header.
12554 2005-07-22  Marek Safar  <marek.safar@seznam.cz>
12556         Fix #57245
12557         * namespace.cs (LookupType): Moved same type check to...
12558         
12559         * typemanager.cs (LookupTypeReflection): Don't allow to import more types
12560         with the same name.
12562 2005-07-21  Raja R Harinath  <rharinath@novell.com>
12564         * namespace.cs (NamespaceLookupType): Avoid a string allocation when we
12565         already found a typebuilder.
12566         * class.cs (MethodCore.IsDuplicateImplementation): Compare
12567         MemberNames, not strings.
12569         * const.cs (Error_ExpressionMustBeConst): 
12570         Rename from Error_EpressionMustBeConst.
12571         * const.cs, class.cs, statement.cd: Update.
12573 2005-07-21  Marek Safar  <marek.safar@seznam.cz>
12575         Fix #65573
12577         * const.cs (Const.LookupConstantValue): Report missing contant expression
12578         everytime.
12579         (Error_EpressionMustBeConstant): Only one error method.
12581         * class.cs, statement.c: Updated.
12583 2005-07-20  Raja R Harinath  <rharinath@novell.com>
12585         * statement.cs (Block.Flags): Add back HasVarargs.
12586         (Block.flags): Make protected.
12587         (ToplevelBlock.HasVarargs): Convert to a property that updates flags.
12589         * typemanager.cs (types, typecontainers, user_types): Remove.
12590         (UserTypes, TypeContainers): Likewise.
12591         (HandleDuplicate, AddDelegateType, AddEnumType): Likewise.
12592         (CleanUp, Reset): Update.
12593         (AddUserType): Combine variants.  Now, only updates builder_to_declspace.
12594         (GetNestedType): Use Type.GetNestedType.
12595         (CoreLookupType): Take two arguments, the namespace and the
12596         basename of the type.  Update to use the Namespace.Lookup
12597         mechanism.
12598         (InitEnumUnderlyingTypes, InitCoreTypes): Update.
12599         (RealMemberLookup): Use IsNestedChildOf instead of playing with
12600         string concatenation and substring matches.
12601         * class.cs, enum.cs, delegate.cs: Update to changes.
12603 2005-07-20  Marek Safar  <marek.safar@seznam.cz>
12605         * constant.cs (Constant.Error_ConstantValueCannotBeConverted): Moved from
12606         Expression and made virtual.
12608         * convert.cs (ImplicitReferenceConversionExists): Skip for value types.
12609         (ImplicitStandardConversionExists): Fixed `byte' typo ?
12611         * ecore.cs (Expression.Error_ConstantValueCannotBeConverted): Moved.
12613         * literal.cs (NullLiteral.Error_ConstantValueCannotBeConverted): Customize
12614         error message.
12616         * convert.cs, ecore.cs, enum.cs: Reflect Error_ConstantValueCannotBeConverted
12617         change.
12619 2005-07-18  Marek Safar  <marek.safar@seznam.cz>
12621         Fix #57707
12622         * codegen.cs (AssemblyClass.ApplyAttributeBuilder): Check whether
12623         AssemblyCultureAttribute is not used on executable.
12625         * rootcontext.cs,
12626         * typemanager.cs: Add System.Reflection.AssemblyCultureAttribute.
12628 2005-07-16  Raja R Harinath  <rharinath@novell.com>
12630         Fix #60638.
12631         * expression.cs (Binary.Warning_UnintendeReferenceComparison):
12632         New.  Reports CS0252/CS0253.
12633         Mostly taken from preliminary patch by Duncak Mak.
12634         (Binary.DoResolveOperator): Store results of operator lookup.
12635         Use them to detect if we need to warn about unintended reference
12636         comparisons.
12638 2005-07-15  Raja R Harinath  <rharinath@novell.com>
12640         Fix #72969.
12641         * namespace.cs (Namespace.Lookup): Add back location parameter.
12642         (Namespace.LookupType): Add CS0436 report.  Add location parameter.
12643         * delegate.cs, ecore.cs, expression.cs: Update to changes.
12645         * codegen.cs (EmitContext.DeclSpace): Make readonly.
12646         * namespace.cs (Namespace.Lookup): Carve out type lookup into ...
12647         (Namespace.LookupType): ... this.
12648         (NamespaceEntry.GetUsingTable): Allocate only one zero-sized array
12649         of namespaces.
12650         * typemanager.cs (LookupTypeReflection): Remove buggy code that
12651         purported to handle pointers.
12652         (char_ptr_type, void_ptr_type): Use GetPointerType rather than
12653         CoreLookupType.
12655 2005-07-15  Marek Safar  <marek.safar@seznam.cz>
12657         * expression.cs (MemberAccess.ResolveNamespaceOrType): Don't report nested
12658         type as namespace.
12660 2005-07-15  Raja R Harinath  <rharinath@novell.com>
12662         * namespace.cs (Namespace.Lookup): Drop location parameter.
12663         (NamespaceEntry.LookupAlias): Remove.  Merge into ...
12664         (NamespaceEntry.Lookup): ... this.
12665         (NamespaceEntry.Error_AmbiguousTypeReference):
12666         Move here from DeclSpace.
12667         (NamespaceEntry.LookupNamespaceOrType): Move support for dotted
12668         names ...
12669         * ecore.cs (TypeLookupExpression.DoResolveAsTypeStep): ... here.
12670         * decl.cs (DeclSpace.ErrorAmbiguousTypeReference):
12671         Move to NamespaceEntry.
12672         * delegate.cs, expression.cs: Update to changes.
12674 2005-07-14  Marek Safar  <marek.safar@seznam.cz>
12676         * attribute.cs (Attribute.ResolveAttributeType): Renamed from
12677         CheckAttributeType and refactored.
12678         (Attribute.ResolvePossibleAttributeType): Changed to reuse
12679         ResolveAsTypeTerminal error handling.
12680         (ResolveAsTypeTerminal): Introduced because of global attributes extra
12681         handling.
12682         (GetSignatureForError): Print errors in same way.
12684         * class.cs,
12685         * codegen.cs: Reflect attribute GetSignatureForError change.
12687         * ecore.cs,
12688         * expression.cs: Add silent parameter to ResolveAsTypeStep.
12690         * namespace.cs (UsingEntry): Refactored to make fields private.
12692         * assign.cs,
12693         statement.cs: Error_UnexpectedKind has extra parameter.
12695 2005-07-14  Raja R Harinath  <rharinath@novell.com>
12697         * ecore.cs (IAlias): Remove.
12698         * decl.cs (DeclSpace): Don't derive from IAlias.  Remove members
12699         that implement the interface.
12700         * namespace.cs (Namespace): Likewise.
12701         (Namespace.declspaces): Renamed from 'defined_names'.
12702         (Namespace.AddDeclSpace): Renamed from 'DefineName'.  Take a
12703         DeclSpace instead of an IAlias.
12704         * tree.cs (Tree.AddDecl): Update.
12706 2005-07-12  Raja R Harinath  <rharinath@novell.com>
12708         * statement.cs (Block.Flags); Remove HasVarargs.
12709         (Block.HasVarargs): Move to ToplevelBlock.
12710         (Block.ThisVariable, Block.AddThisVariable): Likewise.
12711         (Block.Variables): Make protected.  Initialize variable hashtable
12712         if necessary.
12713         (Block.AddVariable): Update.
12714         (Block.Resolve): Update to changes.
12715         (ToplevelBlock.HasVarargs): New boolean.
12716         (ToplevelBlock.ThisVariable): Move here from Block.
12717         (ToplevelBlock.AddThisVariable): Likewise.
12718         (ToplevelBlock.IsThisAssigned): New.  Forwards call to this_variable.
12719         * expression.cs (This.ResolveBase): Update to changes.
12720         (ArglistAccess.DoResolve): Likewise.
12722 2005-07-11  Marek Safar  <marek.safar@seznam.cz>
12724         Fix #75321
12725         * ecore.cs, class.cs: Use SetAssigned instead of direct access.
12727         * class.cs (TypeContainer.VerifyMembers): Distinguish between
12728         not used and not used & assigned.
12729         (FieldBase.ASSIGNED): Moved to MemberCore.Flags.
12731 2005-07-11  Marek Safar  <marek.safar@seznam.cz>
12733         Fix #75053
12734         * expression.cs (Is.DoResolve): null is never provided type.
12736 2005-07-08  Marek Safar  <marek.safar@seznam.cz>
12738         Fix #52496
12739         * cs-parser.jay: Less strict event error rule to catch more errors.
12741 2005-07-08  Martin Baulig  <martin@ximian.com>
12743         Fix test-iter-10.cs - distinguish whether we `yield' in a property
12744         gettter (allowed) or setter (not allowed).
12746         * class.cs (Accessor): Implement IIteratorContainer.
12747         (Accessor.Yields): New public field.
12748         (PropertyBase.PropertyMethod.Define): Handle iterators on a
12749         per-accessor basis.
12751         * cs-parser.jay
12752         (get_accessor_declaration, set_accessor_declaration): Set the
12753         `yields' flag on the accessor, not the property.
12754         (property_declaration): Do the iterators check on a per-accessor
12755         basis and not for the whole property.
12757 2005-07-08  Martin Baulig  <martin@ximian.com>
12759         * anonymous.cs (CaptureContext.EmitParameterInstance): Correctly
12760         handle parameters in nested scopes; fixes #74808; see gtest-188.cs.
12762 2005-07-07  Marek Safar  <marek.safar@seznam.cz>
12764         Fix #74975
12765         * attribute.cs (orig_sec_assembly): Holds original version of assembly.
12766         (ExtractSecurityPermissionSet): Cope with self referencing security
12767         attributes properly.
12769         * driver.cs (SetOutputFile): Made public property OutputFile.
12771 2005-07-07  Raja R Harinath  <rharinath@novell.com>
12773         Fix #75486.
12774         * class.cs (TypeContainer.first_nonstatic_field): Rename from
12775         has_nonstatic_fields.  Make into a FieldBase pointer.
12776         (TypeContainer.AddField): Add CS0282 check.
12777         (TypeContainer.EmitType): Update.
12779 2005-07-06  Miguel de Icaza  <miguel@novell.com>
12781         * cs-tokenizer.cs (consume_identifier): Do not create strings to
12782         compare if they start with __.
12784 2005-07-06  Raja R Harinath  <rharinath@novell.com>
12786         * statement.cs (Switch.SwitchGoverningType): Only look at
12787         UserCasts that don't need implicit standard conversions to one of
12788         the allowed switch types (Fixes test-322.cs).
12789         (LocalInfo.Resolve): Re-enable sanity-test.
12791 2005-07-06  Marek Safar  <marek.safar@seznam.cz>
12793         * cs-tokenizer.cs (consume_identifier): Detect double undescores
12794         
12795         * ecore.cs (FieldExpr.AddressOf): Changed volatile error to warning.
12796         
12797         * expression.cs (Invocation.DoResolve): Report error CS0245 here.
12799 2005-07-06  Raja R Harinath  <rharinath@novell.com>
12801         Fix #75472.
12802         * ecore.cs (SimpleName.GetSignatureForError): Add.
12803         * expression.cs (MemberAccess.DoResolve): Don't clobber 'expr' field.
12804         (MemberAccess.GetSignatureForError): Add.
12806 2005-07-05  Marek Safar  <marek.safar@seznam.cz>
12808         The big error and warning messages review.
12809         
12810         * anonymous.cs,
12811         * assign.cs,
12812         * attribute.cs,
12813         * class.cs,
12814         * codegen.cs,
12815         * convert.cs,
12816         * cs-parser.jay,
12817         * cs-tokenizer.cs,
12818         * decl.cs,
12819         * delegate.cs,
12820         * doc.cs,
12821         * driver.cs,
12822         * ecore.cs,
12823         * enum.cs,
12824         * expression.cs,
12825         * flowanalysis.cs,
12826         * iterators.cs,
12827         * literal.cs,
12828         * location.cs,
12829         * modifiers.cs,
12830         * namespace.cs,
12831         * parameter.cs,
12832         * pending.cs,
12833         * report.cs,
12834         * rootcontext.cs,
12835         * statement.cs,
12836         * support.cs,
12837         * tree.cs,
12838         * typemanager.cs: Updated.
12839         
12840         * class.cs: (MethodCore.SetYields): Moved here to share.
12841         (PropertyMethod.Define): Moved iterator setup here.
12842         
12843         * iterators.cs: Add orig_method to have full access to parent
12844         container.
12846 2005-07-05  Raja R Harinath  <rharinath@novell.com>
12848         Make 'fixed variable' handling standards compliant. Fix #70807, #72729.
12849         * ecore.cs (IVariable.VerifyFixed): Remove 'is_expression' parameter.
12850         (FieldExpr.VerifyFixed): Ensure that the field is part of a fixed
12851         variable of struct type.
12852         * expression.cs (Unary.ResolveOperator): Update to change.
12853         (Indirection.VerifyFixed): Likewise.
12854         (LocalVariableReference.VerifyFixed): A local variable is always fixed.
12855         (ParameterReference.VerifyFixed): Value parameters are fixed.
12856         (This.VerifyFixed): Treat 'this' as a value parameter.
12857         * statement.cs (LocalInfo.IsFixed): Remove.
12859 2005-07-01  Martin Baulig  <martin@ximian.com>
12861         * iterators.cs (Iterator.CapturedThisReference.Emit): Use
12862         `ec.EmitThis ()' to get the correct scope.
12864 2005-07-01  Martin Baulig  <martin@ximian.com>
12866         * ecore.cs (FieldExpr.DoResolve): Don't capture the field if it's
12867         instance is a ParameterReference; fixes #75299.
12869 2005-07-01  Martin Baulig  <martin@ximian.com>
12871         Reverted Marek's latest patch (r46725):
12872         - it contains structural changes which are neither mentioned in
12873           the ChangeLog nor explained anywhere; for example the additional
12874           argument of EmitContext's and Iterator's .ctor's and the
12875           TypeContainer.DefineMembers() change.
12876         - structural changes like this should go in in seperate patches
12877           and not be hidden in a huge patch which just seems to affect
12878           warnings and errors.
12879           a big and hard to understand patch.
12880         - it breaks iterators and causes regressions, for instance in
12881           test-iter-03.cs.      
12883 2005-06-30  Raja R Harinath  <rharinath@novell.com>
12885         Fix #75412.
12886         * expression.cs (Indexers.map): Remove.
12887         (Indexers.Append): Filter out inaccessible setters and getters.
12888         (IndexerAccess.DoResolve, IndexerAccess.DoResolveLValue): Update.
12890         Fix #75283.
12891         * ecore.cs (MemberExpr.EmitInstance): New.  Add CS0120 check.
12892         Refactored from ...
12893         (FieldExpr.EmitInstance, PropertyExpr.EmitInstance): ... these.
12894         (FieldExpr.Emit, PropertyExpr.Emit): Update.
12895         (FieldExpr.EmitAssign, PropertyExpr.EmitAssign): Update.
12896         * expression.cs (Invocation.EmitCall): Add CS0120 check.
12898 2005-06-30  Marek Safar  <marek.safar@seznam.cz>
12900         Fix #75322
12901         * class.cs (FieldBase.GetInitializerExpression): One more field
12902         for backup.
12904 2005-06-28  Miguel de Icaza  <miguel@novell.com>
12906         * pending.cs: Do not define a proxy if the base method is virtual,
12907         it will be picked up by the runtime (bug 75270).
12909 2005-06-08  Martin Baulig  <martin@ximian.com>
12911         The big Iterators rewrite :-)
12913         * iterators.cs: Rewrite this to use the anonymous methods framework.
12915         * rootcontext.cs (RootContext.DefineTypes): Define Delegates
12916         before the TypeContainers; see 2test-21.cs.
12918         * class.cs
12919         (TypeContainer.DefineType): Don't create a new EmitContext if we
12920         already have one (this only happens if we're an Iterator).
12921         (TypeContainer.Define): Also call Define() on all our iterators.
12922         (Method.CreateEmitContext): Added support for iterators.
12924         * anonymous.cs
12925         (AnonymousContainer): New abstract base class for `AnonymousMethod'.
12926         (AnonymousContainer.CreateMethodHost): Moved here from
12927         AnonymousMethod and made abstract.
12928         (AnonymousContainer.CreateScopeType): New abstract method.
12929         (AnonymousContainer.IsIterator): New public property.
12930         (ScopeInfo.EmitScopeType): Call CreateScopeType() on our Host to
12931         get the ScopeTypeBuilder rather than manually defining it here. 
12932         (ScopeInfo.EmitScopeInstance): New public method; correctly handle
12933         iterators here.
12935         * driver.cs (Driver.MainDriver): Call TypeManager.InitCodeHelpers()
12936         before RootContext.DefineTypes().
12938         * codegen.cs (EmitContext.RemapToProxy): Removed.
12939         (EmitContext.CurrentAnonymousMethod): Changed type from
12940         AnonymousMethod -> AnonymousContainer.
12941         (EmitContext.ResolveTopBlock): Protect from being called twice.
12942         (EmitContext.MapVariable, RemapParameter(LValue)): Removed.
12943         (EmitContext.EmitThis): Removed the iterators hacks; use the
12944         anonymous methods framework for that.
12946         * statement.cs
12947         (ToplevelBlock.Container): Make this a property, not a field.
12948         (ToplevelBlock.ReParent): New public method; move the
12949         ToplevelBlock into a new container.
12950         (Foreach.TemporaryVariable): Simplify.
12952 2005-06-05  Martin Baulig  <martin@ximian.com>
12954         * statement.cs (LocalInfo.CompilerGenerated): New flag.
12955         (Block.AddTemporaryVariable): New public method; creates a new
12956         `LocalInfo' for a temporary variable.
12957         (Block.EmitMeta): Create the LocalBuilders for all the temporary
12958         variables here.
12959         (Foreach.TemporaryVariable): Use Block.AddTemporaryVariable() for
12960         non-iterator variables.
12962 2005-06-05  Martin Baulig  <martin@ximian.com>
12964         * statement.cs (Foreach.TemporaryVariable): Create the
12965         LocalBuilder in the Emit phase and not in Resolve since in some
12966         situations, we don't have an ILGenerator during Resolve; see
12967         2test-19.cs for an example.
12969 2005-06-04  Martin Baulig  <martin@ximian.com>
12971         **** Merged r45395 from GCS ****
12973         The big Foreach rewrite - Part II.
12975         * typemanager.cs (TypeManager.object_getcurrent_void): Replaced
12976         with `PropertyInfo ienumerator_getcurrent'.
12978         * codegen.cs (VariableStorage): Removed.
12980         * statement.cs
12981         (Foreach): Derive from Statement, not ExceptionStatement.
12982         (Foreach.CollectionForeach): New nested class.  Moved all the code
12983         dealing with collection foreach here.
12984         (Foreach.ForeachHelperMethods): Removed.
12985         (Foreach.TemporaryVariable): Implement IMemoryLocation.
12987 2005-05-23  Martin Baulig  <martin@ximian.com>
12989         * statement.cs (Try.DoResolve): Don't create a `finally' if we
12990         don't need to.  Fix #75014.
12992 2005-05-20  Martin Baulig  <martin@ximian.com>
12994         Merged r44808 from GMCS.
12996         * class.cs (TypeContainer.CircularDepException): Removed.
12997         (TypeContainer.DefineType): Removed the `InTransit' stuff.
12998         (TypeContainer.CheckRecursiveDefinition): Check for circular class
12999         (CS0146) and interface (CS0529) dependencies here.
13001 2005-06-21  Raja R Harinath  <rharinath@novell.com>
13003         * expression.cs (Invocation.EmitCall): Fix initialization
13004         'this_call' to reflect current behaviour.  Fix indentation.
13006         * convert.cs (FindMostEncompassedType): Add two trivial special
13007         cases (number_of_types == 0 || number_of_types == 1).
13008         (FindMostEncompasingType): Likewise.
13010 2005-06-17  Raja R Harinath  <rharinath@novell.com>
13012         Some cleanups preparing for the fix of #75283.
13013         * ecore.cs (PropertyExpr.InstanceResolve): Tighten conditions for
13014         error testing.
13015         (EventExpr.InstanceResolve): Likewise.
13016         (EventExpr.DoResolve): Remove redundant checks.
13018 2005-06-10  Duncan Mak  <duncan@novell.com>
13020         * cs-tokenizer.cs (process_directives): New flag for controlling
13021         the processing of preprocessor directives.
13022         (x_token): After seeing a '#', return Token.NONE instead of going
13023         to handle_preprocessing_directive() when not processing
13024         directives. This avoids unnecessary processing during the token peek in
13025         is_punct().
13027         This fixes #74939.
13029         * cs-tokenizer.cs (handle_preprocessing_directive, xtoken): Use
13030         the existing error reporting methods instead of Report.Error.
13032         * convert.cs (priv_fmt_expr): Remove. It's not needed anymore
13033         after Raja's rewrite.
13035 2005-06-08  Miguel de Icaza  <miguel@novell.com>
13037         * class.cs: Small fix.
13039 2005-06-08  Raja R Harinath  <rharinath@novell.com>
13041         Fix #75160.
13042         * class.cs (GetPartialBases): Fix return value check of
13043         part.GetClassBases.
13045 2005-06-07  Raja R Harinath  <rharinath@novell.com>
13047         Ensure that partial classes are registered in their enclosing
13048         namespace.  Initial part of fix of #75160.
13049         * tree.cs (Tree.RecordDecl): Add new namespace argument.
13050         Register declspace with namespace here, not in
13051         DeclSpace.RecordDecl.
13052         * cs-parser.jay: Pass namespace to RecordDecl.
13053         * class.cs (PartialContainer.Create): Likewise.
13054         (ClassPart.DefineType): New sanity-check.  Throws an exception if
13055         called.
13056         * decl.cs (Declspace.RecordDecl): Remove.
13057         * namespace.cs (NamespaceEntry.DefineName): Remove.
13059 2005-06-06  Marek Safar  <marek.safar@seznam.cz>
13061         * rootcontext.cs: Reset TargetExt as well.
13063 2005-06-03  Raja R Harinath  <rharinath@novell.com>
13065         * ecore.cs (Expression.Resolve): Emit CS0654 error when
13066         -langversion:ISO-1.
13068 2005-06-02  Raja R Harinath  <rharinath@novell.com>
13070         Fix #75080, cs0119.cs.
13071         * ecore.cs (Expression.ExprClassToResolveFlags): New.  Broken out
13072         of ...
13073         (Expression.Resolve): ... this.  Use it.  Remove bogus code
13074         allowing ExprClass.Type and ExprClass.Namespace for
13075         ResolveFlags.VariableOrValue.
13076         (Expression.Resolve) [1-argument variant]: Change default resolve
13077         flags based on language version.
13078         (Expression.Error_UnexpectedKind): Use a simple string array
13079         rather than an ArrayList.
13080         * expression.cs (TypeOf.DoResolve): Set eclass to ExprClass.Value,
13081         not ExprClass.Type.
13082         (TypeOfVoid.DoResolve): Likewise.
13083         (MemberAccess.DoResolve) [3-argument variant]: Make private.  Drop
13084         flags argument -- it always has the same value.
13086 2005-05-31  Raja R Harinath  <rharinath@novell.com>
13088         Fix #75081.
13089         * ecore.cs (Expression.ResolveLValue): Add a Location parameter.
13090         Use it in the error message.
13091         * assign.cs, expression.cs, statement.cs: Update.
13093 2005-05-30  Raja R Harinath  <rharinath@novell.com>
13095         Fix #75088.
13096         * ecore.cs (Expression.MemberLookupFailed): Add CS0122 check in
13097         the "almostMatchedMember" case too.
13098         * typemanager.cs (Closure.CheckValidFamilyAccess): Add anything
13099         that failed the accessibility checks to 'almost_match'.
13101 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
13103         * attribute.cs: Use internal MethodBuilder methods to set
13104         ExactSpelling and SetLastError on PInvoke methods, instead
13105         of passing them via charset.  Fixes #75060.
13107 2005-05-27  Raja R Harinath  <rharinath@novell.com>
13109         * parameter.cs (Parameter): Remove TODO comment.
13110         (Parameter.DefineParameter): Remove Location parameter.
13111         (Parameters.LabelParameters): Likewise.
13112         * class.cs (Constructor.Emit): Update to change.
13113         (MethodData.Emit): Likewise.
13114         * anonymous.cs (AnonymousMethod.EmitMethod): Likewise.  
13115         * delegate.cs (Delegate.Define, Delegate.Emit): Likewise.
13117 2005-05-27  Atsushi Enomoto  <atsushi@ximian.com>
13119         * parameter.cs,
13120           Removed Parameters.Location and added Parameter.Location instead.
13121           Removed Location parameter from Emit() and GetSignature().
13122         * anonymous.cs,
13123           class.cs,
13124           cs-parser.jay,
13125           delegate.cs,
13126           iterators.cs,
13127           statement.cs :
13128           Modified all related calls.
13130 2005-05-26  Raja R Harinath  <rharinath@novell.com>
13132         Improve user-defined conversion handling.
13133         * convert.cs (GetConversionOperators): Rewrite.  Return only the
13134         applicable operators.
13135         (AddConversionOperators): New.  Helper for GetConversionOperators.
13136         (FindMostEncompassedType, FindMostEncompassingType): Verify that
13137         there is only one most encompassed/encompassing type.
13138         (FindMostSpecificSource, FindMostSpecificTarget): Remove
13139         "applicable operator" handling.
13140         (UserConversion): Move cache here from GetConversionOperators.
13141         Directly cache the chosen operator, rather than the whole
13142         MethodGroup.
13143         (ExplicitNumericConversion): Fix buggy implementation of Decimal
13144         case.  Allow conversion of decimal to sbyte and byte too.
13145         * expression.cs (EmptyExpression.Grab, EmptyExpression.Release):
13146         New static methods.  Used to avoid allocating EmptyExpressions in
13147         convert.cs.
13149 2005-05-24  Duncan Mak  <duncan@novell.com>
13151         * ecore.cs (CastFromDecimal): New class for casting a decimal to
13152         another class, used in Convert.ExplicitNumericConversion.
13153         (CastToDecimal): New class, similar to above, but casts to
13154         System.Decimal, used in Convert.ImplicitNumericConversion and also
13155         in explicit convesion from double/float to decimal.
13157         * convert.cs (ImplicitNumericConversion): Handle implicit
13158         conversions to System.Decimal.
13159         (ExplicitNumericConversion): handle explicit conversions to
13160         System.Decimal.
13162         This fixes #68711.
13163         
13164 2005-05-20  Miguel de Icaza  <miguel@novell.com>
13166         * typemanager.cs (EnumToUnderlying): Do not throw if we do not
13167         know the type at this stage, just break through.   Fixes #75008 
13169 2005-05-19  Martin Baulig  <martin@ximian.com>
13171         * delegate.cs
13172         (ImplicitDelegateCreation.Check): Added `bool check_only' argument
13173         to disable error reporting.
13175         * convert.cs (Convert.ImplicitStandardConversionExists): Use it
13176         here since we don't want to report an error; see the new test-336.cs.
13178 2005-05-19  Raja R Harinath  <rharinath@novell.com>
13180         * statement.cs (ToplevelBlock.GetParameterReference)
13181         (ToplevelBlock.IsParameterReference,ToplevelBlock.IsLocalParameter):
13182         Move here from class Block.
13183         * ecore.cs (SimpleName.SimpleNameResolve): Update to changes.
13184         * expression.cs (ParameterReference.DoResolveBase): Likewise.
13186 2005-05-18  Martin Baulig  <martin@ximian.com>
13188         Fix #74978.
13190         * flowanalysis.cs
13191         (FlowBranching.Reachability): Add non-static public And() and Or()
13192         methods.
13193         (FlowBranchingSwitch): New class; do the `break_origins' thing
13194         like in FlowBranchingLoop.
13195         (FlowBranching.UsageVector.MergeBreakOrigins): Also merge the
13196         reachability, not just locals and parameters.
13197         (FlowBranching.MergeChild): Remove some of the hacks for loop and
13198         switch; MergeBreakOrigins() now takes care of that.
13200 2005-05-18  Martin Baulig  <martin@ximian.com>
13202         * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
13203         a loop and may leave it, reset the barrier; fixes #74974.
13205 2005-05-17  Marek Safar  <marek.safar@seznam.cz>
13206         
13207         * attribute.cs (Attribute.ResolveArguments): GuidAttribute check
13208         is back.
13209         
13210         * cs-parser.jay: Catch more lexical errors.
13211         
13212         * report.cs: Add one more Error method.
13213         
13214         * rootcontext.cs,
13215         * typemanager.cs: Register System.Runtime.InteropServices.GuidAttribute
13217 2005-05-17  Martin Baulig  <martin@ximian.com>
13219         * expression.cs (Argument.Resolve): Turn on flow analysis; fix
13220         #70970. 
13222 2005-05-16  Raja R Harinath  <rharinath@novell.com>
13224         Fix test-382.cs.  Emit values of decimal constants.
13225         * class.cs (TypeContainer.RegisterFieldForInitialization): New.
13226         Carved out of ...
13227         (TypeContainer.AddField): ... this.
13228         (TypeContainer.EmitFieldInitializers): Allow the list of fields
13229         with initializers to include 'Const's.
13230         (ClassPart.RegisterFieldForInitialization): Forward to
13231         PartialContainer.
13232         * const.cs (Const.Const): Pass initializer to base class.
13233         (Const.Define): In case of decimal constants, register them for
13234         initialization in a static constructor.
13236 2005-05-14  Martin Baulig  <martin@ximian.com>
13238         * statement.cs (Block.Resolve): Correctly handle unreachable code;
13239         do not call ResolveUnreachable() on unreachable statements in
13240         here, see the comment in the source code.
13242 2005-05-13  Raja R Harinath  <rharinath@novell.com>
13244         Fix #74934.
13245         * expression.cs (BinaryResolveOperator): If one of the operands of
13246         an equality comparison is 'null' and the other is a pointer type,
13247         convert the null to a NullPointer.
13248         * convert.cs (ImplicitReferenceConversion): If the expression is a
13249         NullLiteral and the target type is a pointer type, return a
13250         NullPointer instead.
13251         (ImplicitConversionStandard): Likewise.
13253 2005-05-13  Marek Safar  <marek.safar@seznam.cz>
13254         
13255         * cs-parser.jay: Set readonly context based on special constructs.
13256         
13257         * expression.cs (LocalVariableReference.DoResolveBase): Improved
13258         readonly variable error handling.
13259         
13260         * rootcontext.cs (EmitCode): Don't verify members when error
13261         occurred.
13262         
13263         * statement.cs (LocalInfo): Add reaodnly context information.
13264         (SetReadOnlyContext, GetReadOnlyContext): New methods.
13266 2005-05-13  Raja R Harinath  <rharinath@novell.com>
13268         * statement.cs (Block.Resolve): Revert change below.  Modify fix
13269         for #74041 to initialize 'resolved' to false only for explicit
13270         blocks.  Fixes #74873.
13272 2005-05-12  Raja R Harinath  <harinath@gmail.com>
13274         Fix #74920.
13275         * typemanager.cs (unmanaged_enclosing_types): New.
13276         (IsUnmanagedType): Avoid infloops by using
13277         'unmanaged_enclosing_types' to talk with recursive invocations.
13279 2005-05-13  Martin Baulig  <martin@ximian.com>
13281         * statement.cs (Block.Resolve): Make the `bool unresolved' flag an
13282         instance variable, not a local.  Fix #74873.
13283         (Block.ResolveUnreachable): Set it to true here.
13285 2005-05-11  Duncan Mak  <duncan@novell.com>
13287         * cs-tokenizer.cs (get_cmd_arg): Check that 'c' is not -1 before
13288         continuing to process for 'arg'.
13289         (handle_preprocessing_directive): Check the argument of the #endif
13290         directive and report error CS1025 if there are any trailing
13291         characters.
13293         According to the C# spec, having even whitespace after the #endif
13294         directive is illegal; however, because we call arg.TrimEnd ()
13295         beforehand, we have the same behavior as csc, allowing whitespace
13296         after the directive.
13298         Fixes #74892.
13300 2005-05-11  Marek Safar  <marek.safar@seznam.cz>
13302         Fix #74863.
13303         
13304         * class.cs (ConstructorInitializer.GetOverloadedConstructor): Removed.
13305         (Constructor.GetObsoleteAttribute): Implemented correctly.
13307 2005-05-10  Martin Baulig  <martin@ximian.com>
13309         * support.cs (ReflectionParameters.ParameterModifier): Use
13310         `Parameter.Modifier.REF' if we both have `ParameterAttributes.Out'
13311         and `ParameterAttributes.In'.  Fixes #74884.
13313 2005-05-10  Marek Safar  <marek.safar@seznam.cz>
13315         * class.cs (Method.Define): Catch attempt for Finalizer declaration.
13316         
13317         * expression.cs (Argument.GetParameterModifier): Turned to property.
13318         (Invocation.Error_InvalidArguments): Add more descriptive errors.
13319         
13320         * parameter.cs (Parameter.GetModifierSignature): Translates modifier to
13321         its C# equivalent.
13322         
13323 2005-05-09  Raja R Harinath  <rharinath@novell.com>
13325         Fix #74852.
13326         * decl.cs (MemberCache.AddMethods): Register override methods,
13327         rather than non-override methods.
13328         * typemanager.cs (RegisterOverride): New.
13329         (IsOverride): Update.
13331 2005-05-09  Marek Safar  <marek.safar@seznam.cz>
13333         Fix #73105.
13334         
13335         * ecore.cs (SimpleName.SimpleNameResolve): Add in_transit to catch
13336         recursive declaration.
13337         
13338         * statement.cs (Block.ResolveMeta): Report any error in resolving.
13339         
13340 2005-05-06  Marek Safar  <marek.safar@seznam.cz>
13342         * cfold (DoConstantNumericPromotions): Don't try to convert 0 enum.
13343         
13344         * expression.cs (Binary.DoResolve): (x && 0) is always 0.
13346 2005-05-05  Raja R Harinath  <rharinath@novell.com>
13348         Fix #74797.
13349         * decl.cs (DeclSpace.FamilyAccessible): 
13350         Use TypeManager.IsNestedFamilyAccessible.
13352         Fix reopened #64812.
13353         * typemanager.cs (Closure.Filter): Introduce checks for 'protected
13354         internal'.
13356 2005-05-04  Raja R Harinath  <rharinath@novell.com>
13357             Abin Thomas  <projectmonokochi@rediffmail.com>
13358             Anoob V E  <projectmonokochi@rediffmail.com>
13359             Harilal P R  <projectmonokochi@rediffmail.com>
13361         Fix #64812.
13362         * typemanager.cs (Closure.CheckValidFamilyAccess): Don't blindly
13363         allow access to all static members.
13365 2005-05-04  Martin Baulig  <martin@ximian.com>
13367         * ecore.cs (FieldExpr.DoResolveLValue): Always call fb.SetAssigned().
13369 2005-05-04  Martin Baulig  <martin@ximian.com>
13371         Fix #74655.
13373         * statement.cs (Switch.SimpleSwitchEmit): Always emit the default
13374         section at the end; make things work if `default' is not the last
13375         section.        
13377 2005-05-04  Martin Baulig  <martin@ximian.com>
13379         Fix #70400.
13381         * statement.cs (Switch): Replaced the `got_default' field with a
13382         `default_section' one.
13383         (Switch.CheckSwitch): Set `default_section' here.
13384         (Switch.Resolve): If we're a constant switch and the constant is
13385         not found, use the default section.
13387 2005-05-03  Martin Baulig  <martin@ximian.com>
13389         * expression.cs (ArrayAccess.EmitGetLength): New public method.
13391         * statement.cs (Foreach.ArrayForeach): New nested class.
13392         (Foreach.TemporaryVariable): New nested class.
13393         (Foreach.EmitArrayForeach): Removed; this is now in the new
13394         ArrayForeach class.
13396 2005-05-03  Raja R Harinath  <rharinath@novell.com>
13398         * pending.cs (BaseImplements): Move the #74773 fix here.  This is
13399         more conservative.
13400         (VerifyPendingMethods): Revert change below.
13402         * typemanager.cs (IsOverride, RegisterNonOverride): New.
13403         * decl.cs (MemberCache.AddMethod): Register "non-override" methods
13404         that used to trigger warning -28.  Remove warning -28.
13405         * expression.cs (Invocation.OverloadResolve): Use
13406         TypeManager.IsOverride to distinguish override methods.
13408         Fix #74773.
13409         * pending.cs (VerifyPendingMethods): If a base type implements the
13410         requested interface, don't bother checking individual methods of
13411         the base type.  As a side-effect, this prevents the creation of
13412         unnecessary proxies.
13414 2005-05-02  Martin Baulig  <martin@ximian.com>
13416         Fix #70182.
13418         * flowanalysis.cs (FlowBranching.UsageVector.MergeJumpOrigins):
13419         Also `And' the locals if the old vector is null.
13420         (FlowBranching.UsageVector.BitVector.And): Allow `vector' being
13421         null; in this case we basically reset all the variables.        
13423 2005-05-02  Martin Baulig  <martin@ximian.com>
13425         Fix #74529.
13427         * flowanalysis.cs (FlowBranching.UsageVector.MergeBreakOrigins):
13428         Added `FlowBranching branching' argument; always `and' the
13429         variables instead of `or'ing them unless we're an infinite loop.
13431         * statement.cs (While.Resolve): Create a new sibling unless we're
13432         infinite.       
13434 2005-05-02  Martin Baulig  <martin@ximian.com>
13436         Fix #70140.
13438         * class.cs (ConstructorInitializer.Resolve): Added `Block block'
13439         arguments; use it instead of creating a new TopLevelBlock.
13440         (Constructor.Emit): Call `block.ResolveMeta ()' before resolving
13441         our ConstructorInitializer.
13443         * statement.cs
13444         (TopLevelBlock.TopLevelBranching): New public property.
13445         (TopLevelBlock.ResolveMeta): New public method; call ResolveMeta()
13446         and create our `TopLevelBranching'.
13448         * codegen.cs (EmitContext.ResolveTopBlock): If we're not an
13449         anonymous method host, use `block.TopLevelBranching' rather than
13450         creating a new branching.
13452 2005-04-20  Miguel de Icaza  <miguel@novell.com>
13454         * anonymous.cs (ScopeInfo.AddChild): when adding a new child to
13455         a ScopeInfo, if any of the current children is a child of the new
13456         entry, move those children there.
13458 2005-04-30  Martin Baulig  <martin@ximian.com>
13460         * statement.cs (Switch.SimpleSwitchEmit): Reset `default_at_end'
13461         at the beginning of a SwitchSection.  Fix #73335.
13463 2005-04-27  Marek Safar  <marek.safar@seznam.cz>
13465         Fix #74378
13466         * class.cs (EmitFieldInitializers): Use FieldExpr in initializer.
13467         
13468         * ecore.cs (FieldExpr): Add a new ctor with in_initializer.
13469         (FieldExpr.DoResolve): Obsolete members are ignored for field
13470         initializers.
13471         
13472 2005-04-26  Marek Safar  <marek.safar@seznam.cz>
13474         * attribute.cs (AreOverloadedMethodParamsClsCompliant): Add array
13475         of arrays detection.
13477         * class.cs (Interface.VerifyClsCompliance): Add base interfaces
13478         verification.
13479         (Field.VerifyClsCompliance): Volatile fields are not compliant.
13481         * decl.cs (MemberCache.VerifyClsParameterConflict): Add array of
13482         arrays report.
13484 2005-04-25  Ben Maurer  <bmaurer@ximian.com>
13486         * cs-parser.jay: Use the prefered version of -unsafe in error
13487         message.
13489 2005-04-22  Marek Safar  <marek.safar@seznam.cz>
13491         * driver.cs (CompilerCallableEntryPoint.Invoke): Reset under any
13492         circumstances.
13494 2005-04-20  John Luke  <john.luke@gmail.com>
13496         * driver.cs: fix typo in error message, --outout to --output
13498 2005-04-20  Marek Safar  <marek.safar@seznam.cz>
13500         * codegen.cs (InRefOutArgumentResolving): New field.
13501         
13502         * ecore.cs (FieldExpr.DoResolve): Check for assigning to readonly
13503         fields outside contructor.
13504         
13505         * expression.cs (Argument.Resolve): Set InRefOutArgumentResolving.
13506         
13507 2005-04-19  Miguel de Icaza  <miguel@novell.com>
13509         * anonymous.cs (CaptureContext.EmitParameterInstance): The
13510         parameter code was not completed ever, so it was not as up-to-date
13511         as local variables.  Must finish it.
13513         The bug fix was to compare the Toplevel of the block, not the
13514         current block.  Thanks for Ben for pointing this out. 
13516 2005-04-19  Raja R Harinath  <rharinath@novell.com>
13518         * decl.cs (AddMethods): Use the declaring type of the problem
13519         method to determine if we want to squash a warning.
13521 2005-04-19  Marek Safar  <marek.safar@seznam.cz>
13523         * attribute.cs: Removed debug output.
13525         * decl.cs (MemberCache.AddMethods): Fixed Finalize ignoring.
13526         
13527         * driver.cs (Driver.parse): Synchronize parser ErrorOutput with
13528         Report.Stderr.
13529         
13530 2005-04-18  Raja R Harinath  <rharinath@novell.com>
13532         Fix #74481.
13533         * expression.cs (Binary.EqualsNullIsReferenceEquals): New.
13534         (Binary.DoResolveOperator): Use it to avoid blindly optimizing out
13535         all null comparisons against reference types.
13537 2005-04-18  Marek Safar  <marek.safar@seznam.cz>
13539         Fix# 74565
13540         * class.cs (TypeContainer.CircularDepException) New nested
13541         exception class.
13542         (GetPartialBases, GetNormalBases, GetClassBases): Removed error.
13543         (TypeContainer.DefineType): Removed error, reset InTransit before
13544         exit.
13545         (Class.DefineType): Throw exception when is in Transit.
13546         Catch exception and report error.
13547         (Struct.DefineType): Throw exception when is in Transit.
13548         Catch exception and report error.
13549         (Interface.DefineType): Throw exception when is in Transit.
13550         Catch exception and report error.
13552         * codegen.cs: Add InCatch,InFinally to EmitContext to easily
13553         handle nested exception handlers.
13555         * flowanalysis.cs (InTryWithCatch): New method, search for try with
13556         a catch.
13558         * iterators.cs (Yield.CheckContext): Add CS1626 report. Updated
13559         InFinally and InCatch storage.
13561         * statement.cs (Throw.Resolve): Use InCatch, InFinally from ec.
13562         (Catch.Resolve): Set and Restore ec.InCatch.
13563         (Try.Resolve): Set and Restore ec.InFinally.
13564         (Try.HasCatch): True when try has catch.
13566 2005-04-17  Atsushi Enomoto  <atsushi@ximian.com>
13568         * doc.cs : In some cases FilterName returns MonoEvent and MonoField
13569           for the same event member, so exclude such cases from warning 419.
13570           Fixed bug #74633.
13572 2005-04-16  Miguel de Icaza  <miguel@novell.com>
13574         * expression.cs (Binary.ResolveOperator): Apply patch from John
13575         Luke to fix bug 59864: operators &, | and ^ on enumerations
13576         require that the same enum type on both sides.
13578         * driver.cs: Add warnings to old flag usage, this is to assist
13579         people who produce Makefiles and hope that the Makefiles will be
13580         used on Windows.
13582         * class.cs (TypeContainer.EmitType): Moved the definition of the
13583         special $PRIVATE$ field from the resolve phase to the Emit phase.
13584         During resolve we do not know if we are a struct with
13585         HasExplicitLayout, we know this only after the attributes for the
13586         type are emitted.
13588         Set the FieldOffset to zero on the dummy field that we create for
13589         the class.   Fixes 74590.
13591 2005-04-16  Raja R Harinath  <rharinath@novell.com>
13593         Fix #73834.
13594         * ecore.cs (PropertyExpr.resolved): New.
13595         (DoResolve): Use it to handle a case of double resolution here.
13596         Handle a case of identical-name-and-type-name.
13597         * expression.cs (ArrayCreation.CheckIndices): Avoid double
13598         resolution by storing the results of expression resolution back
13599         into the "probes" array.
13601 2005-04-15  Raja R Harinath  <rharinath@novell.com>
13603         Fix cs0208-7.cs and cs0208-8.cs.
13604         * typemanager.cs (IsUnmanagedType): Arrays are not allowed
13605         (cf. ECMA standard, behaviour of CSC 1.1 and CSC 2.0).  Improve
13606         error reporting to point out the reason a struct is not unmanaged.
13608 2005-04-13  Atsushi Enomoto  <atsushi@ximian.com>
13610         * doc.cs : In FindDocumentedType(), avoid TypeExpr.ResolveType() and 
13611           just use TypeExpr.Type. This fixes bug #74595 when merged to gmcs.
13613 2005-04-13  Raja R Harinath  <rharinath@novell.com>
13615         Fix #74528.
13616         * ecore.cs (PropertyExpr.InstanceResolve): Handle a case of
13617         IdenticalNameAndTypeName here.
13618         (EventExpr.InstanceResolve): Likewise.
13620 2005-04-13  Marek Safar  <marek.safar@seznam.cz>
13622         C# 2.0 DefaultCharSetAttribute implementation
13623         
13624         * attribute.cs (Attribute.ResolveAsTypeStep): New protected method
13625         which allows us to set GlobalNamespace for every resolve.
13626         (Attribute.ResolveArguments): Cut from Resolve.
13627         (Attribute.GetCharSetValue): Returns CharSet named argument.
13628         (Attribute.DefinePInvokeMethod): Gets default charset from
13629         module settings.
13630         (GlobalAttribute.ResolveAsTypeStep): Override.
13631         (GlobalAttribute.ResolveArguments): Override.
13632         
13633         * class.cs (TypeAttr): Is protected.
13634         
13635         * codegen.cs (ModuleClass.DefaultCharSet): New member.
13636         (ModuleClass.DefaultCharSetType): New memeber.
13637         (ModuleClass.ResolveAttributes): Resolves DefaultCharSetAttribute.
13638         
13639         * decl.cs (Decl.TypeAttr): New protected virtual. Returns default
13640         charset from module.
13641         
13642         * delegate.cs (TypeAttr): Override.
13643         (Delegate.DefineType): Use this TypeAttr.
13644         
13645         * driver.cs (Driver.MainDriver): Call Module.ResolveAttributes
13646         at very early stage (before types are defined) to resolve model
13647         module attributes. It will probably not work with corlib but it
13648         should be ok.
13649         
13650         * enum.cs (Enum.TypeAttr): New protected virtual. Returns default
13651         charset from module.
13652         
13653         * typemanager.cs (default_charset_type): New type.
13655 2005-04-13  Raja R Harinath  <rharinath@novell.com>
13657         * decl.cs (MemberCache.AddMethods): Don't warn if
13658         System.Object.Finalize has buggy MethodAttributes.
13660         * typemanager.cs (IsUnmanagedType): Restore !IsValueType check
13661         removed below.
13663 2005-04-13  Atsushi Enomoto  <atsushi@ximian.com>
13665         * doc.cs : detect ambiguous reference to overloaded members.
13666           Fixed bug #71603. MS 1.1 csc does not detect it.
13668 2005-04-13  Atsushi Enomoto  <atsushi@ximian.com>
13670         * doc.cs : delegates must not be referenced with parameters.
13671           Fixed bug #71605.
13673 2005-04-12  Miguel de Icaza  <miguel@novell.com>
13675         * typemanager.cs (IsUnmanagedType): Arrays are allowed.
13677 2005-04-10  Miguel de Icaza  <miguel@novell.com>
13679         * driver.cs (MainDriver): Stop processing if the CLS stage found
13680         errors. 
13682         (CompilerCallableEntryPoint.InvokeCompiler): Always
13683         reset after execution;   Take a TextWriter argument for the
13684         output.
13686         * report.cs: Use the error stream instead of hardcoding stderr. 
13688 2005-04-09  Miguel de Icaza  <miguel@novell.com>
13690         * class.cs: Reduce code paths to test, too small of an
13691         optimization to make it worth the extra testing.  Always perform
13692         it. 
13694 2005-04-08  Raja R Harinath  <rharinath@novell.com>
13696         Fix #74510.
13697         * class.cs (OperatorArrayList.CheckPairedOperators): Skip
13698         operators that had errors reported on them.
13700 2005-04-08  Marek Safar  <marek.safar@seznam.cz>
13702         * attribute.cs (Attribute.IsValidArgumentType): Test valid named
13703         argument types.
13704         (Attribute.Resolve): Add named argument type checking.
13705         
13706         * class.cs (FixedField.Define): Use IsPrimitiveType
13707         
13708         * expression.cs (Binary.ResolveOperator): Reflect IsCLRType renaming.
13709         
13710         * iterators.cs (Iterator.DefineIterator): Add check for arglist and
13711         unsafe parameter types.
13712         
13713         * statement.cs (Using.ResolveExpression): Add better error description.
13714         
13715         * typemanager.cs (IsCLRType): Renamed to IsPrimitiveType.
13716         
13717 2005-04-08  Raja R Harinath  <rharinath@novell.com>
13719         Fix #74484.
13720         * attribute.cs (Attribute.GetAttributeUsage): Resolve
13721         AttributeUsageAttribute in the emitcontext of the attribute class,
13722         not in the emitcontext of the attributable entity it was attached to.
13723         * cs-parser.jay: Use 'current_class', not 'current_container',
13724         when creating a GlobalAttribute.
13726 2005-04-08  Alp Toker  <alp@atoker.com>
13728         * pending.cs: The fix to #58413 failed to compile methods implementing
13729         interfaces with/without params modifiers and vice versa, even though
13730         params modifiers aren't part of the signature. Make the modifier check
13731         less strict as in csc.
13733 2005-04-07  Abin Thomas  <projectmonokochi@rediffmail.com>
13734             Anoob V E  <projectmonokochi@rediffmail.com>
13735             Harilal P R  <projectmonokochi@rediffmail.com>
13737         Fix #58413.
13738         * pending.cs (TypeAndMethods.mods): New.  Store the parameter
13739         modifiers of pending methods.
13740         (PendingImplementation.PendingImplementation): Initialize it.
13741         Add Parameter.Modifier [][] mods and initialize it with ParameterData.
13742         (PendingImplementation.InterFaceMethod): Repalce Type[] argument
13743         with ParameterData.  Add check for modifiers.
13744         * class.cs (MethodData.Define): Update to changes.
13746 2005-04-07  Raja R Harinath  <rharinath@novell.com>
13748         * ecore.cs (Expression.IsAccessorAccessible): Clarify code somewhat.
13750 2005-04-07  Marek Safar  <marek.safar@seznam.cz>
13752         * class.cs (PropertyMethod.Define): Check private accessor in abstract
13753         property.
13754         
13755         * decl.cs (DeclSpace.ApplyAttributeBuilder): Don't allow RequiredAttribute
13756         
13757         * rootcontext.cs,
13758         * typemanager.cs: Registered RequiredAttributeAttribute.
13759         
13760 2005-04-06  Marek Safar  <marek.safar@seznam.cz>
13762         * class.cs (VerifyMembers): Doesn't need EmitContext argument.
13763         Warning CS0169 is back at level 3.
13764         (IMethodData.SetMemberIsUsed): New method.
13765         
13766         * decl.cs (IsUsed): New value; moved from FieldBase.Status
13767         (SetMemberIsUsed, IsUsed): New methods, encapsulate IsUsed.
13768         
13769         * delegate.cs (ResolveMethodGroupExpr): Call SetMemberIsUsed.
13771         * ecore.cs (FieldExpr.ResolveMemberAccess): Call SetMemberIsUsed for
13772         contants.
13773         (PropertyExpr.ResolveAccessors): Call SetMemberIsUsed when delegate
13774         is used.
13775         
13776         * expression.cs (OverloadResolve): Call SetMemberIsUsed. when method
13777         is used.
13778         
13779         * rootcontext.cs (RootContext.EmitCode): Call VerifyMembers in extra run
13780         to avoid the problems with nested types.
13782 2005-04-05  Abin Thomas  <projectmonokochi@rediffmail.com>
13783             Anoob V.E  <projectmonokochi@rediffmail.com>
13784             Harilal P.R  <projectmonokochi@rediffmail.com>
13785             Raja R Harinath  <rharinath@novell.com>
13787         Fix #73820.
13788         * delegate.cs (Define): Emit ParamArrayAttribute for 'params'
13789         attribute.
13790         * typemanager (GetConstructor): Make public.
13792 2005-04-05  John Luke  <john.luke@gmail.com>
13793             Raja R Harinath  <rharinath@novell.com>
13795         Fix #62232.
13796         * typemanager.cs (IsUnmanagedType): Check non-public fields of a
13797         struct too.  Return false quicker in a few cases.
13798         (VerifyUnManaged): Use it.
13800 2005-04-05  Raja R Harinath  <rharinath@novell.com>
13802         Fix #74041.
13803         * statement.cs (Block.Resolve): Initialize 'unreachable' to false,
13804         not 'unreachable_seen'.
13806 2005-04-04  Marek Safar  <marek.safar@seznam.cz>
13808         * attribute.cs (Attribute.GetValue): Removed unused.
13809         
13810         * codegen.cs (CodeGen.TrimExt): Removed unused.
13811         
13812         * cs-parser.jay (output): Removed unused.
13813         
13814         * cs-tokenizer.cs (hex_digits): Removed unused.
13815         
13816         * enum.cs (MapToInternalType, GetEnumeratorName): Removed unused.
13817         
13818         * expression.cs (Indirection.LoadExprValue): Removed unused.
13819         (ArrayCreation.ExpressionToArrayArgument): Removed unused.
13820         
13821         * iterators.cs (Iterator.param_types): Removed unused.
13822         
13823         * statement.cs (Goto.block): Removed unused.
13824         (ToplevelBlock.did): Removed unused.
13825         (Switch.ResolveConstantSwitch): Removed unused.
13827 2005-04-01  Ben Maurer  <bmaurer@ximian.com>
13829         * rootcontext.cs: Allow mcs to bootstrap with the compilation
13830         resetting thingy.
13832 2005-04-01  Raja R Harinath  <rharinath@novell.com>
13834         Fix #74232 and cs0208-3.cs.
13835         * expression.cs (ComposedCast.DoResolveAsTypeStep): Add CS0208 check.
13836         * typemanager.cs (IsUnmanagedType): Don't allow 'object' as an
13837         unmanaged type.  Don't use FieldBuilders when 't' is a
13838         TypeBuilder.  Use ModFlags and MemberType fields.
13839         * class.cs (MemberBase.member_type): Rename from MemberType.
13840         (MemberBase.MemberType): New property.  Determines member_type on
13841         demand.
13842         (MemberBase.DoDefine): Don't initialize MemberType here.
13843         (FieldMember.Define): Likewise.
13845 2005-04-01  Marek Safar  <marek.safar@seznam.cz>
13847         Fix #74241
13848         * class.cs (Event.Emit): Call Add/Remove emit even for interfaces.
13849         Attributes are emitted there.
13850         
13851 2005-04-01  Raja R Harinath  <rharinath@novell.com>
13853         * cs-tokenizer.cs (consume_identifier): Treat 'partial' as a
13854         keyword in 'partial enum' too.
13855         * cs-parser.jay (enum_declaration): Add CS0267 check ('partial enum'
13856         is not allowed).
13857         Report from Kamil Skalski <nazgul@omega.pl>.
13859         Fix #74309.
13860         * rootcontext.cs (ResolveTree): The 'root.Interfaces' list can
13861         have partial containers too.
13863         * ecore.cs (SimpleName.SimpleNameResolve): Move 'invariant meaning
13864         in block' checks to Block.CheckInvariantMeaningInBlock.
13865         * statement.cs (Block.GetKnownVariableInfo): Make private.
13866         (Block.IsVariableUsedInChildBlock): Remove.
13867         (Block.IsVariableUsedInBlock): Likewise.
13868         (Block.CheckInvariantMeaningInBlock): New.  Show location of
13869         conflicting declaration.
13870         (Block.AddVariable): Make error messages less long-winded and more
13871         specific.  Show location of conflicting declaration.
13872         * parameter.cs (Parameters.Location): New readonly property.
13874 2005-03-31  Raja R Harinath  <rharinath@novell.com>
13876         Clean up semantics of invoking ResolveMemberAccess.
13877         * ecore.cs (SimpleName.DoSimpleNameResolve): If a MemberExpression
13878         can have an instance, ensure that we pass in a non-TypeExpression
13879         to ResolveMemberAccess.  Tighten up IdenticalNameAndTypeName checks.
13880         (MemberExpr.DoSimpleNameResolve): Remove type_is_inferred
13881         argument.  Update to changes and simplify.
13882         (FieldExpr.Emitinstance): Remove CS0120 check.
13883         (PropertyExpr.EmitInstance): Likewise.
13884         * expression.cs (Argument.Resolve): Likewise.
13885         (Invocation.DoResolve): Update to changes in semantics of
13886         InstanceExpression.
13888 2005-03-31  Marek Safar  <marek.safar@seznam.cz>
13890         Fix #74241
13891         * class.cs (AbstractPropertyEventMethod.EmitMethod): Enable emit method
13892         customization.
13893         
13894         * decl.cs (MemberCache.AddMethods): Fix infinite loop.
13896 2005-03-31  Raja R Harinath  <rharinath@novell.com>
13898         Fix difference in behaviour with commandline invocation.
13899         * driver.cs (Driver.Reset): New.
13900         (CompilerCallableEntryPoint): Call it.
13902         * statement.cs (If.Resolve): Avoid spurious "uninitialized
13903         variable" warnings if the boolean expression failed to resolve.
13905 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
13907         * attribute.cs: Fix the union of several permissions when some of them
13908         are unrestricted (so the result isn't an unrestricted permission set).
13909         Fix #74036.
13911 2005-03-30  Raja R Harinath  <rharinath@novell.com>
13913         * ecore.cs (MemberExpr): New class.  Convert from interface
13914         IMemberExpr.
13915         (MemberExpr.ResolveMemberAccess): Refactor and move here from
13916         MemberAccess.ResolveMemberAccess.  Tighten up pre-conditions and
13917         error checks.
13918         (MethodGroupExpr, FieldExpr, PropertyExpr, EventExpr): Update.
13919         (MethodGroupExpr.IsExplicitImpl): Remove.
13920         (Expression.GetFieldFromEvent): Remove.
13921         (SimpleName.MemberStaticCheck): Remove.
13922         (SimpleName.DoSimpleNameResolve): Update to changes.
13923         * expression.cs (MemberAccess.ResolveMemberAccess): Refactor.
13924         (MemberAccess.IdenticalNameAndTypeName): Remove.
13925         (MemberAccess.error176): Move to MemberExpr.
13926         (MemberAccess.DoResolve): Update to changes.
13927         (BaseAccess.DoResolve): Likewise.
13929 2005-03-30  Marek Safar  <marek.safar@seznam.cz>
13931         C# 2.0 Conditional attribute class implementation
13932         
13933         * attribute.cs (AttributeTester.IsAttributeExcluded): New method.
13934         Analyzes class whether it has attribute which has ConditionalAttribute
13935         and its condition is not defined.
13936         
13937         * class.cs (Class.ApplyAttributeBuilder): Add IsAttributeExcluded check.
13938         (Class.IsExcluded): New method. Search for at least one defined
13939         condition in ConditionalAttribute of attribute class.
13941 2005-03-30  Raja R Harinath  <rharinath@novell.com>
13943         * ecore.cs (PropertyExpr): Derive from Expression, not
13944         ExpressionStatement.
13945         (PropertyExpr.EmitStatement): Remove.
13947 2005-03-29  Raja R Harinath  <rharinath@novell.com>
13949         Fix #74060.
13950         * expression.cs (MemberAccess.ResolveMemberAccess): Allow the
13951         internal field "value__" of an enum be private.  The examples for
13952         "value__" that I found on MSDN all used FieldAttributes.Private.
13954         * decl.cs (MemberCache.AddMethods): Use C# terminology in warning.
13955         Don't mention IL method attribute names.
13957         Fix #47991.  Remove a TODO.
13958         * statement.cs (Block.Toplevel): Make into a field.
13959         (Block.Parameters): Move into ToplevelBlock.
13960         (Block.known_variables): Rename from child_variable_names.
13961         (Block.Block): Remove variants that take Parameters.  Initialize
13962         'Toplevel' with the immediately surrounding toplevel block.
13963         (Block.AddKnownVariable): Rename from AddChildVariableName.  Add a
13964         LocalInfo parameter.
13965         (Block.GetKnownVariableInfo): New.
13966         (Block.IsVariableNameUsedInChildBlock): Update.
13967         (Block.IsVariableNameUsedInBlock): New.  Checks if a name is used in
13968         the block, even though it may not be in scope.
13969         (Block.AddVariable): Remove Parameters parameter.  Use
13970         Toplevel.Parameters instead.
13971         (Block.AddConstant): Remove Parameters parameter.
13972         (Block.GetParameterReference): Update to use Toplevel.Parameters.
13973         (Block.IsParamaterReference): Likewise.
13974         (Block.IsLocalParameter): Likewise.  Simplify a lot.
13975         (ToplevelBlock.Parameters): New.  Moved from Block.
13976         (ToplevelBlock.ToplevelBlock): Update to changes.  Always
13977         initialize Parameters to a non-null value.
13978         * cs-parser.jay: Update to changes.
13979         * ecore.cs (SimpleName.SimpleNameResolve): Emit cs0136 error for
13980         simple names that mean different things in the same block.  Use
13981         Block.IsVariableNameUsedInBlock.
13983 2005-03-28  Raja R Harinath  <rharinath@novell.com>
13985         * typemanager.cs (TypeHandle.BaseType): Make into an IMemberContainer.
13986         (TypeHandle.TypeHandle): Use LookupMemberCache rather than
13987         GetTypeHandle.  It is possible for a reflected type to derive from
13988         a TypeBuilder (e.g., int[] derives from the TypeBuilder
13989         System.Array during mscorlib compilation).
13990         * decl.cs (MemberCache.MemberCache): If the base cache doesn't
13991         contain a method_hash, don't create one either.  Don't create a
13992         deep copy of the base cache's method_hash.
13993         (MemberCache.SetupCache): Rename back from DeepCopy.
13994         (MemberCache.AddMethods): Rewrite, now that method_hash isn't
13995         already initialized.  If we see an override function, add its
13996         underlying base virtual function to the member_hash too.
13998         * enum.cs (Enum.LookupEnumValue): Remove debugging code.
14000 2005-03-26  Raja R Harinath  <harinath@acm.org>
14002         Fix #73038.
14003         * assign.cs (Assign.DoResolve): When the RHS of an assignment
14004         fails to resolve, ensure that the LHS is still resolved as an
14005         lvalue.
14007 2005-03-25  Raja R Harinath  <harinath@acm.org>
14009         * enum.cs (Enum.DefineType): Set ec.InEnumContext and
14010         ec.ContainerType.
14011         (Enum.current_ec): Remove.
14012         (Enum.LookupEnumValue): Remove EmitContext argument.
14013         Just uses the one created during DefineType.
14014         (Enum.FindMembers): Update.
14015         * expression.cs (MemberAccess.DoResolve): Update.
14017 2005-03-22  Marek Safar  <marek.safar@seznam.cz>
14019         * assign.cs (Assign.DoResolve): Check for CS1717 when
14020         source and target are same (uses Equals).
14022         * expression.cs (LocalVariableReference, ParameterReference,
14023         This): Implemented Equals, GetHashCode.
14025         * statement.cs (Block.GetParameterReference): Removed useless
14026         local variable.
14028 2005-03-22  Raja R Harinath  <rharinath@novell.com>
14030         Fix cs0128.cs
14031         * statement.cs (Block.AddVariable): Ensure that we skip implicit
14032         blocks before deciding whether the error is cs0136 or cs0128.
14034         * cs-parser.jay: Pass MemberName to RootContext.Tree.RecordDecl.
14035         (using_alias_directive, using_namespace_directive): Pass
14036         MemberName, not an expression to Namespace.UsingAlias and
14037         Namespace.Using.
14038         (MakeName): Use the MemberName of the namespace.
14039         * namespace.cs (Namespace.MemberName): New.
14040         (UsingEntry.UsingEntry): Take a MemberName, not an expression.
14041         (AliasEntry.AliasEntry, Namespace.Using, Namespace.UsingAlias):
14042         Likewise.
14043         * decl.cs (MemberName.Name): Make readonly.
14044         (MemberName.FromDotted): New "constructor".
14045         (MemberName.Equals, MemberName.GetHashCode): Implement overrides.
14046         (MemberCore.Name): Compute from MemberName on demand.
14047         (MemberCore.SetMemberName): Provide a way to change the
14048         MemberName.
14049         (MemberCore.AddToContainer): Don't take a fullname parameter.
14050         * class.cs (TypeContainer.AddToMemberContainer): Don't add the
14051         fully qualified name of the container to the member name.
14052         (TypeContainer.AddToTypeContainer): Use a fully qualified name
14053         only if the type is a member of the root container.
14054         (TypeContainer.AddMethod, TypeContainer.AddProperty): Use
14055         MemberName.Left rather than searching for an embedded ".".
14056         (PartialContainer.CreatePart): Update to changes in RootContext.
14057         (MemberBase.ShortName): Turn into a property.  Use
14058         MemberCore.SetMemberName.
14059         (MemberBase.ExplicitInterfaceName): Remove.
14060         (MemberBase.UpdateMemberName): Remove.
14061         (AbstractPropertyEventMethod.UpdateName): Use SetMemberName.
14062         (PropertyBase.SetMemberName): New override.
14063         * tree.cs (Tree.RecordDecl): Take a MemberName and use it as hash key.
14064         (Tree.GetDecl): New.
14065         (Tree.AllDecls): Rename from Decls.
14066         * attribute.cs, enum.cs, report.cs: Update to changes.
14067         * driver.cs (MainDriver): Use MemberName.FromDotted on
14068         RootContext.MainClass.
14070 2005-03-21  Marek Safar  <marek.safar@seznam.cz>
14072         * class.cs (FixedField.Define): Check for CS1664 and more sanity
14073         checks.
14075         * expression.cs (ElementAccess.DoResolveLValue): Check for CS1708.
14077 2005-03-18  Marek Safar  <marek.safar@seznam.cz>
14079         * modifiers.cs (Modifiers.PROPERTY_CUSTOM): New constant for
14080         property accessor modifiers.
14082         * class.cs (FieldMember.ApplyAttributeBuilder): Don't allow apply
14083         fixed buffer attribute (CS1716).
14084         (PropertyMethod.HasCustomAccessModifier): When property accessor
14085         has custom modifier.
14087         * ecore (PropertyExpr.DoResolve): Add CS0271 for custom accessor
14088         modifiers.
14089         (PropertyExpr.DoResolveLValue): Add CS0272.
14091 2005-03-17  Miguel de Icaza  <miguel@novell.com>
14093         * convert.cs: When converting to a pointer, use the proper Conv.U
14094         or Conv.I depending on the source data type.
14096         * cs-tokenizer.cs: Make the size for large decimal constants,
14097         fixes #72957.
14099 2005-03-17  Martin Baulig  <martin@ximian.com>
14101         * anonymous.cs (AnonymousMethod.method_modifiers): Change default
14102         from `Modifiers.INTERNAL' to `Modifiers.PRIVATE'.  Fixes #73260.
14104 2005-03-17  Martin Baulig  <martin@ximian.com>
14106         * anonymous.cs (AnonymousMethod.EmitMethod): Changed return type
14107         to bool so we can return an error condition.
14108         (AnonymousDelegate.Emit): Check whether AnonymousMethod.EmitMethod()
14109         returned an error.
14111 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
14113         * attribute.cs: Encode ThrowOnUnmappableChar and BestFitMapping
14114         attributes.
14116 2005-03-16  Raja R Harinath  <rharinath@novell.com>
14118         Remove TypeManager.LookupType and TypeManager.LookupTypeDirect.
14119         Refactor to avoid traversing the list of assemblies, and to avoid
14120         string concatenation.
14121         * typemanager.cs (guid_attr_type): Remove.
14122         (negative_hits, pointers, references): Remove hashes.
14123         (type_hash): New.
14124         (GetConstructedType): New.  Uses type_hash to handle constructed
14125         types (arrays, references, pointers).
14126         (GetReferenceType, GetPointerType): Use it.
14127         (GetNestedType): New.  Uses type_hash to handle nested types of
14128         reflected types.
14129         (LookupType, LookupTypeDirect): Remove.
14130         (CoreLookupType): Inline parts of old LookupTypeDirect code.  Use
14131         'types' hash and LookupTypeReflection directly.
14132         (params_string, params_object): Use GetConstructedType.
14133         * namespace.cs (Namespace.cached_types): New.  Cache of reflected
14134         top-level types.
14135         (Namespace.Lookup): Use cached_types.
14136         (NamespaceEntry.LookupNamespaceOrType): Inline the functionality
14137         provided by old TypeManager.LookupType.
14138         * rootcontext.cs (MakeFQN): Remove.
14139         * decl.cs (DeclSpace.MakeFQN): Likewise.
14140         (DeclSpace.LookupType): Use TypeManager.GetNestedType.
14141         * expression.cs (ComposedCast.DoResolveAsTypeStep): Use
14142         TypeManager.GetConstructedType.
14143         * tree.cs (decl_ns_hash, LookupByNamespace): Remove.
14145 2005-03-15  Marek Safar  <marek.safar@seznam.cz>
14147         * class.cs (MethodCore.CheckBase): Report CS1715 for properties and
14148         indexers.
14150         * cs-parser.jay: Reports CS1527 for any namespace element.
14152         * delegate.cs (DelegateCreation.Error_NoMatchingMethodForDelegate):
14153         Added CS0407.
14155         * expression.cs (ParameterReference.IsAssigned): Changed error to
14156         CS0269.
14157         (Error_WrongNumArguments): Moved CS0245 detection here.
14159         * statement.cs (Return.Resolve): Add CS1622 report.
14161 2005-03-11  Marek Safar  <marek.safar@seznam.cz>
14163         * class.cs (StaticClass.DefineContainerMembers): Added CS0720.
14165 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
14167         * attribute.cs expression.cs: Get rid of some allocations.
14169 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
14171         * doc.cs : just eliminate the latest change.
14173 2004-03-10  Atsushi Enomoto  <atsushi@ximian.com>
14175         * doc.cs : commented out the latest change. It breaks xml-030.cs
14177 2004-03-10  Atsushi Enomoto  <atsushi@ximian.com>
14179         * doc.cs : When TypeBuilder did not create Type yet, GetEvents() will
14180           fail. So invoke CreateType() in FindDocumentedType().
14182 2004-03-10  Atsushi Enomoto  <atsushi@ximian.com>
14184         * cs-tokenizer.cs : added IsKeyword().
14185         * doc.cs : Detect keyword incorrectly used as identifier.
14186           Allow identifiers prefixed by @.
14188 2005-03-10  Marek Safar  <marek.safar@seznam.cz>
14190         * attributes.cs (Attributes.Emit): Continue after CheckTargets.
14191         It caused exception in namespace resolving (again!).
14192         
14193         * class.cs (Class.ctor): Removed exit.
14194         (PropertyMethod.ctor): ditto.
14195         
14196         * codegen.cs (Codegen.Reset): Reset static data.
14197         (Codegen.ResolveTopBlock): Forward error status from ResolveMeta.
14198         
14199         * cs-tokenizer.cs (Cleanup): Removed.
14200         
14201         * driver.cs (GetSystemDir): Rewrote to one line command.
14202         It caused problem with unloaded dynamic modules.
14203         (UnixParseOption): Removed Exit.
14204         (CompilerCallableEntryPoint.InvokeCompiler): Make static.
14205         (CompilerCallableEntryPoint.Reset): Reset suitable static data.
14206         Now can be mcs used as library.
14207         
14208         * ecore.cs (Expression.ResolveBoolean): Use Location.Null for
14209         empty location.
14210         
14211         * location.cs (Reset): Reset static data.
14212         
14213         * namespace.cs (Reset): Reset static data.
14214         
14215         * report.cs (Report.Reset): Reset static data.
14216         
14217         * rootcontext.cs (RootContext.Reset): Reset static data.
14218         
14219         * tree.cs (RootTypes.ctor): Use Location.Null
14220         
14221         * typemanager.cs (TypeManager.Reset): Reset static data.
14222         (CoreLookupType): Removed Exit.
14223         (TypeHandle.Reset): Reset static data.
14224         
14225 2005-03-10  Raja R Harinath  <rharinath@novell.com>
14227         Fix #73516.
14228         * typemanager.cs (ComputeNamespaces): Import namespaces from
14229         referenced modules too.
14231 2005-03-09  Raja R Harinath  <rharinath@novell.com>
14233         * class.cs (TypeContainer.AddToMemberContainer): Use "." rather
14234         than '.'.
14236 2005-03-09  Raja R Harinath  <rharinath@novell.com>
14238         * decl.cs (DeclSpace.LookupType): Don't loop but recurse into
14239         enclosing DeclSpace.  This ensures that a name-lookup populates
14240         more caches and there are fewer 'TypeExpression's.  Carve out
14241         nested type lookup into ...
14242         (LookupNestedTypeInHierarchy): ... this.
14244 2005-03-09  Raja R Harinath  <rharinath@novell.com>
14246         Clean up a few partial-class semantics.  
14247         Fixes test-357.cs and cs1618-2.cs.
14248         * cs-parser.jay (struct_declaration): Use 'current_class' as
14249         parent of newly-created struct.  Remove call to Register ().
14250         Use 'pop_current_class' to complete handing the current struct.
14251         (interface_declaration): Likewise.
14252         (class_declaration): Likewise.
14253         (enum_declaration): Use 'current_class' as parent of newly created
14254         enum.
14255         (delegate_declaration): Likewise.
14256         (pop_current_class): New function.  This is used to handle closing
14257         up the 'current_class' and 'current_container', and pointing them
14258         to the enclosing class/container.
14259         (CSharpParser): Initialize 'current_class' too.
14260         * decl.cs (MemberCore): Add check for invariant: a partial
14261         container is not a parsed entity, and thus does not enclose any
14262         parsed members.
14263         (DeclSpace.TypeResolveEmitContext): Expose 'type_resolve_ec'.
14264         (DeclSpace.BaseTypeExpr): Use it.
14265         (DeclSpace.LookupType): Add check for invariant.
14266         * class.cs (TypeContainer): Add check for invariant: a nested
14267         class should have the same NamespaceEntry as its enclosing class.
14268         (TypeContainer.EmitFieldInitializers): Make virtual.
14269         (TypeContainer.DefineDefaultConstructor): Adhere to invariant in
14270         MemberCore.
14271         (TypeContainer.Register): Remove.
14272         (TypeContainer.DefineType): Set the 'ec' of a PartialContainer to
14273         null.  Use TypeResolveEmitContext for resolving base types and
14274         interfaces.  Move initialization of Parts.TypeBuilder here from
14275         ...
14276         (TypeContainer.DefineNestedTypes): ... here.
14277         (PartialContainer): Take a Namespace not a NamespaceEntry.
14278         (PartialContainer.Create): Don't use Register.  Call the
14279         appropriate Add... function directly.
14280         (ClassPart): Take both the PartialContainer and the enclosing
14281         class as constructor arguments.
14282         (ClassPart.EmitFieldInitializers): Override.
14283         (ClassPart.PartFindNestedTypes): Remove.
14284         (FieldBase.GetInitializerExpression): Resolve the initializer
14285         expression in the emit context of the enclosing class.
14286         * tree.cs (RootTypes): Remove Register ().
14287         
14288 2005-03-08  Marek Safar  <marek.safar@seznam.cz>
14290         * cs-parser.jay: Removed CS0134.
14291         
14292         * driver.cs: Removed CS1901.
14293         
14294         * expression.cs (SizeOf.DoResolve): Don't report CS0233
14295         for predefined types.
14297 2005-03-07  Duncan Mak  <duncan@novell.com>
14299         * codegen.cs (Save):  Catch UnauthorizedAccessException as
14300         well. Fixes bug #73454.
14302 2005-03-07  Marek Safar  <marek.safar@seznam.cz>
14304         * cs-tokenizer.cs (xtoken): Add CS1035.
14305         
14306         * class.cs (MethodData.Define): Add CS0683.
14307         (FieldMember.ctor): Add CS0681.
14309 2005-03-07  Raja R Harinath  <rharinath@novell.com>
14311         * ecore.cs (SimpleName.DoResolve): Rename from
14312         SimpleName.DoResolveAllowStatic.
14313         (SimpleName.DoSimpleNameResolve): Remove 'allow_static' argument.
14314         Pass 'intermediate' flag to MemberStaticCheck.
14315         (SimpleName.MemberStaticCheck): Skip "static check" only in case
14316         of "intermediate" lookups via MemberAccess.
14317         (SimpleName.IdenticalNameAndTypeName): New.  Carved out of ...
14318         * expression.cs (MemberAccess.IdenticalNameAndTypeName): ... this.
14320 2005-03-07  Raja R Harinath  <rharinath@novell.com>
14322         Fix #73394.
14323         * ecore.cs (FieldExpr.EmitInstance): Catch cases of CS0120 that
14324         slipped in because of variable names that are identical to a
14325         builtin type's BCL equivalent ('string String;', 'int Int32;').
14326         (PropertyExpr.EmitInstance): Likewise.
14328 2005-03-04  Marek Safar  <marek.safar@seznam.cz>
14330         * cs-tokenizer.cs (PreProcessPragma): Add warning 1633, 1635.
14331         
14332         * report.cs (warning_ignore_table): Made public.
14334 2005-03-04  Raja R Harinath  <rharinath@novell.com>
14336         Fix #73282.
14337         * class.cs (MethodData.Emit): Pass 'container' to
14338         container.GetObsoleteAttribute instead of 'container.Parent'.
14340 2005-03-03  Marek Safar  <marek.safar@seznam.cz>
14342         * cs-parser.jay: Add 1534 error test.
14344         * iterators.cs (Yield.CheckContext): Add error 1629.
14345         (Iterator.ctor): Save unsafe modifier.
14346         (MoveNextMethod.DoEmit): Restore unsafe context.
14348         * namespace.cs (UsingAlias): Better error message.
14350 2005-03-03  Dan Winship  <danw@novell.com>
14352         * convert.cs (Error_CannotImplicitConversion): fix two bugs in
14353         the warning message [#73219]
14355 2005-03-03  Raja R Harinath  <rharinath@novell.com>
14357         Fix compile with MCS 1.0.0.0.
14358         * cs-tokenizer.cs (PreProcessPragma): Simplify w_disable and
14359         w_restore to not depend on string constant folding.
14361 2005-03-03  Raja R Harinath  <rharinath@novell.com>
14363         * decl.cs (DeclSpace.LookupType): Remove 'silent' argument.  Move
14364         CS0246 check to users who passed 'silent = false'.
14365         * ecore.cs (TypeLookupExpression.DoResolveAsTypeStep): Add CS0246
14366         check.
14367         (SimpleName.SimpleNameResolve): Update.
14368         * expression.cs (ComposedCast.DoResolveAsTypeStep): Add CS0246 check.
14369         (MemberAccess.IdenticalNameAndTypeName): Update.
14370         * doc.cs (FindDocumentedTypeNonArray): Update.
14372 2005-03-03  Raja R Harinath  <rharinath@novell.com>     
14374         * codegen.cs (EmitContext): Remove ResolvingTypeTree.
14375         * parameters.cs (ComputeAndDefineParameters): Remove.
14376         * decl.cs (ResolveBaseTypeExpr): Don't set ResolvingTypeTree.
14377         * delegate.cs (Define): Don't invoke ComputeAndDefineParameters.
14378         Use GetParameterInfo.
14380 2005-03-02  Marek Safar  <marek.safar@seznam.cz>
14382         * report.cs (StaticClass.DefineContainerMembers): Add warning 628.
14384 2005-03-02  Raja R Harinath  <rharinath@novell.com>
14386         Unify DeclSpace.LookupType and DeclSpace.FindType.
14387         * decl.cs (DeclSpace.FindNestedType): New virtual function.  This
14388         is in charge of defining nested types on demand.
14389         (DeclSpace.LookupType): Use it when the current_type is a
14390         TypeBuilder.  Use LookupTypeDirect for reflected types.
14391         (DeclSpace.FindType): Remove.
14392         (DeclSpace.LookupInterfaceOrClass): Likewise.
14393         (DeclSpace.DefineTypeAndParents): Likewise.
14394         * ecore.cs (SimpleName.ResolveAsTypeStep): Just call
14395         DeclSpace.LookupType.
14396         * doc.cs (FindDocumentedTypeNonArray): Use DeclSpace.LookupType.
14397         * typemanager.cs (LookupType): Simplify.
14398         (AddUserType): Remove type from negative_hits.
14399         * namespace.cs (Namespace.Lookup): Use TypeManager.LookupTypeDirect.
14400         * class.cs (TypeContainer.FindMembers): Move handling of nested
14401         types ...
14402         (TypeContainer.FindMembers_NestedTypes): ... here.
14403         (TypeContainer.FindNestedType): Implement override.
14404         (ClassPart.FindNestedType): Delegate to PartialContainer.
14405         (ClassPart.PartFindNestedType): Looks up the nested types of the
14406         part alone.
14408 2005-03-02  Martin Baulig  <martin@ximian.com>
14410         * class.cs (TypeContainer.DoDefineMembers): We also need a default
14411         static constructor in static classes.
14413 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
14415         * attribute.cs: Pass -1 to DefineLPArrayInternal if sizeConst or
14416         sizeParamIndex is not specified.
14418 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
14420         Fix #73117
14421         * report.cs (WarningMessage.IsEnabled): Missing null check.
14423 2005-02-28  Marek Safar  <marek.safar@seznam.cz>
14425         * attribute.cs (DefinePInvokeMethod): Fix, all data are stored
14426         in the fields and not in the properties.
14428 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
14430         * attribute.cs (GetMarshal): Marshal SizeConst and SizeParamIndex 
14431         fields as well.
14433 2005-02-28  Marek Safar  <marek.safar@seznam.cz>
14435         * attribute.cs: Small refactoring (improved robustness).
14436         (ImplOptions, UnmanagedType, UsageAttribute): Removed members.
14437         (ValidateGuid): Removed.
14438         (Resolve): Removed referenced to above mentioned.
14439         (GetAttributeUsage): Made private and changed to work without
14440         class assistance.
14441         (GetIndexerAttributeValue): Don't crash.
14442         (GetConditionalAttributeValue): Ditto.
14443         (GetClsCompliantAttributeValue): Ditto.
14444         (ExtractSecurityPermissionSet): All attributes exceptions are
14445         error 648.
14446         (GetPropertyValue): New helper.
14447         (GetMethodImplOptions): New method.
14448         (DefinePInvokeMethod): Reuse common code. Implemented handling of
14449         some missing properties.
14450         
14451         * class.cs (ClassOrStruct.ApplyAttributeBuilder): Updated.
14452         (Method.ApplyAttributeBuilder): Updated.
14453         
14454         * decl.cs (DeclSpace.ApplyAttributeBuilder): Don't catch shared
14455         exception.
14457 2005-02-28  Raja R Harinath  <rharinath@novell.com>
14459         Fix #73052.
14460         * report.cs (Report.SymbolRelatedToPreviousError): Handle
14461         non-simple types (array, pointer, reference).
14463 2005-02-28  Marek Safar  <marek.safar@seznam.cz>
14465         * cs-parser.jay: Add errors 1617, 650, 1007, 531, 547, 548
14467         * class.cs (MethodCore.IsDuplicateImplementation): Special error
14468         for operators.
14469         (Method.CheckBase): Catch wrong destructor here.
14470         (MethodData.Define): Add errors 550, 668.
14472         * cs-tokenizer.cs (PreProcessPragma): Add warning 1634.
14474         * ecore.cs (PropertyExpr.DoResolveLValue): Fixed wrong error code.
14476         * pending.cs (VerifyPendingMethods): Add error 551.
14478         * typemanager.cs (CSharpName): Next error report helper.
14480 2005-02-25  Marek Safar  <marek.safar@seznam.cz>
14482         * attribute.cs (Atttribute.Resolve): Add cache for parameter-less
14483         attributes. Removed useless attribute double check.
14484         It saves almost 2MBs for corlib.
14486 2005-02-25  Raja R Harinath  <rharinath@novell.com>
14488         Fix #72924.
14489         * statement.cs (ExpressionStatement.Resolve): Make robust to being
14490         called twice in case of error.
14492 2005-02-23  Chris Toshok  <toshok@ximian.com>
14494         Fix compiler portions of #72827.
14495         * statement.cs (Block.Emit): call Begin/EndScope on the
14496         EmitContext instead of the ILGenerator.
14498         * codegen.cs (EmitContext.BeginScope): new method, call
14499         ILGenerator.BeginScope as well as the SymbolWriter's OpenScope (if
14500         we have one.)
14501         (EmitContext.BeginScope): same, but EndScope and CloseScope
14503         * symbolwriter.cs (SymbolWriter.OpenScope): get the current il
14504         offset and call the superclass's OpenScope(int) with it.
14505         (SymbolWriter.CloseScope): get the current il
14506         offset and call superclass's CloseScope(int) with it.
14508 2005-02-23  Marek Safar  <marek.safar@seznam.cz>
14510         * anonymous.cs (AnonymousMethod.Compatible): Fixed to report
14511         CS1677 for out and ref as well.
14513         * class.cs (Method.Define): Add error CS1599 detection.
14514         
14515         * cs-parser.jay: Add CS1609, CS1670, CS1627 detection.
14516         
14517         * cs-tokenizer.cs (xtoken): Add error CS1646 detection.
14518         
14519         * delegate.cs (Delegate.Define): Add error CS1599 detection.
14520         
14521         * support.cs.cs (ModifierDesc): New helper method.
14523 2005-02-23  Raja R Harinath  <rharinath@novell.com>
14524             Abin Thomas  <projectmonokochi@rediffmail.com>
14525             Anoob V E  <projectmonokochi@rediffmail.com>
14526             Harilal P R  <projectmonokochi@rediffmail.com>
14528         Fix #57851, #72718.
14529         * class.cs (ConstructorBuilder.Resolve): Make sure that the second
14530         MemberLookup (used for error reporting) actually returns a result.
14531         Fix error report number (122, not 112).
14533 2005-02-22  Abin Thomas  <projectmonokochi@rediffmail.com>
14534             Anoob V E  <projectmonokochi@rediffmail.com>
14535             Harilal P R  <projectmonokochi@rediffmail.com>
14537         Fix #71134.
14538         * pending.cs (PendingImplementation.GetAbstractMethods):
14539         Find NonPublic members too.
14541 2005-02-22  Marek Safar  <marek.safar@seznam.cz>
14543         * expression.cs.cs (ConditionalLogicalOperator.DoResolve):
14544         Fixed error 217.
14545         
14546         * class.cs (MethodCore.CheckMethodAgainstBase):
14547         Add error 239 report.
14549 2005-02-21  Raja R Harinath  <rharinath@novell.com>
14551         Fix #68955.
14552         * expression.cs (Invocation.IsApplicable): Make public.
14553         (Invocation.IsParamsMethodApplicable): Likewise.
14554         * delegate.cs (Delegate.VerifyApplicability): Don't use
14555         Invocation.VerifyArgumentCompat for parameter applicability
14556         testing.  Use Invocation.IsApplicable and
14557         Invocation.IsParamsMethodApplicable.
14559 2005-02-21  Marek Safar  <marek.safar@seznam.cz>
14561         * ecore.cs (PropertyExpr.DoResolve): Add error 214 report.
14562         
14563         * class.cs (Operator.Define): Add error 217 report.
14564         
14565 2005-02-21  Raja R Harinath  <rharinath@novell.com>
14567         * namespace.cs (UsingEntry.Resolve): Undo change below.
14569 2005-02-21  Raja R Harinath  <rharinath@novell.com>
14571         Fix #72756.
14572         * ecore.cs (Expression.MemberLookupFailed): Add argument to
14573         disable the error message when the extended MemberLookup also
14574         fails.
14575         (Expression.MemberLookupFinal): Update.
14576         (SimpleName.DoSimpleNameResolve): Update.
14577         * expression.cs (MemberAccess.ResolveNamespaceOrType):
14578         Don't use MemberLookupFinal.
14579         (New.DoResolve): Update.
14580         (BaseAccess.CommonResolve): Update.
14582 2005-02-21  Raja R Harinath  <rharinath@novell.com>
14584         Fix #72732.
14585         * attribute.cs (Attribute.ResolveType): If a 'resolve_error' had
14586         occured previously, don't resolve again.
14588 2005-02-21  Marek Safar  <marek.safar@seznam.cz>
14590         Fix #69949
14591         * attribute.cs (Attribute.GetAttributeUsage): Add EmitContext
14592         argument. Call ResolveAttributeUsage for unresolved.
14593         when types doesn't match ctor arguments.
14594         
14595         * class.cs (DoDefineMembers.TypeContainer): Removed safety check
14596         for nested attribute classes.
14597         (Class.attribute_usage): Removed.
14598         (Class.ResolveAttributeUsage): Resolves AttributeUsageAttribute
14599         for attribute class.
14600         
14601         * ecore.cs (IsAttribute): Removed.
14602         
14603         * namespace.cs (UsingEntry.Resolve): Don't destroy NamespaceEntry.
14604         
14605         * rootcontext.cs (RegisterAttribute): Removed, attributes are
14606         now normal types.
14607         (attribute_types): Removed.
14608         (EmitCode): Global attributes are emited as the latest.
14610 2005-02-18  Marek Safar  <marek.safar@seznam.cz>
14612         * class.cs (EmitFieldInitializers): Don't emit field initializer
14613         for default values when optimilization is on.
14614         
14615         * constant.cs (Constant.IsDefaultValue): New property.
14616         
14617         * driver.cs: Add /optimize handling.
14618         
14619         * constant.cs,
14620         * ecore.cs,
14621         * literal.cs: Implement new IsDefaultValue property.
14622         
14623         * rootcontext.cs (Optimize): New field, holds /optimize option.
14625 2005-02-18  Raja R Harinath  <rharinath@novell.com>
14627         Fix crasher in re-opened #72347.
14628         * namespace.cs (Namespace.Lookup): Return null if
14629         DeclSpace.DefineType returns null.
14631         Fix #72678.
14632         * expression.cs (Argument.Resolve): Handle a case of CS0120 here.
14634 2005-02-18  Raja R Harinath  <rharinath@novell.com>
14636         Fix remainder of #63202.  Change semantics of DoResolveLValue: it
14637         now returns null if it cannot resolve to an lvalue.
14638         * ecore.cs (Expression.DoResolveLValue): Return 'null' by default.
14639         (Expression.ResolveLValue): Emit CS0131 error if DoResolveLValue
14640         returned null.  Remove check for SimpleName.
14641         (EventExpr.DoResolveLValue): New.
14642         * iterators.cs (Iterator.FieldExpression.DoResolveLValue): New.
14643         * expression.cs (Argument.Error_LValueRequired): New.  Move CS1510
14644         error from ...
14645         (Argument.Resolve): ... here.  Use it.  Use DoResolveLValue to
14646         avoid CS0131 error.
14647         (Unary.ResolveOperator): Move CS0211 check ...
14648         (Unary.DoResolve): ... here.  Use DoResolveLValue to avoid
14649         CS0131 error.
14650         (Unary.DoResolveLValue): Simplify.
14651         (AddressOf.DoResolveLValue): New.
14652         (ArrayAccess.DoResolveLValue): New.
14654 2005-02-16  Marek Safar  <marek.safar@seznam.cz>
14656         * attribute.cs (Attribute.Resolve): Add arguments casting for
14657         when types doesn't match ctor arguments.
14659 2005-02-16  Raja R Harinath  <rharinath@novell.com>
14661         Fix parts of #63202.
14662         * expression.cs (UnaryMutator.ResolveOperator): Remove redundant
14663         lookup of operator in base type.  Ensure that all checks happen
14664         when the operator resolves to an "op_..." method.
14666 2005-02-15  Raja R Harinath  <rharinath@novell.com>
14668         Fix #71992.
14669         * namespace.cs (NamespaceEntry.LookupNamespaceOrType): Add
14670         'ignore_cs0104' parameter.  Pass it to ...
14671         (NamespaceEntry.Lookup): ... this.
14672         * decl.cs (DeclSpace.LookupType): Add 'ignore_cs0104' parameter.
14673         * ecore.cs (SimpleName.ResolveAsTypeStep): Update.
14674         (TypeLookupExpression.DoResolveAsTypeStep): Update.
14675         * expression.cs (MemberAccess.IdenticalNameAndTypeName):
14676         Update.  Request that cs0104 errors be ignored.
14677         (ComposedCast.ResolveAsTypeStep): Update.
14679 2005-02-14  Raja R Harinath  <rharinath@novell.com>
14681         Fix #59209.
14682         * expression.cs (Invocation.BetterFunction): Remove support for
14683         comparing virtual functions and their overrides.
14684         (Invocation.IsOverride): New.
14685         (Invocation.OverloadResolve): Don't consider 'override' functions
14686         during candidate selection.  Store them in a lookaside list.
14687         If the selected method is a 'virtual' function, use the list to
14688         find any overrides that are closer to the LHS type.
14690 2005-02-14  Marek Safar  <marek.safar@seznam.cz>
14692         * expression.cs (New.DoResolve): Add complex core type reduction.
14693         (New.Constantify): Converts complex core type syntax like 'new int ()'
14694         to simple constant.
14695         
14696 2005-02-14  Raja R Harinath  <rharinath@novell.com>
14698         * decl.cs (EntryType.EntryType): New constructor to create an
14699         updated copy of a cache entry.
14700         (MemberCache.AddMethods): Use it.
14701         (MemberCache.ClearDeclaredOnly): Remove.
14702         (MemberCache.MemberCache): Update.
14704 2005-02-11  Miguel de Icaza  <miguel@novell.com>
14706         * codegen.cs (EmitContext): Introduce the `MethodIsStatic'
14707         variable.  This one is represents the actual low-level declaration
14708         of the method, as opposed to the semantic level `IsStatic'.   
14710         An anonymous method which is hosted into a static method might be
14711         actually an instance method.  IsStatic would reflect the
14712         container, while MethodIsStatic represents the actual code
14713         generated.
14715         * expression.cs (ParameterReference): Use the new MethodIsStatic
14716         instead of IsStatic.
14718         * anonymous.cs (AnonymousMethod.Compatible): Pass the
14719         Modifiers.STATIC to the Anonymous' Method EmitContext if static is
14720         set on the current EmitContext. 
14722         * expression.cs (Cast): Overload DoResolveLValue so we can pass
14723         resolve our casted expression as an LValue.  This triggers the
14724         proper LValue processing that is later required by Assign.
14726         This fixes 72347.
14728         * cs-tokenizer.cs (pp_and): recurse on pp_and, fixes #61903.
14730 2005-02-11  Marek Safar  <marek.safar@seznam.cz>
14732         C# 2.0 Fixed buffer implementation
14734         * anonymous.cs: Update after RegisterHelperClass renaming.
14736         * attribute.cs (AttributeTester.fixed_buffer_cache):
14737         Cache of external fixed buffers.
14738         (AttributeTester.GetFixedBuffer): Returns IFixedBuffer
14739         implementation if field is fixed buffer else null.
14741         * class.cs
14742         (TypeContainer.AddField): Accept FieldMember instead of Field.
14743         (FieldBase.IsFieldClsCompliant): Extracted code from
14744         VerifyClsCompliance descendant customization.
14745         (FixedField): New class handles fixed buffer fields.
14746         (FixedFieldExternal): Keeps information about imported fixed
14747         buffer.
14748         (IFixedField): Make access to internal or external fixed buffer
14749         same.
14751         * cs-parser.jay: Add fixed buffer parsing.
14753         * ecore.cs (FieldExpr.Emit): Add special emit case for fixed
14754         buffer.
14756         * expression.cs (Indirection): Extended implementation to accept
14757         fixed buffer field.
14758         (PointerArithmetic.Emit): Get element from fixed buffer as well.
14759         (ElementAccess.MakePointerAccess): Get type as parameter.
14760         (DoResolve): Add fixed buffer field expression conversion.
14761         (DoResolveLValue): Ditto.
14762         (FixedBufferPtr): New class. Moved most of original ArrayPtr.
14763         (ArrayPtr): Derives from FixedBufferPtr.
14764         (ArrayPtr.Emit): Add extra emit for array elements.
14766         * flowanalysis.cs.cs (StructInfo): Use FieldMember.
14768         * rootcontext.cs (CloseTypes): Emit CompilerGenerated attribute
14769         for compiler generated types.
14770         (RegisterCompilerGeneratedType): Renamed from RegisterHelperClass.
14772         * statement.cs (Fixed): Refactored to be easier add fixed buffer
14773         and consume less memory.
14774         (Fixed.Resolve): Add fixed buffer case.
14776         * typemanager.cs (compiler_generated_attr_ctor,
14777         fixed_buffer_attr_ctor): Add new 2.0 compiler attributes.
14778         (HasElementType): Add our own implementation to work on every
14779         runtime.
14781 2005-02-11  Miguel de Icaza  <miguel@novell.com>
14783         * anonymous.cs (CaptureContext): Track whether `this' has been
14784         referenced.   
14786         * expression.cs (This.ResolveBase): Call CaptureThis.  Before we
14787         only captured `this' if it was implicitly done (instance
14788         methods/variables were used). 
14790         * codegen.cs (EmitContext.CaptureThis): New method to flag that
14791         `this' must be captured.
14793 2005-01-30  Miguel de Icaza  <miguel@novell.com>
14795         * anonymous.cs (CreateMethodHost): If there Scope.ScopeTypeBuilder
14796         is null it means that there has been no need to capture anything,
14797         so we just create a sibling.
14799         Renamed `EmitHelperClasses' to `EmitAnonymousHelperClasses'
14801         Just a partial fix.  The other half is fairly elusive.
14802         
14803 2005-02-10  Raja R Harinath  <rharinath@novell.com>
14805         Fix #52586, cs0121-4.cs.
14806         * decl.cs (MemberCache.DeepCopy): Rename from SetupCache.  Take
14807         and return a hashtable.
14808         (MemberCache.ClearDeclaredOnly): New.
14809         (MemberCache.MemberCache): Update to change.  Make a deep copy of
14810         the method_hash of a base type too.
14811         (MemberCache.AddMethods): Adapt to having a deep copy of the base
14812         type methods.  Overwrite entries with the same MethodHandle so
14813         that the ReflectedType is correct.  The process leaves in base
14814         virtual functions and their overrides as distinct entries.
14815         (CacheEntry): Now a class instead of a struct.  It shouldn't alter
14816         matters since it was boxed in a ArrayList before.
14817         (CacheEntry.Member, CacheEntry.EntryType): Remove 'readonly'
14818         modifier.
14819         * expression.cs (Invocation.BetterFunction): Simplify.  Handle the
14820         case of a virtual function and its override (choose the overload
14821         as better).
14822         (Invocation.OverloadResolve): Avoid 'override' members during
14823         'applicable_type' calculation.
14825 2005-02-09  Raja R Harinath  <rharinath@novell.com>
14827         Combine two near-redundant caches.
14828         * typemanager.cs (method_params): Rename from method_internal_params.
14829         (TypeManager.GetParameterData): New.  Replace
14830         Invocation.GetParameterData.
14831         (TypeManager.LookupParametersByBuilder): Remove.
14832         * expression.cs (Invocation.method_parameter_cache): Remove.
14833         (Invocation.GetParameterData): Remove.
14834         Update to changes.
14835         * anonymous.cs, attribute.cs, convert.cs, delegate.cs:
14836         Update to changes.
14838 2005-02-08  Raja R Harinath  <rharinath@novell.com>
14840         Fix #72015.
14841         * delegate.cs (Delegate.DefineType): When bootstrapping corlib, if
14842         TypeManager.multicast_delegate_type is null, resolve it by looking
14843         up "System.MulticastDelegate".
14844         * rootcontext.cs (RootContext.ResolveCore): Simplify.
14846 2005-02-07  Abin Thomas (NOSIP)  <projectmonokochi@rediffmail.com>
14847             Anoob V.E (NOSIP)  <projectmonokochi@rediffmail.com>
14848             Harilal P.R (NOSIP)  <projectmonokochi@rediffmail.com>
14850         Fix cs0164.cs.
14851         * statement.cs (LabeledStatement.Resolve): Don't set 'referenced'.
14852         (LabeledStatement.AddReference): New.  Set 'referenced'.
14853         (Goto.Resolve): Use it.
14855 2005-02-05  John Luke  <john.luke@gmail.com>
14857         * driver.cs: remove duplicate -doc line in Usage ()
14859 2005-02-04  Raja R Harinath  <rharinath@novell.com>
14861         * location.cs (Location.AddFile): Fix CS2002 error report.
14863 2005-02-02  Martin Baulig  <martin@ximian.com>
14865         * delegate.cs (Delegate.DefineType): Report an internal error if
14866         TypeManager.multicast_delegate_type is null.  See bug #72015 for
14867         details.        
14869 2005-02-02  Raja R Harinath  <rharinath@novell.com>
14871         Fix a crasher in a variant of #31984.
14872         * const.cs (Constant.CheckBase): New override that defers the
14873         new-or-override check in case the base type hasn't been populated
14874         yet.
14875         (Constant.Define): Ensure the new-or-override check is performed.
14877 2005-02-01  Duncan Mak  <duncan@ximian.com>
14879         * const.cs (LookupConstantValue): Check that `ce' is not null
14880         before calling GetValue ().
14882 2005-02-01  Raja R Harinath  <rharinath@novell.com>
14884         Fix test-334.cs (#69519).
14885         * cs-parser.jay (using_alias_directive): Pass in an expression to
14886         NamespaceEntry.UsingAlias.
14887         (using_namespace_directive): Pass in an expression to
14888         NamespaceEntry.Using.
14889         (namespace_name): Don't flatten to a string.
14890         * namespace.cs (NamespaceEntry.AliasEntry): Store an expression.
14891         (NamespaceEntry.AliasEntry.Resolve): Lookup using
14892         ResolveAsTypeStep.
14893         (NamespaceEntry.UsingEntry): Likewise.
14894         (NamespaceEntry.Using,NamespaceEntry.UsingAlias): Update to
14895         changes.
14896         (NamespaceEntry.LookupForUsing): Remove.
14897         (NamespaceEntry.LookupNamespaceOrType): Add support for dotted
14898         names.
14899         (NamespaceEntry.Lookup): Remove support for dotted names.
14901 2005-02-01  Raja R Harinath  <rharinath@novell.com>
14903         * namespace.cs (NamespaceEntry.NamespaceEntry): Simplify, and
14904         split into two.
14905         (NamespaceEntry.ImplicitParent): Compute on demand.
14906         (NamespaceEntry.Doppelganger): New implicit namespace-entry that
14907         parallels the current.
14908         (NamespaceEntry.LookupForUsing): Use it.
14909         (NamespaceEntry.Lookup): If the current namespace-entry is
14910         implicit, don't search aliases and using tables.
14912 2005-02-01  Raja R Harinath  <rharinath@novell.com>
14914         Fix #31984.
14915         * class.cs (TypeContainer.DoDefineMembers): Don't initialize
14916         BaseCache here.
14917         (TypeContainer.BaseCache): Compute on demand.
14918         (TypeContainer.FindMembers): Define constants and types if they're
14919         not already created.
14920         (FieldMember.Define): Move resetting of ec.InUnsafe before error
14921         check.
14922         * const.cs (Constant.Define): Make idempotent.
14924 2005-01-29  Miguel de Icaza  <miguel@novell.com>
14926         * pending.cs: Produce better code (no nops produced by using Ldarg
14927         + value).
14928         
14929         * pending.cs (PendingImplementation.DefineProxy): It was not `arg
14930         i - 1' it should be arg + 1.
14932         Fixes bug #71819.
14934 2005-01-28  Raja R Harinath  <rharinath@novell.com>
14936         * attribute.cs (Attribute.CheckAttributeType): Make private
14937         non-virtual.
14938         (Attribute.ResolveType): Make virtual.
14939         (GlobalAttribute.ResolveType,GlobalAttribute.Resolve): Simplify
14940         handling of RootContext.Tree.Types.
14942 2005-01-27  Raja R Harinath  <rharinath@novell.com>
14944         Update attribute-handling to use the SimpleName/MemberAccess
14945         mechanisms.
14946         * cs-parser.jay (attribute): Pass in an expression to the
14947         constructors of Attribute and GlobalAttribute.
14948         * attribute.cs (Attribute): Take an expression for the name.
14949         (Attribute.ResolvePossibleAttributeTypes): New.  Resolves the
14950         passed in attribute name expression.
14951         (Attribute.CheckAttributeType): Use it.
14952         * ecore.cs (FullNamedExpression.ResolveAsTypeStep): New.
14953         * expression.cs (MemberAccess.ResolveAsTypeStep): Move body to ...
14954         (MemberAccess.ResolveNamespaceOrType): ... here.  Add 'silent'
14955         argument to prevent error messages if the lookup fails.
14957 2005-01-27  Marek Safar  <marek.safar@seznam.cz>
14959         * expression.cs (Indirection): Implemented IVariable interface
14960         to support indirection in AddressOf operator.
14961         (PointerArithmetic.Emit): Add optimalization for case where
14962         result can be precomputed.
14964 2005-01-26  Martin Baulig  <martin@ximian.com>
14966         * class.cs (TypeContainer.AttributeTargets): Return the correct
14967         AttributeTargets depending on our `Kind' instead of throwing an
14968         exception; fixes #71632.
14970 2005-01-26  Marek Safar  <marek.safar@seznam.cz>
14972         Fix #71257
14973         * expression.cs (MemberAccess.ResolveMemberAccess): Add CS0176 test for
14974         constant members.
14976 2005-01-25  Raja R Harinath  <rharinath@novell.com>
14978         Fix #71602.
14979         * expression.cs (MemberAccess.DoResolve): Don't complain with
14980         cs0572 when the LHS of a member access has identical name and type
14981         name.
14983 2005-01-25  Marek Safar  <marek.safar@seznam.cz>
14985         Fix #71651, #71675
14986         * attribute.cs (ExtractSecurityPermissionSet): Catch exceptions from
14987         CreatePermission.
14988         Create custom PermissionSet only for PermissionSetAttribute.
14990 2005-01-24  Marek Safar  <marek.safar@seznam.cz>
14992         Fix #71649
14993         * class.cs (StaticClass.DefineContainerMembers): Enable enums and
14994         delegates in static class.
14996 2005-01-24  Martin Baulig  <martin@ximian.com>
14998         * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
14999         merging an implicit block, just use its reachability.
15001         * statement.cs (Block.Resolve): Make the unreachable code check
15002         work wrt. implicit blocks; see test-337 from #63842.
15004 2005-01-21  Alp Toker  <alp@atoker.com>
15006         * cs-parser.jay: destructor_declaration's container is PartialContainer
15007         not Class when partial types are used, so use Kind prop instead of
15008         'is'.
15009         
15010 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
15012         * cs-parser.jay: Improve error reporting when an interface
15013         declares new types.
15015 2005-01-20  Dick Porter  <dick@ximian.com>
15017         * support.cs: SeekableStreamReader fix from Sandor Dobos
15018         (dobos_s@ibcnet.hu) to cope with Position setting when multibyte
15019         chars are read.  Fixes bug 70369.
15021 2005-01-20  Raja R Harinath  <rharinath@novell.com>
15023         * cs-parser.jay (catch_clause): Simplify current_block handling
15024         somewhat.
15026 2005-01-17  Miguel de Icaza  <miguel@ximian.com>
15028         * convert.cs (ImplicitStandardConversionExists): Synchronize the
15029         code with ImplicitStandardConversion to handle the implicit
15030         conversion of method groups into valid delegate invocations. 
15032         The problem is that in parameter handling we were using this code
15033         path.  Fixes bug #64698
15035 2005-01-19  Raja R Harinath  <rharinath@novell.com>
15037         * cs-parser.jay: Fix several infelicities.
15038         - Avoid assigning to the parser value stack.  Code like 
15039           '$3 = null' is unclean.  Synthesize a value for the code block
15040           instead. 
15041         - Avoid using oob_stack for storing location information.  Use ...
15042         (_mark_): ... this.  New (empty) rule.  Saves the current location
15043         in $$.
15044         (foreach_statement): Avoid using oob_stack for current_block
15045         handling.  Use technique used in for_statement and
15046         using_statement.  Synthesize a value for the code block to store
15047         additional intermediate information.
15049 2005-01-13  Miguel de Icaza  <miguel@ximian.com>
15051         * ecore.cs (IsAccessorAccessible): Accessibility to private fields
15052         of a different type is only allowed to private fields of a
15053         containing type, not on fields of a base class.
15055         See test-174.cs and error cs0122-9.cs
15057 2005-01-13  Raja R Harinath  <rharinath@novell.com>
15059         Fix test-335.cs (bug #58126).
15060         * cs-parser.jay (argument): Split out non-expression parts of the
15061         rule into 'non_simple_argument'.
15062         (invocation_expression): Support parenthesized invocations with
15063         multiple arguments, and with single non-simple arguments.
15065 2005-01-13  Raja R Harinath  <rharinath@novell.com>
15067         * cs-tokenizer.cs (xtoken): Reset 'comments_seen' in a couple more
15068         places.
15070 2005-01-12  Raja R Harinath  <rharinath@novell.com>
15072         Fix cs0038-1.cs, cs1640-6.cs.
15073         * ecore.cs (Expression.Resolve): Remove special-case for
15074         SimpleName in error-handling.
15075         (Expression.almostMatchedMembers): Relax access permission to
15076         protected.
15077         (Expression.MemberLookupFailed): Handle duplicates in
15078         almostMatchedMembers list.
15079         (SimpleName.DoSimpleNameResolve): Catch CS0038 errors earlier.
15080         * expression.cs (New.DoResolve): Report CS1540 for more cases.
15081         * typemanager.cs (GetFullNameSignature): Use the MethodBase
15082         overload if the passed in MemberInfo is a MethodBase.
15084 2005-01-12  Marek Safar  <marek.safar@seznam.cz>
15086         Fix #70749
15087         * attribute.cs (ExtractSecurityPermissionSet): Don't report error
15088         for non-CAS & merge permission sets properly.
15090 2005-01-11  Raja R Harinath  <rharinath@novell.com>
15092         Improve standard-compliance of simple name and member access 
15093         resolution.  Fixes bugs #52697, #57200, #67520, #69519.
15094         * ecore.cs (FullNamedExpression): New abstract base class 
15095         for Namespaces and TypeExpressions.
15096         (ResolveFlags.SimpleName): Remove.
15097         (SimpleName): Remove support for dotted names.
15098         (SimpleName.ResolveAsTypeStep): Simplify.  Now just a wrapper to 
15099         DeclSpace.FindType and DeclSpace.LookupType.
15100         (SimpleName.DoSimpleNameResolve): Remove support for dotted names.
15101         (Expression.ExprClassName): Make member function.
15102         * expression.cs (MemberAccess.ResolveAsTypeStep): Support LHS being
15103         a namespace.  Remove creation of dotted "SimpleName"s.
15104         (MemberAccess.DoResolve): Likewise.
15105         * decl.cs (DeclSpace.Cache): Make private.
15106         (DeclSpace.LookupInterfaceOrClass): Return a FullNamedExpression.
15107         (DeclSpace.FindType): Update.
15108         (DeclSpace.LookupType): Move here from RootContext.  Return a 
15109         FullNamedExpression.
15110         * namespace.cs (Namespace): Derive from FullNamedExpression
15111         so that it can be part of expression resolution.
15112         (Namespace.Lookup): Return an FullNamedExpression.
15113         (NamespaceEntry.LookupAlias): Lookup aliases only in current
15114         namespace.
15115         * rootcontext.cs (NamespaceLookup): Remove.
15116         (LookupType): Move to DeclSpace.
15117         * attribute.cs (CheckAttributeType): Update.
15118         * doc.cs (FindDocumentedType): Remove allowAlias argument.
15119         (FindDocumentedTypeNonArray): Likewise.
15121 2005-01-11  Raja R Harinath  <rharinath@novell.com>
15123         Fix cs0509.cs, cs1632.cs.
15124         * class.cs (TypeContainer.GetNormalBases): Don't assume !IsClass
15125         is the same as IsInterface.
15126         (TypeContainer.GetClassBases): Likewise.
15127         * statement.cs (LabeledStatement.ig): New field.
15128         (LabeledStatement.LabelTarget): Save ILGenerator which created the
15129         label.
15130         (LabeledStatement.DoEmit): Check that the label was created with
15131         the same ILGenerator.
15133 2005-01-10  Marek Safar  <marek.safar@seznam.cz>
15135         Fix #71058
15136         * attribute.cs (GetMethodObsoleteAttribute): Need to transform
15137         accessors to its properties.
15139         * ecore.cs (PropertyExpr): Add AccessorTable to help track back
15140         from accessors to property.
15141         
15142 2005-01-10  Marek Safar  <marek.safar@seznam.cz>
15144         Fix #70722
15145         * class.cs (MethodCore.CheckBase): Test base method obsoleteness
15146         only for overrides.
15147         
15148 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
15150         * attribute.cs: Check for null and empty strings.  
15152         I have lost another battle to Paolo.
15154 2005-01-07  Marek Safar  <marek.safar@seznam.cz>
15156         Fix #70942
15157         * class.cs (PropertyMethod): Set Parent field in ctors.
15158         (SetMethod.InternalParameters): Add unsafe switch hack.
15159         Override MarkForDuplicationCheck where it is appropriate.
15161         * decl.cs (MemberCore.MarkForDuplicationCheck): New method.
15162         It says whether container allows members with the same name.
15163         Base default is no.
15164         (DeclSpace.AddToContainer): Use MarkForDuplicationCheck.
15165         Removed is_method parameter.
15167 2005-01-06  Duncan Mak  <duncan@ximian.com>
15169         * cs-tokenizer.cs (xtoken): Redo the work for signaling CS1040
15170         because the previous change led to incorrect reporting of CS1032
15171         ("Cannot define/undefine preprocessor symbols after first token in
15172         file"). Instead of using `tokens_seen' as the only flag that
15173         triggers CS1040, introduce `comments_seen'. This new flag is used
15174         to signify having seen comments on the current line, so it is
15175         unset after a newline.
15177 2005-01-06  Atsushi Enomoto  <atsushi@ximian.com>
15179         * doc.cs : When searching for a type, find nested type too.
15180           This fixes bug #71040.
15182 2005-01-06  Atsushi Enomoto  <atsushi@ximian.com>
15184         * doc.cs :
15185           - Warn missing member comment on those classes which also does not
15186             have doc comments. Fixed bug #71041.
15187           - Don't warn missing doc comment on default constructor.
15188             Fixed bug #71042.
15190 2005-01-06  Duncan Mak  <duncan@ximian.com>
15192         * cs-tokenizer.cs (xtoken): After handling traditional C-style
15193         comments, set `tokens_seen' to true. This allows us to detect
15194         misplaced preprocessor directives (i.e. not at the beginning of
15195         the a line, nor after whitespaces). In that case, report error
15196         CS1040. This fixes bug #56460.
15198         * cs-parser.jay (interface_member_declaration): Add checks for
15199         IsExplicitImpl, and report CS0541 error if an interface member is
15200         defined as an explicit interface declaration.
15202 2005-01-06  Marek Safar  <marek.safar@seznam.cz>
15204         Fix #70817
15205         * class.cs (PropertyMethod): Set Parent field in ctors.
15206         (SetMethod.InternalParameters): Add unsafe switch hack.
15207         
15208         * decl.cs (MemberCore.Parent): Cannot be readonly.
15210 2005-01-06  Raja R Harinath  <rharinath@novell.com>
15212         * decl.cs (DeclSpace.ResolveType): Remove.
15213         (DeclSpace.ResolveBaseTypeExpr): Rename from ResolveTypeExpr.
15214         Merge in code from ...
15215         (DeclSpace.GetTypeResolvingEmitContext): ... here.  Remove.
15216         * class.cs, enum.cs: Update to changes.
15218 2005-01-06  Miguel de Icaza  <miguel@ximian.com>
15220         * anonymous.cs: Ensure that we init the scope of our parent if it
15221         has not been initialized yet.
15223 2004-12-30  Duncan Mak  <duncan@ximian.com>
15225         * typemanager.cs (TypeManager.CheckStructCycles): Don't crash here
15226         if field.FieldBuilder is null. Fixes #70758.
15228         * convert.cs: Fixed some typos and updated some of the comments.
15229         (ImplicitStandardConversionExists):
15230         (TryImplicitIntConversion): If `target_type' is an interface and
15231         the type of `ic' implements this interface, return true or a new
15232         BoxedCast instead of null. This fixes #70468.
15234 2004-12-29  Duncan Mak  <duncan@ximian.com>
15236         * expression.cs (Argument.Emit): Check that Expr is
15237         IMemoryLocation before casting to it, and report CS1510 otherwise.
15239         This fixes #70402.
15241 2004-12-21  Ben Maurer  <bmaurer@ximian.com>
15243         * statement.cs (Block.ThisVariable): remove the recursion here, to
15244         make the --profile more sane.
15246 2004-12-17  Carlos Cortez <calberto.cortez@gmail.com>
15248         * driver.cs: Patch to handle a xsp bug that prevents to reference an .exe
15249         assembly, by JB Evain.
15251 2004-12-17  Raja R Harinath  <rharinath@novell.com>
15253         * class.cs, decl.cs, ecore.cs, iterators.cs, pending.cs, 
15254           rootcontext.cs, typemanager.cs: Make nomenclature consistent.
15255         "parent" refers to enclosing type/class.  "base" refers to superclass.
15257 2004-12-17  Raja R Harinath  <rharinath@novell.com>
15259         * codegen.cs (CommonAssemblyModulClass.GetClsCompliantAttribute):
15260         Ensure that we only have GlobalAttributes.
15261         * attribute.cs (Attribute.Emit): Make non-virtual.
15262         (GlobalAttribute.Emit): Remove.
15263         (Attribute.Resolve): Make virtual.
15264         (GlobalAttribute.Resolve): New.  Set Rootcontext.Tree.Types.NamespaceEntry.
15265         (Attribute.GetConditionalAttributeValue): Take an EmitContext as
15266         the argument. Don't create one.
15267         (Attribute.GetObsoleteAttribute): Likewise.
15268         (Attribute.GetClsCompliantAttributeValue): Likewise.
15269         * class.cs, decl.cs: Update to changes.
15271 2004-12-17  Marek Safar  <marek.safar@seznam.cz>
15273         * delegate.cs (NewDelegate.DoResolve): Add error 149 report.
15274         
15275         * ecore.cs (Expression.MemberLookupFailed): Fixed error 143.
15276         
15277         * statement.cs (Foreach.Resolve): Add error 186 report.
15279 2004-12-16  Marek Safar  <marek.safar@seznam.cz>
15281         * expression.cs (Conditional.DoResolve): Add warning 429.
15282         
15283         * statement.cs (If.Resolve): Add warning 665.
15285 2004-12-16  Raja R Harinath  <rharinath@novell.com>
15287         New invariant: RootContext.Tree.Types.NamespaceEntry == null
15288         except when in the parser, and in GlobalAttribute.
15289         * driver.cs (MainDriver): Reset RootContext.Tree.Types.NamespaceEntry.
15290         * attribute.cs (GlobalAttribute.CheckAttributeType): Reset
15291         RootContext.Tree.Types.NamespaceEntry once work is done.
15292         (GlobalAttribute.Emit): New.  Wrapper for Attribute.Emit, but sets
15293         and resets RootContext.Tree.Types.NamespaceEntry.
15295 2004-12-15  Marek Safar  <marek.safar@seznam.cz>
15297         * cs-parser.jay: Don't create a block for every variable.
15299 2004-12-14  Miguel de Icaza  <miguel@ximian.com>
15301         * location.cs: Provide extra information.
15303         * statement.cs: The instance is not `ldarg_0.THIS' when accessing
15304         variables from the captured environment, it is the ldarg_0.
15306 2004-12-14  Marek Safar  <marek.safar@seznam.cz>
15308         * cs-parser.jay: Changed warning level for 642 to 4 until Miguel
15309         find a conclusion.
15310         
15311         * class.cs: Changed warning level for 169 to avoid developer
15312         displeasure from warning flooding. It will be changed back when they
15313         fix most of current BCL warnings.
15314         
15315         * RootContext.cs: Pushed default WarningLevel to 3.
15316         
15317         * statement.cs: Removed unused variable.
15319 2004-12-14  Marek Safar  <marek.safar@seznam.cz>
15321         * class.cs (TypeContainer.GetClassBases): Add error 1521 report.
15322         (TypeContainer.MethodModifiersValid): Refactored to use MemberCore.
15323         Add error 502 report.
15324         (StaticClass.DefineType): Add error 441 report.
15325         (Class.AllowedModifiersProp): New virtual property as temporary
15326         extension to AllowedModifiers.
15327         (Class.DefineType): Add error 418 report. Moved ModFlags check here
15328         to share implementation with StaticClass and don't call virtual
15329         methods from ctor.
15330         
15331         * driver.cs (MainDriver): Add error 1558 test.
15333         * parameter.cs (Parameter.ApplyAttributeBuilder): Add error 662
15334         report. Moved error 36 test here.
15336         * statement.cs (Throw.Resolve): Add error 724 report.
15338         * typemanager.cs: Add out_attribute_type core type.
15339         
15340 2004-12-13  Marek Safar  <marek.safar@seznam.cz>
15342         * class.cs (TypeContainer.VerifyClsCompliance): Add error
15343         3018 report.
15344         (PropertyBase.VerifyClsCompliance): Add errror 3025 report.
15346         * codegen.cs (ModuleClass.ApplyAttributeBuilder): Add error
15347         3017 report.
15348         
15349         * decl.cs (MemberCore.VerifyClsCompliance): Add warning 3021.
15351         * parameter.cs (ReturnParameter.ApplyAttributeBuilder): 
15352         Add error 3023 report.
15353         (Parameter.ApplyAttributeBuilder): Add error 3022 report.
15355         * tree.cs (RootTypes.IsClsCompliaceRequired): Add fake
15356         implementation.
15358 2004-12-12  John Luke  <john.luke@gmail.com>
15360         * driver.cs (AddArgs): take -- into account when
15361         adding arguments, fixes bug 65710 
15363 2004-12-12  Martin Baulig  <martin@ximian.com>
15365         * expression.cs (Unary.TryReduceNegative): Added support for
15366         SByteConstant and ByteConstant.
15367         (Unary.Reduce): Check error values from TryReduceNegative().
15369 2004-12-10  Marek Safar  <marek.safar@seznam.cz>
15371         * attributes.cs (Attribute.Resolve): Avoid multiple error report
15372         and report exception as error 182.
15374 2004-12-10  Raja R Harinath  <rharinath@novell.com>
15376         * driver.cs (Main): Fix message when there are warnings.
15378 2004-12-09  Miguel de Icaza  <miguel@ximian.com>
15380         * delegate.cs: Fixed my fix from yesterday, sorry about that.
15382 2004-12-09  Marek Safar  <marek.safar@seznam.cz>
15384         * anonymous.cs, class.cs, convert.cs, doc.cs, support.cs: 
15385         Reduced number of warnings.
15386         
15387         * class.cs (TypeContainer.VerifyClsCompliance): One if is enough.
15389 2004-12-08  Miguel de Icaza  <miguel@ximian.com>
15391         * driver.cs: Removed message.
15393         * delegate.cs: Fix bug introduced in 1.1.x: 70219.
15395 2004-12-08    <vargaz@freemail.hu>
15397         * cs-tokenizer.cs: Add workaround for NET 2.0 beta 1 csc bug.
15399 2004-12-08  Martin Baulig  <martin@ximian.com>
15401         * class.cs (TypeContainer.VerifyClsCompliance): Report a CS3003
15402         instead of a CS3002 for properties and indexer.
15404 2004-12-08  Martin Baulig  <martin@ximian.com>
15406         * decl.cs (MemberName.ToString): Make this work again.
15408 2004-12-08  Marek Safar  <marek.safar@seznam.cz>
15410         * attribute.cs (Resolve): Add error 591 detection.
15412         * class.cs (FieldMember.Define): Add error 1547 detection.
15413         (Indexer.Define): Add error 620 detection.
15414         (Operator.Define): Add error 590 detection.
15416         * ecore.cs: Missing argument for error 79.
15418         * expression.cs (ComposedCast.DoResolveAsTypeStep): Add error 611
15419         detection.
15421 2004-12-07  Marek Safar  <marek.safar@seznam.cz>
15423         Fix #70106
15424         * assign.cs.cs (Assign.DoResolve): Reports error 1648 for value types
15425         only.
15427 2004-12-07  Atsushi Enomoto  <atsushi@ximian.com>
15429         * cs-parser.jay : handle doc comments on implicit/explicit operators.
15430           Some operator comments were suppressed.
15431         * doc.cs : Implicit/explicit operator name in doc comments are like
15432           "op_Explicit(type)~returnType", so added suffix handling.
15434 2004-12-07  Martin Baulig  <martin@ximian.com>
15436         * decl.cs
15437         (MemberCore.GetObsoleteAttribute): Don't create a new EmitContext.
15438         (MemberCore.GetClsCompliantAttributeValue): Likewise.
15439         (DeclSpace.ec): New protected field; store the EmitContext here.
15440         (DeclSpace.EmitContext): New public property; moved here from
15441         `TypeContainer'.
15442         (DeclSpace.GetClsCompliantAttributeValue): Don't create a new
15443         EmitContext.
15445         * enum.cs (Enum.Define): Store the EmitContext in the `ec' field.
15446         (Enum.Emit): Don't create a new EmitContext.
15448         * delegate.cs (Delegate.DefineType): Always create the
15449         EmitContext.
15451         * iterators.cs (Iterators.DefineIterator): Create a new
15452         EmitContext and store it in `ec'.
15454 2004-08-24  Martin Baulig  <martin@ximian.com>
15456         * typemanager.cs
15457         (TypeManager.IsSubclassOf): Renamed to IsFamilyAccessible; use
15458         this for accessibility checks.
15459         (TypeManager.IsSubclassOrNestedChildOf): Renamed to
15460         IsNestedFamilyAccessible.
15461         (TypeManager.IsSubclassOf): New method, do what the name actually
15462         says.   
15464 2004-12-06  Raja R Harinath  <rharinath@novell.com>
15466         Fix crash on cs0657-17.cs.
15467         * codegen.cs (CommonAssemblyModulClass.GetClsCompliantAttribute):
15468         Use RootContext.Tree.Types, not 'new RootTypes ()'.
15469         * attribute.cs (GlobalAttribute.CheckAttributeType): Narrow down
15470         the case where the NamespaceEntry gets overwritten.
15472 2004-12-06  Marek Safar  <marek.safar@seznam.cz>
15474         Fixed #69195, #56821
15475         * ecore.cs (ResolveBoolean): Tiny refactoring.
15477         * expression.cs (Binary.DoResolve): Add warning 429 and skipping
15478         of right expression resolving when left is false constant and
15479         operator is LogicalAnd OR true constant and operator is LogicalOr.
15481         * statement.cs (ResolveUnreachable): Always reports warning.
15483 2004-12-05  Miguel de Icaza  <miguel@ximian.com>
15485         * class.cs: Distinguish between 1721 and 1722 (just a little help
15486         for the programmer).
15488 2004-12-03  Miguel de Icaza  <miguel@ximian.com>
15490         * delegate.cs: Only allow this on new versions of the language. 
15492 2004-12-02  Duncan Mak  <duncan@ximian.com>
15494         * ecore.cs (PropertyExpr.IsAccessorAccessible): Moved to
15495         Expression class.
15496         (Expression.IsAccessorAccessible): Moved from the PropertyExpr to
15497         here as a static method. Take an additional bool out parameter
15498         `must_do_cs1540_check' for signaling to InstanceResolve.
15499         (PropertyExpr.InstanceResolve): Removed the `must_do_cs1540_check'
15500         member field from PropertyExpr class and made it an argument of
15501         the method instead.
15502         (EventExpr.InstanceResolve): Copied from PropertyExpr, removed the
15503         check for MarshalByRefObject, and report CS0122 instead of CS1540.
15504         (EventExpr.DoResolve): Call IsAccessorAccessible on `add_accessor'
15505         and `remove_accessor' as well as InstanceResolve: report CS0122
15506         where applicable.
15508         Fixes #70129.
15510 2004-12-03  Raja R Harinath  <rharinath@novell.com>
15512         Fix test-327.cs, test-328.cs, and put in early infrastructure
15513         for eventually fixing #52697.
15514         * namespace.cs (NamespaceEntry.LookupForUsing): New method.
15515         (NamespaceEntry.LookupNamespaceOrType): New method, refactored
15516         from other methods.
15517         (NamespaceEntry.Lookup): Remove 'ignore_using' flag.
15518         (AliasEntry.Resolve, UsingEntry.Resolve): Use 'LookupForUsing'.
15519         (VerifyUsing, error246): Update.
15520         * rootcontext.cs (RootContext.NamespaceLookup): Just use
15521         'NamespaceEntry.LookupNamespaceOrType'.
15523 2004-12-03  Martin Baulig  <martin@ximian.com>
15525         * delegate.cs (NewDelegate.DoResolve): If we have an anonymous
15526         method as our child, call AnonymousMethod.Compatible() on it.
15528 2004-12-03  Raja R Harinath  <rharinath@novell.com>
15530         Disable XML documentation support in 'basic' profile.
15531         * decl.cs, class.cs [BOOTSTRAP_WITH_OLDLIB]: Don't import System.Xml.
15532         Redirect XmlElement to System.Object.
15533         * driver.cs, enum.cs, rootcontext.cs: Don't reference System.Xml.
15534         * doc.cs [BOOTSTRAP_WITH_OLDLIB]: Disable compile.
15535         * mcs.exe.sources: Add doc-bootstrap.cs.
15536         * doc-bootstrap.cs: New file.  Contains empty stub implementation
15537         of doc.cs.
15539 2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>
15541         * cs-tokenizer.cs : Only '////' is rejected. Other non-whitespace
15542           comments are allowed.
15544 2004-12-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15546         * delegate.cs: Add checks for subtypes in paramaters and return values
15547         in VerifyMethod () to add support for Covariance/Contravariance
15548         in delegates.
15549         
15550 2004-12-02  Miguel de Icaza  <miguel@ximian.com>
15552         * report.cs: Remove extra closing parenthesis.
15554         * convert.cs (Error_CannotImplicitConversion): If the name of the
15555         types are the same, provide some extra information.
15557         * class.cs (FieldBase): Use an unused bit field from the field to
15558         encode the `has_offset' property from the FieldMember.  This saves
15559         a couple of Ks on bootstrap compilation.
15561         * delegate.cs (NewDelegate.DoResolve): If we have an anonymous
15562         method as our child, return the AnonymousMethod resolved
15563         expression.
15565         * expression.cs (New.DoResolve): Allow return values from
15566         NewDelegate to also include AnonymousMethods.
15568         Fixes #70150.
15570 2004-12-02  Marek Safar  <marek.safar@seznam.cz>
15572         Fix bug #70102
15573         * attribute.cs (Resolve): Improved implementation of params
15574         attribute arguments.
15576         * support.cs (ParameterData): Add HasParams to be faster.
15578 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
15580         all things are for /doc support:
15582         * doc.cs: new file that supports XML documentation generation.
15583         * mcs.exe.sources: added doc.cs.
15584         * driver.cs:
15585           Handle /doc command line option.
15586           Report error 2006 instead of 5 for missing file name for /doc.
15587           Generate XML documentation when required, after type resolution.
15588         * cs-tokenizer.cs:
15589           Added support for picking up documentation (/// and /** ... */),
15590           including a new XmlCommentState enumeration.
15591         * cs-parser.jay:
15592           Added lines to fill Documentation element for field, constant,
15593           property, indexer, method, constructor, destructor, operator, event
15594           and class, struct, interface, delegate, enum.
15595           Added lines to warn incorrect comment.
15596         * rootcontext.cs :
15597           Added Documentation field (passed only when /doc was specified).
15598         * decl.cs:
15599           Added DocComment, DocCommentHeader, GenerateDocComment() and
15600           OnGenerateDocComment() and some supporting private members for
15601           /doc feature to MemberCore.
15602         * class.cs:
15603           Added GenerateDocComment() on TypeContainer, MethodCore and Operator.
15604         * delegate.cs:
15605           Added overriden DocCommentHeader.
15606         * enum.cs:
15607           Added overriden DocCommentHeader and GenerateDocComment().
15609 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
15611         * cfold.cs (ConstantFold.DoConstantNumericPromotions): After
15612         unwrapping the enumeration values, chain to
15613         DoConstantNumericPromotions again, so we can promote things to the
15614         fundamental types (takes care of enums that are bytes, sbytes).
15616         Fixes bug #62054.
15618 2004-12-01  Raja R Harinath  <rharinath@novell.com>
15620         * attribute.cs (Attribute.CheckAttributeType): Remove complain flag.
15621         Fix long-standing bug in type-lookup.  Use FindType instead of
15622         LookupType when ec.ResolvingTypeTree.
15623         (Attribute.ResolveType, Attribute.Resolve)
15624         (Attribute.DefinePInvokeMethod,GlobalAttribute.CheckAttributeType):
15625         Update to changes.
15626         (Attributes.Search): Remove internal version.  Update.
15627         (Attributes.SearchMulti): Update.
15628         (Attributes.GetClsCompliantAttribute): Remove.
15629         (Attributes.GetIndexerNameAttribute): Remove.
15630         * decl.cs (MemberCore.GetClsCompliantAttributeValue): Update to changes.
15631         (DeclSpace.GetClsCompliantAttributeValue): Likewise.
15632         * class.cs (Indexer.Define): Likewise.
15634 2004-12-01  Marek Safar  <marek.safar@seznam.cz>
15636         Fix bug #68790
15637         * ecore.cs: CheckMarshallByRefAccess new virtual method for testing
15638         MarshallByReference members access.
15640         * expression.cs: Use CheckMarshallByRefAccess;
15641         Better error CS0197 message.
15643         * report.cs: Print whole related error message.
15645 2004-11-30  Raja R Harinath  <rharinath@novell.com>
15647         * Makefile (mcs.exe) [PROFILE=default]: Keep a copy of mcs.exe in
15648         the current directory to help debugging.
15650 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
15652         * class (GetClassBases): Better error 60 report.
15653         (EventProperty): Disabled warning 67 detection.
15655 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
15657         Fix bug #60324
15658         * cfold.cs (Assign.DoResolve): Add subtraction for DecimalConstant.
15660         * constant.cs (DecimalConstant.Emit): Don't use int ctor for
15661         precise values.
15663 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
15665         Fix bug #49488
15666         * assign.cs (Assign.DoResolve): Add error 1648, 1650 report.
15668         * decl.cs (MemberCore.MemberName): Error 1648 in compiler.
15670 2004-11-26  Miguel de Icaza  <miguel@ximian.com>
15672         * attribute.cs (Attribute.Resolve): Refine error reporting and
15673         report a cs0117 if the identifier does not exist, to distinguish
15674         from 0617 which is a miss-use of the actual identifier.
15676         * ecore.cs (EventExpr.Emit): Refine error report and distinguish
15677         between cs0070 and cs0079.
15679         * class.cs (MemberBase.DoDefine): When reporting a wrong
15680         accessibility level, we use MethodCore to compare instead of
15681         Method (this was a regression in some refactoring effort).
15683         So now we correctly report cs0056 again.
15685         * convert.cs (ImplicitReferenceConversion): Corrected typo, I was
15686         testing the target_type (which was known to be object_type) and
15687         not the source type (which is anonymous_method).
15689         Fixed reporting of error cs1660.
15691         * expression.cs (UserCast.Source): Expose the underlying cast.
15693         * statement.cs (Switch.SwitchGoverningType): Sort the list of
15694         allowed types to find a match to int32 first (most common).
15696         In addition, it ignores any ImplicitUserConversions that did an
15697         internal implicit conversion (as the switch statement allows only
15698         one integral conversion to exist).
15700         * class.cs (PartialContainer.Create): rename `name' to
15701         `member_name' for clarity.  Then replace the string calls with a
15702         call to MemberName.GetPartialName, as now using
15703         MemberName.ToString is an error (this is due to the side effects
15704         it had, that were fixed in the past).
15706         This will restore the error reporting on a number of partial class
15707         errors that were missusing this (and getting an exception as a
15708         results, which is now just a plain textual warning, because
15709         yyparse debug output would crash otherwise).
15711 2004-11-26  Raja R Harinath  <rharinath@novell.com>
15713         * Makefile (PROGRAM_INSTALL_DIR): Remove.
15715 2004-11-25  Ben Maurer  <bmaurer@ximian.com>
15717         * rootcontext.cs (LookupType): Make sure to cache lookups that
15718         don't give us a negative result. This saves about 5% of corlib
15719         compilation time.
15721 2004-11-25  Miguel de Icaza  <miguel@ximian.com>
15723         * report.cs (AbstractMessage.Print): messages are sent to stderr
15725         * class.cs (TypeContainer.GetClassBases): It is an error to have a
15726         non-interface in the list of interfaces (at this point, either
15727         parent was properly set, or a base class is being listed in the
15728         interfaces section).
15730         This flags error 1722, and resolves the crash from bug 69259.
15732 2004-11-25  Ben Maurer  <bmaurer@ximian.com>
15734         * statement.cs (Using.EmitExpressionFinally): make this work right
15735         for valuetypes. Fixes 69926.
15737 2004-11-25  Miguel de Icaza  <miguel@ximian.com>
15739         * const.cs (Const.ChangeType): Cope with the "0 literal can be
15740         converted to an enum" here, before we try to change the underlying
15741         type.  This code exists, but it is a different code path than the
15742         one used while encoding constants.
15744         * convert.cs (ImplicitReferenceConversionExists): A surprisingly
15745         old bug: when converting from the null literal to a pointer,
15746         return an EmptyCast, not the NullLiteral.
15748         This fixes #69921, the recent null_type changes probably made this
15749         bug more prominent.
15751         (ImplicitReferenceConversionExists): In addition, resynchronized
15752         the code here, so it matches the same code in
15753         ImplicitReferenceConversionExists for the `from any class-type S
15754         to any interface-type T'.
15755         
15757 2004-11-25  Marek Safar  <marek.safar@seznam.cz>
15759         * cfold.cs (BinaryFold): Add addition for DecimalConstant.
15761 2004-11-24  Miguel de Icaza  <miguel@ximian.com>
15763         * cs-parser.jay: Use verbosity accordingly. 
15765 2004-11-24  Marek Safar  <marek.safar@seznam.cz>
15767         * expression.cs (Unary.ResolveOperator): Do not report warning;
15768         AddressOf reads from variable.
15769         
15770         (LocalVariableReferences.DoResolveBase): Improved my previous fix.
15772 2004-11-24  Marek Safar  <marek.safar@seznam.cz>
15774         Fix bug #69462
15776         * attribute.cs (Attributable): Removed CheckTargets.
15777         (Attributes.Emit): Explicit attribute targets are tested here.
15779         * class.cs (EventField.ValidAttributeTargets): Explicit target "field" is
15780         not enabled for interfaces.
15782         * codegen.cs (CommonAssemblyModulClass.AddAttributes): Removed CheckTargets.
15783         (GetAssemblyName): Ouch next bug there.
15785 2004-11-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15787         * expression.cs: Error 275 added.
15788         
15789 2004-11-23  Marek Safar  <marek.safar@seznam.cz>
15791         Fix bug #69177 (Implemented decimal constant support)
15793         * cfold.cs (DoConstantNumericPromotions: Add DecimalConstant.
15794         (BinaryFold): Add DecimalConstant.
15796         * const.cs (Define): Decimal constant 
15797         (is not constant.
15798         (ChangeType): Add decimal type handling.
15799         (LookupConstantValue): Don't set value for decimal type but
15800         emit DecimalConstantAttribute. Needed for constant optimization.
15802         * constant.cs (ToDecimal): New method.
15803         (ConvertToDecimal): New method.
15804         (IntConstant): Implemented ConvertToDecimal.
15805         (DecimalConstant.Emit): Emit optimized version for decimals in
15806         int range.
15808         * expression.cs (ResolveOperator): Changed order of constant
15809         reduction to work correctly with native types which have
15810         overloaded operators.
15811         (ResolveMemberAccess): Extract constant value from attribute
15812         for decimal type.
15814         * rootcontext.cs (ResolveCore): Add DecimalConstantAttribute.
15816         * typemanager.cs (TypeManager): Add decimal_constant_attribute_type,
15817         void_decimal_ctor_int_arg, decimal_constant_attribute_ctor.
15818         (ChangeType): Decimal is special.
15819         (TypeToCoreType): Add decimal type.
15821 2004-11-22  Marek Safar  <marek.safar@seznam.cz>
15823         * convert.cs (ImplicitConversionRequired): Add error cs0642 for
15824         decimal types.
15826 2004-11-22  Marek Safar  <marek.safar@seznam.cz>
15828         * class.cs (EventField.ApplyAttributeBuilder): Fix error
15829         test cs1667-5.cs.
15831 2004-11-19  Marek Safar  <marek.safar@seznam.cz>
15833         * class.cs (MemberBase.DoDefine): Fix error cs0508 report.
15835         * pending.cs (PendingImplementation): Grab only interfaces.
15837 2004-11-19  Marek Safar  <marek.safar@seznam.cz>
15839         * statement.cs (ForeachHelperMethods): Add location member and
15840         error 202 detection.
15842 2004-11-19  Raja R Harinath  <rharinath@novell.com>
15844         * Makefile (EXTRA_DISTFILES): Remove mcs.exe.config.  It's
15845         automatically handled by executable.make.
15846         (PROGRAM): Make profile-specific.
15848 2004-11-18  Marek Safar  <marek.safar@seznam.cz>
15850         * expression.cs (DoResolveBase): Fixed wrong warning for out
15851         variables.
15853 2004-11-18  Martin Baulig  <martin@ximian.com>
15855         Merged latest changes into gmcs.  Please keep this comment in
15856         here, it makes it easier for me to see what changed in MCS since
15857         the last time I merged.
15859 2004-11-17  Raja R Harinath  <rharinath@novell.com>
15861         * typemanager.cs (TypeHandle.GetTypeHandle): Make private.
15862         (TypeHandle.GetMemberCache): New.
15863         (TypeHandle.TypeHandle): Update.
15864         (TypeManager.LookupMemberCache): Rewritten from LookupMemberContainer.
15865         (TypeManager.LookupParentInterfacesCache):
15866         Rename from LookupInterfaceCache.  Optimize slightly.
15867         (TypeManager.MemberLookup_FindMembers): Update.
15868         * decl.cs (MemberCache.MemberCache): Set Container to null in the
15869         multi-type variant.
15870         (AddCacheContents): Rename from AddHashtable.
15871         * class.cs (TypeContainer.parent_container): Remove.
15872         (TypeContainer.VerifyClsCompliance): Don't use parent_container.
15873         (TypeContainer.DoDefineMembers): Don't initialize it.
15874         Update to name changes.
15875         
15876 2004-11-17  Miguel de Icaza  <miguel@ximian.com>
15878         * class.cs (MethodCore.CheckAccessModifiers): New helper routine
15879         that factors the code to check access modifiers on override.  
15881         (PropertyBase): Use the code here.
15883         Patch from Lluis S'anchez, fixes bug #69361.
15885 2004-11-15  Miguel de Icaza  <miguel@ximian.com>
15887         * anonymous.cs (AnonymousMethod.Error_AddressOfCapturedVar): New
15888         routine that is used to report the use of a captured variable
15889         whose address has been taken.
15891         There are two checks: one when variables are being captured and
15892         the other check is when the address of a variable is taken. 
15893         
15894         (because an anonymous methods might be resolved before *or* after
15895         the address has been taken) and 
15897         * expression.cs (Conditional.DoResolve): Remove the special
15898         casing that Martin added to trueExpr and falseExpr being both
15899         NullLiteral.  We get the right behavior now just by introducing
15900         the null_type into the compiler. 
15902         * convert.cs (ExplicitConversion): Change the code to use
15903         null_type instead of testing `expr is NullLiteral'.
15904         (ImplicitConversionStandard): use null_type too.
15905         (ImplicitReferenceConversionExists): use null_type too.
15906         (ImplicitReferenceConversion): use null_type too.
15908         * literal.cs: The type of `NullLiteral' is now null_type instead
15909         of object_type. 
15910         (Resolve): Set the type here.
15912         * typemanager.cs: Introduce null_type.
15914 2004-11-17  Martin Baulig  <martin@ximian.com>
15916         * decl.cs (MemberCache.AddHashtable): Add entries in the opposite
15917         direction, like FindMembers() does.  Fixes #69546, testcase is in
15918         test-315.cs.    
15920 2004-11-16  Martin Baulig  <martin@ximian.com>
15922         This is based on a patch from Marek Safar, see bug #69082.
15923         Fixes bugs #63705 and #67130.
15925         * typemanager.cs (TypeManager.LookupInterfaceCache): New public
15926         method; create a MemberCache for an interface type and cache the
15927         result.
15929         * decl.cs (IMemberContainer.ParentContainer): Removed.
15930         (IMemberContainer.ParentCache): New property.
15931         (MemberCache.SetupCacheForInterface): Removed.
15932         (MemberCache..ctor): Added .ctor which takes a `Type[]'; use this
15933         to create a cache for an interface's "parent".
15935         * class.cs (TypeContainer.DoDefineMembers): Setup cache for
15936         interfaces too.
15938 2004-11-16  Martin Baulig  <martin@ximian.com>
15940         Merged back from gmcs; these changes already went into gmcs a
15941         couple of weeks ago.
15943         * typemanager.cs
15944         (TypeManager.AddUserType): Removed the `ifaces' argument.
15945         (TypeManager.RegisterBuilder): Take a `Type []' instead of a
15946         `TypeExpr []'.
15947         (TypeManager.AddUserInterface): Removed.
15948         (TypeManager.ExpandInterfaces): Return a `Type []' instead of a
15949         `TypeExpr []'.
15950         (TypeManager.GetInterfaces): Likewise.
15951         (TypeManager.GetExplicitInterfaces): Likewise.
15953         * ecore.cs (TypeExpr.GetInterfaces): Removed.
15955         * class.cs (TypeContainer.base_class_type): Replaced with `ptype'.
15956         (TypeContainer.base_inteface_types): Replaced with `ifaces'.
15958 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
15960         * statement.cs: Avoid adding bools to a hashtable.
15962 2004-11-07  Miguel de Icaza  <miguel@ximian.com>
15964         * expression.cs (Invocation.OverloadResolve): Flag error if we are
15965         calling an unsafe method from a safe location.
15967 2004-11-06  Marek Safar  <marek.safar@seznam.cz>
15969         Fix #69167
15970         * codegen.cs (ApplyAttributeBuilder): Do not return; it is only warning.
15972 2004-11-06  Miguel de Icaza  <miguel@ximian.com>
15974         * namespace.cs (VerifyUsing): use GetPartialName instead of
15975         ToString. 
15977 2004-11-05  Miguel de Icaza  <miguel@ximian.com>
15979         * statement.cs (Return.Resolve): Fix regression in typo: if
15980         `in_exc', we have to request a NeedReturnLabel, this was a typo
15981         introduced in the anonymous method check-in.  Fixes #69131.
15983         * Indexers were using the ShortName when defining themselves,
15984         causing a regression in the compiler bootstrap when applying the
15985         patch from 2004-11-02 (first part), now they use their full name
15986         and the bug is gone.
15988 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
15990         * driver.cs: Strip the path from the names of embedded resources. Fixes
15991         #68519.
15993 2004-11-04  Raja R Harinath  <rharinath@novell.com>
15995         Fix error message regression: cs0104-2.cs.
15996         * namespace.cs (NamespaceEntry.Lookup): Remove 'silent' flag.
15997         (AliasEntry.Resolve): Update.
15998         * rootcontext.cs (RootContext.NamespaceLookup): Update.  Remove
15999         'silent' flag.
16000         (RootContext.LookupType): Update.
16002 2004-11-03  Carlos Alberto Cortez <carlos@unixmexico.org>
16004         * cs-parser.jay: Add support for handling accessor modifiers
16005         * class: Add support port accessor modifiers and error checking,
16006         define PropertyMethod.Define as virtual (not abstract anymore)
16007         * ecore.cs: Add checking for proeprties access with access modifiers
16008         * iterators.cs: Modify Accessor constructor call based in the modified
16009         constructor
16010 2004-11-02  Ben Maurer  <bmaurer@ximian.com>
16012         * expression.cs (StringConcat): Handle being called twice,
16013         as when we have a concat in a field init with more than two
16014         ctors in the class
16016 2004-11-02  Miguel de Icaza  <miguel@ximian.com>
16018         * class.cs (Event.Define, Indexer.Define, Property.Define): Do not
16019         special case explicit implementations, we should always produce
16020         the .property or .event declaration.
16021         
16022         * decl.cs (MemberName): Renamed GetFullName to GetPartialName
16023         since it will not return correct data if people use this
16024         unresolved in the presence of using statements (see test-313).
16026         * class.cs (MethodData.Define): If we are an explicit interface
16027         implementation, set the method name to the full name of the
16028         interface plus the name of the method.  
16030         Notice that using the method.MethodName.GetFullName() does not
16031         work, as it will only contain the name as declared on the source
16032         file (it can be a shorthand in the presence of using statements)
16033         and not the fully qualifed type name, for example:
16035         using System;
16037         class D : ICloneable {
16038                 object ICloneable.Clone ()  {
16039                 }
16040         }
16042         Would produce a method called `ICloneable.Clone' instead of
16043         `System.ICloneable.Clone'.
16045         * namespace.cs (Alias.Resolve): Use GetPartialName.
16046         
16047 2004-11-01  Marek Safar  <marek.safar@seznam.cz>
16049         * cs-parser.jay: Add error 1055 report.
16051 2004-11-01  Miguel de Icaza  <miguel@ximian.com>
16053         * assign.cs (Assign.DoResolve): Only do the transform of
16054         assignment into a New if the types are compatible, if not, fall
16055         through and let the implicit code deal with the errors and with
16056         the necessary conversions. 
16058 2004-11-01  Marek Safar  <marek.safar@seznam.cz>
16060         * cs-parser.jay: Add error 1031 report.
16062         * cs-tokenizer.cs: Add location for error 1038.
16064 2004-10-31  Marek Safar  <marek.safar@seznam.cz>
16066         * cs-parser.jay: Add error 1016 report.
16068 2004-10-31  Marek Safar  <marek.safar@seznam.cz>
16070         * cs-parser.jay: Add errors 1575,1611 report.
16072 2004-10-31  Marek Safar  <marek.safar@seznam.cz>
16074         * cs-parser.jay: Add error 1001 report.
16076 2004-10-31  Marek Safar  <marek.safar@seznam.cz>
16078         Fix #68850
16079         * attribute.cs (GetMarshal): Add method argument for
16080         caller identification.
16082         * class.cs, codegen.cs, enum.cs, parameter.cs: Added
16083         agument for GetMarshal and RuntimeMissingSupport.
16085 2004-10-31  Marek Safar  <marek.safar@seznam.cz>
16087         * attribute.cs (ExtractSecurityPermissionSet): Removed
16088         TypeManager.code_access_permission_type.
16090         * typemanager.cs: Removed TypeManager.code_access_permission_type.
16092 2004-10-27  Miguel de Icaza  <miguel@ximian.com>
16094         * expression.cs (LocalVariableReference.DoResolveLValue): Check
16095         for obsolete use of a variable here.   Fixes regression on errors
16096         cs0619-25 and cs0619-26.
16098 2004-10-27  Marek Safar  <marek.safar@seznam.cz>
16100         Fix #62358, implemented security attribute encoding.
16102         * attribute.cs (Attribute.CheckSecurityActionValididy): New method.
16103         Tests permitted SecurityAction for assembly or other types.
16104         (Assembly.ExtractSecurityPermissionSet): New method. Transforms
16105         data from SecurityPermissionAttribute to PermisionSet class.
16107         * class.cs (ApplyAttributeBuilder): Added special handling
16108         for System.Security.Permissions.SecurityAttribute based types.
16110         * codegen.cs (AssemblyClass.ApplyAttributeBuilder): Added
16111         special handling for System.Security.Permissions.SecurityAttribute
16112         based types.
16114         * enum.cs (ApplyAttributeBuilder): Added special handling
16115         for System.Security.Permissions.SecurityAttribute based types.
16117         * parameter.cs (ApplyAttributeBuilder): Added special handling
16118         for System.Security.Permissions.SecurityAttribute based types.
16120         * rootcontext.cs: Next 2 core types.
16122         * typemanager.cs (TypeManager.security_permission_attr_type):
16123         Built in type for the SecurityPermission Attribute.
16124         (code_access_permission_type): Build in type.
16126 2004-10-17  Miguel de Icaza  <miguel@ximian.com>
16128         * expression.cs (LocalVariableReference.DoResolveBase, Emit):
16129         Remove the tests for `ec.RemapToProxy' from here, and encapsulate
16130         all of this information into
16131         EmitContext.EmitCapturedVariableInstance.
16132         
16133         * codegen.cs (EmitCapturedVariableInstance): move here the
16134         funcionality of emitting an ldarg.0 in the presence of a
16135         remapping.   This centralizes the instance emit code.
16137         (EmitContext.EmitThis): If the ScopeInfo contains a THIS field,
16138         then emit a load of this: it means that we have reached the
16139         topmost ScopeInfo: the one that contains the pointer to the
16140         instance of the class hosting the anonymous method.
16142         * anonymous.cs (AddField, HaveCapturedFields): Propagate field
16143         captures to the topmost CaptureContext.
16145 2004-10-12  Miguel de Icaza  <miguel@ximian.com>
16147         * expression.cs (LocalVariableReference): Move the knowledge about
16148         the iterators into codegen's EmitCapturedVariableInstance.
16150 2004-10-11  Miguel de Icaza  <miguel@ximian.com>
16152         * codegen.cs (EmitContext.ResolveTopBlock): Emit a 1643 when not
16153         all code paths return a value from an anonymous method (it is the
16154         same as the 161 error, but for anonymous methods).
16156 2004-10-08  Miguel de Icaza  <miguel@ximian.com>
16158         The introduction of anonymous methods in the compiler changed
16159         various ways of doing things in the compiler.  The most
16160         significant one is the hard split between the resolution phase
16161         and the emission phases of the compiler.
16163         For instance, routines that referenced local variables no
16164         longer can safely create temporary variables during the
16165         resolution phase: they must do so from the emission phase,
16166         since the variable might have been "captured", hence access to
16167         it can not be done with the local-variable operations from the runtime.
16168         
16169         * statement.cs 
16171         (Block.Flags): New flag `IsTopLevel' to indicate that this block
16172         is a toplevel block.
16174         (ToplevelBlock): A new kind of Block, these are the blocks that
16175         are created by the parser for all toplevel method bodies.  These
16176         include methods, accessors and anonymous methods.
16178         These contain some extra information not found in regular blocks:
16179         A pointer to an optional CaptureContext (for tracking captured
16180         local variables and parameters).  A pointer to the parent
16181         ToplevelBlock.
16182         
16183         (Return.Resolve): Catch missmatches when returning a value from an
16184         anonymous method (error 1662).
16185         Invoke NeedReturnLabel from the Resolve phase instead of the emit
16186         phase.
16188         (Break.Resolve): ditto.
16190         (SwitchLabel): instead of defining the labels during the
16191         resolution phase, we now turned the public ILLabel and ILLabelCode
16192         labels into methods called GetILLabelCode() and GetILLabel() that
16193         only define the label during the Emit phase.
16195         (GotoCase): Track the SwitchLabel instead of the computed label
16196         (its contained therein).  Emit the code by using
16197         SwitchLabel.GetILLabelCode ().
16199         (LocalInfo.Flags.Captured): A new flag has been introduce to track
16200         whether the Local has been captured or not.
16202         (LocalInfo.IsCaptured): New property, used to tell whether the
16203         local has been captured.
16204         
16205         * anonymous.cs: Vastly updated to contain the anonymous method
16206         support.
16208         The main classes here are: CaptureContext which tracks any
16209         captured information for a toplevel block and ScopeInfo used to
16210         track the activation frames for various local variables.   
16212         Each toplevel block has an optional capture context associated
16213         with it.  When a method contains an anonymous method both the
16214         toplevel method and the anonymous method will create a capture
16215         context.   When variables or parameters are captured, they are
16216         recorded on the CaptureContext that owns them, for example:
16218         void Demo () {
16219              int a;
16220              MyDelegate d = delegate {
16221                  a = 1;
16222              }
16223         }
16225         Here `a' will be recorded as captured on the toplevel
16226         CapturedContext, the inner captured context will not have anything
16227         (it will only have data if local variables or parameters from it
16228         are captured in a nested anonymous method.
16230         The ScopeInfo is used to track the activation frames for local
16231         variables, for example:
16233         for (int i = 0; i < 10; i++)
16234                 for (int j = 0; j < 10; j++){
16235                    MyDelegate d = delegate {
16236                         call (i, j);
16237                    }
16238                 }
16240         At runtime this captures a single captured variable `i', but it
16241         captures 10 different versions of the variable `j'.  The variable
16242         `i' will be recorded on the toplevel ScopeInfo, while `j' will be
16243         recorded on a child.  
16245         The toplevel ScopeInfo will also track information like the `this'
16246         pointer if instance variables were referenced (this is necessary
16247         as the anonymous method lives inside a nested class in the host
16248         type of the method). 
16250         (AnonymousMethod): Expanded to track the Toplevel, implement
16251         `AnonymousMethod.Compatible' to tell whether an anonymous method
16252         can be converted to a target delegate type. 
16254         The routine now also produces the anonymous method content
16256         (AnonymousDelegate): A helper class that derives from
16257         DelegateCreation, this is used to generate the code necessary to
16258         produce the delegate for the anonymous method that was created. 
16260         * assign.cs: API adjustments for new changes in
16261         Convert.ImplicitStandardConversionExists.
16263         * class.cs: Adjustments to cope with the fact that now toplevel
16264         blocks are of type `ToplevelBlock'. 
16266         * cs-parser.jay: Now we produce ToplevelBlocks for toplevel blocks
16267         insteda of standard blocks.
16269         Flag errors if params arguments are passed to anonymous methods.
16271         * codegen.cs (EmitContext): Replace `InAnonymousMethod' with
16272         `CurrentAnonymousMethod' which points to the current Anonymous
16273         Method.  The variable points to the AnonymousMethod class that
16274         holds the code being compiled.  It is set in the new EmitContext
16275         created for the anonymous method.
16277         (EmitContext.Phase): Introduce a variable and an enumeration to
16278         assist in enforcing some rules about when and where we are allowed
16279         to invoke certain methods (EmitContext.NeedsReturnLabel is the
16280         only one that enfonces this right now).
16282         (EmitContext.HaveCaptureInfo): new helper method that returns
16283         whether we have a CapturedContext initialized.
16285         (EmitContext.CaptureVariable): New method used to register that a
16286         LocalInfo must be flagged for capturing. 
16288         (EmitContext.CapturedParameter): New method used to register that a
16289         parameters must be flagged for capturing. 
16290         
16291         (EmitContext.CapturedField): New method used to register that a
16292         field must be flagged for capturing. 
16294         (EmitContext.HaveCapturedVariables,
16295         EmitContext.HaveCapturedFields): Return whether there are captured
16296         variables or fields. 
16298         (EmitContext.EmitMethodHostInstance): This is used to emit the
16299         instance for the anonymous method.  The instance might be null
16300         (static methods), this (for anonymous methods that capture nothing
16301         and happen to live side-by-side with the current method body) or a
16302         more complicated expression if the method has a CaptureContext.
16304         (EmitContext.EmitTopBlock): Routine that drives the emission of
16305         code: it will first resolve the top block, then emit any metadata
16306         and then emit the code.  The split is done so that we can extract
16307         any anonymous methods and flag any captured variables/parameters.
16308         
16309         (EmitContext.ResolveTopBlock): Triggers the resolution phase,
16310         during this phase, the ILGenerator should not be used as labels
16311         and local variables declared here might not be accessible to any
16312         code that is part of an anonymous method.  
16314         Exceptions to this include the temporary variables that are
16315         created by some statements internally for holding temporary
16316         variables. 
16317         
16318         (EmitContext.EmitMeta): New routine, in charge of emitting all the
16319         metadata for a cb
16321         (EmitContext.TemporaryReturn): This method is typically called
16322         from the Emit phase, and its the only place where we allow the
16323         ReturnLabel to be defined other than the EmitMeta.  The reason is
16324         that otherwise we would have to duplicate a lot of logic in the
16325         Resolve phases of various methods that today is on the Emit
16326         phase. 
16328         (EmitContext.NeedReturnLabel): This no longer creates the label,
16329         as the ILGenerator is not valid during the resolve phase.
16331         (EmitContext.EmitThis): Extended the knowledge in this class to
16332         work in anonymous methods in addition to iterators. 
16334         (EmitContext.EmitCapturedVariableInstance): This emits whatever
16335         code is necessary on the stack to access the instance to a local
16336         variable (the variable will be accessed as a field).
16338         (EmitContext.EmitParameter, EmitContext.EmitAssignParameter,
16339         EmitContext.EmitAddressOfParameter): Routines to support
16340         parameters (not completed at this point). 
16341         
16342         Removals: Removed RemapLocal and RemapLocalLValue.  We probably
16343         will also remove the parameters.
16345         * convert.cs (Convert): Define a `ConstantEC' which points to a
16346         null.  This is just to prefity some code that uses
16347         ImplicitStandardConversion code and do not have an EmitContext
16348         handy.
16350         The idea is to flag explicitly that at that point in time, it is
16351         known that the conversion will not trigger the delegate checking
16352         code in implicit conversions (which requires a valid
16353         EmitContext). 
16355         Everywhere: pass new EmitContext parameter since
16356         ImplicitStandardConversionExists now requires it to check for
16357         anonymous method conversions. 
16359         (Convert.ImplicitStandardConversionExists): If the type of an
16360         expression is the anonymous_method_type, and the type is a
16361         delegate, we invoke the AnonymousMethod.Compatible method to check
16362         whether an implicit conversion is possible. 
16364         (Convert.ImplicitConversionStandard): Only do implicit method
16365         group conversions if the language level is not ISO_1.
16367         * delegate.cs (Delegate.GetInvokeMethod): Common method to get the
16368         MethodInfo for the Invoke method.  used by Delegate and
16369         AnonymousDelegate.
16371         * expression.cs (Binary.DoNumericPromotions): only allow anonymous
16372         method conversions if the target type is a delegate.
16374         Removed extra debugging nops.
16376         (LocalVariableReference): Turn the `local_info' into a public
16377         field. 
16379         Add `prepared' field, the same hack used for FieldExprs to cope
16380         with composed assignments, as Local variables do not necessarily
16381         operate purely on the stack as they used to: they can be captured
16382         fields. 
16384         Add `temp' for a temporary result, like fields.
16386         Refactor DoResolve and DoResolveLValue into DoResolveBase.
16388         It now copes with Local variables that are captured and emits the
16389         proper instance variable to load it from a field in the captured
16390         case. 
16392         (ParameterReference.DoResolveBase): During the resolve phase,
16393         capture parameters if we are in an anonymous method.
16395         (ParameterReference.Emit, ParameterReference.AddressOf): If in an
16396         anonymous method, use the EmitContext helper routines to emit the
16397         parameter reference.
16399         * iterators.cs: Set RemapToProxy to true/false during the
16400         EmitDispose class.
16402         * parameters.cs (GetParameterByName): New helper method. 
16404         * typemanager.cs (anonymous_method_type) a new type that
16405         represents an anonyous method.  This is always an internal type,
16406         used as a fencepost to test against the anonymous-methodness of an
16407         expression. 
16408         
16409 2004-10-20  Marek Safar  <marek.safar@seznam.cz>
16411         * class.cs (MethodCore.CheckBase): Add errors 505, 533, 544,
16412         561 report.
16413         (PropertyBase.FindOutParentMethod): Add errors 545, 546 report.
16415 2004-10-18  Martin Baulig  <martin@ximian.com>
16417         * statement.cs (Fixed.Resolve): Don't access the TypeExpr's
16418         `Type' directly, but call ResolveType() on it.
16419         (Catch.Resolve): Likewise.
16420         (Foreach.Resolve): Likewise.
16422 2004-10-18  Martin Baulig  <martin@ximian.com>
16424         * expression.cs (Cast.DoResolve): Don't access the TypeExpr's
16425         `Type' directly, but call ResolveType() on it.
16426         (Probe.DoResolve): Likewise.
16427         (ArrayCreation.LookupType): Likewise.
16428         (TypeOf.DoResolve): Likewise.
16429         (SizeOf.DoResolve): Likewise.
16431 2004-10-18  Martin Baulig  <martin@ximian.com>
16433         * expression.cs (Invocation.BetterFunction): Put back
16434         TypeManager.TypeToCoreType().
16436 2004-10-18  Raja R Harinath  <rharinath@novell.com>
16438         * class.cs (FieldMember.DoDefine): Reset ec.InUnsafe after doing
16439         the ResolveType.
16441 2004-10-18  Martin Baulig  <martin@ximian.com>
16443         * parameter.cs (Parameter.Resolve):  Don't access the TypeExpr's
16444         `Type' directly, but call ResolveType() on it.
16446 2004-10-18  Martin Baulig  <martin@ximian.com>
16448         * class.cs (FieldMember.Define): Don't access the TypeExpr's
16449         `Type' directly, but call ResolveType() on it.
16450         (MemberBase.DoDefine): Likewise.
16452         * expression.cs (New.DoResolve): Don't access the TypeExpr's
16453         `Type' directly, but call ResolveType() on it.
16454         (ComposedCast.DoResolveAsTypeStep): Likewise.
16456         * statement.cs (LocalInfo.Resolve): Don't access the TypeExpr's
16457         `Type' directly, but call ResolveType() on it.
16459 2004-10-17  John Luke  <john.luke@gmail.com>
16461         * class.cs (Operator.GetSignatureForError): use CSharpName
16463         * parameter.cs (Parameter.GetSignatureForError): Returns
16464         correct name even if was not defined.
16466 2004-10-13  Raja R Harinath  <rharinath@novell.com>
16468         Fix #65816.
16469         * class.cs (TypeContainer.EmitContext): New property.
16470         (DefineNestedTypes): Create an emitcontext for each part.
16471         (MethodCore.DoDefineParameters): Use container's emitcontext.
16472         Pass type array to InternalParameters.
16473         (MemberBase.DoDefine): Use container's emitcontext.
16474         (FieldMember.Define): Likewise.
16475         (Event.Define): Likewise.
16476         (SetMethod.GetParameterInfo): Change argument to EmitContext.
16477         Pass type array to InternalParameters.
16478         (SetIndexerMethod.GetParameterInfo): Likewise.
16479         (SetMethod.Define): Pass emitcontext to GetParameterInfo.
16480         * delegate.cs (Define): Pass emitcontext to
16481         ComputeAndDefineParameterTypes and GetParameterInfo.  Pass type
16482         array to InternalParameters.
16483         * expression.cs (ParameterReference.DoResolveBase): Pass
16484         emitcontext to GetParameterInfo.
16485         (ComposedCast.DoResolveAsTypeStep): Remove check on
16486         ec.ResolvingTypeTree.
16487         * parameter.cs (Parameter.Resolve): Change argument to
16488         EmitContext.  Use ResolveAsTypeTerminal.
16489         (Parameter.GetSignature): Change argument to EmitContext.
16490         (Parameters.ComputeSignature): Likewise.
16491         (Parameters.ComputeParameterTypes): Likewise.
16492         (Parameters.GetParameterInfo): Likewise.
16493         (Parameters.ComputeAndDefineParameterTypes): Likewise.
16494         Re-use ComputeParameterTypes.  Set ec.ResolvingTypeTree.
16495         * support.cs (InternalParameters..ctor): Remove variant that takes
16496         a DeclSpace.
16497         * typemanager.cs (system_intptr_expr): New.
16498         (InitExpressionTypes): Initialize it.
16500 2004-10-12  Chris Toshok  <toshok@ximian.com>
16502         * cs-parser.jay: fix location for try_statement and catch_clause.
16504 2004-10-11  Martin Baulig  <martin@ximian.com>
16506         * report.cs: Don't make --fatal abort on warnings, we have
16507         -warnaserror for that.
16509 2004-10-07  Raja R Harinath  <rharinath@novell.com>
16511         More DeclSpace.ResolveType avoidance.
16512         * decl.cs (MemberCore.InUnsafe): New property.
16513         * class.cs (MemberBase.DoDefine): Use ResolveAsTypeTerminal 
16514         with newly created EmitContext.
16515         (FieldMember.Define): Likewise.
16516         * delegate.cs (Delegate.Define): Likewise.
16517         * ecore.cs (SimpleName.ResolveAsTypeStep): Lookup with alias
16518         only if normal name-lookup fails.
16519         (TypeExpr.DoResolve): Enable error-checking.
16520         * expression.cs (ArrayCreation.DoResolve): Use ResolveAsTypeTerminal.
16521         (SizeOf.DoResolve): Likewise.
16522         (ComposedCast.DoResolveAsTypeStep): Likewise.
16523         (StackAlloc.DoResolve): Likewise.
16524         * statement.cs (Block.Flags): Add new flag 'Unsafe'.
16525         (Block.Unsafe): New property.
16526         (Block.EmitMeta): Set ec.InUnsafe as appropriate.
16527         (Unsafe): Set 'unsafe' flag of contained block.
16528         (LocalInfo.Resolve): Use ResolveAsTypeTerminal.
16529         (Fixed.Resolve): Likewise.
16530         (Catch.Resolve): Likewise.
16531         (Using.ResolveLocalVariableDecls): Likewise.
16532         (Foreach.Resolve): Likewise.
16534 2004-10-05  John Luke <john.luke@gmail.com>
16536         * cs-parser.jay: add location to error CS0175
16538 2004-10-04  Miguel de Icaza  <miguel@ximian.com>
16540         * ecore.cs (Expression.Constantity): Add support for turning null
16541         into a constant.
16543         * const.cs (Const.Define): Allow constants to be reference types
16544         as long as the value is Null.
16546 2004-10-04  Juraj Skripsky  <js@hotfeet.ch>
16548         * namespace.cs (NamespaceEntry.Using): No matter which warning
16549         level is set, check if this namespace name has already been added.
16551 2004-10-03 Ben Maurer  <bmaurer@ximian.com>
16553         * expression.cs: reftype [!=]= null should always use br[true,false].
16554         # 67410
16556 2004-10-03  Marek Safar  <marek.safar@seznam.cz>
16558         Fix #67108
16559         * attribute.cs: Enum conversion moved to 
16560         GetAttributeArgumentExpression to be applied to the all
16561         expressions.
16563 2004-10-01  Raja R Harinath  <rharinath@novell.com>
16565         Fix #65833, test-300.cs, cs0122-5.cs, cs0122-6.cs.
16566         * class.c (TypeContainer.DefineType): Flag error if
16567         base types aren't accessible due to access permissions.
16568         * decl.cs (DeclSpace.ResolveType): Move logic to
16569         Expression.ResolveAsTypeTerminal.
16570         (DeclSpace.ResolveTypeExpr): Thin layer over
16571         Expression.ResolveAsTypeTerminal.
16572         (DeclSpace.CheckAccessLevel, DeclSpace.FamilyAccess):
16573         Refactor code into NestedAccess.  Use it.
16574         (DeclSpace.NestedAccess): New.
16575         * ecore.cs (Expression.ResolveAsTypeTerminal): Add new
16576         argument to silence errors.  Check access permissions.
16577         (TypeExpr.DoResolve, TypeExpr.ResolveType): Update.
16578         * expression.cs (ProbeExpr.DoResolve): Use ResolveAsTypeTerminal.
16579         (Cast.DoResolve): Likewise.
16580         (New.DoResolve): Likewise.
16581         (InvocationOrCast.DoResolve,ResolveStatement): Likewise.
16582         (TypeOf.DoResolve): Likewise.
16584         * expression.cs (Invocation.BetterConversion): Return the Type of
16585         the better conversion.  Implement section 14.4.2.3 more faithfully.
16586         (Invocation.BetterFunction): Make boolean.  Make correspondence to
16587         section 14.4.2.2 explicit.
16588         (Invocation.OverloadResolve): Update.
16589         (Invocation): Remove is_base field.
16590         (Invocation.DoResolve): Don't use is_base.  Use mg.IsBase.
16591         (Invocation.Emit): Likewise.
16593 2004-09-27  Raja R Harinath  <rharinath@novell.com>
16595         * README: Update to changes.
16597 2004-09-24  Marek Safar  <marek.safar@seznam.cz>
16599         * cs-parser.jay: Reverted 642 warning fix.
16601 2004-09-23  Marek Safar  <marek.safar@seznam.cz>
16603         Fix bug #66615
16604         * decl.cs (FindMemberWithSameName): Indexer can have more than
16605         1 argument.
16607 2004-09-23  Marek Safar  <marek.safar@seznam.cz>
16609         * expression.cs (LocalVariableReference.DoResolveLValue):
16610         Do not report warning 219 for out values.
16611         (EmptyExpression.Null): New member to avoid extra allocations.
16613 2004-09-23  Marek Safar  <marek.safar@seznam.cz>
16615         * cs-parser.jay: Fix wrong warning 642 report.
16617         * cs-tokenizer.cs (CheckNextToken): New helper;
16618         Inspect next character if is same as expected.
16620 2004-09-23  Martin Baulig  <martin@ximian.com>
16622         * convert.cs (Convert.ImplicitReferenceConversion): Some code cleanup.
16623         (Convert.ImplicitReferenceConversionExists): Likewise.
16625 2004-09-23  Marek Safar  <marek.safar@seznam.cz>
16627         * class.cs (Operator.Define): Add error 448 and 559 report.
16629 2004-09-22  Marek Safar  <marek.safar@seznam.cz>
16631         * class.cs (MemberBase.IsTypePermitted): New protected
16632         method for checking error CS0610.
16634 2004-09-22  Marek Safar  <marek.safar@seznam.cz>
16636         * class.cs (TypeContainer.HasExplicitLayout): New property
16637         Returns whether container has StructLayout attribute set Explicit.
16638         (FieldMember): New abstract class for consts and fields.
16639         (FieldMember.ApplyAttributeBuilder): Add error 636 and 637 report.
16640         (Field): Reuse FieldMember.
16642         * const.cs (Const): Reuse FieldMember.
16644         * rootcontext.cs: EmitConstants call moved to class.
16646 2004-09-22  Martin Baulig  <martin@ximian.com>
16648         Thanks to Peter Sestoft for this bug report.
16650         * expression.cs (Conditional): If both the `trueExpr' and the
16651         `falseExpr' is a NullLiteral, return a NullLiteral.
16653 2004-09-22  Martin Baulig  <martin@ximian.com>
16655         * statement.cs (Foreach.EmitCollectionForeach): If we're in an
16656         iterator, use `enumerator.EmitThis()' instead of `ec.EmitThis()'
16657         for the "get_Current" call.
16659 2004-09-22  Martin Baulig  <martin@ximian.com>
16661         Marek and me just fixed one of our oldest bugs: #28562 :-)
16663         * ecore.cs (EnumConstant.GetValueAsEnumType): New public method.
16665         * attribute.cs (Attribute.GetAttributeArgumentExpression): If
16666         we're an EnumConstant, just return that.
16667         (Attribute.Resolve): GetAttributeArgumentExpression() may give us
16668         an EnumConstant.  In this case, we need to use GetValueAsEnumType()
16669         to get the value which'll actually be written into the attribute.
16670         However, we have to use GetValue() to access the attribute's value
16671         in the compiler.        
16673 2004-09-22  Marek Safar  <marek.safar@seznam.cz>
16675         * constant.cs (Constant.IsNegative): New abstract property
16676         IsNegative.
16678         * expression.cs (ArrayAccess.DoResolve): Add warning 251.
16679         (StackAlloc.DoResolve): Reused IsNegative.
16681 2004-09-21  Martin Baulig  <martin@ximian.com>
16683         * codegen.cs (VariableStorage): Don't store the ILGenerator here;
16684         if we're used in an iterator, we may be called from different
16685         methods.
16687         * statement.cs (Foreach.EmitFinally): Only emit an `Endfinally' if
16688         we actually have an exception block.
16690 2004-09-20  John Luke <jluke@cfl.rr.com>
16692         * class.cs, cs-parser.jay: Improve the error report for 1520:
16693         report the actual line where the error happens, not where the
16694         class was declared.
16696         * assign.cs, delegate.cs, ecore.cs, expression.cs, statement.cs:
16697         Pass location information that was available elsewhere.
16699 2004-09-19  Sebastien Pouliot  <sebastien@ximian.com>
16701         * codegen.cs: Fix bug #56621. It is now possible to use MCS on the MS
16702         runtime to delay sign assemblies.
16704 2004-09-19  Miguel de Icaza  <miguel@ximian.com>
16706         * cs-parser.jay: Do not report the stack trace, this is barely
16707         used nowadays.
16709 2004-08-22  John Luke  <john.luke@gmail.com>
16711         * driver.cs : check that a resource id is not already used
16712         before adding it, report CS1508 if it is, bug #63637
16714 2004-09-19  Miguel de Icaza  <miguel@ximian.com>
16716         * ecore.cs: Removed dead code.
16718 2004-09-18  Marek Safar  <marek.safar@seznam.cz>
16720         * class.cs: Do not report warning CS0067 on the interfaces.
16722 2004-09-16  Marek Safar  <marek.safar@seznam.cz>
16724         * cs-parser.jay: Add error 504 report.
16726 2004-09-16  Marek Safar  <marek.safar@seznam.cz>
16728         * rootcontext.cs: WarningLevel is 4 by default now.
16730         * statement.cs (Fixed.Resolve): Do not null
16731         VariableInfo.
16733 2004-09-16  Marek Safar  <marek.safar@seznam.cz>
16735         Fixed bug #55780
16736         * ecore.cs (PropertyExpr.FindAccessors): Do not perform
16737         deep search when property is not virtual.
16738         (PropertyExpr.ResolveAccessors): Make one call for both
16739         accessors.
16741 2004-09-15  Marek Safar  <marek.safar@seznam.cz>
16743         Fixed bug #65766
16744         * statement.cs: Error 152 report constains also location.
16746 2004-09-15  Marek Safar  <marek.safar@seznam.cz>
16748         Fixed bug #65766
16749         * const.cs: Explicitly set constant as static.
16751 2004-09-15  Marek Safar  <marek.safar@seznam.cz>
16753         Fixed bug #64226
16754         * cs-parser.jay: Add error 1017 report.
16756 2004-09-15  Marek Safar  <marek.safar@seznam.cz>
16758         Fixed bug #59980, #64224
16759         * expression.cs (Invocation.DoResolve): Fixed error CS0571 test.
16761         * typemanager.cs (IsSpecialMethod): Simplified
16763 2004-09-14  Marek Safar  <marek.safar@seznam.cz>
16765         * decl.cs (MemberCore.Emit): Resuscitated VerifyObsoleteAttribute
16766         condition with better params.
16768 2004-09-14  Marek Safar  <marek.safar@seznam.cz>
16770         Fixed bug #65238
16771         * attribute.cs (Resolve): Property has to have both
16772         accessors.
16774 2004-09-14  Martin Baulig  <martin@ximian.com>
16776         * decl.cs (MemberCore.Emit): Always call VerifyObsoleteAttribute().
16778 2004-09-14  Marek Safar  <marek.safar@seznam.cz>
16780         Fixed bug #61902
16781         * codegen.cs (TestObsoleteMethodUsage): Trace when method is
16782         called and is obsolete then this member suppress message
16783         when call is inside next [Obsolete] method or type.
16785         * expression.cs: Use TestObsoleteMethodUsage member.
16787 2004-09-14  Martin Baulig  <martin@ximian.com>
16789         * cs-parser.jay: Sync a bit with the GMCS version.
16791 2004-09-14  Martin Baulig  <martin@ximian.com>
16793         * cs-parser.jay (CSharpParser): Don't derive from GenericsParser.
16794         (CSharpParser.yacc_verbose_flag): New public field.
16796         * genericparser.cs: Removed.
16798 2004-09-14  Raja R Harinath  <rharinath@novell.com>
16800         * cs-parser.jay (event_declaration): Re-enable cs0071 error.
16802 2004-09-13  Marek Safar  <marek.safar@seznam.cz>
16804         * class.cs (MethodCore.CheckBase): Fix bug #65757.
16806 2004-09-10  Martin Baulig  <martin@ximian.com>
16808         Backported my MemberName changes from GMCS into MCS.
16810         - we are now using a special `MemberName' class instead of using
16811         strings; in GMCS, the `MemberName' also contains the type
16812         arguments.
16814         - changed the grammar rules a bit:
16815           * the old `member_name' is now a `namespace_or_type_name':
16816             The rule is that we use `namespace_or_type_name' everywhere
16817             where we expect either a "member name" (GetEnumerator) or a
16818             "member name" with an explicit interface name
16819             (IEnumerable.GetEnumerator).
16820             In GMCS, the explicit interface name may include type arguments
16821             (IEnumerable<T>.GetEnumerator).
16822           * we use `member_name' instead of just `IDENTIFIER' for
16823             "member names":
16824             The rule is that we use `member_name' wherever a member may
16825             have type parameters in GMCS.       
16827         * decl.cs (MemberName): New public class.
16828         (MemberCore.MemberName): New public readonly field.
16829         (MemberCore.ctor): Take a `MemberName' argument, not a string.
16830         (DeclSpace): Likewise.
16832         * delegate.cs (Delegate.ctor): Take a MemberName, not a string.
16833         * enum.cs (Enum.ctor): Likewise.
16835         * namespace.cs (AliasEntry.Alias): Changed type from Expression to
16836         MemberName.     
16837         (AliasEntry.ctor): Take a MemberName, not an Expression.
16838         (AliasEntry.UsingAlias): Likewise.
16840         * class.cs (TypeContainer.ctor): Take a MemberName, not a string.
16841         (IMethodData.MemberName): Changed type from string to MemberName.
16842         (MemberBase.ExplicitInterfaceName): Likewise.
16843         (AbstractPropertyEventMethod.SetupName): Make this private.
16844         (AbstractPropertyEventMethod.ctor): Added `string prefix'
16845         argument; compute the member name here.
16846         (AbstractPropertyEventMethod.UpdateName): Recompute the name based
16847         on the `member.MemberName' and the `prefix'.
16849         * cs-parser.jay (attribute_name): Use `namespace_or_type_name',
16850         not `type_name'.
16851         (struct_declaration): Use `member_name' instead of `IDENTIFIER';
16852         thus, we get a `MemberName' instead of a `string'.  These
16853         declarations may have type parameters in GMCS.
16854         (interface_method_declaration, delegate_declaration): Likewise.
16855         (class_declaration, interface_declaration): Likewise.
16856         (method_header): Use `namespace_or_type_name' instead of
16857         `member_name'.  We may be an explicit interface implementation.
16858         (property_declaration, event_declaration): Likewise.
16859         (member_name): This is now just an `IDENTIFIER', not a
16860         `namespace_or_type_name'.
16861         (type_name, interface_type): Removed.
16862         (namespace_or_type_name): Return a MemberName, not an Expression.
16863         (primary_expression): Use `member_name' instead of `IDENTIFIER';
16864         call GetTypeExpression() on the MemberName to get an expression.
16865         (IndexerDeclaration.interface_type): Changed type from string to
16866         MemberName.
16867         (MakeName): Operate on MemberName's instead of string's.
16869 2004-09-13  Raja R Harinath  <rharinath@novell.com>
16871         Fix bug #55770.
16872         * namespace.cs (AliasEntry.Resolve): Implement section 16.3.1.
16873         (NamespaceEntry.Lookup): Add new argument to flag if we want the
16874         lookup to avoid symbols introduced by 'using'.
16875         * rootcontext.cs (NamespaceLookup): Update.
16877 2004-09-12  Marek Safar  <marek.safar@seznam.cz>
16879         * class.cs (TypeContainer.DoDefineMembers): Do not call
16880         DefineDefaultConstructor for static classes.
16882 2004-09-12  Marek Safar  <marek.safar@seznam.cz>
16884         * attribute.cs (Attribute.Resolve): Add error 653 report.
16886         * class.cs (Class.ApplyAttributeBuilder): Add error 641
16887         report.
16888         (Method.ApplyAttributeBuilder): Add error 685 report.
16889         (Operator.Define): Add error 564 report.
16891         * cs-tokenizer.cs (handle_hex): Add error 1013 report.
16893         * expression.cs (Invocation.DoResolve): Add error
16894         245 and 250 report.
16896         * parameter.cs (Parameter.ApplyAttributeBuilder): Add
16897         error 674 report.
16899 2004-09-11  Marek Safar  <marek.safar@seznam.cz>
16901         * class.cs (ConstructorInitializer.Resolve):
16902         Wrong error number (515->516).
16904 2004-09-11  Marek Safar  <marek.safar@seznam.cz>
16906         * class.cs (Indexer.Define): Add error 631 report.
16908 2004-09-11  Marek Safar  <marek.safar@seznam.cz>
16910         * ecore.cs (Error_NegativeArrayIndex): Fix 248 error.
16912 2004-09-11  Marek Safar  <marek.safar@seznam.cz>
16914         * expression.cs (Probe.DoResolve): Add error CS0241 report.
16916 2004-09-10  Marek Safar  <marek.safar@seznam.cz>
16918         * cs-parser.jay: Added error CS0241 report.
16920 2004-09-10  Raja R Harinath  <rharinath@novell.com>
16922         * cs-parser.jay (fixed_statement): Introduce a scope for the
16923         declaration in the 'fixed' statement.
16925 2004-09-09  Marek Safar  <marek.safar@seznam.cz>
16927         * cs-parser.jay: Added CS0230 error report.
16929 2004-09-09  Marek Safar  <marek.safar@seznam.cz>
16931         * cs-parser.jay: Added errors CS0231 and CS0257 report.
16933 2004-09-09  Marek Safar  <marek.safar@seznam.cz>
16935         * expression.cs (Argument.Resolve): Added error CS0192 and
16936         CS0199 report.
16938 2004-09-09  Marek Safar  <marek.safar@seznam.cz>
16940         C# 2.0 #pragma warning feature
16942         * cs-tokenizer.cs (PreProcessPragma): New method; 
16943         Handles #pragma directive.
16945         * report.cs (WarningRegions): New class; Support
16946         class for #pragma warning directive. It tests whether
16947         warning is enabled for a given line.
16949 2004-09-08  Miguel de Icaza  <miguel@ximian.com>
16951         * const.cs: Add more descriptive error report, tahnks to
16952         Sebastien. 
16954 2004-09-08  Marek Safar  <marek.safar@seznam.cz>
16956         * ecore.cs (FieldExpr.DoResolveLValue): Fixed CS0198 report.
16958 2004-09-07  Miguel de Icaza  <miguel@ximian.com>
16960         * expression.cs: Apply patch from Ben: Remove dead code from
16961         ArrayCreation, and remove the TurnintoConstant call in const.cs,
16962         as that code just threw an exception anwyays.
16964         * const.cs: Remove the call to the turnintoconstant, for details
16965         see bug: #63144
16966         
16967         * literal.cs: The type of the null-literal is the null type;  So
16968         we use a placeholder type (literal.cs:System.Null, defined here)
16969         for it.
16971         * expression.cs (Conditional.DoResolve): Remove some old code that
16972         is no longer needed, conversions have been fixed.
16974         (ArrayCreationExpression.DoResolve): Return false if we fail to
16975         resolve the inner expression.
16977 2004-09-07  Raja R Harinath  <rharinath@novell.com>
16979         Fix test-290.cs.
16980         * cs-parser.jay (delegate_declaration): Record a delegate
16981         declaration as a type declaration.
16982         Reported by Jo Vermeulen <jo@lumumba.luc.ac.be>.
16984 2004-09-06  Miguel de Icaza  <miguel@ximian.com>
16986         * parameter.cs: Do not crash if the type can not be resolved. 
16988         * expression.cs: Report errors with unsafe pointers, fixes #64896
16990 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
16992         * expression.cs: Pointer arith always needs to do a conv.i
16993         if the operand is a long. fix 65320
16995 2004-09-04  Marek Safar  <marek.safar@seznam.cz>
16997         Fixed cs0619-37.cs, cs0619-38.cs
16999         * enum.cs (GetObsoleteAttribute): Removed.
17001         * expression.cs (MemberAccess.DoResolve): Test for [Obsolete]
17002         on Enum member is double staged. The first is tested member
17003         and then enum.
17005 2004-09-04  Marek Safar  <marek.safar@seznam.cz>
17007         Fixed #56986, #63631, #65231
17009         * class.cs: (TypeContainer.AddToMemberContainer): New method,
17010         adds member to name container.
17011         (TypeContainer.AddToTypeContainer): New method, adds type to
17012         name container.
17013         (AddConstant, AddEnum, AddClassOrStruct, AddDelegate, AddMethod,
17014         AddConstructor, AddInterface, AddField, AddProperty, AddEvent,
17015         AddOperator): Simplified by reusing AddToMemberContainer.
17016         (TypeContainer.UserDefinedStaticConstructor): Changed to property
17017         instead of field.
17018         (Method.CheckForDuplications): Fixed implementation to test all
17019         possibilities.
17020         (MemberBase): Detection whether member is explicit interface
17021         implementation is now in constructor.
17022         (MemberBase.UpdateMemberName): Handles IndexerName.
17023         (Accessor): Changed to keep also location information.
17024         (AbstractPropertyEventMethod): Is derived from MemberCore.
17025         (AbstractPropertyEventMethod.IsDummy): Says whether accessor
17026         will be emited or not.
17027         (PropertyBase.AreAccessorsDuplicateImplementation):
17028         Tests whether accessors are not in collision with some method.
17029         (Operator): Is derived from MethodCore to simplify common
17030         operations.
17032         * decl.cs (Flags.TestMethodDuplication): Test for duplication
17033         must be performed.
17034         (DeclSpace.AddToContainer): Adds the member to defined_names
17035         table. It tests for duplications and enclosing name conflicts.
17037         * enum.cs (EnumMember): Clean up to reuse the base structures
17039 2004-09-03  Martin Baulig  <martin@ximian.com>
17041         * class.cs (TypeContainer.DefineDefaultConstructor): Put this back
17042         into TypeContainer, to make partial classes work again.
17044 2004-09-03  Martin Baulig  <martin@ximian.com>
17046         * rootcontext.cs (RootContext.V2): Removed.
17048 2004-03-23  Martin Baulig  <martin@ximian.com>
17050         * expression.cs (Invocation.OverloadResolve): Added `bool
17051         may_fail' argument and use it instead of the Location.IsNull() hack.
17053 2004-09-03  Martin Baulig  <martin@ximian.com>
17055         Merged latest changes into gmcs.  Please keep this comment in
17056         here, it makes it easier for me to see what changed in MCS since
17057         the last time I merged.
17059 2004-09-03  Raja R Harinath  <rharinath@novell.com>
17061         Fix #61128.
17062         * expression.cs (BetterConversion): Don't allow either conversion 
17063         to be null.  Remove redundant implicit conversion test when 'q ==
17064         null' -- when this function is invoked, we already know that the
17065         implicit conversion exists.
17066         (BetterFunction): Assume that 'best' is non-null.  Remove
17067         redundant reimplementation of IsApplicable when 'best' is null.
17068         (IsParamsMethodApplicable, IsApplicable): Add new parameter for
17069         number of arguments.
17070         (IsAncestralType): Extract from OverloadResolve.
17071         (OverloadResolve): Make robust to the MethodGroupExpr being
17072         unsorted.  Implement all the logic of Section 14.5.5.1, and
17073         support overloading of methods from multiple applicable types.
17074         Clean up logic somewhat.  Don't pass null methods to BetterFunction.
17076         * report.cs (SymbolRelatedToPreviousError): Cleanup output.
17077         (RealError, Warning): Append type of report to related symbol.
17079 2004-09-03  Marek Safar  <marek.safar@seznam.cz>
17081         * enum.cs: Fixed CLS-Compliance checks for enum members.
17082         Error tests cs3008-8.cs, cs3014-8.cs
17084 2004-09-02  Marek Safar  <marek.safar@seznam.cz>
17086         Fixed bug #62342, #63102
17087         * class.cs: ImplementIndexer uses member.IsExplicitImpl
17088         like ImplementMethod.
17090 2004-09-02  Marek Safar  <marek.safar@seznam.cz>
17092         * attribute.cs (Attribute.GetAttributeArgumentExpression):
17093         Fixed bug #65170.
17095 2004-09-02  Martin Baulig  <martin@ximian.com>
17097         * statement.cs (Using.EmitLocalVariableDeclFinally): Use
17098         TypeManager.GetArgumentTypes() rather than calling GetParameters()
17099         on the MethodBase.
17101 2004-09-01  Marek Safar  <marek.safar@seznam.cz>
17103         C# 2.0 Static classes implemented
17105         * class.cs (TypeContainer): instance_constructors,
17106         initialized_fields, initialized_static_fields,
17107         default_constructor, base_inteface_types are protected to be
17108         accessible from StaticClass.
17109         (TypeContainer.DefineDefaultConstructor): New virtual method
17110         for custom default constructor generating
17111         (StaticClass): New class to handle "Static classes" feature.
17113         * cs-parser.jay: Handle static keyword on class like instance
17114         of StaticClass.
17116         * driver.cs: Added "/langversion" command line switch with two
17117         options (iso-1, default).
17119 2004-08-31  Marek Safar  <marek.safar@seznam.cz>
17121         * ecore.cs (FieldExpr.Resolve): Fixed bug #64689.
17123 2004-08-31  Miguel de Icaza  <miguel@ximian.com>
17125         * delegate.cs: Style.
17127 2004-08-31 Ben Maurer  <bmaurer@users.sourceforge.net>
17129         * delegate.cs: Add seperate instance expr field for miguel.
17131 2004-08-29 Ben Maurer  <bmaurer@users.sourceforge.net>
17133         * PointerArithmetic (Resolve): make sure we are not doing
17134         pointer arith on void*. Also, make sure we are resolved
17135         by not setting eclass until resolve.
17137         All callers: Make sure that PointerArithmetic gets resolved.
17139 2004-08-29 Ben Maurer  <bmaurer@users.sourceforge.net>
17141         * ArrayCreation (LookupType): If the type does not resolve 
17142         to an array, give an error.
17144 2004-08-27  Marek Safar  <marek.safar@seznam.cz>
17146         * statement.cs (Try.Resolve): Fixed bug #64222
17148 2004-08-27  Martin Baulig  <martin@ximian.com>
17150         * class.cs
17151         (TC.OperatorArrayList.OperatorEntry.CheckPairedOperators): Don't
17152         crash here.     
17154 2004-08-26  Marek Safar  <marek.safar@seznam.cz>
17156         * ecore.cs (Constantify): Get underlying type via
17157         System.Enum.GetUnderlyingType to avoid StackOverflow on the
17158         Windows in special cases.
17160 2004-08-26  Marek Safar  <marek.safar@seznam.cz>
17162         * typemanager.cs (GetAddMethod): Used GetAddMethod (true)
17163         for obtaining also private methods.
17164         (GetRemoveMethod): Used GetRemoveMethod (true)
17165         for obtaining also private methods.
17167 2004-08-24  Martin Baulig  <martin@ximian.com>
17169         * class.cs (Method.Define): Set MethodAttributes.SpecialName and
17170         MethodAttributes.HideBySig for operators.
17172 2004-08-23  Martin Baulig  <martin@ximian.com>
17174         Back to the old error reporting system :-)
17176         * report.cs (Message): Removed.
17177         (Report.MessageData, ErrorData, WarningData): Removed.
17178         (Report.Error, Warning): Back to the old system.
17180 2004-08-23  Martin Baulig  <martin@ximian.com>
17182         * decl.cs (IMemberContainer.Parent): Renamed to ParentContainer.
17184         * class.cs (TypeContainer.ParentContainer): New public virtual
17185         method; replaces the explicit interface implementation.
17186         (ClassPart.ParentContainer): Override.
17188 2004-08-23  Martin Baulig  <martin@ximian.com>
17190         * statement.cs (Switch): Added support for constant switches; see
17191         #59428 or test-285.cs.
17193 2004-08-22  Marek Safar  <marek.safar@seznam.cz>
17195         Fixed bug #62740.
17196         * statement.cs (GetEnumeratorFilter): Removed useless
17197         logic because C# specs is strict. GetEnumerator must be
17198         public.
17200 2004-08-22  Martin Baulig  <martin@ximian.com>
17202         * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
17203         a switch and may break, reset the barrier.  Fixes #59867.
17205 2004-08-22  Marek Safar  <marek.safar@seznam.cz>
17207         CLS-Compliance speed up (~5% for corlib)
17209         * attribute.cs (AttributeTester.VerifyTopLevelNameClsCompliance):
17210         New method. Tests container for CLS-Compliant names
17212         * class.cs (TypeContainer.VerifyClsName): New method.
17213         Checks whether container name is CLS Compliant.
17214         (Constructor): Implements IMethodData.
17216         * decl.cs (MemberCache.GetPublicMembers ): New method. Builds
17217         low-case table for CLS Compliance test.
17218         (MemberCache.VerifyClsParameterConflict): New method.
17219         Checks method parameters for CS3006 error.
17221         * enum.cs (EnumMember): Is derived from MemberCore.
17222         (Enum.VerifyClsName): Optimized for better performance.
17224 2004-08-06  Marek Safar  <marek.safar@seznam.cz>
17226         * report.cs: Renamed Error_T to Error and changed all
17227         references.
17229 2004-08-06  Marek Safar  <marek.safar@seznam.cz>
17231         * class.cs (TypeContainer.IndexerArrayList): New inner class
17232         container for indexers.
17233         (TypeContainer.DefaultIndexerName): New constant for default
17234         indexer name. Replaced all "Item" with this constant.
17235         (TypeContainer.DefineIndexers): Moved to IndexerArrayList class.
17237         * typemanager.cs (TypeManager.default_member_ctor): Cache here
17238         DefaultMemberAttribute constructor.
17240 2004-08-05  Martin Baulig  <martin@ximian.com>
17242         * flowanalysis.cs (FlowBranching.UsageVector.MergeJumpOrigins):
17243         Fix bug #59429.
17245 2004-08-05  Marek Safar  <marek.safar@seznam.cz>
17247         * mcs.exe.sources: $(EXTRA_SOURCES) are now here to avoid
17248         multi platforms problem.
17250         * compiler.csproj: Included shared files.
17252 2004-08-04  Marek Safar  <marek.safar@seznam.cz>
17254         Fix bug 60333, 55971 in the more general way
17255         * attribute.cs (Attribute.GetAttributeArgumentExpression):
17256         Added arg_type argument for constant conversion.
17257         (Attribute.Resolve): Reuse GetAttributeArgumentExpression.
17259 2004-08-04  Marek Safar  <marek.safar@seznam.cz>
17261         Fix bug #59760
17262         * class.cs (TypeContainer ): New inner classes MethodArrayList, 
17263         OperatorArrayList, MethodCoreArrayList for typecontainer
17264         containers. Changed class member types to these new types.
17265         (MethodArrayList.DefineMembers): Added test for CS0659.
17267 2004-08-04  Miguel de Icaza  <miguel@ximian.com>
17269         * cfold.cs: Synchronize the folding with the code in expression.cs
17270         Binary.DoNumericPromotions for uint operands.
17272         * attribute.cs: Revert patch from Raja, it introduced a regression
17273         while building Blam-1.2.1 (hard to isolate a test case).
17275 2004-08-04  Marek Safar  <marek.safar@seznam.cz>
17277         Fix for #55382
17278         * class.cs:
17279         (TypeContainer.Define): Renamed to DefineContainerMembers because of
17280         name collision.
17281         (MethodCore.parent_method): New member. The method we're overriding
17282         if this is an override method.
17283         (MethodCore.CheckBase): Moved from Method class and made common.
17284         (MethodCore.CheckMethodAgainstBase): Moved from MemberBase and made
17285         private.
17286         (MethodCore.CheckForDuplications): New abstract method. For custom
17287         member duplication search in a container
17288         (MethodCore.FindOutParentMethod): New abstract method. Gets parent
17289         method and its return type.
17290         (Event.conflict_symbol): New member. Symbol with same name in the
17291         parent class.
17293         * decl.cs:
17294         (MemberCache.FindMemberWithSameName): New method. The method
17295         is looking for conflict with inherited symbols.
17297 2004-08-04  Martin Baulig  <martin@ximian.com>
17299         * codegen.cs (VariableStorage.EmitLoadAddress): New public method.
17301         * statement.cs (Foreach.EmitFinally): Make this work for valuetypes.
17303 2004-08-03  Marek Safar  <marek.safar@seznam.cz>
17305         * report.cs (Message): New enum for better error, warning reference in
17306         the code.
17307         (MessageData): New inner abstract class. It generally handles printing of
17308         error and warning messages.
17309         Removed unused Error, Warning, Message methods.
17311 2004-08-03  Marek Safar  <marek.safar@seznam.cz>
17313         Fix for cs0592-8.cs test
17314         * attribute.cs
17315         (Attributable.ValidAttributeTargets): Made public.
17316         (Attribute.ExplicitTarget): New member for explicit target value.
17317         (Attribute.CheckTargets): Now we translate explicit attribute
17318         target to Target here.
17320 2004-08-03  Ben Maurer  <bmaurer@ximian.com>
17322         * ecore.cs (MethodGroupExpr): new IsBase property.
17324         * expression.cs (BaseAccess): Set IsBase on MethodGroupExpr.
17326         * delegate.cs (DelegateCreation): store a MethodGroupExpr
17327         rather than an instance expr.
17329         (DelegateCreation.Emit): Use the method group rather than
17330         the instance expression. Also, if you have base.Foo as the
17331         method for a delegate, make sure to emit ldftn, not ldftnvirt.
17333         (ResolveMethodGroupExpr): Use the MethodGroupExpr. 
17335         (NewDelegate.DoResolve): Only check for the existance of Invoke
17336         if the method is going to be needed. Use MethodGroupExpr.
17338         (NewDelegate.Emit): Remove, DelegateCreation implements this.   
17340         * expression.cs: For pointer arith., make sure to use
17341         the size of the type, not the size of the pointer to
17342         the type.
17344 2004-08-03  Marek Safar  <marek.safar@seznam.cz>
17346         Fix for #60722
17347         * class.cs (Class): Added error CS0502 test.
17349 2004-08-03  John Luke  <jluke@cfl.rr.com>
17350             Raja R Harinath  <rharinath@novell.com>
17352         Fix for #60997.
17353         * attribute.cs (Attribute.complained_before): New flag.
17354         (Attribute.ResolveType, Attribute.Resolve),
17355         (Attribute.DefinePInvokeMethod): Set it.
17356         (Attributes.Search): Pass 'complain' to Attribute.ResolveType.
17357         
17358 2004-08-03  Martin Baulig  <martin@ximian.com>
17360         * expression.cs (Binary.ResolveOperator): Don't abort if we can't
17361         use a user-defined operator; we still need to do numeric
17362         promotions in case one argument is a builtin type and the other
17363         one has an implicit conversion to that type.  Fixes #62322.
17365 2004-08-02  Martin Baulig  <martin@ximian.com>
17367         * statement.cs (LocalInfo.Flags): Added `IsThis'.
17368         (LocalInfo.IsThis): New public property.
17369         (Block.EmitMeta): Don't create a LocalBuilder for `this'.
17371 2004-08-01  Martin Baulig  <martin@ximian.com>
17373         * class.cs (TypeContainer.GetClassBases): Don't set the default
17374         here since we may get called from GetPartialBases().
17375         (TypeContainer.DefineType): If GetClassBases() didn't return a
17376         parent, use the default one.
17378 2004-07-30  Duncan Mak  <duncan@ximian.com>
17380         * Makefile (mcs2.exe, mcs3.exe): add $(EXTRA_SOURCES).
17382 2004-07-30  Martin Baulig  <martin@ximian.com>
17384         * Makefile (EXTRA_SOURCES): List the symbol writer's sources here.
17386         * class.cs (SourceMethod): New public class, derive from the
17387         symbol writer's ISourceMethod.
17388         (Method): Use the new symbol writer API.
17390         * codegen.cs (CodeGen.InitializeSymbolWriter): Take the filename
17391         as argument and use the new symbol writer.
17393         * location.cs
17394         (SourceFile): Implement the symbol writer's ISourceFile.
17395         (Location.SymbolDocument): Removed.
17396         (Location.SourceFile): New public property.
17398         * symbolwriter.cs: Use the new symbol writer API.
17400 2004-07-30  Raja R Harinath  <rharinath@novell.com>
17402         * Makefile (install-local): Remove.  Functionality moved to
17403         executable.make.
17405 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
17407         * Makefile: Install mcs.exe.config file together with mcs.exe.
17408         * mcs.exe.config: Added supportedRuntime entry to make sure it runs in the
17409         correct runtime version.
17410         
17411 2004-07-25  Martin Baulig  <martin@ximian.com>
17413         * class.cs
17414         (TypeContainer.RegisterOrder): Removed, this was unused.
17415         (TypeContainer, interface_order): Removed.
17416         (TypeContainer.AddClass, AddStruct, AddInterface): Take a
17417         TypeContainer as argument since we can also be called with a
17418         `PartialContainer' for a partial class/struct/interface.
17419         (TypeContainer.IsInterface): Use `Kind == Kind.Interface' instead
17420         of checking whether we're an `Interface' - we could be a
17421         `PartialContainer'.
17422         (PartialContainer.Register): Override; call
17423         AddClass()/AddStruct()/AddInterface() on our parent.
17425         * cs-parser.jay (interface_member_declaration): Add things to the
17426         `current_container', not the `current_class'.
17428         * rootcontext.cs (RegisterOrder): The overloaded version which
17429         takes an `Interface' was unused, removed.
17431         * typemanager.cs (TypeManager.LookupInterface): Return a
17432         `TypeContainer', not an `Interface'.
17433         (TypeManager.IsInterfaceType): The `builder_to_declspace' may
17434         contain a `PartialContainer' for an interface, so check it's
17435         `Kind' to figure out what it is.
17437 2004-07-25  Martin Baulig  <martin@ximian.com>
17439         * class.cs (Class.DefaultTypeAttributes): New public constant.
17440         (Struct.DefaultTypeAttributes): Likewise.
17441         (Interface.DefaultTypeAttributes): Likewise.
17442         (PartialContainer.TypeAttr): Override this and add the
17443         DefaultTypeAttributes.
17445 2004-07-25  Martin Baulig  <martin@ximian.com>
17447         * decl.cs (DeclSpace.Emit): Removed the `TypeContainer' argument,
17448         we can just use the `Parent' field instead.
17450 2004-07-25  Martin Baulig  <martin@ximian.com>
17452         * class.cs (TypeContainer.Emit): Renamed to EmitType().
17454 2004-07-25  Martin Baulig  <martin@ximian.com>
17456         * class.cs (TypeContainer.DefineMembers): Call DefineMembers() on
17457         our parts before defining any methods.
17458         (TypeContainer.VerifyImplements): Make this virtual.
17459         (ClassPart.VerifyImplements): Override and call VerifyImplements()
17460         on our PartialContainer.
17462 2004-07-25  Martin Baulig  <martin@ximian.com>
17464         * iterators.cs (Iterator.Define): Renamed to DefineIterator().
17466         * decl.cs (DeclSpace.Define): Removed the `TypeContainer'
17467         argument, we can just use the `Parent' field instead.
17469         * class.cs
17470         (MemberBase.CheckBase): Removed the `TypeContainer' argument.   
17471         (MemberBase.DoDefine): Likewise.
17473 2004-07-24  Martin Baulig  <martin@ximian.com>
17475         * decl.cs (MemberCore.Parent): New public field.
17476         (DeclSpace.Parent): Moved to MemberCore.
17478         * class.cs (MethodCore.ds): Removed; use `Parent' instead.
17479         (MemberBase.ctor): Added TypeContainer argument, pass it to our
17480         parent's .ctor.
17481         (FieldBase, Field, Operator): Likewise.
17482         (EventProperty.ctor): Take a TypeContainer instead of a DeclSpace.
17483         (EventField, Event): Likewise.
17485 2004-07-23  Martin Baulig  <martin@ximian.com>
17487         * class.cs (PartialContainer): New public class.
17488         (ClassPart): New public class.
17489         (TypeContainer): Added support for partial classes.
17490         (TypeContainer.GetClassBases): Splitted some of the functionality
17491         out into GetNormalBases() and GetPartialBases().
17493         * cs-tokenizer.cs (Token.PARTIAL): New token.
17494         (Tokenizer.consume_identifier): Added some hacks to recognize
17495         `partial', but only if it's immediately followed by `class',
17496         `struct' or `interface'.
17498         * cs-parser.jay: Added support for partial clases.
17500 2004-07-23  Martin Baulig  <martin@ximian.com>
17502         * class.cs (MethodCore.ds): Made this a `TypeContainer' instead of
17503         a `DeclSpace' and also made it readonly.
17504         (MethodCore.ctor): Take a TypeContainer instead of a DeclSpace.
17505         (Method.ctor, Constructor.ctor, Destruktor.ctor): Likewise.
17506         (PropertyBase.ctor, Property.ctor, Indexer.ctor): Likewise.
17508         * cs-parser.jay: Pass the `current_class', not the
17509         `current_container' (at the moment, this is still the same thing)
17510         to a new Method, Property, Event, Indexer or Constructor.
17512 2004-07-23  Martin Baulig  <martin@ximian.com>
17514         * cs-parser.jay (CSharpParser): Added a new `current_class' field
17515         and removed the `current_interface' one.
17516         (struct_declaration, class_declaration, interface_declaration):
17517         Set `current_class' to the newly created class/struct/interface;
17518         set their `Bases' and call Register() before parsing their body.
17520 2004-07-23  Martin Baulig  <martin@ximian.com>
17522         * class.cs (Kind): New public enum.
17523         (TypeContainer): Made this class abstract.
17524         (TypeContainer.Kind): New public readonly field.
17525         (TypeContainer.CheckDef): New public method; moved here from
17526         cs-parser.jay.
17527         (TypeContainer.Register): New public abstract method.
17528         (TypeContainer.GetPendingImplementations): New public abstract
17529         method.
17530         (TypeContainer.GetClassBases): Removed the `is_class' and
17531         `is_iface' parameters.
17532         (TypeContainer.DefineNestedTypes): Formerly known as
17533         DoDefineType().
17534         (ClassOrStruct): Made this class abstract.
17536         * tree.cs (RootTypes): New public type. 
17538 2004-07-20  Martin Baulig  <martin@ximian.com>
17540         * tree.cs (Tree.RecordNamespace): Removed.
17541         (Tree.Namespaces): Removed.
17543         * rootcontext.cs (RootContext.IsNamespace): Removed.
17545         * cs-parser.jay (namespace_declaration): Just create a new
17546         NamespaceEntry here.
17548 2004-07-20  Martin Baulig  <martin@ximian.com>
17550         * statement.cs (ExceptionStatement): New abstract class.  This is
17551         now used as a base class for everyone who's using `finally'.
17552         (Using.ResolveLocalVariableDecls): Actually ResolveLValue() all
17553         our local variables before using them.
17555         * flowanalysis.cs (FlowBranching.StealFinallyClauses): New public
17556         virtual method.  This is used by Yield.Resolve() to "steal" an
17557         outer block's `finally' clauses.
17558         (FlowBranchingException): The .ctor now takes an ExceptionStatement
17559         argument.
17561         * codegen.cs (EmitContext.StartFlowBranching): Added overloaded
17562         version which takes an ExceptionStatement.  This version must be
17563         used to create exception branchings.
17565         * iterator.cs
17566         (Yield.Resolve): "Steal" all `finally' clauses from containing blocks.
17567         (Iterator.EmitMoveNext): Added exception support; protect the
17568         block with a `fault' clause, properly handle 'finally' clauses.
17569         (Iterator.EmitDispose): Run all the `finally' clauses here.
17571 2004-07-20  Martin Baulig  <martin@ximian.com>
17573         * iterator.cs: This is the first of a set of changes in the
17574         iterator code.  Match the spec more closely: if we're an
17575         IEnumerable, then GetEnumerator() must be called.  The first time
17576         GetEnumerator() is called, it returns the current instance; all
17577         subsequent invocations (if any) must create a copy.
17579 2004-07-19  Miguel de Icaza  <miguel@ximian.com>
17581         * expression.cs: Resolve the constant expression before returning
17582         it. 
17584 2004-07-19  Martin Baulig  <martin@ximian.com>
17586         * iterators.cs (Iterator.MapVariable): Don't define fields twice.
17587         (Iterator.MoveNextMethod.DoEmit): Use `TypeManager.int32_type' as
17588         the return type of the new EmitContext.
17590 2004-07-18  Martin Baulig  <martin@ximian.com>
17592         * class.cs (Property.Define): Fix iterators.
17594         * iterators.cs (Iterator.Define): Moved the
17595         `container.AddInterator (this)' call here from the .ctor; only do
17596         it if we resolved successfully.
17598 2004-07-17  Miguel de Icaza  <miguel@ximian.com>
17600         * cs-tokenizer.cs (handle_preprocessing_directive): Do not return
17601         `true' for preprocessing directives that we parse.  The return
17602         value indicates whether we should return to regular tokenizing or
17603         not, not whether it was parsed successfully.
17605         In the past if we were in: #if false ... #line #endif, we would
17606         resume parsing after `#line'.  See bug 61604.
17608         * typemanager.cs: Removed an old hack from Gonzalo to get corlib
17609         building: IsEnumType should return true only for enums, not for
17610         enums or System.Enum itself.  This fixes #61593.
17612         Likely what happened is that corlib was wrong: mcs depended on
17613         this bug in some places.  The bug got fixed, we had to add the
17614         hack, which caused bug 61593.
17616         * expression.cs (ArrayAccess.GetStoreOpCode): Remove an old hack
17617         that was a workaround for the older conditions.
17619 2004-07-16  Ben Maurer  <bmaurer@ximian.com>
17621         * assign.cs: IAssignMethod has a new interface, as documented
17622         inline. All assignment code now uses this new api.
17624         * ecore.cs, expression.cs: All classes which implement
17625         IAssignMethod now use the new interface.
17627         * expression.cs (Invocation): add a hack to EmitCall so that
17628         IndexerAccess can be the target of a compound assignment without
17629         evaluating its arguments twice.
17631         * statement.cs: Handle changes in Invocation api.
17633 2004-07-16  Martin Baulig  <martin@ximian.com>
17635         * iterators.cs: Rewrote this.  We're now using one single Proxy
17636         class for both the IEnumerable and the IEnumerator interface and
17637         `Iterator' derives from Class so we can use the high-level API.
17639         * class.cs (TypeContainer.AddIterator): New method.
17640         (TypeContainer.DoDefineType): New protected virtual method, which
17641         is called from DefineType().
17642         (TypeContainer.DoDefineMembers): Call DefineType() and
17643         DefineMembers() on all our iterators.
17644         (TypeContainer.Emit): Call Emit() on all our iterators.
17645         (TypeContainer.CloseType): Call CloseType() on all our iterators.
17647         * codegen.cs (EmitContext.CurrentIterator): New public field.
17649 2004-07-15  Martin Baulig  <martin@ximian.com>
17651         * typemanager.cs
17652         (TypeManager.not_supported_exception_type): New type.   
17654 2004-07-14  Martin Baulig  <martin@ximian.com>
17656         * iterators.cs: Use real error numbers.
17658 2004-07-14  Martin Baulig  <martin@ximian.com>
17660         * iterator.cs (IteratorHandle.IsIEnumerable): The spec explicitly
17661         requires this to be a System.Collection.IEnumerable and not a
17662         class implementing that interface.
17663         (IteratorHandle.IsIEnumerator): Likewise, for IEnumerator.      
17665 2004-07-13  Marek Safar  <marek.safar@seznam.cz>
17667         * class.cs: Fixed previous fix, it broke some error tests.
17669 2004-07-12  Martin Baulig  <martin@ximian.com>
17671         * enum.cs (Enum.Define): Call Emit() to emit the attributes.
17672         Fixes #61293.
17674 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
17676         * assign.cs (LocalTemporary): Add new argument: is_address,If
17677         `is_address' is true, then the value that we store is the address
17678         to the real value, and not the value itself.
17679         
17680         * ecore.cs (PropertyExpr): use the new local temporary
17681         stuff to allow us to handle X.Y += z (where X is a struct)
17683 2004-07-08  Martin Baulig  <martin@ximian.com>
17685         * statement.cs (Lock.Resolve): Set ec.NeedReturnLabel() if we do
17686         not always return, just like we're doing in Using.Resolve().
17688 2004-07-07  Miguel de Icaza  <miguel@ximian.com>
17690         * cs-parser.jay (fixed_statement): flag this as Pinned.
17692 2004-07-06  Miguel de Icaza  <miguel@ximian.com>
17694         * typemanager.cs (TypeManager): Removed MakePinned method, this
17695         mechanism is replaced with the .NET 2.x compatible mechanism of
17696         calling `ILGenerator.DeclareLocal (Type t, bool pinned)'.
17698         * statement.cs (LocalInfo): Remove MakePinned, add Pinned property 
17699         Rename `Fixed' to `Pinned' as a flag, to distinguish from the
17700         `IsFixed' property which has a different meaning.
17702 2004-07-02  Raja R Harinath  <rharinath@novell.com>
17704         * ecore.cs (DoSimpleNameResolve): Expand CS0038 check to all names
17705         visible from inside a nested class, not just the names of the
17706         immediately enclosing class.
17707         Fix for bug #60730.
17709 2004-06-24  Raja R Harinath  <rharinath@novell.com>
17711         * expression.cs (BetterConversion): Remove buggy special-case
17712         handling of "implicit constant expression conversions".  At this
17713         point, we already know that the conversion is possible -- we're
17714         only checking to see which is better.
17716 2004-06-24  Marek Safar  <marek.safar@seznam.cz>
17718         * cs-parser.jay: Added error CS0210 test.
17720 2004-06-24  Marek Safar  <marek.safar@seznam.cz>
17722         * cs-parser.jay: Added error CS0134 test.
17724 2004-06-24  Marek Safar  <marek.safar@seznam.cz>
17726         Fix bug #52507
17727         * cs-parser.jay: Added error CS0145 test.
17729 2004-06-24  Marek Safar  <marek.safar@seznam.cz>
17731         * class.cs (Operator.Define): Added test for errors CS0553, CS0554.
17733 2004-06-23  Ben Maurer  <bmaurer@ximian.com>
17734         
17735         * expression.cs (StackAlloc.Resolve): The argument may not
17736         be a constant; deal with this case.
17737         
17738 2004-06-23  Marek Safar  <marek.safar@seznam.cz>
17740         * attribute.cs (IndexerName_GetIndexerName): Renamed to
17741         GetIndexerAttributeValue.
17742         (ScanForIndexerName): Renamed to GetIndexerNameAttribute.
17744         * class.cs (Indexer.Define): Added error tests for CS0415,
17745         CS0609.
17747 2004-06-23  Miguel de Icaza  <miguel@ximian.com>
17749         * attribute.cs (Attribute.Resolve): Keep field code in sync with
17750         property code.
17752 2004-06-23  Martin Baulig  <martin@ximian.com>
17754         * flowanalysis.cs (UsageVector.MergeChild): If we're a loop and we
17755         neither return nor throw, reset the barrier as well.  Fixes #60457.
17757 2004-06-22  Atsushi Enomoto  <atsushi@ximian.com>
17759         * class.cs : EventAttributes is now set to None by default.
17760           This fixes bug #60459.
17762 2004-06-18  Marek Safar  <marek.safar@seznam.cz>
17764         Fix bug #60219
17765         * class.cs (ConstructorInitializer.GetOverloadedConstructor):
17766         Don't throw exception but return null (it's sufficient now).
17768 2004-06-18  Marek Safar  <marek.safar@seznam.cz>
17770         * typemanager.cs (GetArgumentTypes): Faster implementation.
17772 2004-06-18  Martin Baulig  <martin@ximian.com>
17774         * attribute.cs (Attribute.Resolve): Check whether we're an
17775         EmptyCast which a Constant child.  Fixes #60333.
17777 2004-06-17  Ben Maurer  <bmaurer@ximian.com>
17779         * statement.cs (EmitCollectionForeach): Account for the fact that
17780         not all valuetypes are in areas which we can take the address of.
17781         For these variables, we store to a temporary variable. Also, make
17782         sure that we dont emit a `callvirt' on a valuetype method.
17784 2004-06-15  Marek Safar  <marek.safar@seznam.cz>
17786         * expression.cs (StackAlloc.DoReSolve): Added test for
17787         negative parameter (CS0247).
17789 2004-06-15  Marek Safar  <marek.safar@seznam.cz>
17791         Fix bug #59792
17792         * class.cs: (Event.DelegateMethod.Emit): Added synchronization flag.
17794 2004-06-15  Marek Safar  <marek.safar@seznam.cz>
17796         Fix bug #59781
17797         * expression.cs: (Binary.DoNumericPromotions): Added conversion for
17798         ulong.
17800 2004-06-14  Marek Safar  <marek.safar@seznam.cz>
17802         Fix bug #58254 & cs1555.cs, cs1556.cs
17803         * driver.cs (MainDriver): Added tests for errors CS1555, CS1556.
17805 2004-06-14  Marek Safar  <marek.safar@seznam.cz>
17807         * cs-parser.jay: Added error CS1669 test for indexers.
17809 2004-06-11  Martin Baulig  <martin@ximian.com>
17811         * expression.cs (Invocation.IsParamsMethodApplicable): We need to
17812         call this twice: for params and varargs methods.
17814 2004-06-11  Marek Safar  <marek.safar@seznam.cz>
17816         * class.cs:
17817         (FieldBase.DoDefine, PropertyBase.DoDefine): Added error test CS0610.
17819 2004-06-11  Marek Safar  <marek.safar@seznam.cz>
17821         * attribute.cs (Attribute.GetValidTargets): Made public.
17823         * class.cs: 
17824         (AbstractPropertyEventMethod): New class for better code sharing.
17825         (AbstractPropertyEventMethod.ApplyAttributeBuilder): Add error
17826         CS1667 report.
17827         (PropertyMethod, DelegateMethod): Derived from AbstractPropertyEventMethod
17829 2004-06-11  Raja R Harinath  <rharinath@novell.com>
17831         Fix bug #59477.
17832         * ecore.cs (ResolveFlags): Add new 'Intermediate' flag to tell
17833         that the call to Resolve is part of a MemberAccess.
17834         (Expression.Resolve): Use it for SimpleName resolution.
17835         (SimpleName.SimpleNameResolve, SimpleName.DoResolveAllowStatic):
17836         Add 'intermediate' boolean argument.
17837         (SimpleName.DoSimpleNameResolve): Likewise.  Use it to disable an
17838         error message when the SimpleName can be resolved ambiguously
17839         between an expression and a type.
17840         * expression.cs (MemberAccess.IdenticalNameAndTypeName): Make
17841         public.
17842         (MemberAccess.Resolve): Pass 'Intermediate' flag to the Resolve()
17843         call on the left-side.
17845 2004-06-11  Marek Safar  <marek.safar@seznam.cz>
17847         * class.cs:
17848         (MethodCore.VerifyClsCompliance): Added test for error CS3000.
17850 2004-06-11  Marek Safar  <marek.safar@seznam.cz>
17852         * attribute.cs (Attribute.Emit): Fixed error CS0579 reporting.
17854 2004-06-11  Martin Baulig  <martin@ximian.com>
17856         * expression.cs (Invocation.EmitCall): Use OpCodes.Callvirt for
17857         varargs methods if applicable.
17859 2004-06-11  Martin Baulig  <martin@ximian.com>
17861         * expression.cs (Invocation.EmitCall): Don't use
17862         `method.CallingConvention == CallingConventions.VarArgs' since the
17863         method could also have `CallingConventions.HasThis'.
17865 2004-06-11  Marek Safar  <marek.safar@seznam.cz>
17867         * class.cs (Event.GetSignatureForError): Implemented.
17868         Fixed crash in error test cs3010.cs
17870 2004-06-10  Miguel de Icaza  <miguel@ximian.com>
17872         * cs-tokenizer.cs: Change the way we track __arglist to be
17873         consistent with the other keywords.
17875 2004-06-09  Miguel de Icaza  <miguel@ximian.com>
17877         * codegen.cs: FAQ avoider: turn 1577 into a warning for now until
17878         tomorrow.
17880 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
17882         * codegen.cs: Check that all referenced assemblies have a strongname
17883         before strongnaming the compiled assembly. If not report error CS1577.
17884         Fix bug #56563. Patch by Jackson Harper.
17885         * typemanager.cs: Added a method to return all referenced assemblies.
17886         Fix bug #56563. Patch by Jackson Harper.
17888 2004-06-08  Marek Safar  <marek.safar@seznam.cz>
17890         * class.cs:
17891         (Method.ApplyAttributeBuilder): Moved and added conditional
17892         attribute error tests (CS0577, CS0578, CS0243, CS0582, CS0629).
17894         * delegate.cs:
17895         (DelegateCreation.ResolveMethodGroupExpr): Added error CS1618 test.
17897 2004-06-08  Marek Safar  <marek.safar@seznam.cz>
17899         Fixed #59640
17900         * class.cs: (EventField.attribute_targets): Changed default target.
17902 2004-06-08  Martin Baulig  <martin@ximian.com>
17904         * expression.cs (Invocation.EmitCall): Enable varargs methods.
17906 2004-06-08  Martin Baulig  <martin@ximian.com>
17908         * rootcontext.cs (ResolveCore): Added "System.RuntimeArgumentHandle".
17910 2004-06-07  Martin Baulig  <martin@ximian.com>
17912         Added support for varargs methods.
17914         * cs-tokenizer.cs (Token.ARGLIST): New token for the `__arglist'
17915         keyword.
17917         * cs-parser.jay: Added support for `__arglist'.
17919         * decl.cs (MemberCache.AddMethods): Don't ignore varargs methods.
17921         * expression.cs (Argument.AType): Added `ArgList'.
17922         (Invocation): Added support for varargs methods.
17923         (ArglistAccess): New public class.
17924         (Arglist): New public class.
17926         * parameter.cs (Parameter.Modifier): Added `ARGLIST'.
17928         * statement.cs (Block.Flags): Added `HasVarargs'.  We set this on
17929         a method's top-level block if the method has varargs.
17931         * support.cs (ReflectionParameters, InternalParameters): Added
17932         support for varargs methods.    
17934 2004-06-07  Miguel de Icaza  <miguel@ximian.com>
17936         * class.cs: Provide location in indexer error report.
17938         * driver.cs: Use standard names.
17940         * namespace.cs: Catch the use of using after a namespace has been
17941         declared also on using aliases.
17943 2004-06-03  Raja R Harinath  <rharinath@novell.com>
17945         Bug #50820.
17946         * typemanager.cs (closure_private_ok, closure_invocation_type)
17947         (closure_qualifier_type, closure_invocation_assembly)
17948         (FilterWithClosure): Move to ...
17949         (Closure): New internal nested class.
17950         (Closure.CheckValidFamilyAccess): Split out from Closure.Filter.
17951         (MemberLookup, RealMemberLookup): Add new almost_match parameter.
17952         * ecore.cs (almostMatchedMembers): New variable to help report CS1540.
17953         (MemberLookup, MemberLookupFailed): Use it.
17954         * expression.cs (New.DoResolve): Treat the lookup for the
17955         constructor as being qualified by the 'new'ed type.
17956         (Indexers.GetIndexersForTypeOrInterface): Update.
17958 2004-06-03  Marek Safar  <marek.safar@seznam.cz>
17960         * attribute.cs
17961         (GetConditionalAttributeValue): New method. Returns
17962         condition of ConditionalAttribute.
17963         (SearchMulti): New method.  Returns all attributes of type 't'.
17964         Use it when attribute is AllowMultiple = true.
17965         (IsConditionalMethodExcluded): New method.
17967         * class.cs
17968         (Method.IsExcluded): Implemented. Returns true if method has conditional
17969         attribute and the conditions is not defined (method is excluded).
17970         (IMethodData): Extended interface for ConditionalAttribute support.
17971         (PropertyMethod.IsExcluded): Implemented.
17973         * decl.cs
17974         (MemberCore.Flags): Excluded_Undetected, Excluded new caching flags.
17976         * expression.cs
17977         (Invocation.IsMethodExcluded): Checks the ConditionalAttribute
17978         on the method.
17980 2004-06-02 Ben Maurer  <bmaurer@users.sourceforge.net>
17982         * expression.cs (ArrayCreationExpression): Make this just an
17983         `expression'. It can't be a statement, so the code here was
17984         dead.
17986 2004-06-02  Marek Safar  <marek.safar@seznam.cz>
17988         Fixed #59072
17989         * typemanager.cs (GetFullNameSignature): New method for
17990         MethodBase types.
17992 2004-06-02  Marek Safar  <marek.safar@seznam.cz>
17994         Fixed #56452
17995         * class.cs (MemberBase.GetSignatureForError): New virtual method.
17996         Use this method when MethodBuilder is null.
17997         (MethodData.DefineMethodBuilder): Encapsulated code to the new method.
17998         Added test for error CS0626 (MONO reports error for this situation).
17999         (IMethodData.GetSignatureForError): Extended interface.
18001 2004-06-01  Marek Safar  <marek.safar@seznam.cz>
18003         * attribute.cs
18004         (AttributeTester.GetObsoleteAttribute): Returns instance of
18005         ObsoleteAttribute when type is obsolete.
18007         * class.cs
18008         (TypeContainer.VerifyObsoleteAttribute): Override.
18009         (Method.GetSignatureForError): New method for usage when MethodBuilder is null.
18010         (MethodCode.VerifyObsoleteAttribute): Override.
18011         (MemberBase.VerifyObsoleteAttribute): Override.
18013         * decl.cs
18014         (MemberCore.CheckUsageOfObsoleteAttribute): Tests presence of ObsoleteAttribute
18015         and report proper error.
18017         *delegate.cs
18018         Delegate.VerifyObsoleteAttribute): Override.
18020         * ecore.cs
18021         (Expression.CheckObsoleteAttribute): Tests presence of ObsoleteAttribute
18022         and report proper error.
18023         (FieldExpr.DoResolve): Added tests for ObsoleteAttribute.
18025         * enum.cs
18026         (Enum.GetObsoleteAttribute): Returns ObsoleteAttribute for both enum type
18027         and enum member.
18029         * expression.cs
18030         (Probe.DoResolve, Cast.DoResolve, LocalVariableReference.DoResolve,
18031         New.DoResolve, SizeOf.DoResolve, TypeOf.DoResolce, MemberAccess.DoResolve):
18032         Added test for ObsoleteAttribute.
18034         * statement.cs
18035         (Catch): Derived from Statement.
18037 2004-06-01  Marek Safar  <marek.safar@seznam.cz>
18039         Fixed bug #59071 & cs0160.cs
18041         * statement.cs (Try.Resolve): Check here whether order of catch
18042         clauses matches their dependencies.
18044 2004-05-31  Miguel de Icaza  <miguel@ximian.com>
18046         * Reverted patch to namespace.cs (Use lookuptypedirect).  This
18047         caused a regression: #59343.  Referencing nested classes from an
18048         assembly stopped working.
18050 2004-05-31  Martin Baulig  <martin@ximian.com>
18052         MCS is now frozen for beta 2.
18054 2004-05-30 Ben Maurer  <bmaurer@users.sourceforge.net>
18056         * convert.cs: add a trivial cache for overload operator resolution.
18058 2004-05-30 Ben Maurer  <bmaurer@users.sourceforge.net>
18060         * decl.cs: If possible, use lookuptypedirect here. We can only do
18061         this if there is no `.' after the namespace. Avoids using
18062         LookupType, which does lots of slow processing.
18063         (FindNestedType) New method, does what it says :-).
18064         * namespace.cs: use LookupTypeDirect.
18065         * rootcontext.cs: use membercache, if possible.
18066         * typemanager.cs (LookupTypeDirect): Cache negative hits too.
18068 2004-05-30 Ben Maurer  <bmaurer@users.sourceforge.net>
18070         * expression.cs:
18071         According to the spec, 
18073         In a member access of the form E.I, if E is a single identifier,
18074         and if the meaning of E as a simple-name (§7.5.2) is a constant,
18075         field, property, localvariable, or parameter with the same type as
18076         the meaning of E as a type-name (§3.8), then both possible
18077         meanings of E are permitted.
18079         We did not check that E as a simple-name had the same type as E as
18080         a type name.
18082         This trivial check gives us 5-7% on bootstrap time.
18084 2004-05-30 Ben Maurer  <bmaurer@users.sourceforge.net>
18086         * expression.cs (Invocation.OverloadResolve): Avoid the
18087         use of hashtables and boxing here by allocating on demand.
18089 2004-05-30  Martin Baulig  <martin@ximian.com>
18091         * rootcontext.cs (RootContext.LookupType): Don't cache things if
18092         we're doing a silent lookup.  Don't try to lookup nested types in
18093         TypeManager.object_type (thanks to Ben Maurer).
18095 2004-05-30  Martin Baulig  <martin@ximian.com>
18097         Committing a patch from Ben Maurer.
18099         * rootcontext.cs (RootContext.LookupType): Cache negative results.
18101 2004-05-29  Martin Baulig  <martin@ximian.com>
18103         * class.cs (IMethodData.ShouldIgnore): New method.
18105         * typemanager.cs (TypeManager.MethodFlags): Don't take a
18106         `Location' argument, we don't need it anywhere.  Use
18107         `IMethodData.ShouldIgnore ()' instead of
18108         `MethodData.GetMethodFlags ()'.
18109         (TypeManager.AddMethod): Removed.
18110         (TypeManager.AddMethod2): Renamed to AddMethod.
18112 2004-05-29  Martin Baulig  <martin@ximian.com>
18114         Committing a patch from Benjamin Jemlich <pcgod@gmx.net>.
18116         * convert.cs (Convert.ImplicitReferenceConversion): If we're
18117         converting from a class type S to an interface type and we already
18118         have an object on the stack, don't box it again.  Fixes #52578.
18120 2004-05-29  Martin Baulig  <martin@ximian.com>
18122         * class.cs (ConstructorInitializer.GetOverloadedConstructor):
18123         Added support for `params' parameters.  Fixes #59267.
18125 2004-05-29  Martin Baulig  <martin@ximian.com>
18127         * literal.cs (NullPointer): Provide a private .ctor which sets
18128         `type' to TypeManager.object_type.  Fixes #59048.
18130 2004-05-29  Martin Baulig  <martin@ximian.com>
18132         * expression.cs (MemberAccess.ResolveMemberAccess): If we're an
18133         EventExpr, set `ee.InstanceExpression = left'.  Fixes #59188.
18135         * ecore.cs (EventExpr.instance_expr): Make the field private.
18137 2004-05-26  Marek Safar  <marek.safar@seznam.cz>
18139         Fixed bug #50080 & cs0214-2.cs
18140         * expression.cs (Cast.DoResolve): Check unsafe context here.
18141         
18142         * statement.cs (Resolve.DoResolve): Likewise.
18144 2004-05-26  Martin Baulig  <martin@ximian.com>
18146         * namespace.cs (NamespaceEntry.Lookup): Added `bool silent'.
18148         * rootcontext.cs (RootContext.NamespaceLookup): Added `bool silent'.
18149         (RootContext.LookupType): Pass down the `silent' flag.
18151 2004-05-25  Martin Baulig  <martin@ximian.com>
18153         * expression.cs
18154         (MethodGroupExpr.IdenticalTypeName): New public property.
18155         (Invocation.DoResolve): Don't report a CS0176 if the "instance"
18156         expression actually refers to a type.
18158 2004-05-25  Martin Baulig  <martin@ximian.com>
18160         * expression.cs (Invocation.DoResolve): Applied Ben Maurer's patch
18161         for #56176 and made it actually work.
18163 2004-05-25  Martin Baulig  <martin@ximian.com>
18165         * ecore.cs (Expression.CacheTemporaries): Make this virtual.
18166         (FieldExpr, PropertyExpr): Override and implement
18167         CacheTemporaries.  Fixes #52279.
18169 2004-05-25  Miguel de Icaza  <miguel@ximian.com>
18171         * location.cs: In the new compiler listing a file twice is a
18172         warning, not an error.
18174 2004-05-24  Martin Baulig  <martin@ximian.com>
18176         * enum.cs (Enum.DefineType): For the `BaseType' to be a
18177         TypeLookupExpression; otherwise, report a CS1008.  Fixes #58571.
18179 2004-05-24  Martin Baulig  <martin@ximian.com>
18181         * decl.cs (DeclSpace.FindType): Try doing an alias lookup before
18182         walking the `using' list.  Fixes #53921.
18184 2004-05-24  Martin Baulig  <martin@ximian.com>
18186         * const.cs (Const.LookupConstantValue): Added support for
18187         EmptyCast's; fixes #55251.
18189 2004-05-24  Martin Baulig  <martin@ximian.com>
18191         * ecore.cs (SimpleName.SimpleNameResolve): Renamed to
18192         DoSimpleNameResolve() and provide a SimpleNameResolve() wrapper
18193         which does the CS0135 check.  The reason is that we first need to
18194         check whether the variable actually exists.
18196 2004-05-24  Martin Baulig  <martin@ximian.com>
18198         * class.cs (MemberBase.DoDefine): Use DeclSpace.FindType() rather
18199         than RootContext.LookupType() to find the explicit interface
18200         type.  Fixes #58584.
18202 2004-05-24  Raja R Harinath  <rharinath@novell.com>
18204         * Makefile: Simplify.  Use executable.make.
18205         * mcs.exe.sources: New file.  List of sources of mcs.exe.
18207 2004-05-24  Anders Carlsson  <andersca@gnome.org>
18209         * decl.cs:
18210         * enum.cs:
18211         Use the invariant culture when doing String.Compare for CLS case
18212         sensitivity.
18213         
18214 2004-05-23  Martin Baulig  <martin@ximian.com>
18216         * decl.cs (DeclSpace.FindType): Only check the `using' list if we
18217         don't have any dots.  Fixes #52622, added cs0246-8.cs.
18219         * namespace.cs (NamespaceEntry.Lookup): Likewise.
18220         
18221 2004-05-23  Marek Safar  <marek.safar@seznam.cz>
18223         * class.cs (MemberBase.Define): Reuse MemberType member for 
18224         resolved type. Other methods can use it too.
18226 2004-05-23  Martin Baulig  <martin@ximian.com>
18228         * ecore.cs (SimpleName.SimpleNameResolve): Only report a CS0135 if
18229         the variable also exists in the current block (otherwise, we need
18230         to report a CS0103).  Fixes #58670.
18232 2004-05-23  Martin Baulig  <martin@ximian.com>
18234         * flowanalysis.cs (Reachability.Reachable): Compute this
18235         on-the-fly rather than storing it as a field.
18237 2004-05-23  Martin Baulig  <martin@ximian.com>
18239         * flowanalysis.cs (Reachability.And): Manually compute the
18240         resulting `barrier' from the reachability.      
18241        
18242 2004-05-23  Marek Safar  <marek.safar@seznam.cz>
18244         Fix bug #57835
18245         * attribute.cs (AttributeTester.GetMethodObsoleteAttribute): Returns
18246         instance of ObsoleteAttribute when symbol is obsolete.
18248         * class.cs
18249         (IMethodData): Extended interface for ObsoleteAttribute support.
18251 2004-05-22  Marek Safar  <marek.safar@seznam.cz>
18253         * attribute.cs: Fix bug #55970
18255 2004-05-22  Marek Safar  <marek.safar@seznam.cz>
18257         Fix bug #52705
18258         * attribute.cs
18259         (GetObsoleteAttribute): New method. Creates the instance of
18260         ObsoleteAttribute.
18261         (AttributeTester.GetMemberObsoleteAttribute): Returns instance of
18262         ObsoleteAttribute when member is obsolete.
18263         (AttributeTester.Report_ObsoleteMessage): Common method for
18264         Obsolete error/warning reporting.
18266         * class.cs
18267         (TypeContainer.base_classs_type): New member for storing parent type.
18269         * decl.cs
18270         (MemberCore.GetObsoleteAttribute): Returns instance of ObsoleteAttribute
18271         for this MemberCore.
18273 2004-05-21  Marek Safar  <marek.safar@seznam.cz>
18275         * attribute.cs, const.cs: Fix bug #58590
18277 2004-05-21  Martin Baulig  <martin@ximian.com>
18279         * flowanalysis.cs (FlowBranching.MergeTopBlock): Don't check for
18280         out parameters if the end of the method is unreachable.  Fixes
18281         #58098. 
18283 2004-05-21  Marek Safar  <marek.safar@seznam.cz>
18285         * codegen.cs, cs-parser.jay: Removed SetAttributes method.
18286         Hari was right, why extra method.
18288 2004-05-21  Marek Safar  <marek.safar@seznam.cz>
18290         * attribute.cs, cs-parser.jay: Fix errors/cs0579-7.cs.
18292 2004-05-20  Martin Baulig  <martin@ximian.com>
18294         Merged this back from gmcs to keep the differences to a minumum.
18296         * attribute.cs (Attribute.CheckAttributeType): Take an EmitContext
18297         instead of a Declspace.
18298         (Attribute.ResolveType): Likewise.
18299         (Attributes.Search): Likewise.
18300         (Attributes.Contains): Likewise.
18301         (Attributes.GetClsCompliantAttribute): Likewise.
18303         * class.cs (TypeContainer.VerifyMembers): Added EmitContext
18304         argument.
18305         (MethodData.ApplyAttributes): Take an EmitContext instead of a
18306         DeclSpace.
18308 2004-05-19  Marek Safar  <marek.safar@seznam.cz>
18310         Fix bug #58688 (MCS does not report error when the same attribute
18311         is assigned twice)
18313         * attribute.cs (Attribute.Emit): Distinction between null and default.
18315 2004-05-19  Raja R Harinath  <rharinath@novell.com>
18317         * cs-parser.jay (attribute): Create a GlobalAttribute for the case
18318         of a top-level attribute without an attribute target.
18319         * attribute.cs (Attribute.Error_AttributeConstructorMismatch): 
18320         Make non-static.
18321         (Attribute.Conditional_GetConditionName), 
18322         (Attribute.Obsolete_GetObsoleteMessage): Update.
18323         (Attribute.IndexerName_GetIndexerName): New.  Attribute-specific
18324         part of ScanForIndexerName.
18325         (Attribute.CanIgnoreInvalidAttribute): New function.
18326         (Attribute.ScanForIndexerName): Move to ...
18327         (Attributes.ScanForIndexerName): ... here.
18328         (Attributes.Attrs): Rename from now-misnamed AttributeSections.
18329         (Attributes.Search): New internal variant that can choose not to
18330         complain if types aren't resolved.  The original signature now
18331         complains.
18332         (Attributes.GetClsCompliantAttribute): Use internal variant, with
18333         complaints suppressed.
18334         (GlobalAttribute.CheckAttributeType): Overwrite ds.NamespaceEntry
18335         only if it not useful.
18336         (CanIgnoreInvalidAttribute): Ignore assembly attribute errors at
18337         top-level for attributes that are shared between the assembly
18338         and a top-level class.
18339         * parameter.cs (ImplicitParameter): Rename from ParameterAtribute.
18340         * class.cs: Update to reflect changes.
18341         (DefineIndexers): Fuse loops.
18342         * codegen.cs (GetAssemblyName): Update to reflect changes.  Accept
18343         a couple more variants of attribute names.
18345 2004-05-18  Marek Safar  <marek.safar@seznam.cz>
18347         Fix bug #52585 (Implemented explicit attribute declaration)
18349         * attribute.cs:
18350         (Attributable.ValidAttributeTargets): New abstract method. It gets
18351         list of valid attribute targets for explicit target declaration.
18352         (Attribute.Target): It holds target itself.
18353         (AttributeSection): Removed.
18354         (Attribute.CheckTargets): New method. It checks whether attribute
18355         target is valid for the current element.
18357         * class.cs:
18358         (EventProperty): New class. For events that are declared like
18359         property (with add and remove accessors).
18360         (EventField): New class. For events that are declared like field.
18361         class.cs
18363         * cs-parser.jay: Implemented explicit attribute target declaration.
18365         * class.cs, decl.cs, delegate.cs, enum.cs, parameter.cs:        
18366         Override ValidAttributeTargets.
18368         * parameter.cs:
18369         (ReturnParameter): Class for applying custom attributes on 
18370         the return type.
18371         (ParameterAtribute): New class. Class for applying custom
18372         attributes on the parameter type.
18374 2004-05-17  Miguel de Icaza  <miguel@ximian.com>
18376         * class.cs (MemberBase.DoDefine): Pass UNSAFE on interface
18377         definitions. 
18379         (Method): Allow UNSAFE here.
18381         * modifiers.cs: Support unsafe reporting.
18383 2004-05-17  Marek Safar  <marek.safar@seznam.cz>
18385         * decl.cs: Fix bug #58478.
18387 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18389         * statement.cs: When checking for unreachable code on an EmptyStatement,
18390         set the location. Fixes bug #58488.
18392 2004-05-13  Miguel de Icaza  <miguel@ximian.com>
18394         * driver.cs: Add -pkg handling.
18396         From Gonzalo: UseShelLExecute=false
18398 2004-05-12  Marek Safar  <marek.safar@seznam.cz>
18400         * attribute.cs:
18401         (Attribute.GetAttributeTargets): New method. Gets AttributeTargets
18402         for attribute.
18403         (Attribute.IsClsCompliaceRequired): Moved to base for better
18404         accesibility.
18405         (Attribute.UsageAttribute): New property for AttributeUsageAttribute
18406         when attribute is AttributeUsageAttribute.
18407         (Attribute.GetValidTargets): Simplified.
18408         (Attribute.GetAttributeUsage): New method returns AttributeUsage
18409         attribute for this type.
18410         (Attribute.ApplyAttributes): Method renamed to Emit and make
18411         non-static.
18412         (GlobalAttributeSection): New class for special handling of global
18413         attributes (assembly, module).
18414         (AttributeSection.Emit): New method.
18416         * class.cs: Implemented Attributable abstract methods.
18417         (MethodCore.LabelParameters): Moved to Parameter class.
18418         (Accessor): Is back simple class.
18419         (PropertyMethod): Implemented Attributable abstract class.
18420         (DelegateMethod): Implemented Attributable abstract class.
18421         (Event): New constructor for disctintion between normal Event
18422         and Event with accessors.
18424         * cs-parser.jay: Used new Event ctor and GlobalAttributeSection.
18426         * codegen.cs, const.cs, decl.cs, delegate.cs:
18427         (CommonAssemblyModulClass): Implemented Attributable abstract class
18428         and simplified.
18430         * enum.cs: Implement IAttributeSupport interface.
18431         (EnumMember): New class for emum members. Implemented Attributable
18432         abstract class
18434         * parameter.cs:
18435         (ParameterBase): Is abstract.
18436         (ReturnParameter): New class for easier [return:] attribute handling.
18438         * typemanager.cs: Removed builder_to_attr.
18440 2004-05-11  Raja R Harinath  <rharinath@novell.com>
18442         Fix bug #57151.
18443         * attribute.cs (Attribute.GetPositionalValue): New function.
18444         * class.cs (TypeContainer.VerifyMembers): New function.
18445         (TypeContainer.Emit): Use it.
18446         (ClassOrStruct): New base class for Class and Struct.
18447         (ClassOrStruct.ApplyAttributeBuilder): New function.  Note if 
18448         StructLayout(LayoutKind.Explicit) was ascribed to the struct or
18449         class.
18450         (ClassOrStruct.VerifyMembers): If the struct is explicitly laid out,
18451         then each non-static field should have a FieldOffset attribute.
18452         Otherwise, none of the fields should have a FieldOffset attribute.
18453         * rootcontext.cs (RootContext.ResolveCore): Resolve StructLayout 
18454         and FieldOffset attributes.
18455         * typemanager.cs (TypeManager.struct_layout_attribute_type)
18456         (TypeManager.field_offset_attribute_type): New core types.
18457         (TypeManager.InitCoreTypes): Initialize them.
18459 2004-05-11  Michal Moskal  <malekith@pld-linux.org>
18461         * class.cs (Event.RemoveDelegateMethod.DelegateMethodInfo):
18462         Return correct type.
18463         From bug #58270.
18465 2004-05-09  Miguel de Icaza  <miguel@ximian.com>
18467         * expression.cs (Binary.DoNumericPromotions): 0 long constant can
18468         be implicitly converted to ulong.
18469         
18470         * expression.cs: The logic for allowing operator &, | and ^ worked
18471         was wrong, it worked before because we did not report an error in
18472         an else branch.  Fixes 57895.
18474         * class.cs: Applied patch from iain@mccoy.id.au Iain McCoy to
18475         allow volatile fields to be reference types.
18477 2004-05-07  Miguel de Icaza  <miguel@ximian.com>
18479         * driver.cs: Add support for /debug-
18481 2004-05-07  Raja R Harinath  <rharinath@novell.com>
18483         * attribute.cs (Attribute.CheckAttributeType, Attribute.ResolveType): 
18484         Add a 'complain' parameter to silence errors.
18485         (Attribute.Resolve): Update to changes.  Put in sanity check to catch
18486         silently overlooked type-resolutions.
18487         (Attribute.ScanForIndexerName, Attribute.DefinePInvokeMethod): Update
18488         to reflect changes.
18489         (Attributes.Search): New function.
18490         (Attributes.Contains, Attributes.GetClsCompliantAttribute): Use Search.
18491         (Attributes.GetAttributeFullName): Remove hack.
18492         * class.cs (MethodCore.LabelParameters, MethodData.ApplyAttributes): 
18493         Update to reflect changes.
18494         * codegen.cs (CommonAssemblyModulClass.GetClsCompliantAttribute):
18495         Use Attributes.Search instead of nested loops.
18497 2004-05-07  Marek Safar  <marek.safar@seznam.cz>
18499         * decl.cs:
18500         (MemberCore.Flags): Extended for caching presence of CLSCompliantAttribute.
18501         (MemberCore.VerifyClsCompliance): Implemented CS3019 error report.
18502         (DeclSpace.GetClsCompliantAttributeValue): Returns simple bool.
18504         * report.cs: (Report.Warning): Renamed to Warning_T because of
18505         parameter collision.
18507 2004-05-05  Raja R Harinath  <rharinath@novell.com>
18509         * expression.cs (MemberAccess.ResolveMemberAccess):
18510         Exit with non-zero status after Report.Error.
18511         * rootcontext.cs (RootContext.BootstrapCorlib_ResolveDelegate):
18512         Likewise.
18513         * typemanager.cs (TypeManager.CoreLookupType): Likewise.
18515 2004-05-04  Lluis Sanchez Gual  <lluis@ximian.com>
18517         * support.cs: Don't hang when the file is empty.
18519 2004-05-04  Lluis Sanchez Gual  <lluis@ximian.com>
18521         * support.cs: In SeekableStreamReader, compute the preamble size of the
18522           underlying stream. Position changes should take into account that initial
18523           count of bytes.
18525 2004-05-03  Todd Berman  <tberman@sevenl.net>
18527         * driver.cs: remove unused GetSysVersion function.
18529 2004-05-03  Todd Berman  <tberman@sevenl.net>
18531         * driver.cs: Remove the hack from saturday, as well as the hack
18532         from jackson (LoadAssemblyFromGac), also adds the CWD to the
18533         link_paths to get that bit proper.
18535 2004-05-01  Todd Berman  <tberman@sevenl.net>
18537         * driver.cs: Try a LoadFrom before a Load, this checks the current
18538         path. This is currently a bug in mono that is be fixed, however, this
18539         provides a workaround for now. This will be removed when the bug
18540         is fixed.
18542 2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>
18544         * CryptoConvert.cs: Updated to latest version. Fix issue with 
18545         incomplete key pairs (#57941).
18547 2004-05-01  Todd Berman  <tberman@sevenl.net>
18549         * driver.cs: Remove '.' from path_chars, now System.* loads properly
18550         from the GAC
18552 2004-04-30  Jackson Harper  <jackson@ximian.com>
18554         * codegen.cs: Open keys readonly.
18555         
18556 2004-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18558         * typemanager.cs: don't report cyclic struct layout when a struct
18559         contains 2 or more fields of the same type. Failed for Pango.AttrShape
18560         which has 2 Pango.Rectangle fields.
18562 2004-04-29 Ben Maurer  <bmaurer@users.sourceforge.net>
18564         * expression.cs: Handle IntPtr comparisons with IL code
18565         rather than a method call.
18567 2004-04-29  Martin Baulig  <martin@ximian.com>
18569         * ecore.cs (PropertyExpr.FindAccessor): New private method.  Walk
18570         the list of PropertyInfo's in class hierarchy and find the
18571         accessor.  Fixes #56013.
18573 2004-04-29  Martin Baulig  <martin@ximian.com>
18575         * typemanager.cs (TypeManager.CheckStructCycles): Fixed.
18577 2004-04-29  Martin Baulig  <martin@ximian.com>
18579         Applying a patch from Benjamin Jemlich <pcgod@gmx.net>.
18581         * ecore.cs (FieldExpr.AddressOf): Make this work for valuetypes.
18583 2004-04-29  Martin Baulig  <martin@ximian.com>
18585         * class.cs (ConstructorInitializer.Resolve): Check whether the
18586         parent .ctor is accessible.  Fixes #52146.
18588 2004-04-29  Martin Baulig  <martin@ximian.com>
18590         Applying a patch from Benjamin Jemlich <pcgod@gmx.net>.
18592         * statement.cs (Using.EmitLocalVariableDecls): Use
18593         TypeManager.idisposable_type, not typeof (IDisposable).
18594         (Foreach.EmitCollectionForeach): Added support for valuetypes.
18596 2004-04-29  Martin Baulig  <martin@ximian.com>
18598         * class.cs (Event.Define): Don't emit the field and don't set
18599         RTSpecialName and SpecialName for events on interfaces.  Fixes
18600         #57703. 
18602 2004-04-29  Raja R Harinath  <rharinath@novell.com>
18604         Refactor Attribute.ApplyAttributes.
18605         * attribute.cs (Attributable): New base class for objects that can
18606         have Attributes applied on them.
18607         (Attribute): Make AttributeUsage fields public.
18608         (Attribute.GetFieldValue, Attribute.GetMarshal): Make non-static.
18609         (Attribute.IsInternalCall): New property.
18610         (Attribute.UsageAttr): Convert to a public read-only property.
18611         (Attribute.CheckAttributeType): Use a DeclSpace, not an EmitContext.
18612         (Attribute.ResolveType, Attribute.Resolve)
18613         (Attribute.ScanForIndexerName): Update to reflect changes.
18614         (Attribute.CheckAttributeTarget): Re-format.
18615         (Attribute.ApplyAttributes): Refactor, to various
18616         Attributable.ApplyAttributeBuilder methods.
18617         * decl.cs (MemberCore): Make Attributable.
18618         * class.cs (Accessor): Make Attributable.
18619         (MethodData.ApplyAttributes): Use proper attribute types, not
18620         attribute names.
18621         (TypeContainer.LabelParameters): Pass Parameter to ApplyAttributes.
18622         (TypeContainer.ApplyAttributeBuilder)
18623         (Method.ApplyAttributeBuilder, Constructor.ApplyAttributeBuilder)
18624         (Field.ApplyAttributeBuilder, Accessor.ApplyAttributeBuilder)   
18625         (PropertyBase.ApplyAttributeBuilder, Event.ApplyAttributeBuilder)
18626         (Operator.ApplyAttributeBuilder): New factored-out methods.
18627         * const.cs (Const.ApplyAttributeBuilder): Likewise.
18628         * delegate.cs (Delegate.ApplyAttributeBuilder): Likewise.
18629         * enum.cs (Enum.ApplyAttributeBuilder): Likewise.
18630         * parameter.cs (ParameterBase): New Attributable base class
18631         that can also represent Return types.
18632         (Parameter): Update to the changes.
18634 2004-04-29  Jackson Harper  <jackson@ximian.com>
18636         * driver.cs: Prefer the corlib system version when looking for
18637         assemblies in the GAC. This is still a hack, but its a better hack
18638         now.
18639         
18640 2004-04-29  Marek Safar  <marek.safar@seznam.cz>
18642         * decl.cs, enum.cs: Improved error 3005 reporting.
18643   
18644         * report.cs (SymbolRelatedToPreviousError): New method for error reporting.
18645         (related_symbols): New private member for list of symbols
18646         related to reported error/warning.
18647         
18648         * tree.cs: Do not use now obsolete Report.LocationOfPreviousError.
18650 2004-04-29  Martin Baulig  <martin@ximian.com>
18652         * ecore.cs (Expression.Constantify): If we're an enum and
18653         TypeManager.TypeToCoreType() doesn't give us another type, use
18654         t.UnderlyingSystemType.  Fixes #56178.  
18656 2004-04-29  Martin Baulig  <martin@ximian.com>
18658         * decl.cs (MemberCache.SetupCacheForInterface): Look over all our
18659         interfaces and for each interface, only add members directly
18660         declared in that interface.  Fixes #53255.
18662 2004-04-28  Martin Baulig  <martin@ximian.com>
18664         * expression.cs (ConditionalLogicalOperator): Use a temporary
18665         variable for `left' to avoid that we evaluate it more than once;
18666         bug #52588.
18668 2004-04-28  Martin Baulig  <martin@ximian.com>
18670         * expression.cs (ComposedCast.DoResolveAsTypeStep): Don't allow
18671         `void[]' (CS1547).
18673 2004-04-28  Martin Baulig  <martin@ximian.com>
18675         * statement.cs (LocalInfo.Resolve): Check whether the type is not
18676         void (CS1547).
18678         * class.cs (MemberBase.CheckParameters, FieldBase.DoDefine): Check
18679         whether the type is not void (CS1547).
18681 2004-04-28  Martin Baulig  <martin@ximian.com>
18683         * expression.cs (Unary.DoResolveLValue): Override this and report
18684         CS0131 for anything but Operator.Indirection.
18686 2004-04-28  Martin Baulig  <martin@ximian.com>
18688         Committing a patch from Ben Maurer; see bug #50820.
18690         * typemanager.cs (TypeManager.FilterWithClosure): Added CS1540
18691         check for classes.
18693         * ecore.cs (Expression.MemberLookupFailed): Added CS1540 check for
18694         classes.        
18696 2004-04-28  Martin Baulig  <martin@ximian.com>
18698         Committing a patch from Ben Maurer; see bug #50820.
18700         * typemanager.cs (TypeManager.FilterWithClosure): Added CS1540
18701         check for classes.
18703         * ecore.cs (Expression.MemberLookupFailed): Added CS1540 check for
18704         classes.        
18706 2004-04-28  Martin Baulig  <martin@ximian.com>
18708         * statement.cs (Block.LookupLabel): Also lookup in implicit child blocks.
18709         (Block.AddLabel): Call DoLookupLabel() to only search in the
18710         current block.
18712 2004-04-28  Martin Baulig  <martin@ximian.com>
18714         * cfold.cs (ConstantFold.BinaryFold): Added special support for
18715         comparing StringConstants and NullLiterals in Equality and Inequality.
18717 2004-04-28  Jackson Harper  <jackson@ximian.com>
18719         * driver.cs: Attempt to load referenced assemblies from the
18720         GAC. This is the quick and dirty version of this method that
18721         doesnt take into account versions and just takes the first
18722         canidate found. Will be good enough for now as we will not have more
18723         then one version installed into the GAC until I update this method.
18725 2004-04-28  Martin Baulig  <martin@ximian.com>
18727         * typemanager.cs (TypeManager.CheckStructCycles): New public
18728         static method to check for cycles in the struct layout.
18730         * rootcontext.cs (RootContext.PopulateTypes): Call
18731         TypeManager.CheckStructCycles() for each TypeContainer.
18732         [Note: We only need to visit each type once.]
18734 2004-04-28  Martin Baulig  <martin@ximian.com>
18736         * constant.cs (StringConstant.Emit): Emit Ldnull if we're null.
18738         * const.cs (Const.LookupConstantValue): Return a `bool' signalling
18739         success and added `out object value'.  Use a `bool resolved' field
18740         to check whether we've already been called rather than
18741         `ConstantValue != null' since this breaks for NullLiterals.
18743 2004-04-28  Raja R Harinath  <rharinath@novell.com>
18745         * driver.cs (Driver.MainDriver) [IsModuleOnly]: Open code the
18746         setting of this flag, since the 'set' method may be non-public.
18748 2004-04-28  Raja R Harinath  <rharinath@novell.com>
18750         * flowanalysis.cs (FlowBranchingException.LookupLabel): Add a null
18751         check on current_vector.Block.
18753 2004-04-27  Martin Baulig  <martin@ximian.com>
18755         * expression.cs (BaseAccess.CommonResolve): Don't allow `base' in
18756         a field initializer.  Fixes #56459.
18758 2004-04-27  Martin Baulig  <martin@ximian.com>
18760         * ecore.cs (PropertyExpr.DoResolve/DoResolveLValue): Check whether
18761         we're not attempting to use an indexer.  Fixes #52154.
18763 2004-04-27  Martin Baulig  <martin@ximian.com>
18765         * statement.cs (Return): Don't create a return label if we don't
18766         need it; reverts my change from January 20th.  Thanks to Ben
18767         Maurer for this.
18769 2004-04-27  Martin Baulig  <martin@ximian.com>
18771         According to the spec, `goto' can only leave a nested scope, but
18772         never enter it.
18774         * statement.cs (Block.LookupLabel): Only lookup in the current
18775         block, don't recurse into parent or child blocks.
18776         (Block.AddLabel): Check in parent and child blocks, report
18777         CS0140/CS0158 if we find a duplicate.
18778         (Block): Removed this indexer for label lookups.
18779         (Goto.Resolve): Call LookupLabel() on our current FlowBranching;
18780         this already does the error reporting for us.
18782         * flowanalysis.cs
18783         (FlowBranching.UsageVector.Block): New public variable; may be null.
18784         (FlowBranching.CreateSibling): Added `Block' argument.
18785         (FlowBranching.LookupLabel): New public virtual method.  Lookup a
18786         label for the target of a `goto' and check whether we're not
18787         leaving a `finally'.
18789 2004-04-27  Martin Baulig  <martin@ximian.com>
18791         * flowanalysis.cs (FlowBranching.UsageVector.MergeChild): If we're
18792         a finite loop block, also do the ALWAYS->SOMETIMES for throws (not
18793         just for returns).
18795 2004-04-27  Martin Baulig  <martin@ximian.com>
18797         * statement.cs (Block.AddLabel): Also check for implicit blocks
18798         and added a CS0158 check.
18800 2004-04-27  Martin Baulig  <martin@ximian.com>
18802         * flowanalysis.cs (FlowBranchingLoop): New class.
18803         (FlowBranching.UsageVector.MergeJumpOrigins): Take a list of
18804         UsageVector's instead of an ArrayList.
18805         (FlowBranching.Label): Likewise.
18806         (FlowBranching.UsageVector.MergeBreakOrigins): New method.
18807         (FlowBranching.AddBreakVector): New method.
18809 2004-04-27  Miguel de Icaza  <miguel@ximian.com>
18811         * attribute.cs: Small regression fix: only convert the type if we
18812         the type is different, fixes System.Drawing build.
18814 2004-04-27  Martin Baulig  <martin@ximian.com>
18816         * attribute.cs (Attribute.Resolve): If we have a constant value
18817         for a named field or property, implicity convert it to the correct
18818         type.
18820 2004-04-27  Raja R Harinath  <rharinath@novell.com>
18822         * statement.cs (Block.Block): Implicit blocks share
18823         'child_variable_names' fields with parent blocks.
18824         (Block.AddChildVariableNames): Remove.
18825         (Block.AddVariable): Mark variable as "used by a child block" in
18826         every surrounding block.
18827         * ecore.cs (SimpleName.SimpleNameResolve): If the name has already
18828         been used in a child block, complain about violation of "Invariant
18829         meaning in blocks" rule.
18830         * cs-parser.jay (declare_local_variables): Don't use
18831         AddChildVariableNames.
18832         (foreach_statement): Don't create an implicit block: 'foreach'
18833         introduces a scope.
18835 2004-04-23  Miguel de Icaza  <miguel@ximian.com>
18837         * convert.cs (ImplicitNumericConversion): 0 is also positive when
18838         converting from 0L to ulong.  Fixes 57522.
18840 2004-04-22  Marek Safar  <marek.safar@seznam.cz>
18842         * decl.cs (FindMemberToOverride): Fix wrong warning for case when
18843         derived class hides via 'new' keyword field from base class (test-242.cs).
18844         TODO: Handle this in the more general way.
18845         
18846         * class.cs (CheckBase): Ditto.
18848 2004-04-22  Marek Safar  <marek.safar@seznam.cz>
18850         * decl.cs (caching_flags): New member for storing cached values
18851         as bit flags.
18852         (MemberCore.Flags): New enum where bit flags for caching_flags
18853         are defined.
18854         (MemberCore.cls_compliance): Moved to caching_flags.
18855         (DeclSpace.Created): Moved to caching_flags.
18857         * class.cs: Use caching_flags instead of DeclSpace.Created
18858         
18859 2004-04-21  Miguel de Icaza  <miguel@ximian.com>
18861         * ecore.cs (PropertyExpr.GetAccesor): Only perform the 1540 check
18862         if we are only a derived class, not a nested class.
18864         * typemanager.cs: Same as above, but do this at the MemberLookup
18865         level (used by field and methods, properties are handled in
18866         PropertyExpr).   Allow for the qualified access if we are a nested
18867         method. 
18869 2004-04-21  Marek Safar  <marek.safar@seznam.cz>
18871         * class.cs: Refactoring.
18872         (IMethodData): New inteface; Holds links to parent members
18873         to avoid member duplication (reduced memory allocation).
18874         (Method): Implemented IMethodData interface.
18875         (PropertyBase): New inner classes for get/set methods.
18876         (PropertyBase.PropertyMethod): Implemented IMethodData interface
18877         (Event): New inner classes for add/remove methods.
18878         (Event.DelegateMethod): Implemented IMethodData interface.
18880         * cs-parser.jay: Pass DeclSpace to Event class for creation of valid
18881         EmitContext (related to class.cs refactoring).
18883 2004-04-21  Raja R Harinath  <rharinath@novell.com>
18885         * delegate.cs (Delegate.VerifyApplicability): If the number of
18886         arguments are the same as the number of parameters, first try to
18887         verify applicability ignoring  any 'params' modifier on the last
18888         parameter.
18889         Fixes #56442.
18891 2004-04-16  Raja R Harinath  <rharinath@novell.com>
18893         * class.cs (TypeContainer.AddIndexer): Use
18894         'ExplicitInterfaceName' to determine if interface name was
18895         explicitly specified.  'InterfaceType' is not initialized at this time.
18896         (TypeContainer.DefineIndexers): Remove use of temporary list.  The
18897         Indexers array is already in the required order.  Initialize
18898         'IndexerName' only if there are normal indexers.
18899         (TypeContainer.DoDefineMembers): Don't initialize IndexerName.
18900         (TypeContainer.Emit): Emit DefaultMember attribute only if
18901         IndexerName is initialized.
18902         Fixes #56300.
18904 2004-04-15  Benjamin Jemlich  <pcgod@gmx.net>
18906         * enum.cs (Enum.DefineType): Don't allow char as type for enum.
18907         Fixes #57007
18909 2004-04-15  Raja R Harinath  <rharinath@novell.com>
18911         * attribute.cs (Attribute.CheckAttributeType): Check for ambiguous
18912         attributes.
18913         Fix for #56456.
18915         * attribute.cs (Attribute.Resolve): Check for duplicate named
18916         attributes.
18917         Fix for #56463.
18919 2004-04-15  Miguel de Icaza  <miguel@ximian.com>
18921         * iterators.cs (MarkYield): track whether we are in an exception,
18922         and generate code accordingly.  Use a temporary value to store the
18923         result for our state.
18925         I had ignored a bit the interaction of try/catch with iterators
18926         since their behavior was not entirely obvious, but now it is
18927         possible to verify that our behavior is the same as MS .NET 2.0
18929         Fixes 54814
18931 2004-04-14  Miguel de Icaza  <miguel@ximian.com>
18933         * iterators.cs: Avoid creating temporaries if there is no work to
18934         do. 
18936         * expression.cs (ArrayAccess.EmitLoadOpcode): If dealing with
18937         Enumerations, use TypeManager.EnumToUnderlying and call
18938         recursively. 
18940         Based on the patch from Benjamin Jemlich (pcgod@gmx.net), fixes
18941         bug #57013
18943         (This.Emit): Use EmitContext.EmitThis to emit our
18944         instance variable.
18946         (This.EmitAssign): Ditto.
18948         * ecore.cs (FieldExpr.Emit): Remove RemapToProxy special
18949         codepaths, we will move all the functionality into
18950         Mono.CSharp.This 
18952         (FieldExpr.EmitAssign): Ditto.
18954         This fixes several hidden bugs that I uncovered while doing a code
18955         review of this today.
18957         * codegen.cs (EmitThis): reworked so the semantics are more clear
18958         and also support value types "this" instances.
18960         * iterators.cs: Changed so that for iterators in value types, we
18961         do not pass the value type as a parameter.  
18963         Initialization of the enumerator helpers is now done in the caller
18964         instead of passing the parameters to the constructors and having
18965         the constructor set the fields.
18967         The fields have now `assembly' visibility instead of private.
18969 2004-04-11  Miguel de Icaza  <miguel@ximian.com>
18971         * expression.cs (Argument.Resolve): Check if fields passed as ref
18972         or out are contained in a MarshalByRefObject.
18974         * typemanager.cs, rootcontext.cs: Add System.Marshalbyrefobject as
18975         another compiler type.
18977 2004-04-06 Ben Maurer  <bmaurer@users.sourceforge.net>
18979         * class.cs (Indexer.Define): use the new name checking method.
18980         Also, return false on an error.
18981         * cs-tokenizer.cs (IsValidIdentifier): Checks for a valid identifier.
18982         (is_identifier_[start/part]_character): make static.
18984 2004-04-10  Miguel de Icaza  <miguel@ximian.com>
18986         * expression.cs (Binary.ResolveOperator): Do no append strings
18987         twice: since we can be invoked more than once (array evaluation)
18988         on the same concatenation, take care of this here.  Based on a fix
18989         from Ben (bug #56454)
18991 2004-04-08  Sebastien Pouliot  <sebastien@ximian.com>
18993         * codegen.cs: Fix another case where CS1548 must be reported (when 
18994         delay-sign isn't specified and no private is available #56564). Fix
18995         loading the ECMA "key" to delay-sign an assembly. Report a CS1548 
18996         error when MCS is used on the MS runtime and we need to delay-sign 
18997         (which seems unsupported by AssemblyBuilder - see #56621).
18999 2004-04-08  Marek Safar  <marek.safar@seznam.cz>
19001         * typemanager.cs (TypeManager.TypeToCoreType): Handle IntPtr too.
19002         (TypeManager.ComputeNamespaces): Faster implementation for
19003         Microsoft runtime.
19005         * compiler.csproj: Updated AssemblyName to mcs.
19007 2004-04-07  Miguel de Icaza  <miguel@ximian.com>
19009         * rootcontext.cs: Add new types to the boot resolution.
19011         * ecore.cs (TypeExpr.CanInheritFrom): Inheriting from
19012         MulticastDelegate is not allowed.
19014         * typemanager.cs: Add new types to lookup: System.TypedReference
19015         and ArgIterator.
19017         * paramter.cs (Parameter.Resolve): if we are an out/ref parameter,
19018         check for TypedReference or ArgIterator, they are not allowed. 
19020         * ecore.cs (BoxedCast): Set the eclass to ExprClass.Value, this
19021         makes us properly catch 1510 in some conditions (see bug 56016 for
19022         details). 
19024 2004-04-06  Bernie Solomon  <bernard@ugsolutions.com>
19026         * CryptoConvert.cs: update from corlib version
19027         with endian fixes.
19029 2004-04-05  Miguel de Icaza  <miguel@ximian.com>
19031         * class.cs (Indexer.Define): Check indexername declaration
19033 2004-04-05  Marek Safar  <marek.safar@seznam.cz>
19035         * attribute.cs (IsClsCompliant): Fixed problem with handling
19036         all three states (compliant, not-compliant, undetected).
19038 2004-03-30  Marek Safar  <marek.safar@seznam.cz>
19040         * attribute.cs (Attribute): Location is now public.
19041         (Resolve): Store resolved arguments (pos_values) in attribute class.
19042         Attribute extractors (now GetClsCompliantAttributeValue) can reuse them.
19043         (GetClsCompliantAttributeValue): New method that gets
19044         CLSCompliantAttribute value.
19045         (GetClsCompliantAttribute): Returns CLSCompliantAttribute for DeclSpace
19046         if exists else null.
19047         (AttributeTester): New class for CLS-Compliant verification routines.
19049         * class.cs (Emit): Add CLS-Compliant verification.
19050         (Method.GetSignatureForError): Implemented.
19051         (Constructor.GetSignatureForError): Implemented
19052         (Constructor.HasCompliantArgs): Returns if constructor has
19053         CLS-Compliant arguments.
19054         (Constructor.Emit): Override.
19055         (Construcor.IsIdentifierClsCompliant): New method; For constructors
19056         is needed to test only parameters.
19057         (FieldBase.GetSignatureForError): Implemented.
19058         (TypeContainer): New member for storing base interfaces.
19059         (TypeContainer.FindMembers): Search in base interfaces too.
19061         * codegen.cs (GetClsComplianceAttribute): New method that gets
19062         assembly or module CLSCompliantAttribute value.
19063         (ResolveClsCompliance): New method that resolve CLSCompliantAttribute
19064         for assembly.
19065         (ModuleClass.Emit): Add error 3012 test.
19067         * const.cs (Emit): Override and call base for CLS-Compliant tests.
19069         * decl.cs (ClsComplianceValue): New enum that holds CLS-Compliant
19070         state for all decl types.
19071         (MemberCore.Emit): Emit is now virtual and call VerifyClsCompliance
19072         if CLS-Compliant tests are required.
19073         (IsClsCompliaceRequired): New method. Analyze whether code
19074         must be CLS-Compliant.
19075         (IsExposedFromAssembly): New method. Returns true when MemberCore
19076         is exposed from assembly.
19077         (GetClsCompliantAttributeValue): New method. Resolve CLSCompliantAttribute
19078         value or gets cached value.
19079         (HasClsCompliantAttribute): New method. Returns true if MemberCore
19080         is explicitly marked with CLSCompliantAttribute.
19081         (IsIdentifierClsCompliant): New abstract method. This method is
19082         used to testing error 3005.
19083         (IsIdentifierAndParamClsCompliant): New method. Common helper method
19084         for identifier and parameters CLS-Compliant testing.
19085         (VerifyClsCompliance): New method. The main virtual method for
19086         CLS-Compliant verifications.
19087         (CheckAccessLevel): In one special case (System.Drawing) was TypeBuilder
19088         null. I don't know why is null (too many public members !).
19089         (GetClsCompliantAttributeValue). New method. Goes through class hierarchy
19090         and get value of first CLSCompliantAttribute that found.
19092         * delegate.cs (Emit): Override and call base for CLS-Compliant tests.
19093         (VerifyClsCompliance): Override and add extra tests.
19095         * driver.cs (CSCParseOption): New command line options (clscheck[+|-]).
19096         clscheck- disable CLS-Compliant verification event if assembly is has
19097         CLSCompliantAttribute(true).
19099         * enum.cs (Emit): Override and call base for CLS-Compliant tests.
19100         ApllyAttribute is now called in emit section as in the other cases.
19101         Possible future Emit integration.
19102         (IsIdentifierClsCompliant): New override.
19103         (VerifyClsCompliance): New override.
19104         (GetEnumeratorName): Returns full enum name.
19106         * parameter.cs (GetSignatureForError): Implemented.
19108         * report.cs (WarningData): New struct for Warning message information.
19109         (LocationOfPreviousError): New method.
19110         (Warning): New method. Reports warning based on the warning table.
19111         (Error_T): New method. Reports error based on the error table.
19113         * rootcontext.cs (EmitCode): Added new Emit(s) because CLS-Compliant
19114         verifications are done here.
19116         * tree.cs (RecordDecl): Used new LocationOfPreviousError method.
19118         * typemanager.cs (cls_compliant_attribute_type): New member thath holds
19119         CLSCompliantAttribute.
19120         (all_imported_types): New member holds all imported types from other
19121         assemblies.
19122         (LoadAllImportedTypes): New method fills static table with exported types
19123         from all referenced assemblies.
19124         (Modules): New property returns all assembly modules.
19126 2004-03-30  Miguel de Icaza  <miguel@ximian.com>
19128         * cs-parser.jay: Add a rule to catch wrong event syntax instead of
19129         throwing a parser error.
19131         * ecore.cs (PropertyExpr.GetAccessor): Apply patch from Patrik Reali
19132         which removes the hardcoded get_/set_ prefixes for properties, as
19133         IL allows for the properties to be named something else.  
19135         Bug #56013
19137         * expression.cs: Do not override operand before we know if it is
19138         non-null.  Fix 56207
19140 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
19142         * typemanager.cs: support for pinned variables.
19144 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
19146         * decl.cs, typemanager.cs: Avoid using an arraylist
19147         as a buffer if there is only one result set.
19149 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
19151         * expression.cs: Make sure you cant call a static method
19152         with an instance expression, bug #56174.
19154 2004-03-29  Miguel de Icaza  <miguel@ximian.com>
19156         * class.cs (IsDuplicateImplementation): Improve error reporting to
19157         flag 663 (method only differs in parameter modifier).
19159         * cs-tokenizer.cs: Do not require whitespace when a ( or " will do
19160         in preprocessor directives.
19162         * location.cs (LookupFile): Allow for the empty path.
19164         * attribute.cs (DefinePInvokeMethod): Fix 56148;  I would like a
19165         better approach for some of that patch, but its failing with the
19166         CharSet enumeration.  For now try/catch will do.
19168         * typemanager.cs: Do not crash if a struct does not have fields.
19169         Fixes 56150.
19171 2004-03-28 Ben Maurer  <bmaurer@users.sourceforge.net>
19173         * expression.cs: cs0213, cant fix a fixed expression.
19174         fixes 50231.
19176 2004-03-28 Ben Maurer  <bmaurer@users.sourceforge.net>
19178         * cs-parser.jay: detect invalid embeded statements gracefully.
19179         bug #51113.
19181 2004-03-28 Ben Maurer  <bmaurer@users.sourceforge.net>
19183         * ecore.cs, typemanager.cs: Correct impl of cs1540 check.
19184         As a regex:
19185         s/
19186         the invocation type may not be a subclass of the tye of the item/
19187         The type of the item must be a subclass of the invocation item.
19188         /g
19190         Fixes bug #50820.
19192 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
19194         * attribute.cs: Added methods to get a string and a bool from an
19195         attribute. Required to information from AssemblyKeyFileAttribute,
19196         AttributeKeyNameAttribute (string) and AssemblyDelaySign (bool).
19197         * codegen.cs: Modified AssemblyName creation to include support for
19198         strongnames. Catch additional exceptions to report them as CS1548.
19199         * compiler.csproj: Updated include CryptoConvert.cs.
19200         * compiler.csproj.user: Removed file - user specific configuration.
19201         * CryptoConvert.cs: New. A COPY of the class CryptoConvert from 
19202         Mono.Security assembly. The original class is maintained and tested in
19203         /mcs/class/Mono.Security/Mono.Security.Cryptography/CryptoConvert.cs.
19204         * drivers.cs: Added support for /keyfile, /keycontainer and /delaysign
19205         like CSC 8.0 (C# v2) supports.
19206         * Makefile: Added CryptoConvert.cs to mcs sources.
19207         * rootcontext.cs: Added new options for strongnames.
19209 2004-03-24 Ben Maurer  <bmaurer@users.sourceforge.net>
19211         * driver.cs: For --expect-error, report error code `2'
19212         if the program compiled with no errors, error code `1' if
19213         it compiled with an error other than the one expected.
19215 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
19217         * compiler.csproj: Updated for Visual Studio .NET 2003.
19218         * compiler.csproj.user: Updated for Visual Studio .NET 2003.
19219         * compiler.sln: Updated for Visual Studio .NET 2003.
19221 2004-03-24  Ravi Pratap M  <ravi@ximian.com>
19223         * expression.cs: Fix bug #47234. We basically need to apply the
19224         rule that we prefer the conversion of null to a reference type
19225         when faced with a conversion to 'object' (csc behaviour).
19227 2004-03-23 Ben Maurer  <bmaurer@users.sourceforge.net>
19229         * statement.cs: Shorter form for foreach, eliminates
19230         a local variable. r=Martin.
19232 2004-03-23 Ben Maurer  <bmaurer@users.sourceforge.net>
19234         * constant.cs, ecore.cs, literal.cs: New prop IsZeroInteger that
19235         checks if we can use brtrue/brfalse to test for 0.
19236         * expression.cs: use the above in the test for using brtrue/brfalse.
19237         cleanup code a bit.
19239 2004-03-23 Ben Maurer  <bmaurer@users.sourceforge.net>
19241         * expression.cs: Rewrite string concat stuff. Benefits:
19243         - "a" + foo + "b" + "c" becomes "a" + foo + "bc"
19244         - "a" + foo + "b" + bar + "c" + baz ... uses concat (string []).
19245         rather than a concat chain.
19247         * typemanager.cs: Add lookups for more concat overloads.
19249 2004-03-23 Ben Maurer  <bmaurer@users.sourceforge.net>
19251         * expression.cs: Emit shorter il code for array init.
19253         newarr
19254         dup
19255         // set 1
19257         // set 2
19259         newarr
19260         stloc.x
19262         ldloc.x
19263         // set 1
19265         ldloc.x
19266         // set 2
19268 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
19270         * statement.cs: Before, two switch blocks would be merged if the
19271         total size of the blocks (end_item - begin_item + 1) was less than
19272         two times the combined sizes of the blocks.
19274         Now, it will only merge if after the merge at least half of the
19275         slots are filled.
19277         fixes 55885.
19279 2004-03-20  Atsushi Enomoto  <atsushi@ximian.com>
19281         * class.cs : csc build fix for GetMethods(). See bug #52503.
19283 2004-03-20 Ben Maurer  <bmaurer@users.sourceforge.net>
19285         * expression.cs: Make sure fp comparisons work with NaN.
19286         This fixes bug #54303. Mig approved this patch a long
19287         time ago, but we were not able to test b/c the runtime
19288         had a related bug.
19290 2004-03-19  Miguel de Icaza  <miguel@ximian.com>
19292         * ecore.cs (TypExpr.GetHashCode): implement this overload. 
19294 2004-03-19  Martin Baulig  <martin@ximian.com>
19296         * class.cs (MemberCore.IsDuplicateImplementation): Report the
19297         error here and not in our caller.
19299 2004-03-19  Martin Baulig  <martin@ximian.com>
19301         * interface.cs: Completely killed this file.
19302         (Interface): We're now a TypeContainer and live in class.cs.
19304         * class.cs (TypeContainer.GetClassBases): Added `bool is_iface'
19305         argument; we're now also called for interfaces.
19306         (TypeContainer.DefineMembers): Allow this method being called
19307         multiple times.
19308         (TypeContainer.GetMethods): New public method; formerly known as
19309         Interface.GetMethod().  This is used by PendingImplementation.
19310         (TypeContainer.EmitDefaultMemberAttr): Moved here from Interface;
19311         it's now private and non-static.
19312         (Interface): Moved this here; it's now implemented similar to
19313         Class and Struct.
19314         (Method, Property, Event, Indexer): Added `bool is_interface'
19315         argument to their .ctor's.
19316         (MemberBase.IsInterface): New public field.
19318         * cs-parser.jay: Create normal Method, Property, Event, Indexer
19319         instances instead of InterfaceMethod, InterfaceProperty, etc.
19320         (opt_interface_base): Removed; we now use `opt_class_base' instead.
19321         (InterfaceAccessorInfo): Create `Get' and `Set' Accessor's.
19323 2004-03-19  Martin Baulig  <martin@ximian.com>
19325         * class.cs (MethodCore.IsDuplicateImplementation): New private
19326         method which does the CS0111 checking.
19327         (Method.CheckBase, Constructor.CheckBase, PropertyBase.CheckBase):
19328         Use IsDuplicateImplementation().
19330 2004-03-17 Ben Maurer  <bmaurer@users.sourceforge.net>
19332         * decl.cs (FindMemberToOverride): New method to find the correct
19333         method or property to override in the base class.
19334         * class.cs
19335             - Make Method/Property use the above method to find the
19336               version in the base class.
19337             - Remove the InheritableMemberSignatureCompare as it is now
19338               dead code.
19340         This patch makes large code bases much faster to compile, as it is
19341         O(n) rather than O(n^2) to do this validation.
19343         Also, it fixes bug 52458 which is that nested classes are not
19344         taken into account when finding the base class member.
19346         Reviewed/Approved by Martin.
19348 2004-03-17  Marek Safar  <marek.safar@seznam.cz>
19350         * interface.cs: In all interface classes removed redundant
19351         member initialization.
19353 2004-03-16  Martin Baulig  <martin@ximian.com>
19355         * class.cs (TypeContainer.GetClassBases): Fix the CS0528 check.
19357 2004-03-15  Miguel de Icaza  <miguel@ximian.com>
19359         * decl.cs (DefineTypeAndParents): New helper method to define a
19360         type's containers before the type itself is defined;  This is a
19361         bug exposed by the recent changes to Windows.Forms when an
19362         implemented interface was defined inside a class that had not been
19363         built yet.   
19365         * modifiers.cs (MethodAttr): All methods in C# are HideBySig.
19367         (Check): Loop correctly to report errors modifiers
19368         (UNSAFE was not in the loop, since it was the same as TOP).
19370         * interface.cs: Every interface member now takes a ModFlags,
19371         instead of a "is_new" bool, which we set on the base MemberCore. 
19373         Every place where we called "UnsafeOk" in the interface, now we
19374         call the proper member (InterfaceMethod.UnsafeOK) instead to get
19375         the unsafe settings from the member declaration instead of the
19376         container interface. 
19378         * cs-parser.jay (opt_new): Allow unsafe here per the spec. 
19380         * pending.cs (TypeAndMethods): Add `get_indexer_name' and
19381         `set_indexer_name' to the pending bits (one per type).
19383         We fixed a bug today that was picking the wrong method to
19384         override, since for properties the existing InterfaceMethod code
19385         basically ignored the method name.  Now we make sure that the
19386         method name is one of the valid indexer names.
19388 2004-03-14  Gustavo Giráldez  <gustavo.giraldez@gmx.net>
19390         * support.cs (SeekableStreamReader): Keep track of stream byte
19391         positions and don't mix them with character offsets to the buffer.
19393         Patch from Gustavo Giráldez
19395 2004-03-15  Marek Safar  <marek.safar@seznam.cz>
19397         * interface.cs (InterfaceSetGetBase): Removed double member
19398         initialization, base class does it as well.
19400 2004-03-13  Martin Baulig  <martin@ximian.com>
19402         * class.cs: Reverted Miguel's latest commit; it makes mcs crash
19403         when compiling corlib.
19405 2004-03-13  Miguel de Icaza  <miguel@ximian.com>
19407         * convert.cs (ExplicitConversion): We were reporting an error on
19408         certain conversions (object_type source to a value type, when the
19409         expression was `null') before we had a chance to pass it through
19410         the user defined conversions.
19412         * driver.cs: Replace / and \ in resource specifications to dots.
19413         Fixes 50752
19415         * class.cs: Add check for duplicate operators.  Fixes 52477
19417 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
19419         * statement.cs (Switch.SimpleSwitchEmit): Deal with default labels
19420         that are in the middle of the statements, not only at the end.
19421         Fixes #54987
19423         * class.cs (TypeContainer.AddField): No longer set the
19424         `HaveStaticConstructor' flag, now we call it
19425         `UserDefineStaticConstructor' to diferentiate the slightly
19426         semantic difference.
19428         The situation is that we were not adding BeforeFieldInit (from
19429         Modifiers.TypeAttr) to classes that could have it.
19430         BeforeFieldInit should be set to classes that have no static
19431         constructor. 
19433         See:
19435         http://www.yoda.arachsys.com/csharp/beforefieldinit.html
19437         And most importantly Zoltan's comment:
19439         http://bugzilla.ximian.com/show_bug.cgi?id=44229
19441         "I think beforefieldinit means 'it's ok to initialize the type sometime 
19442          before its static fields are used', i.e. initialization does not need
19443          to be triggered by the first access to the type. Setting this flag
19444          helps the JIT to compile better code, since it can run the static
19445          constructor at JIT time, and does not need to generate code to call it
19446          (possibly lots of times) at runtime. Unfortunately, mcs does not set
19447          this flag for lots of classes like String. 
19448          
19449          csc sets this flag if the type does not have an explicit static 
19450          constructor. The reasoning seems to be that if there are only static
19451          initalizers for a type, and no static constructor, then the programmer
19452          does not care when this initialization happens, so beforefieldinit
19453          can be used.
19454          
19455          This bug prevents the AOT compiler from being usable, since it 
19456          generates so many calls to mono_runtime_class_init that the AOT code
19457          is much slower than the JITted code. The JITted code is faster, 
19458          because it does not generate these calls if the vtable is type is
19459          already initialized, which is true in the majority of cases. But the
19460          AOT compiler can't do this."
19462 2004-03-10  Miguel de Icaza  <miguel@ximian.com>
19464         * class.cs (MethodData.Emit): Refactor the code so symbolic
19465         information is generated for destructors;  For some reasons we
19466         were taking a code path that did not generate symbolic information
19467         before. 
19469 2004-03-11 Ben Maurer  <bmaurer@users.sourceforge.net>
19471         * class.cs: Create a Constructor.CheckBase method that
19472         takes care of all validation type code. The method
19473         contains some code that was moved from Define.
19475         It also includes new code that checks for duplicate ctors.
19476         This fixes bug #55148.
19478 2004-03-09  Joshua Tauberer <tauberer@for.net>
19480         * expression.cs (ArrayCreation): Fix: More than 6 nulls in
19481         a { ... }-style array creation invokes EmitStaticInitializers
19482         which is not good for reference-type arrays.  String, decimal
19483         and now null constants (NullCast) are not counted toward
19484         static initializers.
19486 2004-03-05  Martin Baulig  <martin@ximian.com>
19488         * location.cs (SourceFile.HasLineDirective): New public field;
19489         specifies whether the file contains or is referenced by a "#line"
19490         directive.
19491         (Location.DefineSymbolDocuments): Ignore source files which
19492         either contain or are referenced by a "#line" directive.        
19494 2004-02-29  Ben Maurer <bmaurer@users.sourceforge.net>
19496         * class.cs (Method.CheckBase): Avoid using FindMembers, we have
19497         direct access to our parent, so check the method inline there.
19499 2004-02-27 Ben Maurer  <bmaurer@users.sourceforge.net>
19501         * expression.cs (Invocation.EmitCall): Miguel's last commit
19502         caused a regression. If you had:
19504             T t = null;
19505             t.Foo ();
19507         In Foo the implict this would be null.
19509 2004-02-27  Miguel de Icaza  <miguel@ximian.com>
19511         * expression.cs (Invocation.EmitCall): If the method is not
19512         virtual, do not emit a CallVirt to it, use Call.
19514         * typemanager.cs (GetFullNameSignature): Improve the method to
19515         cope with ".ctor" and replace it with the type name.
19517         * class.cs (ConstructorInitializer.Resolve): Now the method takes
19518         as an argument the ConstructorBuilder where it is being defined,
19519         to catch the recursive constructor invocations.
19521 2004-02-26  Miguel de Icaza  <miguel@ximian.com>
19523         * iterators.cs (IteratorHandler.IsIEnumerator, IsIEnumerable): New
19524         routines to check if a type is an enumerable/enumerator allow
19525         classes that implement the IEnumerable or IEnumerator interfaces.
19527         * class.cs (Property, Operator): Implement IIteratorContainer, and
19528         implement SetYields.
19530         (Property.Define): Do the block swapping for get_methods in the
19531         context of iterators.   We need to check if Properties also
19532         include indexers or not.
19534         (Operator): Assign the Block before invoking the
19535         OperatorMethod.Define, so we can trigger the Iterator code
19536         replacement. 
19538         * cs-parser.jay (SimpleIteratorContainer): new helper class.  Both
19539         Property and Operator classes are not created when we parse the
19540         declarator but until we have the block completed, so we use a
19541         singleton SimpleIteratorContainer.Simple to flag whether the
19542         SetYields has been invoked.
19544         We propagate this setting then to the Property or the Operator to
19545         allow the `yield' to function.
19547 2004-02-25  Marek Safar  <marek.safar@seznam.cz>
19549         * codegen.cs: Implemented attribute support for modules.
19550         New AssemblyClass, ModuleClass and CommonAssemblyModulClass for
19551         Assembly/Module functionality.
19553         * attribute.cs, class.cs, cs-parser.jay, delegate.cs, driver.cs, enum.cs
19554         interface.cs, rootcontext.cs, statement.cs, typemanager.cs:
19555         Updated dependencies on CodeGen.ModuleBuilder and CodeGen.AssemblyBuilder.
19557 2004-02-16  Marek Safar  <marek.safar@seznam.cz>
19559         * interface.cs (FindMembers): The operation is performed on all base
19560         interfaces and not only on the first. It is required for future CLS Compliance patch.
19562 2004-02-12 Ben Maurer  <bmaurer@users.sourceforge.net>
19564         * statement.cs, codegen.cs:
19565         This patch deals with patterns such as:
19567         public class List : IEnumerable {
19569                 public MyEnumerator GetEnumerator () {
19570                         return new MyEnumerator(this);
19571                 }
19573                 IEnumerator IEnumerable.GetEnumerator () {
19574                         ...
19575                 }
19576                 
19577                 public struct MyEnumerator : IEnumerator {
19578                         ...
19579                 }
19580         }
19582         Before, there were a few things we did wrong:
19583         1) we would emit callvirt on a struct, which is illegal
19584         2) we emited ldarg when we needed to emit ldarga
19585         3) we would mistakenly call the interface methods on an enumerator
19586         type that derived from IEnumerator and was in another assembly. For example:
19588         public class MyEnumerator : IEnumerator
19590         Would have the interface methods called, even if there were public impls of the
19591         method. In a struct, this lead to invalid IL code.
19593 2004-02-11  Marek Safar  <marek.safar@seznam.cz>
19595         * const.cs: Const is now derived from FieldBase. Method EmitConstant name
19596           renamed to Emit.
19598         * delegate.cs (Define): Fixed crash when delegate type is undefined.
19600 2004-02-11  Miguel de Icaza  <miguel@ximian.com>
19602         * cs-parser.jay: Fix small regression: we were not testing V2
19603         compiler features correctly.
19605         * interface.cs: If the emit context is null, then create one
19607 2004-02-09  Marek Safar  <marek.safar@seznam.cz>
19609         * decl.cs (GetSignatureForError): New virtual method to get full name
19610           for error messages.
19612         * attribute.cs (IAttributeSupport): New interface for attribute setting.
19613           Now it is possible to rewrite ApplyAttributes method to be less if/else.
19615         * interface.cs : All InterfaceXXX classes are now derived from MemberCore.
19616           Duplicated members and code in these classes has been removed.
19617           Better encapsulation in these classes.
19619 2004-02-07  Miguel de Icaza  <miguel@ximian.com>
19621         * assign.cs (Assign.DoResolve): When dealing with compound
19622         assignments, there is a new rule in ECMA C# 2.4 (might have been
19623         there before, but it is documented here) that states that in:
19625         a op= b;
19627         If b is of type int, and the `op' is a shift-operator, then the
19628         above is evaluated as:
19630         a = (int) a op b 
19632         * expression.cs (Binary.ResolveOperator): Instead of testing for
19633         int/uint/long/ulong, try to implicitly convert to any of those
19634         types and use that in pointer arithmetic.
19636         * delegate.cs (Error_NoMatchingMethodForDelegate): Compute the
19637         method to print information for from the type, not from the
19638         null-method we were given.
19640 2004-02-01  Duncan Mak  <duncan@ximian.com>
19642         * cs-tokenizer.cs (get_cmd_arg): Skip over whitespace before
19643         parsing for cmd, fixes bug #53694.
19645 2004-02-04  Marek Safar  <marek.safar@seznam.cz>
19647         * class.cs, decl.cs: Fixed problem where IndexerName attribute was ignored
19648         in the member name duplication tests. Property and operator name duplication
19649         was missing too (error tests cs0102-{2,3,4,5}.cs, cs0111-{3,4}.cs).
19651 2004-02-03  Marek Safar  <marek.safar@seznam.cz>
19653         * interface.cs (PopulateMethod): Fixed crash when interface method
19654         returns not existing type (error test cs0246-3.cs).
19656 2004-02-02  Ravi Pratap M <ravi@ximian.com>
19658         * cs-parser.jay (interface_accessors): Re-write actions to also
19659         store attributes attached to get and set methods. Fix spelling
19660         while at it.
19662         (inteface_property_declaration): Modify accordingly.
19664         (InterfaceAccessorInfo): New helper class to store information to pass
19665         around between rules that use interface_accessors.
19667         * interface.cs (Emit): Apply attributes on the get and set
19668         accessors of properties and indexers too.
19670         * attribute.cs (ApplyAttributes): Modify accordingly to use the
19671         right MethodBuilder when applying attributes to the get and set accessors.
19673 2004-01-31  Miguel de Icaza  <miguel@ximian.com>
19675         * cs-tokenizer.cs: Applied patch from Marek Safar to fix bug 53386
19677 2004-01-26  Miguel de Icaza  <miguel@ximian.com>
19679         * cs-tokenizer.cs: Handle #line hidden from PDC bits.
19681 2004-01-25  Miguel de Icaza  <miguel@ximian.com>
19683         * cs-parser.jay: Remove YIELD token, instead use the new grammar
19684         changes that treat `yield' specially when present before `break'
19685         or `return' tokens.
19687         * cs-tokenizer.cs: yield is no longer a keyword.
19689 2004-01-23  Marek Safar  <marek.safar@seznam.cz>
19691         * cs-parser.jay, class.cs (DefineDefaultConstructor): Fixed ModFlags
19692         setting for default constructors.
19693         For default constructors are almost every time set wrong Modifier. The
19694         generated IL code has been alright. But inside mcs this values was
19695         wrong and this was reason why several of my CLS Compliance tests
19696         failed.
19698 2004-01-22  Martin Baulig  <martin@ximian.com>
19700         * cs-parser.jay (namespace_or_type_name): Return an Expression,
19701         not a QualifiedIdentifier.  This is what `type_name_expression'
19702         was previously doing.
19703         (type_name_expression): Removed; the code is now in
19704         `namespace_or_type_name'.
19705         (qualified_identifier): Removed, use `namespace_or_type_name'
19706         instead.
19707         (QualifiedIdentifier): Removed this class.      
19709 2004-01-22  Martin Baulig  <martin@ximian.com>
19711         * namespace.cs (NamespaceEntry.UsingAlias): Take an Expression,
19712         not a string as alias name.
19714 2004-01-21  Miguel de Icaza  <miguel@ximian.com>
19716         * ecore.cs (FieldInfo.AddressOf): Revert patch from previous
19717         #52730 bug, and instead compute correctly the need to use a
19718         temporary variable when requesting an address based on the
19719         static/instace modified of the field and the constructor.
19721 2004-01-21  Martin Baulig  <martin@ximian.com>
19723         * ecore.cs (SimpleName.ResolveAsTypeStep): Lookup in the current
19724         class and namespace before looking up aliases.  Fixes #52517.
19726 2004-01-21  Martin Baulig  <martin@ximian.com>
19728         * flowanalysis.cs (UsageVector.Merge): Allow variables being
19729         assinged in a 'try'; fixes exception4.cs.
19731 2004-01-21  Marek Safar  <marek.safar@seznam.cz>
19732         * class.cs : Implemented parameter-less constructor for TypeContainer
19734         * decl.cs: Attributes are now stored here. New property OptAttributes
19736         * delegate.cs, enum.cs, interface.cs: Removed attribute member.
19738         * rootcontext.cs, tree.cs: Now use parameter-less constructor of TypeContainer
19740 2004-01-21  Marek Safar  <marek.safar@seznam.cz>
19742         * typemanager.cs (CSharpSignature): Now reports also inner class name.
19743           (CSharpSignature): New method for indexer and property signature.
19745 2004-01-21  Marek Safar  <marek.safar@seznam.cz>
19747         * pending.cs (IsVirtualFilter): Faster implementation.
19749 2004-01-21  Marek Safar  <marek.safar@seznam.cz>
19751         * typemanager.cs: Avoid inclusion of same assembly more than once.
19753 2004-01-21  Marek Safar  <marek.safar@seznam.cz>
19755         * cs-parser.jay: Fixed problem where the last assembly attribute
19756           has been applied also to following declaration (class, struct, etc.)
19757           
19758 2004-01-21  Marek Safar  <marek.safar@seznam.cz>
19760         * class.cs: Added error CS0538, CS0539 reporting.
19761         Fixed crash on Microsoft runtime when field type is void.
19763         * cs-parser.jay: Added error CS0537 reporting.
19765         * pending.cs: Added error CS0535 reporting.
19766         Improved error report for errors CS0536, CS0534.
19768 2004-01-20  Miguel de Icaza  <miguel@ximian.com>
19770         Merge a few bits from the Anonymous Method MCS tree.
19772         * statement.cs (ToplevelBlock): New class for toplevel methods,
19773         will hold anonymous methods, lifted variables.
19775         * cs-parser.jay: Create toplevel blocks for delegates and for
19776         regular blocks of code. 
19778 2004-01-20  Martin Baulig  <martin@ximian.com>
19780         * codegen.cs (EmitContext): Removed `InTry', `InCatch',
19781         `InFinally', `InLoop', `TryCatchLevel', `LoopBeginTryCatchLevel'
19782         and `NeedExplicitReturn'; added `IsLastStatement'.
19783         (EmitContext.EmitTopBlock): Emit the explicit "ret" if we either
19784         have a `ReturnLabel' or we're not unreachable.
19786         * flowanalysis.cs (FlowBranching.MergeChild): Actually merge the
19787         child's reachability; don't just override ours with it.  Fixes
19788         #58058 (lluis's example).
19789         (FlowBranching): Added public InTryOrCatch(), InCatch(),
19790         InFinally(), InLoop(), InSwitch() and
19791         BreakCrossesTryCatchBoundary() methods.
19793         * statement.cs (Return): Do all error checking in Resolve().
19794         Unless we are the last statement in a top-level block, always
19795         create a return label and jump to it.
19796         (Break, Continue): Do all error checking in Resolve(); also make
19797         sure we aren't leaving a `finally'.
19798         (Block.DoEmit): Set `ec.IsLastStatement' when emitting the last
19799         statement in a top-level block.
19800         (Block.Flags): Added `IsDestructor'.
19801         (Block.IsDestructor): New public property.
19803 2004-01-20  Martin Baulig  <martin@ximian.com>
19805         * statement.cs (Break.DoEmit): Set ec.NeedExplicitReturn; fixes #52427.
19807 2004-01-20  Martin Baulig  <martin@ximian.com>
19809         * statement.cs (Statement.ResolveUnreachable): New public method.
19810         (If, While): Do the dead-code elimination in Resolve(), not in Emit().
19811         (Block.Resolve): Resolve unreachable statements.
19813 2004-01-19 Ben Maurer  <bmaurer@users.sourceforge.net>
19815         * expression.cs: We need to fix the case where we do
19816         not have a temp variable here.
19818         * assign.cs: Only expression compound assignments need
19819         temporary variables.
19821 2004-01-19 Ben Maurer  <bmaurer@users.sourceforge.net>
19823         * flowanalysis.cs: Reduce memory allocation in a few ways:
19824           - A block with no variables should not allocate a bit
19825             vector for itself.
19826           - A method with no out parameters does not need any tracking
19827             for assignment of the parameters, so we need not allocate
19828             any data for it.
19829           - The arrays:
19830                 public readonly Type[] VariableTypes;
19831                 public readonly string[] VariableNames;
19832             Are redundant. The data is already stored in the variable
19833             map, so we need not allocate another array for it.
19834           - We need to add alot of checks for if (params | locals) == null
19835             due to the first two changes.
19837 2004-01-18  Miguel de Icaza  <miguel@ximian.com>
19839         * ecore.cs (FieldExpr.AddressOf): For ValueTypes that do not
19840         implement IMemoryLocation, we store a copy on a local variable and
19841         take the address of it.  Patch from Benjamin Jemlich
19843         * cs-parser.jay: Applied patch from Ben Maurer to the "type" rule
19844         to use a special "type_name_expression" rule which reduces the
19845         number of "QualifiedIdentifier" classes created, and instead
19846         directly creates MemberAccess expressions.
19848 2004-01-17  Miguel de Icaza  <miguel@ximian.com>
19850         * convert.cs: Applied patch from Benjamin Jemlich (pcgod@gmx.net)
19851         that fixes #52853.  Null literal assignment to ValueType
19853         * class.cs (MethodData.Emit): Instead of checking the name of the
19854         method to determine if its a destructor, create a new derived
19855         class from Method called Destructor, and test for that.  
19857         * cs-parser.jay: Create a Destructor object instead of a Method.  
19859         Based on a fix from Benjamin Jemlich (pcgod@gmx.net)
19861         Fixes: 52933
19863 2004-01-16  Miguel de Icaza  <miguel@ximian.com>
19865         * expression.cs (Binary.ResolveOperator): Perform an implicit
19866         conversion from MethodGroups to their delegate types on the
19867         Addition operation.
19869         * delegate.cs: Introduce a new class DelegateCreation that is the
19870         base class for `NewDelegate' and `ImplicitDelegateCreation',
19871         factor some code in here.
19873         * convert.cs (Convert.ImplicitConversionStandard): Add an implicit
19874         conversion from MethodGroups to compatible delegate types. 
19876         * ecore.cs (Expression.Resolve): Do not flag error 654
19877         (Methodgroupd needs parenthesis) if running on the V2 compiler, as
19878         we allow conversions from MethodGroups to delegate types now.
19880         * assign.cs (Assign.DoResolve): Do not flag errors on methodgroup
19881         assignments in v2 either.
19883 2004-01-10  Miguel de Icaza  <miguel@ximian.com>
19885         * ecore.cs (FieldExpr.AddressOf): Fix generated IL for accessing
19886         static read-only fields in ctors.
19888         Applied patch from Benjamin Jemlich 
19890         * expression.cs (UnaryMutator): Avoid leaking local variables. 
19892 2004-01-09  Miguel de Icaza  <miguel@ximian.com>
19894         * cs-tokenizer.cs (IsCastToken): Allow the various native types
19895         here to return true, as they can be used like this:
19897                 (XXX) int.MEMBER ()
19899         Fixed 49836 and all the other dups
19901 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
19903         * driver.cs: Implement /win32res and /win32icon.
19905 2004-01-08  Miguel de Icaza  <miguel@ximian.com>
19907         * cs-parser.jay: Add a rule to improve error handling for the
19908         common mistake of placing modifiers after the type.
19910 2004-01-07  Miguel de Icaza  <miguel@ximian.com>
19912         * cs-parser.jay (interface_event_declaration): Catch
19913         initialization of events on interfaces, and report cs0068
19915         * cs-parser.jay (interface_event_declaration): Catch
19916         initialization of events. 
19918         * ecore.cs: Better report missing constructors.
19920         * expression.cs (Binary.ResolveOperator): My previous bug fix had
19921         the error reporting done in the wrong place.  Fix.
19923         * expression.cs (Binary.ResolveOperator): Catch the 
19924         operator + (E x, E y) error earlier, and later allow for implicit
19925         conversions in operator +/- (E e, U x) from U to the underlying
19926         type of E.
19928         * class.cs (TypeContainer.DefineDefaultConstructor): Fix bug
19929         52596, if the container class is abstract, the default constructor
19930         is protected otherwise its public (before, we were always public).
19932         * statement.cs (Fixed.Resolve): Catch a couple more errors in the
19933         fixed statement.
19935         (Using.EmitLocalVariableDecls): Applied patch from Benjamin
19936         Jemlich that fixes bug #52597, MCS was generating invalid code for
19937         idisposable structs.   Thanks to Ben for following up with this
19938         bug as well.
19940 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
19942         * driver.cs: Allow assemblies without code to be generated, fixes
19943         52230.
19945 2004-01-07  Nick Drochak <ndrochak@gol.com>
19947         * attribute.cs: Remove unneeded catch variables. Eliminates a warning.
19949 2004-01-05  Miguel de Icaza  <miguel@ximian.com>
19951         * cs-parser.jay: Add rules to improve error reporting if fields or
19952         methods are declared at the namespace level (error 116)
19954         * Add rules to catch event add/remove
19956 2004-01-04  David Sheldon <dave-mono@earth.li>
19958   * expression.cs: Added matching ")" to error message for 
19959   CS0077
19961 2004-01-03 Todd Berman <tberman@gentoo.org>
19963         * ecore.cs, attribute.cs:
19964         Applying fix from #52429.
19966 2004-01-03 Ben Maurer  <bmaurer@users.sourceforge.net>
19968         * ecore.cs, expression.cs, statement.cs:
19969         Total rewrite of how we handle branching. We
19970         now handle complex boolean expressions with fewer
19971         jumps. As well if (x == 0) no longer emits a ceq.
19973         if (x is Foo) is much faster now, because we generate
19974         better code.
19976         Overall, we get a pretty big improvement on our benchmark
19977         tests. The code we generate is smaller and more readable.
19979         I did a full two-stage bootstrap. The patch was reviewed
19980         by Martin and Miguel.
19982 2004-01-03 Ben Maurer  <bmaurer@users.sourceforge.net>
19984         * cs-parser.jay: Make primary_expression not take a QI.
19985         we dont need this because the member_access rule covers
19986         us here. So we replace the rule with just IDENTIFIER.
19988         This has two good effects. First, we remove a s/r conflict.
19989         Second, we allocate many fewer QualifiedIdentifier objects.
19991 2004-01-03 Ben Maurer  <bmaurer@users.sourceforge.net>
19993         * attribute.cs: Handle MarshalAs attributes as pseudo, and
19994         set the correct information via SRE. This prevents
19995         hanging on the MS runtime. Fixes #29374.
19997 2004-01-03 Ben Maurer  <bmaurer@users.sourceforge.net>
19999         * convert.cs: correctly handle conversions to value types
20000         from Enum and ValueType as unboxing conversions.
20002         Fixes bug #52569. Patch by Benjamin Jemlich.
20004 2004-01-02  Ravi Pratap  <ravi@ximian.com>
20006         * expression.cs (BetterConversion): Prefer int -> uint
20007         over int -> ulong (csc's behaviour). This fixed bug #52046.
20009 2004-01-02 Ben Maurer  <bmaurer@users.sourceforge.net>
20011         * decl.cs (MemberCache.FindMembers): now returns a
20012         MemberInfo [].
20014         * typemanager.cs: In general, go with with ^^.
20015         (CopyNewMethods): take an IList.
20016         (RealMemberLookup): Only allocate an arraylist
20017         if we copy from two sets of methods.
20019         This change basically does two things:
20020         1) Fewer array lists allocated due to CopyNewMethods.
20021         2) the explicit cast in MemberList costed ALOT.
20023 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
20025         * cs-tokenizer.cs (consume_identifier) driver.cs: Cache identifiers in
20026         a hashtable to avoid needless string allocations when an identifier is
20027         used more than once (the common case).
20029 2004-01-01 Ben Maurer  <bmaurer@users.sourceforge.net>
20031         * pending.cs: MS's TypeBuilder.GetInterfaces ()
20032         is broken, it will not return anything. So, we
20033         have to use the information we have in mcs to
20034         do the task.
20036         * typemanager.cs: Add a cache for GetInterfaces,
20037         since this will now be used more often (due to ^^)
20039         (GetExplicitInterfaces) New method that gets the
20040         declared, not effective, interfaces on a type
20041         builder (eg, if you have interface IFoo, interface
20042         IBar, Foo : IFoo, Bar : Foo, IBar, GetExplInt (Bar) ==
20043         { IBar }.
20045         This patch makes MCS able to bootstrap itself on
20046         Windows again.
20048 2004-01-01 Ben Maurer  <bmaurer@users.sourceforge.net>
20050         * expression.cs: Remove the Nop's that Miguel put
20051         in by mistake.
20053 2003-12-31 Ben Maurer  <bmaurer@users.sourceforge.net>
20055         * report.cs, codegen.cs: Give the real stack trace to
20056         the error when an exception is thrown.
20058 2003-12-31 Ben Maurer  <bmaurer@users.sourceforge.net>
20060         * decl.cs: only allocate hashtables for ifaces if 
20061         it is an iface!
20063 2003-12-31 Ben Maurer  <bmaurer@users.sourceforge.net>
20065         * expression.cs: fix the error from cs0121-2.cs
20066         (a parent interface has two child interfaces that
20067         have a function with the same name and 0 params
20068         and the function is called through the parent).
20070 2003-12-30 Ben Maurer  <bmaurer@users.sourceforge.net>
20072         * class.cs, rootcontext.cs, typmanager.cs: do not
20073         leak pointers.
20075 2003-12-28 Ben Maurer  <bmaurer@users.sourceforge.net>
20077         * codegen.cs: remove stack for the ec flow branching.
20078         It is already a linked list, so no need.
20080 2003-12-27 Ben Maurer  <bmaurer@users.sourceforge.net>
20082         * Makefile: Allow custom profiler here.
20084 2003-12-26 Ben Maurer  <bmaurer@users.sourceforge.net>
20086         * typemanager.cs (LookupType):
20087           - Use a static char [], because split takes
20088             a param array for args, so it was allocating
20089             every time.
20090           - Do not store true in a hashtable, it boxes.
20092 2003-12-26 Ben Maurer  <bmaurer@users.sourceforge.net>
20094         * flowanalysis.cs: bytify common enums.
20096 2003-12-25 Ben Maurer  <bmaurer@users.sourceforge.net>
20098         * modifiers.cs: Add a new set of flags for the
20099         flags allowed on explicit interface impls.
20100         * cs-parser.jay: catch the use of modifiers in
20101         interfaces correctly.
20102         * class.cs: catch private void IFoo.Blah ().
20104         All related to bug #50572.
20106 2003-12-25 Ben Maurer  <bmaurer@users.sourceforge.net>
20108         * decl.cs: Rewrite the consistant accessability checking.
20109         Accessability is not linear, it must be implemented in
20110         a tableish way. Fixes #49704.
20112 2003-12-25 Ben Maurer  <bmaurer@users.sourceforge.net>
20114         * expression.cs: Handle negation in a checked context.
20115         We must use subtraction from zero. Fixes #38674.
20117 2003-12-23 Ben Maurer  <bmaurer@users.sourceforge.net>
20119         * class.cs: Ignore static void main in DLLs.
20120         * rootcontext.cs: Handle the target type here,
20121         since we are have to access it from class.cs
20122         * driver.cs: account for the above.
20124 2003-12-23 Ben Maurer  <bmaurer@users.sourceforge.net>
20126         * report.cs: Give line numbers and files if available.
20128 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
20130         * driver.cs: Implement /addmodule.
20132         * typemanager.cs:  Change 'modules' field so it now contains Modules not
20133         ModuleBuilders.
20135 2003-12-20  Martin Baulig  <martin@ximian.com>
20137         * class.cs (TypeContainer.DefineMembers): Don't do the CS0649 check here.
20138         (FieldBase.IsAssigned): Removed this field.
20139         (FieldBase.SetAssigned): New public method.
20140         (TypeContainer.Emit): Make the CS0169/CS0649 checks actually work.
20142 2003-12-20  Martin Baulig  <martin@ximian.com>
20144         * expression.cs (LocalVariableReference.DoResolve): Don't set
20145         `vi.Used' if we're called from DoResolveLValue().
20147         * statement.cs (Block.DoResolve): `ec.DoEndFlowBranching()' now
20148         returns the usage vector it just merged into the current one -
20149         pass this one to UsageWarning().
20150         (Block.UsageWarning): Take the `FlowBranching.UsageVector' instead
20151         of the `EmitContext', don't call this recursively on our children.
20153 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
20155         * driver.cs: Implement /target:module.
20157 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
20159         * support.cs (CharArrayHashtable): New helper class.
20161         * cs-tokenizer.cs: Store keywords in a hashtable indexed by 
20162         char arrays, not strings, so we can avoid creating a string in
20163         consume_identifier if the identifier is a keyword.
20165 2003-12-16  Martin Baulig  <martin@ximian.com>
20167         * statement.cs (LocalInfo.Assigned): Removed this property.
20168         (LocalInfo.Flags): Removed `Assigned'.
20169         (LocalInfo.IsAssigned): New public method; takes the EmitContext
20170         and uses flow analysis.
20171         (Block.UsageWarning): Made this method private.
20172         (Block.Resolve): Call UsageWarning() if appropriate.
20174         * expression.cs (LocalVariableReference.DoResolve): Always set
20175         LocalInfo.Used here.
20177 2003-12-13  Martin Baulig  <martin@ximian.com>
20179         * statement.cs (Statement.DoEmit, Statement.Emit): Don't return
20180         any value here; we're now using flow analysis to figure out
20181         whether a statement/block returns a value.
20183 2003-12-13  Martin Baulig  <martin@ximian.com>
20185         * flowanalysis.cs (UsageVector.MergeFinallyOrigins): Made this
20186         working again.
20187         (FlowBranching.MergeFinally): Don't call
20188         `branching.CheckOutParameters()' here, this is called in
20189         MergeTopBlock().
20190         (FlowBranchingException.AddSibling): Call MergeFinallyOrigins()
20191         when adding the `finally' vector.       
20193 2003-12-13  Martin Baulig  <martin@ximian.com>
20195         * flowanalysis.cs
20196         (UsageVector.MergeJumpOrigins, FlowBranching.Label): Make this
20197         actually work and also fix #48962.
20199 2003-12-12 Ben Maurer  <bmaurer@users.sourceforge.net>
20201         * decl.cs: Do not check System.Object for nested types,
20202         since we know it does not have any. Big bang for buck:
20204         BEFORE:
20205            Run 1:   8.35 seconds
20206            Run 2:   8.32 seconds
20207            corlib:  17.99 seconds
20208         AFTER:
20209            Run 1:   8.17 seconds
20210            Run 2:   8.17 seconds
20211            corlib:  17.39 seconds
20213 2003-12-11 Ben Maurer  <bmaurer@users.sourceforge.net>
20215         * class.cs (FindMembers): Allocate arraylists on demand. Most of the
20216         time we are returning 0 members, so we save alot here.
20218 2003-12-11  Martin Baulig  <martin@ximian.com>
20220         * flowanalysis.cs (UsageVector.MergeResult): Renamed this back to
20221         `MergeChild()', also just take the `FlowBranching' as argument;
20222         call Merge() on it and return the result.
20223         (FlowBranching.Merge): We don't need to do anything if we just
20224         have one sibling.
20226 2003-12-11  Martin Baulig  <martin@ximian.com>
20228         * flowanalysis.cs: Use a list of `UsageVector's instead of storing
20229         them in an `ArrayList' to reduce memory usage.  Thanks to Ben
20230         Maurer for this idea.
20232 2003-12-11  Martin Baulig  <martin@ximian.com>
20234         * flowanalysis.cs (MergeResult): This class is now gone; we now
20235         use the `UsageVector' for this.  The reason for this is that if a
20236         branching just has one sibling, we don't need to "merge" them at
20237         all - that's the next step to do.
20238         (FlowBranching.Merge): We now return a `UsageVector' instead of a
20239         `MergeResult'.
20241 2003-12-11  Martin Baulig  <martin@ximian.com>
20243         Reworked flow analyis and made it more precise and bug-free.  The
20244         most important change is that we're now using a special `Reachability'
20245         class instead of having "magic" meanings of `FlowReturns'.  I'll
20246         do some more cleanups and optimizations and also add some more
20247         documentation this week.
20249         * flowanalysis.cs (Reachability): Added `Throws' and `Barrier';
20250         largely reworked this class.
20251         (FlowReturns): Removed `Unreachable' and `Exception'; we now use
20252         the new `Reachability' class instead of having "magic" values here.
20253         (FlowBranching): We're now using an instance of `Reachability'
20254         instead of having separate `Returns', `Breaks' etc. fields.
20256         * codegen.cs (EmitContext.EmitTopBlock): Set `has_ret' solely
20257         based on flow analysis; ignore the return value of block.Emit ().
20259 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
20261         * driver.cs typemanager.cs: Find the mono extensions to corlib even
20262         if they are private.
20264 2003-12-09  Martin Baulig  <martin@ximian.com>
20266         * flowanalyis.cs (FlowBranching.Return, Goto, Throw): Removed;
20267         call them directly on the UsageVector.
20269 2003-12-09  Martin Baulig  <martin@ximian.com>
20271         * flowanalysis.cs (FlowBranching.MergeChild, MergeTopBlock):
20272         Changed return type from `FlowReturns' to `Reachability'.
20274 2003-12-09  Martin Baulig  <martin@ximian.com>
20276         * flowanalysis.cs (FlowBranching.Reachability): New sealed class.
20277         (FlowBranching.MergeResult): Replaced the `Returns', `Breaks' and
20278         `Reachable' fields with a single `Reachability' one.
20280 2003-12-08 Ben Maurer  <bmaurer@users.sourceforge.net>
20282         * class.cs (FindMembers): Remove foreach's.
20284         Bootstrap times:
20286         BEFORE
20287                 Run 1:   8.74 seconds
20288                 Run 2:   8.71 seconds
20290         AFTER
20291                 Run 1:   8.64 seconds
20292                 Run 2:   8.58 seconds
20295 2003-12-08 Ben Maurer  <bmaurer@users.sourceforge.net>
20297         * cs-parser.jay:
20298         * gen-treedump.cs:
20299         * statement.cs:
20300         This patch does a few things:
20301                 1. EmptyStatement is now a singleton, so it is never reallocated.
20302                 2. All blah is EmptyStatement constructs have been changed to
20303                    blah == EmptyStatement.Value, which is much faster and valid
20304                    now that EmptyStatement is a singleton.
20305                 3. When resolving a block, rather than allocating a new array for
20306                    the non-empty statements, empty statements are replaced with
20307                    EmptyStatement.Value
20308                 4. Some recursive functions have been made non-recursive.
20309         Mainly the performance impact is from (3), however (1) and (2) are needed for
20310         this to work. (4) does not make a big difference in normal situations, however
20311         it makes the profile look saner.
20313         Bootstrap times:
20315         BEFORE
20316         9.25user 0.23system 0:10.28elapsed 92%CPU (0avgtext+0avgdata 0maxresident)k
20317         9.34user 0.13system 0:10.23elapsed 92%CPU (0avgtext+0avgdata 0maxresident)k
20318         Total memory allocated: 56397 KB
20320         AFTER
20321         9.13user 0.09system 0:09.64elapsed 95%CPU (0avgtext+0avgdata 0maxresident)k
20322         8.96user 0.24system 0:10.13elapsed 90%CPU (0avgtext+0avgdata 0maxresident)k
20323         Total memory allocated: 55666 KB
20325 2003-12-08 Ben Maurer  <bmaurer@users.sourceforge.net>
20327         * support.cs: Rewrite DoubleHash to use its own impl. Is faster
20328         than the hashtable in a hashtable version
20330         * decl.cs: Right now, whenever we try to lookup a type inside a namespace,
20331         we always end up concating a string. This results in a huge perf
20332         loss, because many strings have to be tracked by the GC. In this
20333         patch, we first use a hashtable that works with two keys, so that
20334         the strings do not need to be concat'ed.
20336         Bootstrap times:
20337         BEFORE
20338                 Run 1:   8.74 seconds
20339                 Run 2:   8.71 seconds
20341         AFTER
20342                 Run 1:   8.65 seconds
20343                 Run 2:   8.56 seconds
20345 2003-12-08 Ben Maurer  <bmaurer@users.sourceforge.net>
20347         * Makefile: Add a new target `do-time' that does a quick and simple
20348         profile, leaving easy to parse output.
20350 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
20352         * codegen.cs (Init): Create the dynamic assembly with 
20353         AssemblyBuilderAccess.Save, to enable some optimizations in the runtime.
20355 2003-12-02 Ben Maurer  <bmaurer@users.sourceforge.net>
20357         * support.cs: Make the PtrHashtable use only one
20358         instance of its comparer.
20360 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
20362         * typemanager.cs: Fix lookup of GetNamespaces.
20364 2003-11-29  Miguel de Icaza  <miguel@ximian.com>
20366         * expression.cs: Removed redundant line.
20368         * statement.cs (Block.Resolve, Block.Emit): Avoid foreach on
20369         ArrayLists, use for loops with bounds.  
20371         * flowanalysis.cs (FlowBranching.Merge): Avoid foreach on
20372         arraylist.
20374         * expression.cs (Invocation.OverloadResolve): Avoid foreach on
20375         arraylists, use for loop with bounds.
20377         The above three changes give us a 0.071 second performance
20378         improvement out of 3.294 seconds down to 3.223.  On my machine
20379         the above changes reduced the memory usage by 1,387 KB during
20380         compiler bootstrap.
20382         * cs-parser.jay (QualifiedIdentifier): New class used to represent
20383         QualifiedIdentifiers.  Before we created a new string through
20384         concatenation, and mostly later on, the result would be
20385         manipulated by DecomposeQI through string manipulation.
20387         This reduced the compiler memory usage for bootstrapping from
20388         59380 KB to 59007 KB on my machine, 373 KB, and also reduced the
20389         compile times in 0.05 seconds.
20391 2003-11-28  Dick Porter  <dick@ximian.com>
20393         * support.cs: Do string compares with the Invariant culture.
20395         * rootcontext.cs: 
20396         * gen-treedump.cs: 
20397         * expression.cs: 
20398         * driver.cs: 
20399         * decl.cs: 
20400         * codegen.cs: 
20401         * class.cs: Use the char forms of IndexOf and LastIndexOf, so that
20402         the comparison is done with the Invariant culture.
20404 2003-11-27  Miguel de Icaza  <miguel@ximian.com>
20406         * statement.cs (Foreach.TryType): Use DeclaredOnly to find the
20407         GetEnumerator method.
20409         (ProbeCollectionType): Iterate starting at the most specific type
20410         upwards looking for a GetEnumerator
20412         * expression.cs: Shift count can be up to 31 for int/uint and 63
20413         for long/ulong.
20415 2003-11-26  Miguel de Icaza  <miguel@ximian.com>
20417         * statement.cs (Block.LookupLabel): Also look for the label on the
20418         children blocks.  Use a hash table to keep track of visited
20419         nodes. 
20421         * cfold.cs (IntConstant to UIntConstant mapping): Only return if
20422         we actually did transform the other operand, otherwise fall back
20423         to the common codepath that casts to long.
20425         * cs-tokenizer.cs: Use the same code pattern as the int case.
20426         Maybe I should do the parsing myself, and avoid depending on the
20427         Parse routines to get this done.
20429 2003-11-25  Miguel de Icaza  <miguel@ximian.com>
20431         * expression.cs: Apply fix from l_m@pacbell.net (Laurent Morichetti),  
20432         which fixes bug 51347.  This time test it.
20434         * expression.cs: Make TypeOfVoid derive from TypeOf, so code in
20435         attributes for example can not tell the difference between these.
20436         The difference was only a syntax feature of the language. 
20438         * attribute.cs: Apply attributes to delegates.
20440         * delegate.cs: Call the apply attributes method.
20442 2003-11-24  Miguel de Icaza  <miguel@ximian.com>
20444         * convert.cs (TryImplicitIntConversion): One line bug fix: we were
20445         comparing 0 vs Byte.MinValue, not the value
20447         (ImplicitConversionRequired): When reporting a conversion error,
20448         use error 31 to print out the constant error instead of the
20449         simpler 29.
20451         * expression.cs: Apply fix from l_m@pacbell.net (Laurent Morichetti),  
20452         which fixes bug 51347.
20454 2003-11-22  Miguel de Icaza  <miguel@ximian.com>
20456         * driver.cs: Applied patch from gert.driesen@pandora.be (Gert Driesen) 
20457         which fixes the -warnaserror command line option.
20459 2003-11-21  Miguel de Icaza  <miguel@ximian.com>
20461         * cfold.cs (DoNumericPromotions): During constant folding of
20462         additions on UIntConstant, special case intconstants with
20463         IntConstants like we do on the expression binary operator. 
20465 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
20467         * convert.cs (ImplicitReferenceConversion): We were missing a case
20468         (System.Enum are not value types or class types, so we need to
20469         classify them separatedly).
20471         * driver.cs: We do not support error 2007.
20473 2003-11-12 Jackson Harper <jackson@ximian.com>
20475         * driver.cs: Use corlib.dll or mscorlib.dll when looking up the
20476         system directory. Also use the full file name so users can
20477         libraries names mscorlib-o-tron.dll in a non system dir.
20479 2003-11-10  Martin Baulig  <martin@ximian.com>
20481         * typemanager.cs (TypeManager.ResolveExpressionTypes): Removed.
20482         (TypeManager.InitCoreTypes): Initialize them here, but instead of
20483         calling `ResolveType()' on them, directly assign their `Type'.
20485 2003-11-08  Martin Baulig  <martin@ximian.com>
20487         * class.cs (TypeContainer.GetClassBases): Use TypeExpr's for the
20488         return value and the `out parent' parameter.
20489         (TypeContainer.DefineType): Moved the CS0644 check into
20490         GetClassBases().  Don't pass the interface types to the
20491         `builder.DefineType()'/`builder.DefineNestedType()', but resolve
20492         them later and then call `TypeBuilder.AddInterfaceImplementation()'.
20494         * ecore.cs (TypeExpr.IsAttribute): New property.
20495         (TypeExpr.GetInterfaces): New method.
20497         * interface.cs (Interface.GetInterfaceTypeByName): Return a
20498         TypeExpr instead of a Type.
20499         (Interface.GetInterfaceBases): Return TypeExpr's instead of Type's.
20500         (Interface.DefineType): Don't pass the interface types to the
20501         `builder.Definetype()'/`builder.DefineNestedType()', but resolve
20502         them later and then call `TypeBulider.AddInterfaceImplementation()'.
20504         * typemanager.cs (TypeManager.AddUserType): Take a `TypeExpr[]'
20505         instead of a `Type[]'.
20506         (TypeManager.RegisterBuilder): Likewise.
20507         (TypeManager.AddUserInterface): Likewise.
20508         (TypeManager.ExpandInterfaces): Take a `Type[]' instead of a
20509         `Type[]' and also return a `TypeExpr[]'.
20510         (TypeManager.GetInterfaces): Return a `TypeExpr[]'.
20512 2003-11-08  Martin Baulig  <martin@ximian.com>
20514         * decl.cs (DeclSpace.ResolveTypeExpr): Return a TypeExpr, not an
20515         Expression.     
20517 2003-11-08  Martin Baulig  <martin@ximian.com>
20519         * decl.cs (DeclSpace.GetTypeResolveEmitContext): Call
20520         TypeManager.ResolveExpressionTypes().
20522         * ecore.cs (Expression.ResolveAsTypeTerminal): Return a TypeExpr
20523         instead of an Expression.
20524         (TypeExpr): This is now an abstract base class for `TypeExpression'.
20525         (TypeExpression): New public class; formerly known as `TypeExpr'.
20527         * expression.cs (ComposedCast): Derive from TypeExpr.
20529         * typemanager.cs (TypeManager.system_*_expr): These are now
20530         TypExpr's instead of Expression's.
20531         (TypeManager.ResolveExpressionTypes): New public static function;
20532         called from DeclSpace.GetTypeResolveEmitContext() to resolve all
20533         of them.        
20535 2003-11-06  Miguel de Icaza  <miguel@ximian.com>
20537         * expression.cs (New.DoResolve): Do not dereference value that
20538         might be a null return.
20540         * statement.cs (Block.EmitMeta): Use the Const.ChangeType to make
20541         sure that the constant value has the right type.  Fixes an
20542         unreported bug, similar to 50425.
20544         * const.cs (Const.LookupConstantValue): Call
20545         ImplicitStandardConversionExists before doing a conversion to
20546         avoid havng the TypeManager.ChangeType do conversions.
20548         Reduced the number of casts used
20550         (Const.ChangeType): New routine to enable reuse of the constant
20551         type changing code from statement.
20553         * typemanager.cs (ChangeType): Move common initialization to
20554         static global variables.
20556         Fixes #50425.
20558         * convert.cs (ImplicitReferenceConversion): Somehow we allowed
20559         every value type to go through, even if it was void.  Fix that. 
20561         * cs-tokenizer.cs: Use is_identifier_start_character on the start
20562         character of the define, and the is_identifier_part_character for
20563         the rest of the string.
20565 2003-11-05  Miguel de Icaza  <miguel@ximian.com>
20567         * expression.cs (UnaryMutator.EmitCode): When I updated
20568         LocalVariableReference.DoResolve, I overdid it, and dropped an
20569         optimization done on local variable references.
20571 2003-11-04  Miguel de Icaza  <miguel@ximian.com>
20573         * ecore.cs: Convert the return from Ldlen into an int.
20575 2003-10-20  Miguel de Icaza  <miguel@ximian.com>
20577         * decl.cs (DeclSpace.GetAccessLevel): Handle NotPublic case for
20578         the accessibility, this is a special case for toplevel non-public
20579         classes (internal for instance).
20581 2003-10-20  Nick Drochak <ndrochak@gol.com>
20583         * ecore.cs: Fix typo and build.  Needed another right paren.
20585 2003-10-19  Miguel de Icaza  <miguel@ximian.com>
20587         * ecore.cs: Applied fix from Ben Maurer.   We were handling in the
20588         `internal' case regular and protected, but not allowing protected
20589         to be evaluated later.  Bug 49840
20591 2003-10-15  Miguel de Icaza  <miguel@ximian.com>
20593         * statement.cs (Switch.TableSwitchEmit): Compare the upper bound
20594         to kb.Nlast, and not the kb.nFirst to isolate the switch
20595         statement.
20597         Extract the underlying type, so enumerations of long/ulong are
20598         treated like long/ulong.
20600 2003-10-14  Miguel de Icaza  <miguel@ximian.com>
20602         * expression.cs (New): Overload the meaning of RequestedType to
20603         track the possible creation of the NewDelegate type, since
20604         DoResolve is invoked more than once for new constructors on field
20605         initialization.
20607         See bugs: #48800 and #37014
20609         * cs-parser.jay (declare_local_constants): Take an arraylist
20610         instead of a single constant.
20612         (local_constant_declaration): It should take a
20613         constant_declarators, not a constant_declarator.  Fixes 49487
20615         * convert.cs: Fix error report.
20617 2003-10-13 Jackson Harper <jackson@ximian.com>
20619         * typemanager.cs (TypeToCoreType): Add float and double this fixes
20620         bug #49611
20622 2003-10-09  Martin Baulig  <martin@ximian.com>
20624         * class.cs (MethodCore): Added additional `DeclSpace ds' argument
20625         to the .ctor.
20626         (MethodCore.DoDefineParameters): Removed the TypeContainer
20627         argument; use the DeclSpace which was passed to the .ctor instead.
20628         (MethodCore.CheckParameter): Take a DeclSpace instead of a
20629         TypeContainer; we only need a DeclSpace here.
20631 2003-10-09  Martin Baulig  <martin@ximian.com>
20633         * class.cs (MethodData): Added additional `DeclSpace ds' argument
20634         to the .ctor.
20635         (MethodData.Define, MethodData.Emit): Pass the `ds' to the
20636         EmitContext's .ctor.    
20638 2003-10-09  Martin Baulig  <martin@ximian.com>
20640         * decl.cs (DeclSpace.AsAccessible): Moved here from TypeContainer.
20641         (AccessLevel, CheckAccessLevel, GetAccessLevel): They're used by
20642         AsAccessible(), moved them as well.
20644         * class.cs (TypeContainer.AsAccessible): Moved to DeclSpace.
20646 2003-10-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
20648         * cs-parser.jay : Renamed yyName to yyNames related to jay.
20650 2003-10-07  Miguel de Icaza  <miguel@ximian.com>
20652         * expression.cs (Binary.Emit.GreatherThanOrEqual): Fix the code
20653         generation for >=, as spotted by Paolo, bug 48679.  
20654         Patch from David Waite.
20656         * cs-tokenizer.cs: Add handling for #pragma.
20658         * cs-parser.jay: Allow for both yield and yield return in the
20659         syntax.  The anti-cobolization of C# fight will go on!
20661         * class.cs (TypeBuilder.DefineType): Catch error condition here
20662         (Parent.DefineType erroring out and returning null).
20664         * expression.cs (ArrayCreation.EmitDynamicInitializers): When
20665         coping with enumerations variables, we were mistakenly processing
20666         them as a regular value type instead of built-in types.  Fixes the
20667         bug #48063
20669         * typemanager.cs (IsBuiltinOrEnum): New method.
20671 2003-09-30  Miguel de Icaza  <miguel@ximian.com>
20673         * cs-parser.jay: Upgrade: yield now needs the return clause.
20675 2003-09-19  Martin Baulig  <martin@ximian.com>
20677         * decl.cs (MemberCache.SetupCacheForInterface): Take a
20678         `MemberCache parent' argument.  Normally, an interface doesn't
20679         have a parent type except System.Object, but we use this in gmcs
20680         for generic type parameters.
20682 2003-09-18  Martin Baulig  <martin@ximian.com>
20684         * typemanager.cs (TypeHandle.ctor): Set `IsInterface' solely based
20685         on `type.IsInterface'; don't check whether the type has a parent
20686         to determine whether it's an interface.
20688 2003-09-15  Martin Baulig  <martin@ximian.com>
20690         * class.cs (TypeContainer.DefineType): Added an error flag to
20691         avoid reporting duplicate CS0146's ("class definition is
20692         circular.").
20694         * driver.cs (Driver.MainDriver): Abort if
20695         RootContext.ResolveTree() reported any errors.
20697 2003-09-07  Martin Baulig  <martin@ximian.com>
20699         * report.cs (Error, Warning): Added overloaded versions which take
20700         a `params object[] args' and call String.Format().
20702 2003-09-07  Martin Baulig  <martin@ximian.com>
20704         * decl.cs (DeclSpace..ctor): Don't call
20705         NamespaceEntry.DefineName() here; do it in RecordDecl() which is
20706         called from Tree.RecordDecl().  Fixes the CS0101 reporting.
20707         (DeclSpace.RecordDecl): New method.
20709         * tree.cs (Tree.RecordDecl): Call ds.RecordDecl().
20711 2003-09-02  Ravi Pratap  <ravi@ximian.com>
20713         * attribute.cs (CheckAttributeTarget): Ensure that we allow return
20714         value attributes to be applied to ParameterBuilders.
20716         * class.cs (MethodCore.LabelParameters): Make static and more
20717         generic so that it can be used from other places - like interface
20718         methods, for instance.
20720         * interface.cs (Interface.Emit): Call LabelParameters before
20721         emitting attributes on the InterfaceMethod.
20723 2003-08-26  Martin Baulig  <martin@ximian.com>
20725         * ecore.cs (SimpleName.SimpleNameResolve): Look for members before
20726         resolving aliases; fixes #47927.
20728 2003-08-26  Martin Baulig  <martin@ximian.com>
20730         * statement.cs (Using.DoResolve): This is internally emitting a
20731         try/finally clause, so we need to set ec.NeedExplicitReturn if we
20732         do not always return.  Fixes #47681.
20734 2003-08-26  Martin Baulig  <martin@ximian.com>
20736         * decl.cs (MemberCore): Moved WarningNotHiding(),
20737         Error_CannotChangeAccessModifiers() and CheckMethodAgainstBase()
20738         into MemberBase.
20739         (AdditionResult): Make this nested in DeclSpace.
20740         (DeclSpace.ctor): The .ctor now takes an additional NamespaceEntry
20741         argument; call NamespaceEntry.Define() unless we're nested in a
20742         class or struct.
20744         * namespace.cs (Namespace.DefineName): New public function.  This
20745         is called from DeclSpace's .ctor to add 
20746         (Namespace.Lookup): Include DeclSpaces in the lookup.
20748         * class.cs (Operator): Derive from MemberBase, not MemberCore.
20750         * const.cs (Const): Derive from MemberBase, not MemberCore.     
20752 2003-08-25  Martin Baulig  <martin@ximian.com>
20754         * convert.cs (Convert.ExplicitReferenceConversion): When
20755         converting from an interface type to a class, unbox if the target
20756         type is a struct type.  Fixes #47822.
20758 2003-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20760         * typemanager.cs: fixed the values of MethodFlags. Closes #47855 and
20761         #47854.
20763 2003-08-22  Martin Baulig  <martin@ximian.com>
20765         * class.cs (TypeManager.DefineType): When defining a nested type,
20766         call DefineType() on our parent; fixes #47801.
20768 2003-08-22  Martin Baulig  <martin@ximian.com>
20770         * class.cs (MethodData.Define): While checking if a method is an
20771         interface implementation, improve the test a bit more to fix #47654.
20773 2003-08-22  Martin Baulig  <martin@ximian.com>
20775         * expression.cs (Probe.DoResolve): Check whether `expr' resolved
20776         correctly; fixes #47722.
20778 2003-08-22  Martin Baulig  <martin@ximian.com>
20780         * expression.cs (UnaryMutator.ResolveVariable): If the target is a
20781         LocalVariableReference, ensure it's not read-only.  Fixes #47536.
20783         * statement.cs (Fixed.DoResolve): Make all variables read-only. 
20785 2003-08-22  Martin Baulig  <martin@ximian.com>
20787         * ecore.cs (FieldExpr.DoResolveLValue): Static read-only fields
20788         can only be assigned in static constructors.  Fixes #47161.
20790 2003-08-22  Martin Baulig  <martin@ximian.com>
20792         Rewrote and improved the flow analysis code.
20794         * flowbranching.cs (FlowBranching): Make this class abstract.
20795         (FlowBranching.CreateBranching): New static function to create a
20796         new flow branching.
20797         (FlowBranchingBlock, FlowBranchingException): New classes.
20798         (FlowBranching.UsageVector.Type): New public readonly field.
20799         (FlowBranching.UsageVector.Breaks): Removed the setter.
20800         (FlowBranching.UsageVector.Returns): Removed the setter.
20801         (FlowBranching.UsageVector): Added Break(), Return(),
20802         NeverReachable() and Throw() methods to modify the reachability.
20803         (FlowBranching.UsageVector.MergeChildren): Removed, this is now
20804         done by FlowBranching.Merge().
20805         (FlowBranching.UsageVector.MergeChild): New method; merges the
20806         merge result into the current vector.
20807         (FlowBranching.Merge): New abstract method to merge a branching.
20809 2003-08-12  Martin Baulig  <martin@ximian.com>
20811         * expression.cs (Indirection.CacheTemporaries): Create the
20812         LocalTemporary with the pointer type, not its element type.
20814 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
20816         * cs-parser.jay: FIRST_KEYWORD, LAST_KEYWORD: used to know if a
20817         token was a keyword or not.
20819         Add `error' options where an IDENTIFIER was expected;  Provide
20820         CheckToken and CheckIdentifierToken convenience error reporting
20821         functions. 
20823         Do not use `DeclSpace.Namespace', use `DeclSpace.NamespaceEntry'.
20825         * decl.cs: Rename `NamespaceEntry Namespace' public field into
20826         NameSpaceEntry NameSpaceEntry.
20828         (LookupInterfaceOrClass): Avoid creating a full qualified name
20829         from namespace and name: avoid doing lookups when we know the
20830         namespace is non-existant.   Use new Tree.LookupByNamespace which
20831         looks up DeclSpaces based on their namespace, name pair.
20833         * driver.cs: Provide a new `parser verbose' to display the
20834         exception thrown during parsing.  This is turned off by default
20835         now, so the output of a failure from mcs is more graceful.
20837         * namespace.cs: Track all the namespaces defined in a hashtable
20838         for quick lookup.
20840         (IsNamespace): New method
20842 2003-08-09  Miguel de Icaza  <miguel@ximian.com>
20844         * namespace.cs: Remove redundant call;  Avoid using MakeFQN when
20845         we know that we need to concatenate (full typename can never be
20846         null). 
20848         * class.cs: ditto.
20850         * statement.cs: Use a bitfield;  Do not initialize to null things
20851         which are done by the constructor by default.
20853         * cs-parser.jay: bug fix, parameter was 4, not 3.
20855         * expression.cs: Just use the property;
20857         * statement.cs: No need for GetVariableInfo method.
20859 2003-08-08  Martin Baulig  <martin@ximian.com>
20861         * flowanalysis.cs (FlowReturns): This is now nested in the
20862         `FlowBranching' class.
20863         (MyBitVector): Moved this here from statement.cs.
20864         (FlowBranching.SiblingType): New enum type.
20865         (FlowBranching.CreateSibling): Added `SiblingType' argument.
20867 2003-08-07  Martin Baulig  <martin@ximian.com>
20869         * flowanalysis.cs (FlowBranchingType): This is now nested in the
20870         `FlowBranching' class and called `BranchingType'.
20872 2003-08-07  Martin Baulig  <martin@ximian.com>
20874         * flowanalysis.cs: Moved all the control flow analysis code into
20875         its own file.
20877 2003-08-07  Martin Baulig  <martin@ximian.com>
20879         * assign.cs (Assign.DoResolve): `target' must either be an
20880         IAssignMethod or an EventAccess; report a CS0131 otherwise.  Fixes
20881         #37319.
20883 2003-08-07  Miguel de Icaza  <miguel@ximian.com>
20885         * expression.cs (BinaryMethod): This kind of expression is created by the
20886         Binary class if it determines that the operator has to be handled
20887         by a method.
20889         (BinaryDelegate): This kind of expression is created if we are
20890         dealing with a + or - operator on delegates.
20892         (Binary): remove method, argumetns, and DelegateOperator: when
20893         dealing with methods, 
20895         * ecore.cs (EventExpr.EmitAddOrRemove): Update to new layout.
20897         * statement.cs (Block): use bitfields for the three extra booleans
20898         we had in use.   Remove unused topblock parameter.
20900         * codegen.cs: Remove unecessary argument to Block.EmitTopBlock
20902         * assign.cs: Drop extra unneeded tests.
20904 2003-08-06  Miguel de Icaza  <miguel@ximian.com>
20906         * iterators.cs (Mapvariable): provide a mechanism to use prefixes.
20908         * statement.cs (Foreach): Use VariableStorage instead of
20909         LocalBuilders.   
20911         * codegen.cs (VariableStorage): New class used by clients that
20912         require a variable stored: locals or fields for variables that
20913         need to live across yield.
20915         Maybe provide a convenience api for EmitThis+EmitLoad?
20917         (GetTemporaryLocal, FreeTemporaryLocal): Recycle
20918         these bad boys.
20920 2003-08-05  Miguel de Icaza  <miguel@ximian.com>
20922         * codegen.cs (RemapLocal, RemapLocalLValue, RemapParameter,
20923         RemapParameterLValue): New methods that are used to turn a
20924         precomputed FieldInfo into an expression like this:
20926                 instance.FieldInfo
20928         The idea is to use this instead of making LocalVariableReference
20929         have more than one meaning.
20931         * cs-parser.jay: Add error production to BASE.
20933         * ecore.cs: Deal with TypeManager.GetField returning null, which
20934         is now a valid return value.
20936         (FieldExprNoAddress): New expression for Fields whose address can
20937         not be taken.
20939         * expression.cs (LocalVariableReference): During the resolve
20940         phases, create new expressions if we are in a remapping context.
20941         Remove code that dealt with remapping here.
20943         (ParameterReference): same.
20945         (ProxyInstance): New expression, like the `This' expression, but
20946         it is born fully resolved.  We know what we are doing, so remove
20947         the errors that are targeted to user-provided uses of `this'.
20949         * statement.cs (Foreach): our variable is now stored as an
20950         Expression;  During resolution, follow the protocol, dont just
20951         assume it will return this.
20953 2003-08-06  Martin Baulig  <martin@ximian.com>
20955         * support.cs (SeekableStreamReader.cs): New public class.
20957         * cs-tokenizer.cs, cs-parser.jay, driver.cs: Use the new
20958         SeekableStreamReader instead of the normal StreamReader.
20960 2003-08-04  Martin Baulig  <martin@ximian.com>
20962         * cs-parser.jay (CLOSE_PARENS_CAST, CLOSE_PARENS_NO_CAST,
20963         CLOSE_PARENS_OPEN_PARENS, CLOSE_PARENS_MINUS): New tokens to
20964         deambiguate casts and delegate invocations.
20965         (parenthesized_expression): Use the new tokens to ensure this is
20966         not a cast of method invocation.
20968         * cs-tokenizer.cs (is_punct): Return one of the new special tokens
20969         when reading a `)' and Deambiguate_CloseParens () was previously
20970         called.
20972         * expression.cs (ParenthesizedExpression): New class.  This is
20973         just used for the CS0075 test.
20974         (Binary.DoResolve): Check for CS0075.   
20976 2003-07-29  Ravi Pratap  <ravi@ximian.com>
20978         * expression.cs (Invocation.MakeUnionSet): Patch from Lluis
20979         Sanchez : use TypeManager.ArrayContainsMethod instead of a direct
20980         reference comparison.
20982         (TypeManager.ArrayContainsMethod): When we have a MethodInfo, also
20983         examine the ReturnType for equality - this is necessary in the
20984         cases of implicit and explicit operators whose signature also
20985         includes the return type.
20987 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
20989         * namespace.cs: Cache the result of the namespace computation,
20990         instead of computing it every time.
20992 2003-07-24  Miguel de Icaza  <miguel@ximian.com>
20994         * decl.cs: Use a global arraylist that we reuse over invocations
20995         to avoid excesive memory consumption.  Reduces memory usage on an
20996         mcs compile by one meg (45 average).
20998         * typemanager.cs (LookupTypeReflection): In .NET pointers are
20999         private, work around that.
21001 2003-07-23  Miguel de Icaza  <miguel@ximian.com>
21003         * literal.cs (IntLiteral): Define Zero and One static literals. 
21005         * cs-parser.jay (integer_literal): use static literals to reduce
21006         memory usage for the most used literals (0, 1 and -1).  211kb
21007         reduced in memory usage.
21009         Replace all calls to `new ArrayList' with `new
21010         ArrayList(4)' which is a good average number for most allocations,
21011         and also requires only 16 bytes of memory for its buffer by
21012         default. 
21014         This reduced MCS memory usage in seven megabytes for the RSS after
21015         bootstrapping.
21017 2003-07-28  Ravi Pratap  <ravi@ximian.com>
21019         * expression.cs (Invocation.OverloadResolve): Fix the algorithm to
21020         handle params methods the correct way by forming only one
21021         applicable set with params and normal methods in them. Earlier we
21022         were looking at params methods only if we found no normal methods
21023         which was not the correct thing to do.
21025         (Invocation.BetterFunction): Take separate arguments indicating
21026         when candidate and the best method are params methods in their
21027         expanded form.
21029         This fixes bugs #43367 and #46199.
21031         * attribute.cs: Documentation updates.
21033         (CheckAttribute): Rename to CheckAttributeTarget.
21034         (GetValidPlaces): Rename to GetValidTargets.
21036         * expression.cs (Invocation.IsParamsMethodApplicable): Fix trivial
21037         bug - use Convert.ImplicitConversion, not ImplicitUserConversion!
21039         Fixes bug #44468.
21041 2003-07-28  Martin Baulig  <martin@ximian.com>
21043         * class.cs (TypeContainer.DefineMembers): Use the base type's full
21044         name when looking up the base class of a nested class.  Fixes #46977.
21046 2003-07-26  Martin Baulig  <martin@ximian.com>
21048         * expression.cs (Indexers.Indexer): New nested struct; contains
21049         getter, setter and the indexer's type.
21050         (Indexers.Properties): This is now an ArrayList of
21051         Indexers.Indexer's.
21052         (IndexerAccess.DoResolveLValue): Correctly set the type if the
21053         indexer doesn't have any getters.
21055         * assign.cs (Assign.DoResolve): Also do the implicit conversions
21056         for embedded property and indexer assignments.
21058 2003-07-26  Martin Baulig  <martin@ximian.com>
21060         * cs-tokenizer.cs (Tokenizer.xtoken): Report a CS1040 if a
21061         preprocessor directive is not the first non-whitespace character
21062         on a line.
21064 2003-07-26  Martin Baulig  <martin@ximian.com>
21066         * namespace.cs (NamespaceEntry.Lookup): New method; rewrote the
21067         namespace parsing, follow the spec more closely.
21069         * rootcontext.cs (RootContext.NamespaceLookup): Use the new
21070         NamespaceEntry.Lookup().
21072 2003-07-25  Martin Baulig  <martin@ximian.com>
21074         * MethodCore.cs (OverridesSomething): New public field; it's set
21075         from TypeContainer.DefineMembers if this method overrides
21076         something (which doesn't need to be a method).  Fix #39462.
21078 2003-07-25  Ravi Pratap  <ravi@ximian.com>
21080         * typemanager.cs (GetMembers): Ensure that the list of members is
21081         reversed. This keeps things in sync.
21083         * attribute.cs (Attribute.CheckAttribute): Break as soon as we
21084         find an AttributeUsage attribute.
21086         * expression.cs (Invocation.OverloadResolve): Perform the check
21087         which disallows Invoke to be directly called on a Delegate.
21089         (Error_InvokeOnDelegate): Report error cs1533.
21091 2003-07-25  Martin Baulig  <martin@ximian.com>
21093         * expression.cs (Indexers.GetIndexersForType): Only look in the
21094         interface hierarchy if the requested type is already an
21095         interface.  Fixes #46788 while keeping #46502 fixed.
21097 2003-07-25  Martin Baulig  <martin@ximian.com>
21099         * class.cs (TypeContainer.DefineMembers): Check whether all
21100         readonly fields have been assigned and report warning CS0649 if
21101         not.
21103         * statement.cs (LocalInfo.IsFixed): Always return true if this is
21104         a valuetype.
21106 2003-07-24  Ravi Pratap  <ravi@ximian.com>
21108         * decl.cs (MemberCache.AddMethods): Reverse the order of the array
21109         returned from GetMethods to make things consistent with the
21110         assumptions MCS makes about ordering of methods.
21112         This should comprehensively fix bug #45127 and it does :-)
21114         * ecore.cs (MethodGroupExpr.DeclaringType): Correct bug - the
21115         ordering is actually reverse.
21117         * Clean up some debug messages I left lying around.
21119         * interface.cs (Populate*): Get rid of code which emits attributes
21120         since the stage in which we emit attributes is the 'Emit' stage,
21121         not the define stage.
21123         (Emit): Move attribute emission for interface members here.
21125 2003-07-22  Ravi Pratap  <ravi@ximian.com>
21127         * expression.cs (Invocation.OverloadResolve): Follow the spec more
21128         closely: we eliminate methods in base types when we have an
21129         applicable method in a top-level type.
21131         Please see section 14.5.5.1 for an exact description of what goes
21132         on. 
21134         This fixes bug #45127 and a host of other related to corlib compilation.
21136         * ecore.cs (MethodGroupExpr.DeclaringType): The element in the
21137         array is the method corresponding to the top-level type (this is
21138         because of the changes made to icall.c) so we change this
21139         accordingly.
21141         (MethodGroupExpr.Name): This too.
21143         * typemanager.cs (GetElementType): New method which does the right
21144         thing when compiling corlib. 
21146         * everywhere: Make use of the above in the relevant places.
21148 2003-07-22  Martin Baulig  <martin@ximian.com>
21150         * cs-parser.jay (invocation_expression): Moved
21151         `OPEN_PARENS expression CLOSE_PARENS unary_expression' here from
21152         `cast_expression', but create a InvocationOrCast which later
21153         resolves to either an Invocation or a Cast.
21155         * ecore.cs (ExpressionStatement.ResolveStatement): New virtual
21156         method; call this before EmitStatement() to make sure that this
21157         expression can be used as a statement.
21159         * expression.cs (InvocationOrCast): New class; resolves to either
21160         an Invocation or a Cast.
21162         * statement.cs (StatementExpression): Call ResolveStatement() on
21163         the ExpressionStatement before emitting it.
21165 2003-07-21  Martin Baulig  <martin@ximian.com>
21167         * expression.cs (Invocation.VerifyArgumentsCompat): Check whether
21168         `ref' and `out' attributes match; fixes #46220.
21169         (MemberAccess.ResolveMemberAccess): You can't reference a type
21170         through an expression; fixes #33180.
21171         (Indexers.GetIndexersForType): Don't return the indexers from
21172         interfaces the class implements; fixes #46502.
21174 2003-07-21  Martin Baulig  <martin@ximian.com>
21176         * class.cs (TypeContainer.CheckPairedOperators): Added CS0660 and
21177         CS0661 checks; fixes bug #30442.
21179 2003-07-21  Martin Baulig  <martin@ximian.com>
21181         * decl.cs (AdditionResult): Added `Error'.
21183         * enum.cs (AddEnumMember): Report a CS0076 if name is `value__'.
21185         * typemanager.cs (TypeManager.ChangeType): Catch exceptions;
21186         makes cs0031.cs actually work.
21188 2003-07-20  Martin Baulig  <martin@ximian.com>
21190         * namespace.cs: Fixed that bug which caused a crash when compiling
21191         the debugger's GUI.
21193 2003-07-20  Miguel de Icaza  <miguel@ximian.com>
21195         * typemanager.cs (LookupTypeReflection): Never expose types which
21196         are NotPublic, NestedPrivate, NestedAssembly, or
21197         NestedFamANDAssem.  We used to return these, and later do a check
21198         that would report a meaningful error, but the problem is that we
21199         would not get the real match, if there was a name override.
21201 2003-07-18  Miguel de Icaza  <miguel@ximian.com>
21203         * namespace.cs (Namespace, Name): Do not compute the namespace
21204         name dynamically, compute it in the constructor.  This reduced
21205         memory usage by 1697 KB.
21207         * driver.cs: Use --pause to pause at the end.
21209 2003-07-17  Peter Williams  <peter@newton.cx>
21211         * Makefile: Change the name of the test target so that it doesn't
21212         conflict with the recursive test target.
21214 2003-07-17  Miguel de Icaza  <miguel@ximian.com>
21216         * expression.cs (LocalVariableReference.Emit, EmitAssign,
21217         AddressOf): Do not use EmitThis, that was wrong, use the actual
21218         this pointer.
21220 2003-07-15  Miguel de Icaza  <miguel@ximian.com>
21222         * class.cs (MethodData.Define): While checking if a method is an
21223         interface implementation, improve the test: If we are not public
21224         (use new test here: use the computed MethodAttributes directly,
21225         instead of the parsed modifier flags) check if the `implementing'
21226         method comes from an interface or not.
21228         * pending.cs (VerifyPendingMethods): Slightly better error
21229         message.
21231         * makefile: add test target that does the mcs bootstrap.
21233 2003-07-16  Ravi Pratap  <ravi@ximian.com>
21235         * interface.cs (Define): Do nothing here since there are no
21236         members to populate etc. Move the attribute emission out of here
21237         since this was just totally the wrong place to put it. Attribute
21238         application happens during the 'Emit' phase, not in the 'Define'
21239         phase.
21241         (Emit): Add this method and move the attribute emission here
21243         * rootcontext.cs (EmitCode): Call the Emit method on interface
21244         types too.
21246 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
21248         * expression.cs (OverloadResolve): Report error only if Location
21249         is not 'Null' which means that there was a probe going on.
21251 2003-07-14  Martin Baulig  <martin@ximian.com>
21253         * expression.cs (ConditionalLogicalOperator): New public class to
21254         implement user defined conditional logical operators.
21255         This is section 14.11.2 in the spec and bug #40505.
21257 2003-07-14  Martin Baulig  <martin@ximian.com>
21259         * ecore.cs (FieldExpr.DoResolveLValue): Fixed bug #46198.
21261 2003-07-14  Martin Baulig  <martin@ximian.com>
21263         * codegen.cs (EmitContext.InFixedInitializer): New public field.
21265         * ecore.cs (IVariable.VerifyFixed): New interface method.
21267         * expression.cs (Unary.ResolveOperator): When resolving the `&'
21268         operator, check whether the variable is actually fixed.  Fixes bug
21269         #36055.  Set a variable definitely assigned when taking its
21270         address as required by the spec.
21272         * statement.cs (LocalInfo.IsFixed): New field.
21273         (LocalInfo.MakePinned): Set `IsFixed' to true.
21275 2003-07-14  Ravi Pratap M  <ravi@ximian.com>
21277         * attribute.cs (Attribute.Resolve): While doing a Member lookup
21278         for .ctors, ensure that we only ask for members declared in the
21279         attribute type (BindingFlags.DeclaredOnly).
21281         Fixes bug #43632.
21283         * expression.cs (Error_WrongNumArguments): Report error 1501
21284         correctly the way CSC does.
21286 2003-07-13  Martin Baulig  <martin@ximian.com>
21288         * expression.cs (MemberAccess.ResolveAsTypeStep): Try to do a type
21289         lookup on the fully qualified name, to make things like "X.X" work
21290         where "X.X" is a fully qualified type name, but we also have a
21291         namespace "X" in the using list.  Fixes #41975.
21293 2003-07-13  Martin Baulig  <martin@ximian.com>
21295         * assign.cs (Assign.GetEmbeddedAssign): New protected virtual
21296         function. If we're a CompoundAssign, we need to create an embedded
21297         CompoundAssign, not an embedded Assign.
21298         (Assign.DoResolve): Make this work for embedded CompoundAssign's.
21299         Fixes #45854.
21301 2003-07-13  Martin Baulig  <martin@ximian.com>
21303         * typemanager.cs (TypeManager.IsNestedChildOf): Make this actually
21304         work to fix bug #46088.
21306 2003-07-13  Ravi Pratap <ravi@ximian.com>
21308         * class.cs (Operator.Emit): Do not emit attributes here - it is
21309         taken care of by the Method class that we delegate too. This takes
21310         care of bug #45876.
21312 2003-07-10  Martin Baulig  <martin@ximian.com>
21314         * expression.cs (TypeOfVoid): New class.
21315         (TypeOf): Report a CS0673 if it's System.Void.  Fixes #42264.
21317 2003-07-10  Martin Baulig  <martin@ximian.com>
21319         * class.cs (MethodCore.DoDefineParameters): Added CS0225 check;
21320         bug #35957.
21322 2003-07-10  Martin Baulig  <martin@ximian.com>
21324         * rootcontext.cs (RootContext.NamespaceLookup): Take a DeclSpace,
21325         not a NamespaceEntry, so we can use DeclSpace.CheckAccessLevel().
21327         * decl.cs (DeclSpace.FindType): Use DeclSpace.CheckAccessLevel().
21329         * typemanager.cs (TypeManager.IsAccessibleFrom): Removed.
21331 2003-07-10  Martin Baulig  <martin@ximian.com>
21333         * expression.cs (ArrayCreation): Don't use a byte blob for arrays
21334         of decimal.  Fixes #42850.
21336         NOTE: I also fixed the created byte blob, but this doesn't work on
21337         the MS runtime and csc never produces any byte blobs for decimal
21338         arrays.
21340 2003-07-10  Martin Baulig  <martin@ximian.com>
21342         * statement.cs (StructInfo.GetStructInfo): Catch deep cycles in
21343         structs; fixes #32068.
21344         (Block.AddChildVariableNames): Fixed #44302.
21346 2003-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21348         * namespace.cs: fixed compilation with csc. It's bugzilla #44302.
21350 2003-07-07  Miguel de Icaza  <miguel@ximian.com>
21352         * attribute.cs: And this test is onger needed.
21354 2003-07-08  Martin Baulig  <martin@ximian.com>
21356         * rootcontext.cs (RootContext.NamespaceLookup): Ignore
21357         inaccessible types.  Fixes #36313.
21359         * decl.cs (DeclSpace.FindType): Ignore inaccessible types.
21361         * namespace.cs (NamespaceEntry): Create implicit entries for all
21362         namespaces; ie. if we have `namespace N1.N2.N3 { ... }', we create
21363         implicit entries for N1.N2 and N1.
21365 2003-07-08  Martin Baulig  <martin@ximian.com>
21367         Rewrote the handling of namespaces to fix a lot of the issues
21368         wrt. `using' aliases etc.
21370         * namespace.cs (Namespace): Splitted this class into a
21371         per-assembly `Namespace' and a per-file `NamespaceEntry'.
21373         * typemanager.cs (TypeManager.IsNamespace): Removed.
21374         (TypeManager.ComputeNamespaces): Only compute namespaces from
21375         loaded assemblies here, not the namespaces from the assembly we're
21376         currently compiling.
21378 2003-07-08  Martin Baulig  <martin@ximian.com>
21380         * rootcontext.cs, class.cs: Fixed the CS1530 reporting.
21382 2003-07-07  Miguel de Icaza  <miguel@ximian.com>
21384         * typemanager.cs: Reverted patch from Gonzalo, my previous patch
21385         already fixed it.  
21387         I thought about the memory savings here, but LookupTypeReflection
21388         is used under already very constrained scenarios.  Compiling
21389         corlib or mcs only exposes one hit, so it would not really reduce
21390         any memory consumption.
21392 2003-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21394         * typemanager.cs: fixes bug #45889 by only adding public types from
21395         other assemblies to the list of known types.
21397 2003-07-07  Miguel de Icaza  <miguel@ximian.com>
21399         * attribute.cs (Attribute.Resolve): Add call to CheckAccessLevel
21400         on the type we resolved.
21402 2003-07-05  Martin Baulig  <martin@ximian.com>
21404         * pending.cs (PendingImplementation.ParentImplements): Don't
21405         create the proxy if the parent is abstract.
21407         * class.cs (TypeContainer.DefineIndexers): Process explicit
21408         interface implementations first.  Fixes #37714.
21410 2003-07-04  Miguel de Icaza  <miguel@ximian.com>
21412         * expression.cs (MemberAccess.ResolveMemberAccess): Events are
21413         defined recursively;  but since we modify the input parameters
21414         (left is set to `this' temporarily), we reset this value if the
21415         left_is_explicit is false, which gives the original semantics to
21416         the code.  
21418         * literal.cs (NullPointer): new class used to represent a null
21419         literal in a pointer context.
21421         * convert.cs (Convert.ImplicitReferenceConversion): Is the target
21422         type is a pointer, use a NullPointer object instead of a
21423         NullLiteral.   Closes 43687
21425         (ExplicitConversion): Convert pointer values using
21426         the conv opcode to the proper type.
21428         * ecore.cs (New): change ValueTypeVariable property into a method,
21429         that returns whether the valuetype is suitable for being used.
21431         * expression.cs (Binary.DoNumericPromotions): Only return if we
21432         the int constant was a valid uint, and we can return both left and
21433         right as uints.  If not, we continue processing, to trigger the
21434         type conversion.  This fixes 39018.
21436         * statement.cs (Block.EmitMeta): During constant resolution, set
21437         the CurrentBlock property on the emitcontext, so that we resolve
21438         constants propertly.
21440 2003-07-02  Martin Baulig  <martin@ximian.com>
21442         * codegen.cs (EmitContext.NeedExplicitReturn): New public variable.
21443         (EmitContext.EmitTopBlock): Emit an explicit return if it's set.
21445         * statement.cs (Try.Resolve): Set ec.NeedExplicitReturn rather
21446         than emitting it here.
21448         * statement.cs: Fixed some more flow analysis bugs.
21450 2003-07-02  Martin Baulig  <martin@ximian.com>
21452         * class.cs (MethodData.Define): When implementing interface
21453         methods, set Final unless we're Virtual.
21455         * decl.cs (MemberCore.CheckMethodAgainstBase): Make the CS0506
21456         check work for interface methods.
21458 2003-07-01  Martin Baulig  <martin@ximian.com>
21460         * ecore.cs (EmitContext.This): Replaced this property with a
21461         GetThis() method which takes a Location argument.  This ensures
21462         that we get the correct error location for a CS0188.
21464 2003-07-01  Miguel de Icaza  <miguel@ximian.com>
21466         * ecore.cs: (Convert.ConvertIntLiteral): Add test for
21467         ImplicitStandardConversion.
21469         * class.cs (TypeContainer.GetClassBases): Small bug fix for 45649.
21471 2003-07-01  Zoltan Varga  <vargaz@freemail.hu>
21473         * expression.cs (ResolveOperator): Fix Concat (string, string, string)
21474         optimization.
21476 2003-06-30  Miguel de Icaza  <miguel@ximian.com>
21478         * class.cs (Constructor.Define): Turn off initlocals for unsafe
21479         constructors.
21481         (MethodData.Define): Turn off initlocals for unsafe methods.
21483 2003-06-29  Miguel de Icaza  <miguel@ximian.com>
21485         * decl.cs (DeclSpace.CheckAccessLevel): Make this routine
21486         complete;  Fixes #37521.
21488         * delegate.cs: Use Modifiers.TypeAttr to compute the
21489         TypeAttributes, instead of rolling our own.  This makes the flags
21490         correct for the delegates.
21492 2003-06-28  Miguel de Icaza  <miguel@ximian.com>
21494         * class.cs (Constructor.Define): Set the private flag for static
21495         constructors as well.
21497         * cs-parser.jay (statement_expression): Set the return value to
21498         null, to avoid a crash when we catch an error.
21500 2003-06-24  Miguel de Icaza  <miguel@ximian.com>
21502         * cs-parser.jay: Applied patch from Jackson that adds support for
21503         extern and unsafe modifiers to destructor declarations.
21505         * expression.cs: Report error 21 if the user is trying to index a
21506         System.Array.
21508         * driver.cs: Add an error message, suggested by the bug report.
21510         * class.cs (TypeContainer.Emit): Only call EmitFieldInitializers
21511         if we do not have a ": this ()" constructor initializer.  Fixes 45149
21513 2003-06-14  Miguel de Icaza  <miguel@ximian.com>
21515         * namespace.cs: Add some information to reduce FAQs.
21517 2003-06-13  Miguel de Icaza  <miguel@ximian.com>
21519         * cfold.cs (BinaryFold): BitwiseAnd, BitwiseOr: handle other
21520         underlying enumeration types.  Fixes #43915.
21522         * expression.cs: Treat ushort/short as legal values to be used in
21523         bitwise operations.
21525 Wed Jun 4 13:19:04 CEST 2003 Paolo Molaro <lupus@ximian.com>
21527         * delegate.cs: transfer custom attributes for paramenters from
21528         the delegate declaration to Invoke and BeginInvoke.
21530 Tue Jun 3 11:11:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
21532         * attribute.cs: handle custom marshalers and emit marshal info
21533         for fields, too.
21535 2003-05-28  Hector E. Gomez Morales  <hgomez_36@flashmail.com>
21537         * makefile.gnu: Added anonymous.cs to the compiler sources.
21539 2003-05-28  Miguel de Icaza  <miguel@ximian.com>
21541         * iterators.cs: Change the name of the proxy class to include two
21542         underscores.
21544         * cs-parser.jay: Update grammar to include anonymous methods.
21546         * anonymous.cs: new file.
21548 2003-05-27  Miguel de Icaza  <miguel@ximian.com>
21550         * class.cs (Field.Define): Add missing test for pointers and
21551         safety. 
21553 2003-05-27  Ravi Pratap  <ravi@ximian.com>
21555         * expression.cs (ArrayAccess.GetStoreOpCode): For System.IntPtr,
21556         we use the stobj opcode.
21558         (ArrayCreation.EmitDynamicInitializers): Revert Miguel's patch
21559         since it wasn't the correct fix. 
21561         It still is puzzling that we are required to use stobj for IntPtr
21562         which seems to be a ValueType.
21564 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
21566         * ecore.cs (SimpleName.SimpleNameResolve): Consider using aliases
21567         during regular simple name resolution.   Now, the trick is that
21568         instead of returning for processing the simplename, we do a
21569         TypeManager.LookupType (ie, a rooted lookup as opposed to a
21570         contextual lookup type).   If a match is found, return that, if
21571         not, return for further composition.
21573         This fixes long-standing 30485.
21575         * expression.cs (ArrayCreation.EmitDynamicInitializers): When
21576         using the address to initialize an object, do an Stobj instead of
21577         using the regular Stelem.
21579         (IndexerAccess.Emit, IndexerAccess.EmitAssign):
21580         Pass `is_base_indexer' to Invocation.EmitCall instead of false.
21581         Because if we are a BaseIndexerAccess that value will be true.
21582         Fixes 43643.
21584         * statement.cs (GotoCase.Resolve): Return after reporting an
21585         error, do not attempt to continue. 
21587         * expression.cs (PointerArithmetic.Emit): If our operand is a
21588         long, convert our constants to match the operand before
21589         multiplying.  Convert to I type before adding.   Fixes 43670.
21591 2003-05-14  Ravi Pratap  <ravi@ximian.com>
21593         * enum.cs (ImplicitConversionExists) : Rename to
21594         ImplicitEnumConversionExists to remove ambiguity. 
21596         * ecore.cs (NullCast): New type of cast expression class which
21597         basically is very similar to EmptyCast with the difference being
21598         it still is a constant since it is used only to cast a null to
21599         something else
21600         (eg. (string) null)
21602         * convert.cs (ImplicitReferenceConversion): When casting a null
21603         literal, we return a NullCast.
21605         * literal.cs (NullLiteralTyped): Remove - I don't see why this
21606         should be around anymore.
21608         The renaming (reported was slightly wrong). Corrections:
21610         ConvertImplicitStandard -> ImplicitConversionStandard
21611         ConvertExplicitStandard -> ExplicitConversionStandard
21613         * expression.cs (StaticCallExpr.MakeSimpleCall): Resolve arguments
21614         before passing them in !
21616         * convert.cs (ImplicitConversionStandard): When comparing for
21617         equal expr and target types, ensure that expr is not a
21618         NullLiteral.
21620         In general, we must not be checking (expr_type ==
21621         target_type) in the top level conversion methods
21622         (ImplicitConversion, ExplicitConversion etc). This checking is
21623         done in the methods that they delegate to.
21625 2003-05-20  Miguel de Icaza  <miguel@ximian.com>
21627         * convert.cs: Move Error_CannotConvertType,
21628         ImplicitReferenceConversion, ImplicitReferenceConversionExists,
21629         ImplicitNumericConversion, ImplicitConversionExists,
21630         ImplicitUserConversionExists, StandardConversionExists,
21631         FindMostEncompassedType, FindMostSpecificSource,
21632         FindMostSpecificTarget, ImplicitUserConversion,
21633         ExplicitUserConversion, GetConversionOperators,
21634         UserDefinedConversion, ConvertImplicit, ConvertImplicitStandard,
21635         TryImplicitIntConversion, Error_CannotConvertImplicit,
21636         ConvertImplicitRequired, ConvertNumericExplicit,
21637         ExplicitReferenceConversionExists, ConvertReferenceExplicit,
21638         ConvertExplicit, ConvertExplicitStandard from the ecore.cs into
21639         its own file.
21641         Perform the following renames:
21643         StandardConversionExists -> ImplicitStandardConversionExists
21644         ConvertImplicit -> ImplicitConversion
21645         ConvertImplicitStandard -> ImplicitStandardConversion
21646         TryImplicitIntConversion -> ImplicitIntConversion
21647         ConvertImplicitRequired -> ImplicitConversionRequired
21648         ConvertNumericExplicit -> ExplicitNumericConversion
21649         ConvertReferenceExplicit -> ExplicitReferenceConversion
21650         ConvertExplicit -> ExplicitConversion
21651         ConvertExplicitStandard -> ExplicitStandardConversion
21653 2003-05-19  Martin Baulig  <martin@ximian.com>
21655         * statement.cs (TypeInfo.StructInfo): Made this type protected.
21656         (TypeInfo): Added support for structs having structs as fields.
21658         * ecore.cs (FieldExpr): Implement IVariable.
21659         (FieldExpr.DoResolve): Call VariableInfo.GetSubStruct() to get the
21660         VariableInfo for the field.
21662 2003-05-18  Martin Baulig  <martin@ximian.com>
21664         * expression.cs (This.DoResolve): Report a CS0027 if we're
21665         emitting a field initializer.
21667 2003-05-18  Martin Baulig  <martin@ximian.com>
21669         * expression.cs (This.ResolveBase): New public function.
21670         (This.DoResolve): Check for CS0188.
21672         * codegen.cs (EmitContext.This): Just call This.ResolveBase(), not
21673         This.Resolve().
21675         * ecore.cs (MethodGroupExpr.DoResolve): Set the
21676         `instance_expression' to null if we don't have any non-static
21677         methods.
21679 2003-05-18  Martin Baulig  <martin@ximian.com>
21681         Reworked the way how local variables and parameters are handled by
21682         the flow analysis code.
21684         * statement.cs (TypeInfo, VariableMap): New public classes.
21685         (VariableInfo): New public class.  This is now responsible for
21686         checking whether a variable has been assigned.  It is used for
21687         parameters and local variables.
21688         (Block.EmitMeta): Take the InternalParameters as argument; compute
21689         the layout of the flow vectors here.
21690         (Block.LocalMap, Block.ParameterMap): New public properties.
21691         (FlowBranching): The .ctor doesn't get the InternalParameters
21692         anymore since Block.EmitMeta() now computes the layout of the flow
21693         vector.
21694         (MyStructInfo): This class is now known as `StructInfo' and nested
21695         in `TypeInfo'; we don't access this directly anymore.
21697         * ecore.cs (IVariable): Added `VariableInfo VariableInfo'
21698         property and removed IsAssigned(), IsFieldAssigned(),
21699         SetAssigned() and SetFieldAssigned(); we now call them on the
21700         VariableInfo so we don't need to duplicate this code everywhere.
21702         * expression.cs (ParameterReference): Added `Block block' argument
21703         to the .ctor.
21704         (LocalVariableReference, ParameterReference, This): The new
21705         VariableInfo class is now responsible for all the definite
21706         assignment stuff.
21708         * codegen.cs (EmitContext.IsVariableAssigned, SetVariableAssigned,
21709         IsParameterAssigned, SetParameterAssigned): Removed.
21711 2003-05-18  Martin Baulig  <martin@ximian.com>
21713         * typemanager.cs (InitCoreTypes): Try calling
21714         SetCorlibTypeBuilders() with 4 args; if that fails, fall back to
21715         the 3-args-version.  Corlib now also needs our `void_type'.
21716         (GetMethod): Added overloaded version which takes an optional
21717         `bool report_errors' to allow lookups of optional methods.
21719 2003-05-12  Martin Baulig  <martin@ximian.com>
21721         * statement.cs (VariableInfo): Renamed to LocalInfo since it's
21722         only used for locals and not for parameters.
21724 2003-05-12  Miguel de Icaza  <miguel@ximian.com>
21726         * support.cs (InternalParameters.ParameterType): Return the
21727         ExternalType of the parameter.
21729         * parameter.cs (Parameter.ExternalType): drop the two arguments,
21730         they were unused.
21732 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
21734         * class.cs (MethodData.Define): Do not set the `newslot' on
21735         interface members, if they are also flagged as "override".
21737         * expression.cs (UnaryMutator.EmitCode): Simple workaround to emit
21738         better code for ++i and i++.  This only works for static fields
21739         and local variables.
21741         * typemanager.cs (LookupDeclSpace): Add new method, sometimes we
21742         want to pull the DeclSpace out of the builder_to_declspace instead
21743         of the TypeBuilder (like in TypeContainer.FindMembers).
21745         * class.cs (TypeContainer.FindMembers): Use LookupDeclSpace
21746         instead of LookupTypeContainer.  Fixes the crash on .NET for
21747         looking up interface members.
21749         * const.cs: Create our own emit context during the Definition
21750         stage, so that constants are evaluated in the proper context, when
21751         a recursive definition happens.
21753 2003-05-11  Martin Baulig  <martin@ximian.com>
21755         * statement.cs (Block.CreateSwitchBlock): New method.  Creates a
21756         new block for a switch section.
21757         (Block.AddLabel, Block.LookupLabel): If we're a switch section, do
21758         the adding/lookup in the switch block.  Fixes #39828.
21760 2003-05-09  Miguel de Icaza  <miguel@ximian.com>
21762         * expression.cs (UnaryMutator.LoadOneAndEmitOp): Missing
21763         functionality: I needed to convert the data after I had performed
21764         the add/sub operation into the operands type size.
21766         * ecore.cs (ImplicitReferenceConversion): When boxing an interface
21767         pass the type for the box operation, otherwise the resulting
21768         object would have been of type object.
21770         (BoxedCast): Add constructor to specify the type to box as.
21772 2003-05-07  Miguel de Icaza  <miguel@ximian.com>
21774         * iterators.cs: I was reusing the `count' variable inadvertently,
21775         take steps to not allow this to happen.
21777 2003-05-06  Miguel de Icaza  <miguel@ximian.com>
21779         * attribute.cs (Attribute.Resolve): Params attributes are encoded
21780         by creating an array at the point where the params starts and
21781         putting all those arguments there, then adjusting the size of the
21782         array.
21784 2003-05-05  Miguel de Icaza  <miguel@ximian.com>
21786         * expression.cs (New.AddressOf): Implement interface
21787         IMemoryLocation.  This is used when the `new' operator is used in
21788         the context of an invocation to a method on a value type.
21790         See http://bugzilla.ximian.com/show_bug.cgi?id=#42390 for an
21791         example. 
21793         * namespace.cs: Also check the using aliases here.
21795         * driver.cs: Move the test for using validity after the types have
21796         been entered, so we do a single pass that also includes the using
21797         aliases. 
21799         * statement.cs (Try.Resolve): Avoid crashing if there is a failure
21800         in the regular case.   CreateSiblingForFinally is doing extra
21801         error checking.
21803         * attribute.cs (GetAttributeArgumentExpression): Store the result
21804         on an out value, and use the return value to indicate failure
21805         instead of using null (which is a valid return for Constant.GetValue).
21807         * statement.cs: Perform the analysis flow for the increment
21808         portion after the statement, because this will be the real flow of
21809         execution.  Fixes #42385
21811         * codegen.cs (EmitContext.EmitArgument,
21812         EmitContext.EmitStoreArgument): New helper functions when the
21813         RemapToProxy flag is set.
21815         * expression.cs (ParameterReference.EmitLdarg): Expose this useful
21816         function.
21818         Add support for remapping parameters. 
21820         * iterators.cs: Propagate parameter values;  Store parameter
21821         values in the proxy classes.
21823 2003-05-04  Miguel de Icaza  <miguel@ximian.com>
21825         * ecore.cs (FieldExpr): Fix an obvious bug.  static fields do not
21826         need a proxy reference;  I do not know what I was thinking
21828         * cs-parser.jay (constructor_initializer): catch another error,
21829         and display nice message.
21831         (field_declaration): catch void field declaration
21832         to flag a better error. 
21834         * class.cs (MemberBase.CheckBase): Report an error instead of a
21835         warning if a new protected member is declared in a struct. 
21836         (Field.Define): catch the error of readonly/volatile.
21838         * ecore.cs (FieldExpr.EmitAssign): reuse the field lookup.
21840         (FieldExpr.AddressOf): ditto.  Catch error where the address of a
21841         volatile variable is taken
21843 2003-05-02  Miguel de Icaza  <miguel@ximian.com>
21845         * statement.cs (Fixed.Resolve): Report an error if we are not in
21846         an unsafe context.
21848 2003-05-01  Miguel de Icaza  <miguel@ximian.com>
21850         * typemanager.cs: reuse the code that handles type clashes for
21851         delegates and enumerations.
21853         * class.cs (Report28): Always report.
21855         * expression.cs (EncodeAsAttribute): Allow nulls here.
21857 2003-04-28  Miguel de Icaza  <miguel@ximian.com>
21859         * attribute.cs (Attribute.GetAttributeArgumentExpression): Moved
21860         the functionality for testing whether an expression is valid for
21861         an attribute here.  Also handle the case of arrays of elements
21862         being stored. 
21864         * expression.cs (ArrayCreation.EncodeAsAttribute): Add support for
21865         encoding a linear array into an array of objects that are suitable
21866         to be passed to an CustomAttributeBuilder.
21868         * delegate.cs: Check unsafe types being used outside of an Unsafe context.
21870         * ecore.cs: (FieldExpr): Handle field remapping here.
21872         * iteratators.cs: Pass the instance variable (if the method is an
21873         instance method) to the constructors, so we can access the field
21874         variables on the class.
21876         TODO: Test this with structs.  I think the THIS variable on
21877         structs might have to be a pointer, and not a refenrece
21879 2003-04-27  Miguel de Icaza  <miguel@ximian.com>
21881         * codegen.cs (EmitContext.Mapvariable): Adds a mechanism to map
21882         local variables to fields in a proxy class.
21884         * iterators.cs (PopulateProxy): Rename our internal fields to
21885         <XXX>.  
21886         Create a <THIS> field if we are an instance method, so we can
21887         reference our parent container variables.
21888         (MapVariable): Called back from the EmitContext code to enter a
21889         new variable to field mapping into the proxy class (we just create
21890         a FieldBuilder).
21892         * expression.cs
21893         (LocalVariableReference.{Emit,EmitAssign,AddressOf}): Add support
21894         for using the remapped locals to fields.
21896         I placed the code here, because that gives the same semantics to
21897         local variables, and only changes the Emit code.
21899         * statement.cs (Fixed.Resolve): it is not allowed to have fixed
21900         statements inside iterators.
21901         (VariableInfo): Add a FieldBuilder for the cases when we are
21902         remapping local variables to fields in a proxy class
21904         * ecore.cs (SimpleNameResolve): Avoid testing two times for
21905         current_block != null.
21907         * statement.cs (Swithc.SimpleSwitchEmit): Removed code that did
21908         not cope with strings, as it has been moved to the
21909         TableSwitchEmit.  Fixed bug in switch generation.
21911         * expression.cs (New.DoResolve): Provide more context for the user
21912         when reporting an error.
21914         * ecore.cs (Expression.LoadFromPtr): Use ldind_i when loading
21915         pointers. 
21917         * expression.cs (MemberAccess.DoResolve): When we get a type back,
21918         check the permissions for it.  Note than in a type-resolution
21919         context the check was already present in DeclSpace.ResolveType,
21920         but was missing from the MemberAccess.
21922         (ArrayCreation.CheckIndices): warn if the user has
21923         more nested levels of expressions, but there are no more
21924         dimensions specified.  Avoids crash on bug 41906.
21926 2003-04-26  Miguel de Icaza  <miguel@ximian.com>
21928         * statement.cs (Block): replace Implicit bool, for a generic
21929         flags.   
21930         New flag: `Unchecked'.  This is used during the EmitMeta phase
21931         (which is out-of-line with the regular Resolve/Emit process for a
21932         statement, as this is done ahead of time, but still gets a chance
21933         to call constant resolve).
21935         (Block.Flags): new enum for adding a new flag.
21937         (Block.EmitMeta): track the state of unchecked.
21939         (Unchecked): Set the "UnChecked" flags on any blocks we enclose,
21940         to enable constant resolution to work there as well.
21942 2003-04-22  Miguel de Icaza  <miguel@ximian.com>
21944         * typemanager.cs (ienumerable_type): Also look up
21945         System.Collections.IEnumerable. 
21947 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
21949         TODO: Test more than one conditional per method.
21951         * class.cs (Indexer.Define): Report the location where the user is
21952         referencing the unsupported feature.
21954         (MethodData): Overload the use of `conditionals' to
21955         minimize the creation of needless ArrayLists.   This saves roughly
21956         212kb on my machine.
21958         (Method): Implement the new IIteratorContainer interface.
21959         (Method.SetYields): Implement the method by setting the ModFlags
21960         to contain METHOD_YIELDS.
21962         * expression.cs (Unary.ResolveOperator): Use expr_type, not Expr,
21963         which just got set to null.
21965         * iterators.cs: New file.
21967         (Yield, YieldBreak): New statements.
21969         * statement.cs (Return.Resolve): Flag an error if we are used in
21970         an iterator method.
21972         * codegen.cs (InIterator): New flag set if the code is being
21973         compiled in an iterator method.
21975         * modifiers.cs: New flag METHOD_YIELDS.  This modifier is an
21976         internal modifier, and we just use it to avoid adding extra
21977         fields, as this is seldom used.  
21979         * cs-parser.jay: Add yield_statement (yield and yield break).
21981         * driver.cs: New flag -v2 to turn on version 2 features. 
21983         * cs-tokenizer.cs (Tokenizer): Add yield and __yield to the
21984         hashtable when v2 is enabled.
21986 2003-04-20  Miguel de Icaza  <miguel@ximian.com>
21988         * typemanager.cs (TypeManager.NamespaceClash): Use to check if
21989         there is already a namespace defined with this name.
21991         (TypeManager.InitCoreTypes): Remove the temporary workaround, as
21992         people upgraded their corlibs.
21994         (TypeManager.CoreLookupType): Use LookupTypeDirect, as we
21995         always use fully qualified types, no need to use the compiler
21996         front end.
21998         (TypeManager.IsNamespace): Use binarysearch.
22000         * class.cs (AddClass, AddStruct, AddInterface, AddEvent,
22001         AddDelegate): I did not quite use the new IsValid API properly: I
22002         have to pass the short-name and the fullname.  I was passing only
22003         the basename instead of the fullname sometimes. 
22005         (TypeContainer.DefineType): call NamespaceClash.
22007         * interface.cs (Interface.DefineType): use NamespaceClash before
22008         defining the type.
22010         * delegate.cs (Delegate.DefineType): use NamespaceClash before
22011         defining the type.
22013         * enum.cs: (Enum.DefineType): use NamespaceClash before
22014         defining the type.
22016         * typemanager.cs (: 3-line patch that gives us some tasty 11%
22017         speed increase.  First, use the negative_hits cache when we get a
22018         negative.  Second, add the type with its full original name
22019         instead of the new . and + encoded name (reflection uses + to
22020         separate type from a nested type).  Use LookupTypeReflection
22021         directly which bypasses the type->name hashtable (that we already
22022         know does not contain the type.
22024         * decl.cs (DeclSpace.ResolveTypeExpr): track the
22025         location/container type. 
22027         * driver.cs: When passing utf8, use directly the UTF8Encoding.
22029 2003-04-19  Miguel de Icaza  <miguel@ximian.com>
22031         * decl.cs (ResolveTypeExpr): Mirror check acess here too.
22033         * delegate.cs (NewDelegate.Resolve): Test whether an instance
22034         method is being referenced in the method group from a static
22035         context, and report error 120 if so.
22037         * expression.cs, ecore.cs (Error_UnexpectedKind): New name for
22038         Error118. 
22040         * typemanager.cs: Add intermediate namespaces (if a namespace A.B
22041         is created, we create the A namespace).
22043         * cs-parser.jay: A namespace also introduces a DeclarationFound.
22044         Fixes #41591
22046 2003-04-18  Miguel de Icaza  <miguel@ximian.com>
22048         * typemanager.cs (GetReferenceType, GetPointerType): In .NET each
22049         invocation to ModuleBuilder.GetType with the same values will
22050         return a new type instance, so we need to cache its return
22051         values. 
22053         * expression.cs (Binary.ResolveOperator): Only allow the compare
22054         operators on enums if they are of the same type.
22056         * ecore.cs (Expression.ImplicitReferenceConversion): handle target
22057         types of ValueType on their own case.  Before we were giving them
22058         the same treatment as objects.
22060         * decl.cs (DeclSpace.IsValid): IsValid takes the short name and
22061         fullname.  Short name is used to compare against container name.
22062         Fullname is used to check against defined namespace names.
22064         * class.cs (AddProperty, AddField, AddClass, AddStruct, AddEnum,
22065         AddDelegate, AddEvent): Pass new parameter to DeclSpace.IsValid
22067         (Method.CheckBase): Call parent.
22068         (MemberBase.CheckBase): Check for protected members on sealed
22069         classes.
22070         (PropertyBase.CheckBase): Call parent.
22071         (Field.Define): Call parent.
22073         * report.cs: Negative error codes are now mapped to 8000 - code,
22074         so that the display is render more nicely.
22076         * typemanager.cs: Do not use try/catch, instead report a regular
22077         error. 
22079         (GetPointerType, GetReferenceType): These methods provide
22080         mechanisms to obtain the T* and T& from a T.  We had the code
22081         previously scattered around the code base, and it also used
22082         TypeManager.LookupType that would go through plenty of caches.
22083         This one goes directly to the type source.
22085         In some places we did the Type.GetType followed by
22086         ModuleBuilder.GetType, but not in others, so this unifies the
22087         processing as well.
22089         * namespace.cs (VerifyUsing): Perform a non-lazy approach to using
22090         statements now that we have namespace information.
22092         * typemanager.cs (IsNamespace): New method, returns whether the
22093         string presented is a namespace or not.
22095         (ComputeNamespaces): New public entry point, computes the list of
22096         available namespaces, using the GetNamespaces API call in Mono, or
22097         the slower version in MS.NET.   
22099         Now before we start the semantic analysis phase, we have a
22100         complete list of namespaces including everything that the user has
22101         provided.
22103         Deleted old code to cache namespaces in .nsc files.
22105 2003-04-17  Miguel de Icaza  <miguel@ximian.com>
22107         * class.cs: (TypeContainer.DefineDefaultConstructor): Use the
22108         class/struct location definition Location for the implicit
22109         constructor location.
22111         (Operator.Define): Use the location of the operator for the
22112         implicit Method definition.
22114         (Constructor.Emit): use the constructor location for the implicit
22115         base initializer constructor.
22117         * ecore.cs: Remove ITypeExpression.  This interface is now gone,
22118         and the Expression class now contains two new methods:
22120         ResolveAsTypeStep and ResolveAsTypeTerminal.  This is used to
22121         isolate type lookup from the rest of the resolution process.
22123         Since we use Expressions to hold type definitions due to the way
22124         we parse the input we have historically overloaded Resolve to
22125         perform the Type lookups if a special flag is passed.  Now this is
22126         eliminated and two methods take their place. 
22128         The differences in the two methods between xStep and xTerminal is
22129         that xStep is involved in our current lookup system that uses
22130         SimpleNames to compose a name, while xTerminal is used just to
22131         catch the case where the simplename lookup failed.
22133 2003-04-16  Miguel de Icaza  <miguel@ximian.com>
22135         * expression.cs (ResolveMemberAccess): Remove redundant code.
22136         TypeExpr expressions are always born fully resolved.
22138         * interface.cs (PopulateMethod): Do not lookup the types twice.
22139         We were doing it once during SemanticAnalysis and once during
22140         PopulateMethod.
22142         * cs-parser.jay: Due to our hack in the grammar, things like A.B[]
22143         in local variable type definitions, were being returned as a
22144         SimpleName (we decomposed everything into a string), that is
22145         because primary_expression was being used instead of a type in the
22146         grammar (reduce/reduce conflicts).
22148         The part that was wrong is that we converted the expression into a
22149         string (an oversimplification in one hand, compounded with primary
22150         expressions doing string concatenation).
22152         So things like:
22154         A.B.C [] x;
22156         Would return "A.B.C[]" as a SimpleName.  This stopped things like
22157         using clauses from working on this particular context.  And a type
22158         was being matched directly against "A.B.C[]".
22160         We now use the correct approach, and allow for ComposedCast to be
22161         part of the unary expression.  So the "A.B.C []" become a composed
22162         cast of "A.B.C" (as a nested group of MemberAccess with a
22163         SimpleName at the end) plus the rank composition "[]". 
22165         Also fixes 35567
22167 2003-04-10  Miguel de Icaza  <miguel@ximian.com>
22169         * decl.cs (CheckAccessLevel): Implement the NestedPrivate rules
22170         for the access level checking.
22172         * class.cs: Cosmetic changes.  Renamed `TypeContainer parent' to
22173         `TypeContainer container', because I kept getting confused when I
22174         was debugging this code.
22176         * expression.cs (Indexers): Instead of tracking getters/setters,
22177         we now track them in parallel.  We create one arraylist less, but
22178         most importantly it is possible now for the LValue code to find a
22179         matching get for a set.
22181         (IndexerAccess.DoResolveLValue): Update the code.
22182         GetIndexersForType has been modified already to extract all the
22183         indexers from a type.  The code assumed it did not.
22185         Also make the code set the correct return type for the indexer.
22186         This was fixed a long time ago for properties, but was missing for
22187         indexers.  It used to be void_type.
22189         (Binary.Emit): Test first for doubles instead of
22190         floats, as they are more common.
22192         (Binary.EmitBranchable): Use the .un version of the branch opcodes
22193         when dealing with floats and the <=, >= operators.  This fixes bug
22194         #39314 
22196         * statement.cs (Foreach.EmitArrayForeach): bug fix: The code used
22197         to load the array value by emitting a load on the foreach variable
22198         type.  This was incorrect.  
22200         We now emit the code to load an element using the the array
22201         variable type, and then we emit the conversion operator.
22203         Fixed #40176
22205 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
22207         * attribute.cs: Avoid allocation of ArrayLists in the common case.
22209 2003-04-09  Miguel de Icaza  <miguel@ximian.com>
22211         * class.cs (MethodSignature.InheritableMemberSignatureCompare):
22212         test for protection before we test for signatures. 
22214         (MethodSignature.ToString): implement.
22216         * expression.cs (Unary.TryReduceNegative): Add missing minus sign
22217         to the case where we reduced into a LongConstant.
22219         * decl.cs (CheckAccessLevel): If the type is an array, we can not
22220         depend on whether the information is acurrate, because the
22221         Microsoft runtime will always claim that the array type is public,
22222         regardless of the real state.
22224         If the type is a pointer, another problem happens: the type is
22225         reported as non-public in Microsoft.  
22227         In both cases we have to call CheckAccessLevel recursively with
22228         the underlying type as the argument to be tested.
22230 2003-04-08  Miguel de Icaza  <miguel@ximian.com>
22232         * assign.cs (Assign.Emit): If we are dealing with a compound
22233         assignment expression, we should use the code path that stores the
22234         intermediate result in a temporary value.  This fixes #40903.
22236         *expression.cs (Indirection.ToString): Provide ToString method for
22237         debugging. 
22239 2003-04-08  Zoltan Varga  <vargaz@freemail.hu>
22241         * class.cs: Null out fields holding references to Block objects so
22242         they can be garbage collected.
22244         * expression.cs (OverloadResolve): Remove unused local.
22246 2003-04-07  Martin Baulig  <martin@ximian.com>
22248         * codegen.cs (EmitContext.CurrentFile): New public field.
22249         (EmitContext.Mark): Use the CurrentFile to check whether the
22250         location is in the correct file.
22251         (EmitContext.EmitTopBlock): Initialize CurrentFile here.
22253 2003-04-07  Martin Baulig  <martin@ximian.com>
22255         * ecore.cs (Expression.ResolveBoolean): Don't call ec.Mark().
22257         * codegen.cs (EmitContext.EmitTopBlock): Don't call Mark() on the
22258         location.  [FIXME: The location argument which gets passed to this
22259         method is sometimes wrong!]
22261 2003-04-07  Nick Drochak <ndrochak@gol.com>
22263         * codegen.cs: Be more verbose when we can't find the symbol writer dll.
22265 2003-04-07  Miguel de Icaza  <miguel@ximian.com>
22267         * expression.cs (Indirection.EmitAssign): We were using the
22268         temporary, but returning immediately instead of continuing the
22269         EmitAssing flow.
22271 2003-04-06  Martin Baulig  <martin@ximian.com>
22273         * ecore.cs (SimpleName.SimpleNameResolve): Don't report an error
22274         if it's a nested child, but also deriving from the outer class.
22275         See test 190.cs.
22277         * typemanager.cs (IsNestedChildOf): Make this work if it's a
22278         nested child, but also deriving from the outer class.  See
22279         test-190.cs.
22280         (FilterWithClosure): We may access private members of the outer
22281         class if we're a nested child and deriving from the outer class.
22282         (RealMemberLookup): Only set `closure_private_ok' if the
22283         `original_bf' contained BindingFlags.NonPublic.
22285 2003-04-05  Martin Baulig  <martin@ximian.com>
22287         * statement.cs (FlowBranching.UsageVector.MergeChildren): Fix bug #40670.
22289 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
22291         * class.cs (Event.Define): Do not allow abstract events to have
22292         initializers. 
22294 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
22296         * cs-parser.jay: Add error productions for ADD/REMOVE missing a
22297         block in event declarations.
22299         * ecore.cs (FieldExpr.AddressOf): If our instance expression is a
22300         value type, get its address.
22302         * expression.cs (Is.Emit): For action `LeaveOnStack' we were
22303         leaving a class on the stack instead of a boolean value (int
22304         0/1).  Change the code so we compare against null, and then the
22305         result against zero.
22307         * class.cs (TypeContainer.GetClassBases): We were checking for the
22308         parent class being sealed too late.
22310         * expression.cs (Binary.Emit): For <= and >= when dealing with
22311         floating point values, use cgt.un and clt.un instead of cgt and
22312         clt alone.
22314 2003-04-01  Zoltan Varga  <vargaz@freemail.hu>
22316         * statement.cs: Apply the same optimization as MS: skip the 
22317         GetEnumerator returning an IEnumerator, and use the one returning a 
22318         CharEnumerator instead. This allows us to avoid the try-finally block 
22319         and the boxing.
22321 2003-03-31  Gaurav Vaish <gvaish_mono@lycos.com>
22323         * cs-parser.jay: Attributes cannot be applied to
22324                          namespaces. Fixes #40473
22326 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22328         * class.cs:
22329         (Add*): check if the name is valid using the full name for constants,
22330         fields, properties and events.
22332 2003-03-28  Miguel de Icaza  <miguel@ximian.com>
22334         * enum.cs (Enum.DefineType, Enum.IsValidEnumConstant): Also allow
22335         char constants to be part of the enumeration.
22337         * expression.cs (Conditional.DoResolve): Add support for operator
22338         true. Implements the missing functionality from 14.12
22340         * class.cs (TypeContainer.CheckPairedOperators): Report error for missmatch on
22341         operator true/false as required by the spec.
22343         * expression.cs (Unary.ResolveOperator): In LogicalNot, do an
22344         implicit conversion to boolean.
22346         * statement.cs (Statement.ResolveBoolean): A boolean expression is
22347         also one where the type implements `operator true'. 
22349         * ecore.cs (Expression.GetOperatorTrue): New helper routine to
22350         get an expression that will invoke operator true based on an
22351         expression.  
22353         (GetConversionOperators): Removed the hack that called op_True
22354         here.  
22356         (Expression.ResolveBoolean): Move this from Statement.
22358 2003-03-17  Miguel de Icaza  <miguel@ximian.com>
22360         * ecore.cs (FieldExpr): do not allow initialization of initonly
22361         fields on derived classes
22363 2003-03-13  Martin Baulig  <martin@ximian.com>
22365         * statement.cs (Block.Emit): Call ig.BeginScope() and
22366         ig.EndScope() when compiling with debugging info; call
22367         LocalBuilder.SetLocalSymInfo _after_ opening the scope.
22369 2003-03-08  Miguel de Icaza  <miguel@ximian.com>
22371         * expression.cs (Indexers): Do not construct immediately, allow
22372         for new members to be appended as we go.  Fixes 38143
22374 2003-03-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22376         * expression.cs: save/restore context when resolving an unchecked
22377         expression.
22379 2003-03-05  Miguel de Icaza  <miguel@ximian.com>
22381         * cfold.cs: Catch division by zero in modulus operator during
22382         constant folding.
22384 2003-03-03  Miguel de Icaza  <miguel@ximian.com>
22386         * interface.cs (Interface.DefineMembers): Avoid defining members
22387         twice. 
22389 2003-02-27  Miguel de Icaza  <miguel@ximian.com>
22391         * driver.cs: handle the +/- options for -noconfig
22393         * statement.cs (Unckeched.Resolve): Also track the state of
22394         unchecked in the Resolve phase.
22396 2003-02-27  Martin Baulig  <martin@ximian.com>
22398         * ecore.cs (Expression.MemberLookup): Don't create a
22399         MethodGroupExpr for something which is not a method.  Fixes #38291.
22401 2003-02-25  Miguel de Icaza  <miguel@ximian.com>
22403         * class.cs (MemberBase.CheckParameters): Also check that the type
22404         is unmanaged if it is a pointer.
22406         * expression.cs (SizeOf.Resolve): Add location information.
22408         * statement.cs (Block.EmitMeta): Flag error (208) if a pointer to
22409         a managed type is declared.
22411         * expression.cs (Invocation.VerifyArgumentsCompat): Check for the
22412         parameter modifiers as well.  Fixes bug 38606
22414         * class.cs: Very sad.  Am backing out the speed up changes
22415         introduced by the ArrayList -> Array in the TypeContainer, as they
22416         were not actually that much faster, and introduced a bug (no error
22417         reports on duplicated methods).
22419         * assign.cs (CompoundAssign.DoLResolve): Resolve the original
22420         source first, this will guarantee that we have a valid expression
22421         before calling in lower levels functions that will require a
22422         resolved object.  Then use this original_source in the
22423         target.ResolveLValue instead of the original source that was
22424         passed to us.
22426         Another change.  Use target.Resolve instead of LValueResolve.
22427         Although we are resolving for LValues, we will let the Assign code
22428         take care of that (it will be called again from Resolve).  This
22429         basically allows code like this:
22431         class X { X operator + (X x, object o) {} X this [int idx] { get; set; } }
22432         class Y { void A (X x) { x [0] += o; }
22434         The problem was that the indexer was trying to resolve for
22435         set_Item (idx, object o) and never finding one.  The real set_Item
22436         was set_Item (idx, X).  By delaying the process we get the right
22437         semantics. 
22439         Fixes bug 36505
22441 2003-02-23  Martin Baulig  <martin@ximian.com>
22443         * statement.cs (Block.Emit): Override this and set ec.CurrentBlock
22444         while calling DoEmit ().
22446         * codegen.cs (EmitContext.Mark): Don't mark locations in other
22447         source files; if you use the #line directive inside a method, the
22448         compiler stops emitting line numbers for the debugger until it
22449         reaches the end of the method or another #line directive which
22450         restores the original file.
22452 2003-02-23  Martin Baulig  <martin@ximian.com>
22454         * statement.cs (FlowBranching.UsageVector.MergeChildren): Fix bug #37708.
22456 2003-02-23  Martin Baulig  <martin@ximian.com>
22458         * statement.cs (Block.AddChildVariableNames): We need to call this
22459         recursively, not just for our immediate children.
22461 2003-02-23  Martin Baulig  <martin@ximian.com>
22463         * class.cs (Event.Define): Always make the field private, like csc does.
22465         * typemanager.cs (TypeManager.RealMemberLookup): Make events
22466         actually work, fixes bug #37521.
22468 2003-02-23  Miguel de Icaza  <miguel@ximian.com>
22470         * delegate.cs: When creating the various temporary "Parameters"
22471         classes, make sure that we call the ComputeAndDefineParameterTypes
22472         on those new parameters (just like we do with the formal ones), to
22473         allow them to be resolved in the context of the DeclSpace.
22475         This fixes the bug that Dick observed in Bugzilla #38530.
22477 2003-02-22  Miguel de Icaza  <miguel@ximian.com>
22479         * expression.cs (ResolveMemberAccess): When resolving a constant,
22480         do not attempt to pull a constant if the value was not able to
22481         generate a valid constant.
22483         * const.cs (LookupConstantValue): Do not report more errors than required.
22485 2003-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22487         * expression.cs: fixes bug #38328.
22489 2003-02-18  Miguel de Icaza  <miguel@ximian.com>
22491         * class.cs: Changed all the various members that can be part of a
22492         class from being an ArrayList to be an Array of the right type.
22493         During the DefineType type_list, interface_list, delegate_list and
22494         enum_list are turned into types, interfaces, delegates and enums
22495         arrays.  
22497         And during the member population, indexer_list, event_list,
22498         constant_list, field_list, instance_constructor_list, method_list,
22499         operator_list and property_list are turned into their real arrays.
22501         Although we could probably perform this operation earlier, for
22502         good error reporting we need to keep the lists and remove the
22503         lists for longer than required.
22505         This optimization was triggered by Paolo profiling the compiler
22506         speed on the output of `gen-sample-program.pl' perl script. 
22508         * decl.cs (DeclSpace.ResolveType): Set the ContainerType, so we do
22509         not crash in methods like MemberLookupFailed that use this field.  
22511         This problem arises when the compiler fails to resolve a type
22512         during interface type definition for example.
22514 2003-02-18  Miguel de Icaza  <miguel@ximian.com>
22516         * expression.cs (Indexers.GetIndexersForType): Interfaces do not
22517         inherit from System.Object, so we have to stop at null, not only
22518         when reaching System.Object.
22520 2003-02-17  Miguel de Icaza  <miguel@ximian.com>
22522         * expression.cs: (Indexers.GetIndexersForType): Martin's fix used
22523         DeclaredOnly because the parent indexer might have had a different
22524         name, but did not loop until the top of the hierarchy was reached.
22526         The problem this one fixes is 35492: when a class implemented an
22527         indexer from an interface, we were getting the interface method
22528         (which was abstract) and we were flagging an error (can not invoke
22529         abstract method).
22531         This also keeps bug 33089 functioning, and test-148 functioning.
22533         * typemanager.cs (IsSpecialMethod): The correct way of figuring
22534         out if a method is special is to see if it is declared in a
22535         property or event, or whether it is one of the predefined operator
22536         names.   This should fix correctly #36804.
22538 2003-02-15  Miguel de Icaza  <miguel@ximian.com>
22540         The goal here is to remove the dependency on EmptyCast.Peel ().
22541         Killing it completely.
22543         The problem is that currently in a number of places where
22544         constants are expected, we have to "probe" for an EmptyCast, and
22545         Peel, which is not the correct thing to do, as this will be
22546         repetitive and will likely lead to errors. 
22548         The idea is to remove any EmptyCasts that are used in casts that
22549         can be reduced to constants, so we only have to cope with
22550         constants. 
22552         This bug hunt was triggered by Bug 37363 and the desire to remove
22553         the duplicate pattern where we were "peeling" emptycasts to check
22554         whether they were constants.  Now constants will always be
22555         constants.
22557         * ecore.cs: Use an enumconstant here instead of wrapping with
22558         EmptyCast.  
22560         * expression.cs (Cast.TryReduce): Ah, the tricky EnumConstant was
22561         throwing me off.  By handling this we can get rid of a few hacks.
22563         * statement.cs (Switch): Removed Peel() code.
22565 2003-02-14  Miguel de Icaza  <miguel@ximian.com>
22567         * class.cs: Location information for error 508
22569         * expression.cs (New.DoResolve): Add a guard against double
22570         resolution of an expression.  
22572         The New DoResolve might be called twice when initializing field
22573         expressions (see EmitFieldInitializers, the call to
22574         GetInitializerExpression will perform a resolve on the expression,
22575         and later the assign will trigger another resolution
22577         This leads to bugs (#37014)
22579         * delegate.cs: The signature for EndInvoke should contain any ref
22580         or out parameters as well.  We were not doing this in the past. 
22582         * class.cs (Field.Define): Do not overwrite the type definition
22583         inside the `volatile' group.  Turns out that volatile enumerations
22584         were changing the type here to perform a validity test, which
22585         broke conversions. 
22587 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
22589         * ecore.cs (FieldExpr.AddressOf): In the particular case of This
22590         and structs, we do not want to load the instance variable
22592         (ImplicitReferenceConversion, ImplicitReferenceConversionExists):
22593         enum_type has to be handled like an object reference (implicit
22594         conversions exists from this to object), but the regular IsClass
22595         and IsValueType tests will never return true for this one.
22597         Also we use TypeManager.IsValueType instead of type.IsValueType,
22598         just for consistency with the rest of the code (this is only
22599         needed if we ever use the construct exposed by test-180.cs inside
22600         corlib, which we dont today).
22602 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
22604         * attribute.cs (ApplyAttributes): apply all MethodImplAttributes, not
22605         just InternalCall.
22607 2003-02-09  Martin Baulig  <martin@ximian.com>
22609         * namespace.cs (Namespace..ctor): Added SourceFile argument.
22610         (Namespace.DefineNamespaces): New static public method; this is
22611         called when we're compiling with debugging to add all namespaces
22612         to the symbol file.
22614         * tree.cs (Tree.RecordNamespace): Added SourceFile argument and
22615         pass it to the Namespace's .ctor.
22617         * symbolwriter.cs (SymbolWriter.OpenMethod): Added TypeContainer
22618         and MethodBase arguments; pass the namespace ID to the symwriter;
22619         pass the MethodBase instead of the token to the symwriter.
22620         (SymbolWriter.DefineNamespace): New method to add a namespace to
22621         the symbol file.
22623 2003-02-09  Martin Baulig  <martin@ximian.com>
22625         * symbolwriter.cs: New file.  This is a wrapper around
22626         ISymbolWriter with a cleaner API.  We'll dynamically Invoke()
22627         methods here in near future.
22629 2003-02-09  Martin Baulig  <martin@ximian.com>
22631         * codegen.cs (EmitContext.Mark): Just pass the arguments to
22632         ILGenerator.MarkSequencePoint() which are actually used by the
22633         symbol writer.
22635 2003-02-09  Martin Baulig  <martin@ximian.com>
22637         * location.cs (SourceFile): New public sealed class.  This
22638         contains the name and an index which is used in the location's token.
22639         (Location): Reserve an appropriate number of bits in the token for
22640         the source file instead of walking over that list, this gives us a
22641         really huge performance improvement when compiling with debugging.
22643         * driver.cs (Driver.parse, Driver.tokenize_file): Take a
22644         `SourceFile' argument instead of a string.
22645         (Driver.ProcessFile): Add all the files via Location.AddFile(),
22646         but don't parse/tokenize here, we need to generate the list of all
22647         source files before we do that.
22648         (Driver.ProcessFiles): New static function.  Parses/tokenizes all
22649         the files.
22651         * cs-parser.jay (CSharpParser): Take a `SourceFile' argument
22652         instead of a string.
22654         * cs-tokenizer.cs (Tokenizer): Take `SourceFile' argument instead
22655         of a string.
22657 2003-02-09  Martin Baulig  <martin@ximian.com>
22659         * cs-tokenizer.cs (Tokenizer.PreProcessLine): Also reset the
22660         filename on `#line default'.
22662 Sat Feb 8 17:03:16 CET 2003 Paolo Molaro <lupus@ximian.com>
22664         * statement.cs: don't clear the pinned var when the fixed statement
22665         returns from the method (fixes bug#37752).
22667 Sat Feb 8 12:58:06 CET 2003 Paolo Molaro <lupus@ximian.com>
22669         * typemanager.cs: fix from mathpup@mylinuxisp.com (Marcus Urban) 
22670         to IsValueType.
22672 2003-02-07  Martin Baulig  <martin@ximian.com>
22674         * driver.cs: Removed the `--debug-args' command line argument.
22676         * codegen.cs (CodeGen.SaveSymbols): Removed, this is now done
22677         automatically by the AsssemblyBuilder.
22678         (CodeGen.InitializeSymbolWriter): We don't need to call any
22679         initialization function on the symbol writer anymore.  This method
22680         doesn't take any arguments.
22682 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
22684         * driver.cs: (AddAssemblyAndDeps, LoadAssembly): Enter the types
22685         from referenced assemblies as well.
22687 2003-02-02  Martin Baulig  <martin@ximian.com>
22689         * class.cs (MethodData.Emit): Generate debugging info for external methods.
22691 2003-02-02  Martin Baulig  <martin@ximian.com>
22693         * class.cs (Constructor.Emit): Open the symbol writer before
22694         emitting the constructor initializer.
22695         (ConstructorInitializer.Emit): Call ec.Mark() to allow
22696         single-stepping through constructor initializers.
22698 2003-01-30  Miguel de Icaza  <miguel@ximian.com>
22700         * class.cs: Handle error 549: do not allow virtual methods in
22701         sealed classes. 
22703 2003-02-01 Jackson Harper <jackson@latitudegeo.com>
22705         * decl.cs: Check access levels when resolving types
22707 2003-01-31 Jackson Harper <jackson@latitudegeo.com>
22709         * statement.cs: Add parameters and locals set in catch blocks that might 
22710         return to set vector
22712 2003-01-29  Miguel de Icaza  <miguel@ximian.com>
22714         * class.cs (Operator): Set the SpecialName flags for operators.
22716         * expression.cs (Invocation.DoResolve): Only block calls to
22717         accessors and operators on SpecialName methods.
22719         (Cast.TryReduce): Handle conversions from char constants.
22722 Tue Jan 28 17:30:57 CET 2003 Paolo Molaro <lupus@ximian.com>
22724         * statement.cs: small memory and time optimization in FlowBranching.
22726 2003-01-28  Pedro Mart  <yoros@wanadoo.es>
22728         * expression.cs (IndexerAccess.DoResolveLValue): Resolve the same
22729         problem that the last fix but in the other sid (Set).
22731         * expression.cs (IndexerAccess.DoResolve): Fix a problem with a null
22732         access when there is no indexer in the hierarchy.
22734 2003-01-27 Jackson Harper <jackson@latitudegeo.com>
22736         * class.cs: Combine some if statements.
22738 2003-01-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22740         * driver.cs: fixed bug #37187.
22742 2003-01-27  Pedro Martinez Juliá  <yoros@wanadoo.es>
22744         * expression.cs (IndexerAccess.DoResolve): Before trying to resolve
22745         any indexer, it's needed to build a list with all the indexers in the
22746         hierarchy (AllGetters), else we have problems. Fixes #35653.
22748 2003-01-23  Miguel de Icaza  <miguel@ximian.com>
22750         * class.cs (MethodData.Define): It is wrong for an interface
22751         implementation to be static in both cases: explicit and implicit.
22752         We were only handling this in one case.
22754         Improve the if situation there to not have negations.
22756         * class.cs (Field.Define): Turns out that we do not need to check
22757         the unsafe bit on field definition, only on usage.  Remove the test.
22759 2003-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22761         * driver.cs: use assembly.Location instead of Codebase (the latest
22762         patch made mcs fail when using MS assemblies).
22764 2003-01-21  Tim Haynes <thaynes@openlinksw.com>
22766         * driver.cs: use DirectorySeparatorChar instead of a hardcoded "/" to
22767         get the path to *corlib.dll.
22769 2003-01-21  Nick Drochak <ndrochak@gol.com>
22771         * cs-tokenizer.cs:
22772         * pending.cs:
22773         * typemanager.cs: Remove compiler warnings
22775 2003-01-20  Duncan Mak  <duncan@ximian.com>
22777         * AssemblyInfo.cs: Bump the version number to 0.19.
22779 2003-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22781         * cs-tokenizer.cs: little fixes to line numbering when #line is used.
22783 2003-01-18  Zoltan Varga  <vargaz@freemail.hu>
22785         * class.cs (Constructor::Emit): Emit debugging info for constructors.
22787 2003-01-17  Miguel de Icaza  <miguel@ximian.com>
22789         * cs-parser.jay: Small fix: we were not comparing the constructor
22790         name correctly.   Thanks to Zoltan for the initial pointer.
22792 2003-01-16 Jackson Harper <jackson@latitudegeo.com>
22794         * cs-tokenizer.cs: Set file name when specified with #line
22796 2003-01-15  Miguel de Icaza  <miguel@ximian.com>
22798         * cs-parser.jay: Only perform the constructor checks here if we
22799         are named like the class;  This will help provider a better
22800         error.  The constructor path is taken when a type definition is
22801         not found, but most likely the user forgot to add the type, so
22802         report that rather than the constructor error.
22804 Tue Jan 14 10:36:49 CET 2003 Paolo Molaro <lupus@ximian.com>
22806         * class.cs, rootcontext.cs: small changes to avoid unnecessary memory
22807         allocations.
22809 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
22811         * cs-parser.jay: Add cleanup call.
22813 2003-01-13  Duncan Mak  <duncan@ximian.com>
22815         * cs-tokenizer.cs (Cleanup): Rename to 'cleanup' to make it more
22816         consistent with other methods.
22818 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
22820         * cs-tokenizer.cs: Add Cleanup method, also fix #region error messages.
22822 Sun Jan 12 19:58:42 CET 2003 Paolo Molaro <lupus@ximian.com>
22824         * attribute.cs: only set GuidAttr to true when we have a
22825         GuidAttribute.
22827 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22829         * ecore.cs:
22830         * expression.cs:
22831         * typemanager.cs: fixes to allow mcs compile corlib with the new
22832         Type.IsSubclassOf fix.
22834 2003-01-08  Miguel de Icaza  <miguel@ximian.com>
22836         * expression.cs (LocalVariableReference.DoResolve): Classify a
22837         constant as a value, not as a variable.   Also, set the type for
22838         the variable.
22840         * cs-parser.jay (fixed_statement): take a type instead of a
22841         pointer_type, so we can produce a better error message later.
22843         * statement.cs (Fixed.Resolve): Flag types that are not pointers
22844         as an error.  
22846         (For.DoEmit): Make inifinite loops have a
22847         non-conditional branch back.
22849         (Fixed.DoEmit): First populate the pinned variables, then emit the
22850         statement, then clear the variables.  Before I was emitting the
22851         code once for each fixed piece.
22854 2003-01-08  Martin Baulig  <martin@ximian.com>
22856         * statement.cs (FlowBranching.MergeChild): A break in a
22857         SWITCH_SECTION does not leave a loop.  Fixes #36155.
22859 2003-01-08  Martin Baulig  <martin@ximian.com>
22861         * statement.cs (FlowBranching.CheckOutParameters): `struct_params'
22862         lives in the same number space than `param_map'.  Fixes #36154.
22864 2003-01-07  Miguel de Icaza  <miguel@ximian.com>
22866         * cs-parser.jay (constructor_declaration): Set the
22867         Constructor.ModFlags before probing for it.  This makes the
22868         compiler report 514, 515 and 132 (the code was there, but got
22869         broken). 
22871         * statement.cs (Goto.Resolve): Set `Returns' to ALWAYS.
22872         (GotoDefault.Resolve): Set `Returns' to ALWAYS.
22873         (GotoCase.Resolve): Set `Returns' to ALWAYS.
22875 Tue Jan 7 18:32:24 CET 2003 Paolo Molaro <lupus@ximian.com>
22877         * enum.cs: create the enum static fields using the enum type.
22879 Tue Jan 7 18:23:44 CET 2003 Paolo Molaro <lupus@ximian.com>
22881         * class.cs: don't try to create the ParamBuilder for the return
22882         type if it's not needed (and handle it breaking for the ms runtime
22883         anyway).
22885 2003-01-06 Jackson Harper <jackson@latitudegeo.com>
22887         * cs-tokenizer.cs: Add REGION flag to #region directives, and add checks to make sure that regions are being poped correctly
22889 2002-12-29  Miguel de Icaza  <miguel@ximian.com>
22891         * cs-tokenizer.cs (get_cmd_arg): Fixups to allow \r to terminate
22892         the command.   This showed up while compiling the JANET source
22893         code, which used \r as its only newline separator.
22895 2002-12-28  Miguel de Icaza  <miguel@ximian.com>
22897         * class.cs (Method.Define): If we are an operator (because it
22898         reuses our code), then set the SpecialName and HideBySig.  #36128
22900 2002-12-22  Miguel de Icaza  <miguel@ximian.com>
22902         * ecore.cs (FieldExpr.DoResolve): Instead of throwing an
22903         exception, report error 120 `object reference required'.
22905         * driver.cs: Add --pause option, used during to measure the size
22906         of the process as it goes with --timestamp.
22908         * expression.cs (Invocation.DoResolve): Do not allow methods with
22909         SpecialName to be invoked.
22911 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
22913         * cs-tokenizer.cs: Small fix to the parser: compute the ascii
22914         number before adding it.
22916 2002-12-21  Ravi Pratap  <ravi@ximian.com>
22918         * ecore.cs (StandardImplicitConversion): When in an unsafe
22919         context, we allow conversion between void * to any other pointer
22920         type. This fixes bug #35973.
22922 2002-12-20 Jackson Harper <jackson@latitudegeo.com>
22924         * codegen.cs: Use Path.GetFileNameWithoutExtension so an exception
22925         is not thrown when extensionless outputs are used 
22927 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22929         * rootcontext.cs: fixed compilation of corlib.
22931 2002-12-19  Miguel de Icaza  <miguel@ximian.com>
22933         * attribute.cs (Attributes.Contains): Add new method.
22935         * class.cs (MethodCore.LabelParameters): if the parameter is an
22936         `out' parameter, check that no attribute `[In]' has been passed.
22938         * enum.cs: Handle the `value__' name in an enumeration.
22940 2002-12-14  Jaroslaw Kowalski <jarek@atm.com.pl>
22942         * decl.cs: Added special case to allow overrides on "protected
22943         internal" methods
22945 2002-12-18  Ravi Pratap  <ravi@ximian.com>
22947         * attribute.cs (Attributes.AddAttributeSection): Rename to this
22948         since it makes much more sense.
22950         (Attributes.ctor): Don't require a Location parameter.
22952         * rootcontext.cs (AddGlobalAttributeSection): Rename again.
22954         * attribute.cs (ApplyAttributes): Remove extra Location parameters
22955         since we already have that information per attribute.
22957         * everywhere : make appropriate changes.
22959         * class.cs (LabelParameters): Write the code which actually
22960         applies attributes to the return type. We can't do this on the MS
22961         .NET runtime so we flag a warning in the case an exception is
22962         thrown.
22964 2002-12-18  Miguel de Icaza  <miguel@ximian.com>
22966         * const.cs: Handle implicit null conversions here too.
22968 2002-12-17  Ravi Pratap  <ravi@ximian.com>
22970         * class.cs (MethodCore.LabelParameters): Remove the extra
22971         Type [] parameter since it is completely unnecessary. Instead
22972         pass in the method's attributes so that we can extract
22973         the "return" attribute.
22975 2002-12-17  Miguel de Icaza  <miguel@ximian.com>
22977         * cs-parser.jay (parse): Use Report.Error to flag errors instead
22978         of ignoring it and letting the compile continue.
22980         * typemanager.cs (ChangeType): use an extra argument to return an
22981         error condition instead of throwing an exception.
22983 2002-12-15  Miguel de Icaza  <miguel@ximian.com>
22985         * expression.cs (Unary.TryReduce): mimic the code for the regular
22986         code path.  Perform an implicit cast in the cases where we can
22987         implicitly convert to one of the integral types, and then reduce
22988         based on that constant.   This fixes bug #35483.
22990 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22992         * typemanager.cs: fixed cut & paste error in GetRemoveMethod.
22994 2002-12-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22996         * namespace.cs: fixed bug #35489.
22998 2002-12-12  Miguel de Icaza  <miguel@ximian.com>
23000         * class.cs: Remove some dead code.
23002         * cs-parser.jay: Estimate the number of methods needed
23003         (RootContext.MethodCount);
23005         * cs-tokenizer.cs: Use char arrays for parsing identifiers and
23006         numbers instead of StringBuilders.
23008         * support.cs (PtrHashtable): Add constructor with initial size;
23009         We can now reduce reallocations of the method table.
23011 2002-12-10  Ravi Pratap  <ravi@ximian.com>
23013         * attribute.cs (ApplyAttributes): Keep track of the emitted
23014         attributes on a per-target basis. This fixes bug #35413.
23016 2002-12-10  Miguel de Icaza  <miguel@ximian.com>
23018         * driver.cs (MainDriver): On rotor encoding 28591 does not exist,
23019         default to the Windows 1252 encoding.
23021         (UnixParseOption): Support version, thanks to Alp for the missing
23022         pointer. 
23024         * AssemblyInfo.cs: Add nice assembly information.
23026         * cs-tokenizer.cs: Add fix from Felix to the #if/#else handler
23027         (bug 35169).
23029         * cs-parser.jay: Allow a trailing comma before the close bracked
23030         in the attribute_section production.
23032         * ecore.cs (FieldExpr.AddressOf): Until I figure out why the
23033         address of the instance was being taken, I will take this out,
23034         because we take the address of the object immediately here.
23036 2002-12-09  Ravi Pratap  <ravi@ximian.com>
23038         * typemanager.cs (AreMultipleAllowed): Take care of the most
23039         obvious case where attribute type is not in the current assembly -
23040         stupid me ;-)
23042 2002-12-08  Miguel de Icaza  <miguel@ximian.com>
23044         * ecore.cs (SimpleName.DoResolve): First perform lookups on using
23045         definitions, instead of doing that afterwards.  
23047         Also we use a nice little hack, depending on the constructor, we
23048         know if we are a "composed" name or a simple name.  Hence, we
23049         avoid the IndexOf test, and we avoid 
23051         * codegen.cs: Add code to assist in a bug reporter to track down
23052         the source of a compiler crash. 
23054 2002-12-07  Ravi Pratap  <ravi@ximian.com>
23056         * attribute.cs (Attribute.ApplyAttributes) : Keep track of which attribute
23057         types have been emitted for a given element and flag an error
23058         if something which does not have AllowMultiple set is used more
23059         than once.
23061         * typemanager.cs (RegisterAttributeAllowMultiple): Keep track of
23062         attribute types and their corresponding AllowMultiple properties
23064         (AreMultipleAllowed): Check the property for a given type.
23066         * attribute.cs (Attribute.ApplyAttributes): Register the AllowMultiple
23067         property in the case we have a TypeContainer.
23069         (Attributes.AddAttribute): Detect duplicates and just skip on
23070         adding them. This trivial fix catches a pretty gross error in our
23071         attribute emission - global attributes were being emitted twice!
23073         Bugzilla bug #33187 is now fixed.
23075 2002-12-06  Miguel de Icaza  <miguel@ximian.com>
23077         * cs-tokenizer.cs (pp_expr): Properly recurse here (use pp_expr
23078         instead of pp_and).
23080         * expression.cs (Binary.ResolveOperator): I can only use the
23081         Concat (string, string, string) and Concat (string, string,
23082         string, string) if the child is actually a concatenation of
23083         strings. 
23085 2002-12-04  Miguel de Icaza  <miguel@ximian.com>
23087         * cs-tokenizer.cs: Small fix, because decimal_digits is used in a
23088         context where we need a 2-character lookahead.
23090         * pending.cs (PendingImplementation): Rework so we can keep track
23091         of interface types all the time, and flag those which were
23092         implemented by parents as optional.
23094 2002-12-03  Miguel de Icaza  <miguel@ximian.com>
23096         * expression.cs (Binary.ResolveOperator): Use
23097         String.Concat(string,string,string) or
23098         String.Concat(string,string,string,string) when possible. 
23100         * typemanager: More helper methods.
23103 Tue Dec 3 19:32:04 CET 2002 Paolo Molaro <lupus@ximian.com>
23105         * pending.cs: remove the bogus return from GetMissingInterfaces()
23106         (see the 2002-11-06 entry: the mono runtime is now fixed in cvs).
23108 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23110         * namespace.cs: avoid duplicated 'using xxx' being added to
23111         using_clauses. This prevents mcs from issuing and 'ambiguous type' error
23112         when we get more than one 'using' statement for the same namespace.
23113         Report a CS0105 warning for it.
23115 2002-11-30  Miguel de Icaza  <miguel@ximian.com>
23117         * cs-tokenizer.cs (consume_identifier): use read directly, instead
23118         of calling getChar/putback, uses internal knowledge of it.    
23120         (xtoken): Reorder tokenizer so most common patterns are checked
23121         first.  This reduces the compilation time in another 5% (from 8.11s
23122         average to 7.73s for bootstrapping mcs on my Mobile p4/1.8ghz).
23124         The parsing time is 22% of the compilation in mcs, and from that
23125         64% is spent on the tokenization process.  
23127         I tried using a binary search for keywords, but this is slower
23128         than the hashtable.  Another option would be to do a couple of
23129         things:
23131                 * Not use a StringBuilder, instead use an array of chars,
23132                   with a set value.  Notice that this way we could catch
23133                   the 645 error without having to do it *afterwards*.
23135                 * We could write a hand-parser to avoid the hashtable
23136                   compares altogether.
23138         The identifier consumption process takes 37% of the tokenization
23139         time.  Another 15% is spent on is_number.  56% of the time spent
23140         on is_number is spent on Int64.Parse:
23142                 * We could probably choose based on the string length to
23143                   use Int32.Parse or Int64.Parse and avoid all the 64-bit
23144                   computations. 
23146         Another 3% is spend on wrapping `xtoken' in the `token' function.
23148         Handle 0xa0 as whitespace (#34752)
23150 2002-11-26  Miguel de Icaza  <miguel@ximian.com>
23152         * typemanager.cs (IsCLRType): New routine to tell whether a type
23153         is one of the builtin types.  
23155         Maybe it needs to use TypeCodes to be faster.  Maybe we could use
23156         typecode in more places instead of doing pointer comparissions.
23157         We could leverage some knowledge about the way the typecodes are
23158         laid out.
23160         New code to cache namespaces in assemblies, it is currently not
23161         invoked, to be used soon.
23163         * decl.cs (DeclSpace.MakeFQN): Simple optimization.
23165         * expression.cs (Binary.ResolveOperator): specially handle
23166         strings, and do not perform user-defined operator overloading for
23167         built-in types.
23169 2002-11-24  Miguel de Icaza  <miguel@ximian.com>
23171         * cs-tokenizer.cs: Avoid calling Char.IsDigit which is an
23172         internalcall as it is a pretty simple operation;  Avoid whenever
23173         possible to call Char.IsLetter.
23175         (consume_identifier): Cut by half the number of
23176         hashtable calls by merging the is_keyword and GetKeyword behavior.
23178         Do not short-circuit, because if we do, we
23179         report errors (ie, #if false && true would produce an invalid
23180         directive error);
23183 2002-11-24  Martin Baulig  <martin@ximian.com>
23185         * expression.cs (Cast.TryReduce): If we're in checked syntax,
23186         check constant ranges and report a CS0221.  Fixes #33186.
23188 2002-11-24  Martin Baulig  <martin@ximian.com>
23190         * cs-parser.jay: Make this work for uninitialized variable
23191         declarations in the `for' initializer.  Fixes #32416.
23193 2002-11-24  Martin Baulig  <martin@ximian.com>
23195         * ecore.cs (Expression.ConvertExplicit): Make casting from/to
23196         System.Enum actually work.  Fixes bug #32269, added verify-6.cs.
23198 2002-11-24  Martin Baulig  <martin@ximian.com>
23200         * expression.cs (Binary.DoNumericPromotions): Added `check_user_conv'
23201         argument; if true, we also check for user-defined conversions.
23202         This is only needed if both arguments are of a user-defined type.
23203         Fixes #30443, added test-175.cs.
23204         (Binary.ForceConversion): Pass the location argument to ConvertImplicit.
23206         * ecore.cs (Expression.ImplicitUserConversionExists): New method.
23208 2002-11-24  Martin Baulig  <martin@ximian.com>
23210         * expression.cs (ArrayAccess.GetStoreOpcode): New public static
23211         function to get the store opcode.
23212         (Invocation.EmitParams): Call ArrayAccess.GetStoreOpcode() and
23213         only emit the Ldelema if the store opcode is Stobj.  You must run
23214         both test-34 and test-167 to test this.  Fixes #34529.
23216 2002-11-23  Martin Baulig  <martin@ximian.com>
23218         * ecore.cs (Expression.MemberLookup): Added additional
23219         `qualifier_type' argument which is used when we're being called
23220         from MemberAccess.DoResolve() and null if we're called from a
23221         SimpleName lookup.
23222         (Expression.MemberLookupFailed): New method to report errors; this
23223         does the CS1540 check and reports the correct error message.
23225         * typemanager.cs (MemberLookup): Added additional `qualifier_type'
23226         argument for the CS1540 check and redone the way how we're dealing
23227         with private members.  See the comment in the source code for details.
23228         (FilterWithClosure): Reverted this back to revision 1.197; renamed
23229         `closure_start_type' to `closure_qualifier_type' and check whether
23230         it's not null.  It was not this filter being broken, it was just
23231         being called with the wrong arguments.
23233         * expression.cs (MemberAccess.DoResolve): use MemberLookupFinal()
23234         and pass it the correct `qualifier_type'; this also does the error
23235         handling for us.
23237 2002-11-22  Miguel de Icaza  <miguel@ximian.com>
23239         * expression.cs (Invocation.EmitParams): If the we are dealing
23240         with a non-built-in value type, load its address as well.
23242         (ArrayCreation): Use a a pretty constant instead
23243         of the hardcoded value 2.   Use 6 instead of 2 for the number of
23244         static initializers.  
23246         (ArrayCreation.EmitDynamicInitializers): Peel enumerations,
23247         because they are not really value types, just glorified integers. 
23249         * driver.cs: Do not append .exe, the CSC compiler does not do it.
23251         * ecore.cs: Remove redundant code for enumerations, make them use
23252         the same code path as everything else, fixes the casting issue
23253         with enumerations in Windows.Forms.
23255         * attribute.cs: Do only cast to string if it is a string, the
23256         validation happens later.
23258         * typemanager.cs: Temproary hack to avoid a bootstrap issue until
23259         people upgrade their corlibs.
23261         * ecore.cs: Oops, enumerations were not following the entire code path
23263 2002-11-21  Miguel de Icaza  <miguel@ximian.com>
23265         * typemanager.cs (FilterWithClosure): Commented out the test for
23266         1540 in typemanager.cs, as it has problems when accessing
23267         protected methods from a parent class (see test-174.cs). 
23269         * attribute.cs (Attribute.ValidateGuid): new method.
23270         (Attribute.Resolve): Use above.
23272 2002-11-19  Miguel de Icaza  <miguel@ximian.com>
23274         * enum.cs: In FindMembers, perform a recursive lookup for values. (34308)
23276         * ecore.cs (SimpleName.SimpleNameResolve): Remove the special
23277         handling for enumerations, as we only needed the TypeContainer
23278         functionality to begin with (this is required for the fix below to
23279         work for enums that reference constants in a container class for
23280         example). 
23282         * codegen.cs (EmitContext): Make TypeContainer a DeclSpace.
23284         * enum.cs (Enum.Define): Use `this' instead of parent, so we have
23285         a valid TypeBuilder to perform lookups on.o
23287         * class.cs (InheritableMemberSignatureCompare): Use true in the
23288         call to GetGetMethod and GetSetMethod, because we are comparing
23289         the signature, and we need to get the methods *even* if they are
23290         private. 
23292         (PropertyBase.CheckBase): ditto.
23294         * statement.cs (Switch.ResolveAndReduce, Block.EmitMeta,
23295         GotoCase.Resolve): Use Peel on EmpytCasts.
23297         * ecore.cs (EmptyCast): drop child, add Peel method.
23299 2002-11-17  Martin Baulig  <martin@ximian.com>
23301         * ecore.cs (EmptyCast.Child): New public property.
23303         * statement.cs (SwitchLabel.ResolveAndReduce): Check whether the
23304         label resolved to an EmptyCast.  Fixes #34162.
23305         (GotoCase.Resolve): Likewise.
23306         (Block.EmitMeta): Likewise.
23308 2002-11-17  Martin Baulig  <martin@ximian.com>
23310         * expression.cs (Invocation.BetterConversion): Prefer int over
23311         uint; short over ushort; long over ulong for integer literals.
23312         Use ImplicitConversionExists instead of StandardConversionExists
23313         since we also need to check for user-defined implicit conversions.
23314         Fixes #34165.  Added test-173.cs.
23316 2002-11-16  Martin Baulig  <martin@ximian.com>
23318         * expression.cs (Binary.EmitBranchable): Eliminate comparisions
23319         with the `true' and `false' literals.  Fixes #33151.
23321 2002-11-16  Martin Baulig  <martin@ximian.com>
23323         * typemanager.cs (RealMemberLookup): Reverted Miguel's patch from
23324         October 22nd; don't do the cs1540 check for static members.
23326         * ecore.cs (PropertyExpr.ResolveAccessors): Rewrote this; we're
23327         now using our own filter here and doing the cs1540 check again.
23329 2002-11-16  Martin Baulig  <martin@ximian.com>
23331         * support.cs (InternalParameters): Don't crash if we don't have
23332         any fixed parameters.  Fixes #33532.
23334 2002-11-16  Martin Baulig  <martin@ximian.com>
23336         * decl.cs (MemberCache.AddMethods): Use BindingFlags.FlattenHierarchy
23337         when looking up static methods to make this work on Windows.
23338         Fixes #33773.
23340 2002-11-16  Martin Baulig  <martin@ximian.com>
23342         * ecore.cs (PropertyExpr.VerifyAssignable): Check whether we have
23343         a setter rather than using PropertyInfo.CanWrite.
23345 2002-11-15  Nick Drochak  <ndrochak@gol.com>
23347         * class.cs: Allow acces to block member by subclasses. Fixes build
23348         breaker.
23350 2002-11-14  Martin Baulig  <martin@ximian.com>
23352         * class.cs (Constructor.Emit): Added the extern/block check.
23353         Fixes bug #33678.
23355 2002-11-14  Martin Baulig  <martin@ximian.com>
23357         * expression.cs (IndexerAccess.DoResolve): Do a DeclaredOnly
23358         iteration while looking for indexers, this is needed because the
23359         indexer may have a different name in our base classes.  Fixed the
23360         error reporting (no indexers at all, not get accessor, no
23361         overloaded match).  Fixes bug #33089.
23362         (IndexerAccess.DoResolveLValue): Likewise.
23364 2002-11-14  Martin Baulig  <martin@ximian.com>
23366         * class.cs (PropertyBase.CheckBase): Make this work for multiple
23367         indexers.  Fixes the first part of bug #33089.
23368         (MethodSignature.InheritableMemberSignatureCompare): Added support
23369         for properties.
23371 2002-11-13  Ravi Pratap  <ravi@ximian.com>
23373         * attribute.cs (Attribute.Resolve): Catch the
23374         NullReferenceException and report it since it isn't supposed to
23375         happen. 
23377 2002-11-12  Miguel de Icaza  <miguel@ximian.com>
23379         * expression.cs (Binary.EmitBranchable): Also handle the cases for
23380         LogicalOr and LogicalAnd that can benefit from recursively
23381         handling EmitBranchable.  The code now should be nice for Paolo.
23383 2002-11-08  Miguel de Icaza  <miguel@ximian.com>
23385         * typemanager.cs (LookupType): Added a negative-hit hashtable for
23386         the Type lookups, as we perform quite a number of lookups on
23387         non-Types.  This can be removed once we can deterministically tell
23388         whether we have a type or a namespace in advance.
23390         But this might require special hacks from our corlib.
23392         * TODO: updated.
23394         * ecore.cs (TryImplicitIntConversion): Handle conversions to float
23395         and double which avoids a conversion from an integer to a double.
23397         * expression.cs: tiny optimization, avoid calling IsConstant,
23398         because it effectively performs the lookup twice.
23400 2002-11-06  Miguel de Icaza  <miguel@ximian.com>
23402         But a bogus return here to keep the semantics of the old code
23403         until the Mono runtime is fixed.
23405         * pending.cs (GetMissingInterfaces): New method used to remove all
23406         the interfaces that are already implemented by our parent
23407         classes from the list of pending methods. 
23409         * interface.cs: Add checks for calls after ResolveTypeExpr.
23411 2002-11-05  Miguel de Icaza  <miguel@ximian.com>
23413         * class.cs (Class.Emit): Report warning 67: event not used if the
23414         warning level is beyond 3.
23416         * ecore.cs (Expression.ConvertExplicit): Missed a check for expr
23417         being a NullLiteral.
23419         * cs-parser.jay: Fix, Gonzalo reverted the order of the rank
23420         specifiers. 
23422         * class.cs (TypeContainer.GetClassBases): Cover a missing code
23423         path that might fail if a type can not be resolved.
23425         * expression.cs (Binary.Emit): Emit unsigned versions of the
23426         operators. 
23428         * driver.cs: use error 5.
23430 2002-11-02  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
23432         * cs-parser.jay: simplified a rule and 5 SR conflicts dissapeared.
23434 2002-11-01  Miguel de Icaza  <miguel@ximian.com>
23436         * cs-parser.jay (switch_section): A beautiful patch from Martin
23437         Baulig that fixed 33094.
23439 2002-10-31  Miguel de Icaza  <miguel@ximian.com>
23441         * ecore.cs (PropertyExpr.DoResolveLValue, PropertyExpr.DoResolve):
23442         Check whether the base is abstract and report an error if so.
23444         * expression.cs (IndexerAccess.DoResolveLValue,
23445         IndexerAccess.DoResolve): ditto. 
23447         (Invocation.DoResolve): ditto.
23449         (Invocation.FullMethodDesc): Improve the report string.
23451         * statement.cs (Block): Eliminate IsVariableDefined as it is
23452         basically just a wrapper for GetVariableInfo.
23454         * ecore.cs (SimpleName): Use new 
23456         * support.cs (ReflectionParamter.ParameterType): We unwrap the
23457         type, as we return the actual parameter ref/unref state on a
23458         different call.
23460 2002-10-30  Miguel de Icaza  <miguel@ximian.com>
23462         * support.cs: Return proper flags REF/OUT fixing the previous
23463         commit.  
23465         * expression.cs: Reverted last patch, that was wrong.  Is_ref is
23466         not used to mean `ref' but `ref or out' in ParameterReference
23468         * delegate.cs (FullDelegateDesc): use ParameterDesc to get the
23469         full type signature instead of calling TypeManger.CSharpName
23470         ourselves. 
23472         * support.cs (InternalParameters.ParameterDesc): Do not compare
23473         directly to the modflags, because REF/OUT will actually be bitsets
23474         if set. 
23476         * delegate.cs (VerifyMethod): Check also the modifiers.
23478         * cs-tokenizer.cs: Fix bug where floating point values with an
23479         exponent where a sign was missing was ignored.
23481         * driver.cs: Allow multiple assemblies to be specified in a single
23482         /r: argument
23484 2002-10-28  Miguel de Icaza  <miguel@ximian.com>
23486         * cs-parser.jay: Ugly.  We had to add a multiplicative_expression,
23487         because identifiers after a parenthesis would end up in this kind
23488         of production, and we needed to desamiguate it for having casts
23489         like:
23491                 (UserDefinedType *) xxx
23493 2002-10-24  Miguel de Icaza  <miguel@ximian.com>
23495         * typemanager.cs (RealMemberLookup): when we deal with a subclass,
23496         we should set on the Bindingflags.NonPublic, but not turn on
23497         private_ok.  private_ok controls whether a Private member is
23498         returned (this is chekced on the filter routine), while the
23499         BindingFlags.NonPublic just controls whether private/protected
23500         will be allowed.   This fixes the problem part of the problem of
23501         private properties being allowed to be used in derived classes.
23503         * expression.cs (BaseAccess): Provide an DoResolveLValue method,
23504         so we can call the children DoResolveLValue method (this will
23505         properly signal errors on lvalue assignments to base properties)
23507         * ecore.cs (PropertyExpr.ResolveAccessors): If both setter and
23508         getter are null, and we have a property info, we know that this
23509         happened because the lookup failed, so we report an error 122 for
23510         protection level violation.
23512         We also silently return if setter and getter are null in the
23513         resolve functions, this condition only happens if we have flagged
23514         the error before.  This is the other half of the problem. 
23516         (PropertyExpr.ResolveAccessors): Turns out that PropertyInfo does
23517         not have accessibility information, that is why we were returning
23518         true in the filter function in typemanager.cs.
23520         To properly report 122 (property is inaccessible because of its
23521         protection level) correctly, we report this error in ResolveAccess
23522         by failing if both the setter and the getter are lacking (ie, the
23523         lookup failed). 
23525         DoResolve and DoLResolve have been modified to check for both
23526         setter/getter being null and returning silently, the reason being
23527         that I did not want to put the knowledge about this error in upper
23528         layers, like:
23530         int old = Report.Errors;
23531         x = new PropertyExpr (...);
23532         if (old != Report.Errors)
23533                 return null;
23534         else
23535                 return x;
23537         So the property expr is returned, but it is invalid, so the error
23538         will be flagged during the resolve process. 
23540         * class.cs: Remove InheritablePropertySignatureCompare from the
23541         class, as we no longer depend on the property signature to compute
23542         whether it is possible to implement a method or not.
23544         The reason is that calling PropertyInfo.GetGetMethod will return
23545         null (in .NET, in Mono it works, and we should change this), in
23546         cases where the Get Method does not exist in that particular
23547         class.
23549         So this code:
23551         class X { public virtual int A { get { return 1; } } }
23552         class Y : X { }
23553         class Z : Y { public override int A { get { return 2; } } }
23555         Would fail in Z because the parent (Y) would not have the property
23556         defined.  So we avoid this completely now (because the alternative
23557         fix was ugly and slow), and we now depend exclusively on the
23558         method names.
23560         (PropertyBase.CheckBase): Use a method-base mechanism to find our
23561         reference method, instead of using the property.
23563         * typemanager.cs (GetPropertyGetter, GetPropertySetter): These
23564         routines are gone now.
23566         * typemanager.cs (GetPropertyGetter, GetPropertySetter): swap the
23567         names, they were incorrectly named.
23569         * cs-tokenizer.cs: Return are more gentle token on failure. 
23571         * pending.cs (PendingImplementation.InterfaceMethod): This routine
23572         had an out-of-sync index variable, which caused it to remove from
23573         the list of pending methods the wrong method sometimes.
23575 2002-10-22  Miguel de Icaza  <miguel@ximian.com>
23577         * ecore.cs (PropertyExpr): Do not use PropertyInfo.CanRead,
23578         CanWrite, because those refer to this particular instance of the
23579         property, and do not take into account the fact that we can
23580         override single members of a property.
23582         Constructor requires an EmitContext.  The resolution process does
23583         not happen here, but we need to compute the accessors before,
23584         because the resolution does not always happen for properties.
23586         * typemanager.cs (RealMemberLookup): Set private_ok if we are a
23587         subclass, before we did not update this flag, but we did update
23588         bindingflags. 
23590         (GetAccessors): Drop this routine, as it did not work in the
23591         presence of partially overwritten set/get methods. 
23593         Notice that this broke the cs1540 detection, but that will require
23594         more thinking. 
23596 2002-10-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23598         * class.cs:
23599         * codegen.cs:
23600         * driver.cs: issue a warning instead of an error if we don't support
23601         debugging for the platform. Also ignore a couple of errors that may
23602         arise when trying to write the symbols. Undo my previous patch.
23604 2002-10-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23606         * driver.cs: ignore /debug switch except for Unix platforms.
23608 2002-10-23  Nick Drochak  <ndrochak@gol.com>
23610         * makefile: Remove mcs2.exe and mcs3.exe on 'make clean'
23612 2002-10-21  Miguel de Icaza  <miguel@ximian.com>
23614         * driver.cs: Do not make mcs-debug conditional, so we do not break
23615         builds that use it.
23617         * statement.cs (UsageVector.MergeChildren): I would like Martin to
23618         review this patch.  But basically after all the children variables
23619         have been merged, the value of "Breaks" was not being set to
23620         new_breaks for Switch blocks.  I think that it should be set after
23621         it has executed.  Currently I set this to the value of new_breaks,
23622         but only if new_breaks is FlowReturn.ALWAYS, which is a bit
23623         conservative, but I do not understand this code very well.
23625         I did not break anything in the build, so that is good ;-)
23627         * cs-tokenizer.cs: Also allow \r in comments as a line separator.
23629 2002-10-20  Mark Crichton  <crichton@gimp.org>
23631         * cfold.cs: Fixed compile blocker.  Really fixed it this time.
23633 2002-10-20  Nick Drochak  <ndrochak@gol.com>
23635         * cfold.cs: Fixed compile blocker.
23637 2002-10-20  Miguel de Icaza  <miguel@ximian.com>
23639         * driver.cs: I was chekcing the key, not the file.
23641 2002-10-19  Ravi Pratap  <ravi@ximian.com>
23643         * ecore.cs (UserDefinedConversion): Get rid of the bogus error
23644         message that we were generating - we just need to silently return
23645         a null.
23647 2002-10-19  Miguel de Icaza  <miguel@ximian.com>
23649         * class.cs (Event.Define): Change my previous commit, as this
23650         breaks the debugger.  This is a temporary hack, as it seems like
23651         the compiler is generating events incorrectly to begin with.
23653         * expression.cs (Binary.ResolveOperator): Added support for 
23654         "U operator - (E x, E y)"
23656         * cfold.cs (BinaryFold): Added support for "U operator - (E x, E
23657         y)".
23659         * ecore.cs (FieldExpr.AddressOf): We had a special code path for
23660         init-only variables, but this path did not take into account that
23661         there might be also instance readonly variables.  Correct this
23662         problem. 
23664         This fixes bug 32253
23666         * delegate.cs (NewDelegate.DoResolve): Catch creation of unsafe
23667         delegates as well.
23669         * driver.cs: Change the extension for modules to `netmodule'
23671         * cs-parser.jay: Improved slightly the location tracking for
23672         the debugger symbols.
23674         * class.cs (Event.Define): Use Modifiers.FieldAttr on the
23675         modifiers that were specified instead of the hardcoded value
23676         (FamAndAssem).  This was basically ignoring the static modifier,
23677         and others.  Fixes 32429.
23679         * statement.cs (Switch.SimpleSwitchEmit): Simplified the code, and
23680         fixed a bug in the process (32476)
23682         * expression.cs (ArrayAccess.EmitAssign): Patch from
23683         hwang_rob@yahoo.ca that fixes bug 31834.3
23685 2002-10-18  Miguel de Icaza  <miguel@ximian.com>
23687         * driver.cs: Make the module extension .netmodule.
23689 2002-10-16  Miguel de Icaza  <miguel@ximian.com>
23691         * driver.cs: Report an error if the resource file is not found
23692         instead of crashing.
23694         * ecore.cs (PropertyExpr.EmitAssign): Pass IsBase instead of
23695         false, like Emit does.
23697 2002-10-16  Nick Drochak  <ndrochak@gol.com>
23699         * typemanager.cs: Remove unused private member.  Also reported mcs
23700         bug to report this as a warning like csc.
23702 2002-10-15  Martin Baulig  <martin@gnome.org>
23704         * statement.cs (Statement.Emit): Made this a virtual method; emits
23705         the line number info and calls DoEmit().
23706         (Statement.DoEmit): New protected abstract method, formerly knows
23707         as Statement.Emit().
23709         * codegen.cs (EmitContext.Mark): Check whether we have a symbol writer.
23711 2002-10-11  Miguel de Icaza  <miguel@ximian.com>
23713         * class.cs: Following the comment from 2002-09-26 to AddMethod, I
23714         have fixed a remaining problem: not every AddXXXX was adding a
23715         fully qualified name.  
23717         Now everyone registers a fully qualified name in the DeclSpace as
23718         being defined instead of the partial name.  
23720         Downsides: we are slower than we need to be due to the excess
23721         copies and the names being registered this way.  
23723         The reason for this is that we currently depend (on the corlib
23724         bootstrap for instance) that types are fully qualified, because
23725         we dump all the types in the namespace, and we should really have
23726         types inserted into the proper namespace, so we can only store the
23727         basenames in the defined_names array.
23729 2002-10-10  Martin Baulig  <martin@gnome.org>
23731         * expression.cs (ArrayAccess.EmitStoreOpcode): Reverted the patch
23732         from bug #31834, see the bug report for a testcase which is
23733         miscompiled.
23735 2002-10-10  Martin Baulig  <martin@gnome.org>
23737         * codegen.cs (EmitContext.Breaks): Removed, we're now using the
23738         flow analysis code for this.
23740         * statement.cs (Do, While, For): Tell the flow analysis code about
23741         infinite loops.
23742         (FlowBranching.UsageVector): Added support for infinite loops.
23743         (Block.Resolve): Moved the dead code elimination here and use flow
23744         analysis to do it.
23746 2002-10-09  Miguel de Icaza  <miguel@ximian.com>
23748         * class.cs (Field.Define): Catch cycles on struct type
23749         definitions. 
23751         * typemanager.cs (IsUnmanagedtype): Do not recursively check
23752         fields if the fields are static.  We only need to check instance
23753         fields. 
23755         * expression.cs (As.DoResolve): Test for reference type.
23757         * statement.cs (Using.ResolveExpression): Use
23758         ConvertImplicitRequired, not ConvertImplicit which reports an
23759         error on failture
23760         (Using.ResolveLocalVariableDecls): ditto.
23762         * expression.cs (Binary.ResolveOperator): Report errors in a few
23763         places where we had to.
23765         * typemanager.cs (IsUnmanagedtype): Finish implementation.
23767 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
23769         * expression.cs: Use StoreFromPtr instead of extracting the type
23770         and then trying to use Stelem.  Patch is from hwang_rob@yahoo.ca
23772         * ecore.cs (ImplicitReferenceConversion): It is possible to assign
23773         an enumeration value to a System.Enum, but System.Enum is not a
23774         value type, but an class type, so we need to box.
23776         (Expression.ConvertExplicit): One codepath could return
23777         errors but not flag them.  Fix this.  Fixes #31853
23779         * parameter.cs (Resolve): Do not allow void as a parameter type.
23781 2002-10-06  Martin Baulig  <martin@gnome.org>
23783         * statemenc.cs (FlowBranching.SetParameterAssigned): Don't crash
23784         if it's a class type and not a struct.  Fixes #31815.
23786 2002-10-06  Martin Baulig  <martin@gnome.org>
23788         * statement.cs: Reworked the flow analysis code a bit to make it
23789         usable for dead code elimination.
23791 2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23793         * cs-parser.jay: allow empty source files. Fixes bug #31781.
23795 2002-10-04  Miguel de Icaza  <miguel@ximian.com>
23797         * expression.cs (ComposedCast.DoResolveType): A quick workaround
23798         to fix the test 165, will investigate deeper.
23800 2002-10-04  Martin Baulig  <martin@gnome.org>
23802         * statement.cs (FlowBranching.UsageVector.MergeChildren): Make
23803         finally blocks actually work.
23804         (Try.Resolve): We don't need to create a sibling for `finally' if
23805         there is no finally block.
23807 2002-10-04  Martin Baulig  <martin@gnome.org>
23809         * class.cs (Constructor.Define): The default accessibility for a
23810         non-default constructor is private, not public.
23812 2002-10-04  Miguel de Icaza  <miguel@ximian.com>
23814         * class.cs (Constructor): Make AllowedModifiers public, add
23815         EXTERN.
23817         * cs-parser.jay: Perform the modifiers test here, as the
23818         constructor for the Constructor class usually receives a zero
23819         because of the way we create it (first we create, later we
23820         customize, and we were never checking the modifiers).
23822         * typemanager.cs (Typemanager.LookupTypeDirect): This new function
23823         is a version of LookupTypeReflection that includes the type-name
23824         cache.  This can be used as a fast path for functions that know
23825         the fully qualified name and are only calling into *.GetType() to
23826         obtain a composed type.
23828         This is also used by TypeManager.LookupType during its type
23829         composition.
23831         (LookupType): We now also track the real type name, as sometimes
23832         we can get a quey for the real type name from things like
23833         ComposedCast.  This fixes bug 31422.
23835         * expression.cs (ComposedCast.Resolve): Since we are obtaining a
23836         complete type fullname, it does not have to go through the type
23837         resolution system to obtain the composed version of the type (for
23838         obtaining arrays or pointers).
23840         (Conditional.Emit): Use the EmitBoolExpression to
23841         generate nicer code, as requested by Paolo.
23843         (ArrayCreation.CheckIndices): Use the patch from
23844         hwang_rob@yahoo.ca to validate the array initializers. 
23846 2002-10-03  Miguel de Icaza  <miguel@ximian.com>
23848         * class.cs (ConstructorInitializer.Emit): simplify code by using
23849         Invocation.EmitCall, and at the same time, fix the bugs in calling
23850         parent constructors that took variable arguments. 
23852         * ecore.cs (Expression.ConvertNumericExplicit,
23853         Expression.ImplicitNumericConversion): Remove the code that
23854         manually wrapped decimal (InternalTypeConstructor call is now gone
23855         as well).
23857         * expression.cs (Cast.TryReduce): Also handle decimal types when
23858         trying to perform a constant fold on the type.
23860         * typemanager.cs (IsUnmanagedtype): Partially implemented.
23862         * parameter.cs: Removed ResolveAndDefine, as it was not needed, as
23863         that only turned off an error report, and did nothing else. 
23865 2002-10-02  Miguel de Icaza  <miguel@ximian.com>
23867         * driver.cs: Handle and ignore /fullpaths
23869 2002-10-01  Miguel de Icaza  <miguel@ximian.com>
23871         * expression.cs (Binary.ResolveOperator): Catch the case where
23872         DoNumericPromotions returns true, 
23874         (Binary.DoNumericPromotions): Simplify the code, and the tests.
23876 2002-09-27  Miguel de Icaza  <miguel@ximian.com>
23878         * ecore.cs (EventExpr.Emit): Instead of emitting an exception,
23879         report error 70.
23881 2002-09-26  Miguel de Icaza  <miguel@ximian.com>
23883         * ecore.cs (ConvertNumericExplicit): It is not enough that the
23884         conversion exists, but it is also required that the conversion be
23885         performed.  This manifested in "(Type64Enum) 2".  
23887         * class.cs (TypeManager.AddMethod): The fix is not to change
23888         AddEnum, because that one was using a fully qualified name (every
23889         DeclSpace derivative does), but to change the AddMethod routine
23890         that was using an un-namespaced name.  This now correctly reports
23891         the duplicated name.
23893         Revert patch until I can properly fix it.  The issue
23894         is that we have a shared Type space across all namespaces
23895         currently, which is wrong.
23897         Options include making the Namespace a DeclSpace, and merge
23898         current_namespace/current_container in the parser.
23900 2002-09-25  Miguel de Icaza  <miguel@ximian.com>
23902         * cs-parser.jay: Improve error reporting when we get a different
23903         kind of expression in local_variable_type and
23904         local_variable_pointer_type. 
23906         Propagate this to avoid missleading errors being reported.
23908         * ecore.cs (ImplicitReferenceConversion): treat
23909         TypeManager.value_type as a target just like object_type.   As
23910         code like this:
23912         ValueType v = 1;
23914         Is valid, and needs to result in the int 1 being boxed before it
23915         is assigned to the value type v.
23917         * class.cs (TypeContainer.AddEnum): Use the basename, not the name
23918         to validate the enumeration name.
23920         * expression.cs (ArrayAccess.EmitAssign): Mimic the same test from
23921         EmitDynamicInitializers for the criteria to use Ldelema.  Thanks
23922         to hwang_rob@yahoo.ca for finding the bug and providing a patch.
23924         * ecore.cs (TryImplicitIntConversion): When doing an
23925         implicit-enumeration-conversion, check if the type is 64-bits and
23926         perform a conversion before passing to EnumConstant.
23928 2002-09-23  Miguel de Icaza  <miguel@ximian.com>
23930         * decl.cs (Error_AmbiguousTypeReference); New routine used to
23931         report ambiguous type references.  Unlike the MS version, we
23932         report what the ambiguity is.   Innovation at work ;-)
23934         (DeclSpace.FindType): Require a location argument to
23935         display when we display an ambiguous error.
23937         * ecore.cs: (SimpleName.DoResolveType): Pass location to FindType.
23939         * interface.cs (GetInterfaceTypeByName): Pass location to FindType.
23941         * expression.cs (EmitDynamicInitializers): Apply patch from
23942         hwang_rob@yahoo.ca that fixes the order in which we emit our
23943         initializers. 
23945 2002-09-21  Martin Baulig  <martin@gnome.org>
23947         * delegate.cs (Delegate.VerifyApplicability): Make this work if the
23948         delegate takes no arguments.
23950 2002-09-20  Miguel de Icaza  <miguel@ximian.com>
23952         * constant.cs: Use Conv_U8 instead of Conv_I8 when loading longs
23953         from integers.
23955         * expression.cs: Extract the underlying type.
23957         * ecore.cs (StoreFromPtr): Use TypeManager.IsEnumType instad of IsEnum
23959         * decl.cs (FindType): Sorry about this, fixed the type lookup bug.
23961 2002-09-19  Miguel de Icaza  <miguel@ximian.com>
23963         * class.cs (TypeContainer.DefineType): We can not use the nice
23964         PackingSize with the size set to 1 DefineType method, because it
23965         will not allow us to define the interfaces that the struct
23966         implements.
23968         This completes the fixing of bug 27287
23970         * ecore.cs (Expresion.ImplicitReferenceConversion): `class-type S'
23971         means also structs.  This fixes part of the problem. 
23972         (Expresion.ImplicitReferenceConversionExists): ditto.
23974         * decl.cs (DeclSparce.ResolveType): Only report the type-not-found
23975         error if there were no errors reported during the type lookup
23976         process, to avoid duplicates or redundant errors.  Without this
23977         you would get an ambiguous errors plus a type not found.  We have
23978         beaten the user enough with the first error.  
23980         (DeclSparce.FindType): Emit a warning if we have an ambiguous
23981         reference. 
23983         * ecore.cs (SimpleName.DoResolveType): If an error is emitted
23984         during the resolution process, stop the lookup, this avoids
23985         repeated error reports (same error twice).
23987         * rootcontext.cs: Emit a warning if we have an ambiguous reference.
23989         * typemanager.cs (LookupType): Redo the type lookup code to match
23990         the needs of System.Reflection.  
23992         The issue is that System.Reflection requires references to nested
23993         types to begin with a "+" sign instead of a dot.  So toplevel
23994         types look like: "NameSpace.TopLevelClass", and nested ones look
23995         like "Namespace.TopLevelClass+Nested", with arbitrary nesting
23996         levels. 
23998 2002-09-19  Martin Baulig  <martin@gnome.org>
24000         * codegen.cs (EmitContext.EmitTopBlock): If control flow analysis
24001         says that a method always returns or always throws an exception,
24002         don't report the CS0161.
24004         * statement.cs (FlowBranching.UsageVector.MergeChildren): Always
24005         set `Returns = new_returns'.
24007 2002-09-19  Martin Baulig  <martin@gnome.org>
24009         * expression.cs (MemberAccess.ResolveMemberAccess): When resolving
24010         to an enum constant, check for a CS0176.
24012 2002-09-18  Miguel de Icaza  <miguel@ximian.com>
24014         * class.cs (TypeContainer.CheckPairedOperators): Now we check
24015         for operators that must be in pairs and report errors.
24017         * ecore.cs (SimpleName.DoResolveType): During the initial type
24018         resolution process, when we define types recursively, we must
24019         check first for types in our current scope before we perform
24020         lookups in the enclosing scopes.
24022         * expression.cs (MakeByteBlob): Handle Decimal blobs.
24024         (Invocation.VerifyArgumentsCompat): Call
24025         TypeManager.TypeToCoreType on the parameter_type.GetElementType.
24026         I thought we were supposed to always call this, but there are a
24027         few places in the code where we dont do it.
24029 2002-09-17  Miguel de Icaza  <miguel@ximian.com>
24031         * driver.cs: Add support in -linkres and -resource to specify the
24032         name of the identifier.
24034 2002-09-16  Miguel de Icaza  <miguel@ximian.com>
24036         * ecore.cs (StandardConversionExists): Sync with the conversion
24037         code: allow anything-* to void* conversions.
24039         (FindMostSpecificSource): Use an Expression argument
24040         instead of a Type, because we might be handed over a Literal which
24041         gets a few more implicit conversions that plain types do not.  So
24042         this information was being lost.
24044         Also, we drop the temporary type-holder expression when not
24045         required.
24047 2002-09-17  Martin Baulig  <martin@gnome.org>
24049         * class.cs (PropertyBase.CheckBase): Don't check the base class if
24050         this is an explicit interface implementation.
24052 2002-09-17  Martin Baulig  <martin@gnome.org>
24054         * class.cs (PropertyBase.CheckBase): Make this work for indexers with
24055         different `IndexerName' attributes.
24057         * expression.cs (BaseIndexerAccess): Rewrote this class to use IndexerAccess.
24058         (IndexerAccess): Added special protected ctor for BaseIndexerAccess and
24059         virtual CommonResolve().
24061 2002-09-16  Miguel de Icaza  <miguel@ximian.com>
24063         * enum.cs (LookupEnumValue): Use the EnumConstant declared type,
24064         and convert that to the UnderlyingType.
24066         * statement.cs (Foreach.Resolve): Indexers are just like variables
24067         or PropertyAccesses.
24069         * cs-tokenizer.cs (consume_string): Track line numbers and columns
24070         inside quoted strings, we were not doing this before.
24072 2002-09-16  Martin Baulig  <martin@gnome.org>
24074         * ecore.cs (MethodGroupExpr.DoResolve): If we have an instance expression,
24075         resolve it.  This is needed for the definite assignment check of the
24076         instance expression, fixes bug #29846.
24077         (PropertyExpr.DoResolve, EventExpr.DoResolve): Likewise.
24079 2002-09-16  Nick Drochak  <ndrochak@gol.com>
24081         * parameter.cs: Fix compile error.  Cannot reference static member
24082         from an instance object.  Is this an mcs bug?
24084 2002-09-14  Martin Baulig  <martin@gnome.org>
24086         * decl.cs (MemberCache.SetupCacheForInterface): Don't add an interface
24087         multiple times.  Fixes bug #30295, added test-166.cs.
24089 2002-09-14  Martin Baulig  <martin@gnome.org>
24091         * statement.cs (Block.Emit): Don't emit unreachable code.
24092         (Switch.SimpleSwitchEmit, Switch.TableSwitchEmit): Check for missing
24093         `break' statements.
24094         (Goto.Emit, Continue.Emit): Set ec.Breaks = true.
24096 2002-09-14  Martin Baulig  <martin@gnome.org>
24098         * parameter.cs (Parameter.Attributes): Make this work if Modifier.ISBYREF
24099         is set.
24101 2002-09-14  Martin Baulig  <martin@gnome.org>
24103         * typemanager.cs (TypeManager.IsNestedChildOf): This must return false
24104         if `type == parent' since in this case `type.IsSubclassOf (parent)' will
24105         be false on the ms runtime.
24107 2002-09-13  Martin Baulig  <martin@gnome.org>
24109         * ecore.cs (SimpleName.SimpleNameResolve): Include the member name in
24110         the CS0038 error message.
24112 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
24114         * expression.cs (CheckedExpr, UnCheckedExpr): If we have a
24115         constant inside, return it.
24117 2002-09-12  Martin Baulig  <martin@gnome.org>
24119         * cfold.cs (ConstantFold.DoConstantNumericPromotions): Check whether an
24120         implicit conversion can be done between enum types.
24122         * enum.cs (Enum.LookupEnumValue): If the value is an EnumConstant,
24123         check whether an implicit conversion to the current enum's UnderlyingType
24124         exists and report an error if not.
24126         * codegen.cs (CodeGen.Init): Delete the symbol file when compiling
24127         without debugging support.
24129         * delegate.cs (Delegate.CloseDelegate): Removed, use CloseType instead.
24130         Fixes bug #30235.  Thanks to Ricardo Fernández Pascual.
24132 2002-09-12  Martin Baulig  <martin@gnome.org>
24134         * typemanager.cs (TypeManager.IsNestedChildOf): New method.
24136         * ecore.cs (IMemberExpr.DeclaringType): New property.
24137         (SimpleName.SimpleNameResolve): Check whether we're accessing a
24138         nonstatic member of an outer type (CS0038).
24140 2002-09-11  Miguel de Icaza  <miguel@ximian.com>
24142         * driver.cs: Activate the using-error detector at warning level
24143         4 (at least for MS-compatible APIs).
24145         * namespace.cs (VerifyUsing): Small buglett fix.
24147         * pending.cs (PendingImplementation): pass the container pointer. 
24149         * interface.cs (GetMethods): Allow for recursive definition.  Long
24150         term, I would like to move every type to support recursive
24151         definitions, not the current ordering mechanism that we have right
24152         now.
24154         The situation is this: Attributes are handled before interfaces,
24155         so we can apply attributes to interfaces.  But some attributes
24156         implement interfaces, we will now handle the simple cases
24157         (recursive definitions will just get an error).  
24159         * parameter.cs: Only invalidate types at the end if we fail to
24160         lookup all types.  
24162 2002-09-09  Martin Baulig  <martin@gnome.org>
24164         * ecore.cs (PropertyExpr.Emit): Also check for
24165         TypeManager.system_int_array_get_length so this'll also work when
24166         compiling corlib.  Fixes #30003.
24168 2002-09-09  Martin Baulig  <martin@gnome.org>
24170         * expression.cs (ArrayCreation.MakeByteBlob): Added support for enums
24171         and throw an exception if we can't get the type's size.  Fixed #30040,
24172         added test-165.cs.
24174 2002-09-09  Martin Baulig  <martin@gnome.org>
24176         * ecore.cs (PropertyExpr.DoResolve): Added check for static properies.
24178         * expression.cs (SizeOf.DoResolve): Sizeof is only allowed in unsafe
24179         context.  Fixes bug #30027.
24181         * delegate.cs (NewDelegate.Emit): Use OpCodes.Ldvirtftn for
24182         virtual functions.  Fixes bug #30043, added test-164.cs.
24184 2002-09-08  Ravi Pratap  <ravi@ximian.com>
24186         * attribute.cs : Fix a small NullRef crash thanks to my stupidity.
24188 2002-09-08  Nick Drochak  <ndrochak@gol.com>
24190         * driver.cs: Use an object to get the windows codepage since it's not a
24191         static property.
24193 2002-09-08  Miguel de Icaza  <miguel@ximian.com>
24195         * statement.cs (For.Emit): for infinite loops (test == null)
24196         return whether there is a break inside, not always "true".
24198         * namespace.cs (UsingEntry): New struct to hold the name of the
24199         using definition, the location where it is defined, and whether it
24200         has been used in a successful type lookup.
24202         * rootcontext.cs (NamespaceLookup): Use UsingEntries instead of
24203         strings.
24205         * decl.cs: ditto.
24207 2002-09-06  Ravi Pratap  <ravi@ximian.com>
24209         * attribute.cs : Fix incorrect code which relied on catching
24210         a NullReferenceException to detect a null being passed in
24211         where an object was expected.
24213 2002-09-06  Miguel de Icaza  <miguel@ximian.com>
24215         * statement.cs (Try): flag the catch variable as assigned
24217         * expression.cs (Cast): Simplified by using ResolveType instead of
24218         manually resolving.
24220         * statement.cs (Catch): Fix bug by using ResolveType.
24222 2002-09-06  Ravi Pratap  <ravi@ximian.com>
24224         * expression.cs (BetterConversion): Special case for when we have
24225         a NullLiteral as the argument and we have to choose between string
24226         and object types - we choose string the way csc does.
24228         * attribute.cs (Attribute.Resolve): Catch the
24229         NullReferenceException and report error #182 since the Mono
24230         runtime no more has the bug and having this exception raised means
24231         we tried to select a constructor which takes an object and is
24232         passed a null.
24234 2002-09-05  Ravi Pratap  <ravi@ximian.com>
24236         * expression.cs (Invocation.OverloadResolve): Flag a nicer error
24237         message (1502, 1503) when we can't locate a method after overload
24238         resolution. This is much more informative and closes the bug
24239         Miguel reported.
24241         * interface.cs (PopulateMethod): Return if there are no argument
24242         types. Fixes a NullReferenceException bug.
24244         * attribute.cs (Attribute.Resolve): Ensure we allow TypeOf
24245         expressions too. Previously we were checking only in one place for
24246         positional arguments leaving out named arguments.
24248         * ecore.cs (ImplicitNumericConversion): Conversion from underlying
24249         type to the enum type is not allowed. Remove code corresponding to
24250         that.
24252         (ConvertNumericExplicit): Allow explicit conversions from
24253         the underlying type to enum type. This precisely follows the spec
24254         and closes a bug filed by Gonzalo.
24256 2002-09-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24258         * compiler.csproj:
24259         * compiler.csproj.user: patch from Adam Chester (achester@bigpond.com).
24261 2002-09-03  Miguel de Icaza  <miguel@ximian.com>
24263         * statement.cs (SwitchLabel.ResolveAndReduce): In the string case,
24264         it was important that we stored the right value after the
24265         reduction in `converted'.
24267 2002-09-04  Martin Baulig  <martin@gnome.org>
24269         * location.cs (Location.SymbolDocument): Use full pathnames for the
24270         source files.
24272 2002-08-30  Miguel de Icaza  <miguel@ximian.com>
24274         * expression.cs (ComposedCast): Use DeclSparce.ResolveType instead
24275         of the expression resolve mechanism, because that will catch the
24276         SimpleName error failures.
24278         (Conditional): If we can not resolve the
24279         expression, return, do not crash.
24281 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24283         * cs-tokenizer.cs:
24284         (location): display token name instead of its number.
24286 2002-08-28  Martin Baulig  <martin@gnome.org>
24288         * expression.cs (Binary.ResolveOperator): Don't silently return
24289         but return an error if an operator cannot be applied between two
24290         enum types.
24292 2002-08-28  Martin Baulig  <martin@gnome.org>
24294         * class.cs (Constructor.Define): Set the permission attributes
24295         correctly instead of making all constructors public.
24297 2002-08-28  Martin Baulig  <martin@gnome.org>
24299         * ecore.cs (Expression.DoResolve): Do a TypeManager.MemberLook
24300         for private members before reporting a CS0103; if we find anything,
24301         it's a CS0122.
24303 2002-08-28  Martin Baulig  <martin@gnome.org>
24305         * typemanager.cs (TypeManager.FilterWithClosure): It's not enough
24306         to check whether `closure_start_type == closure_invocation_type',
24307         we also need to check whether `m.DeclaringType == closure_invocation_type'
24308         before bypassing the permission checks.  We might be accessing
24309         protected/private members from the base class.
24310         (TypeManager.RealMemberLookup): Only set private_ok if private
24311         members were requested via BindingFlags.NonPublic.
24313         * ecore.cs (MethodGroupExpr.IsExplicitImpl): New property.
24315         * expression.cs (MemberAccess.ResolveMemberAccess): Set
24316         MethodGroupExpr.IsExplicitImpl if appropriate.
24317         (Invocation.DoResolve): Don't report the CS0120 for explicit
24318         interface implementations.
24320 2002-08-27  Martin Baulig  <martin@gnome.org>
24322         * expression.cs (Invocation.DoResolve): If this is a static
24323         method and we don't have an InstanceExpression, we must report
24324         a CS0120.
24326 2002-08-25  Martin Baulig  <martin@gnome.org>
24328         * expression.cs (Binary.ResolveOperator): Don't allow `!=' and
24329         `==' between a valuetype and an object.
24331 2002-08-25  Miguel de Icaza  <miguel@ximian.com>
24333         * ecore.cs (TypeExpr): Provide a ToString method.
24335 2002-08-24  Martin Baulig  <martin@gnome.org>
24337         * codegen.cs (CodeGen.InitMonoSymbolWriter): The symbol file is
24338         now called proggie.dbg and it's a binary file.
24340 2002-08-23  Martin Baulig  <martin@gnome.org>
24342         * decl.cs (MemberCache.AddMethods): Ignore varargs methods.
24344 2002-08-23  Martin Baulig  <martin@gnome.org>
24346         * struct.cs (MyStructInfo.ctor): Make this work with empty
24347         structs; it's not allowed to use foreach() on null.
24349 2002-08-23  Martin Baulig  <martin@gnome.org>
24351         * codegen.cs (CodeGen.InitMonoSymbolWriter): Tell the symbol
24352         writer the full pathname of the generated assembly.
24354 2002-08-23  Martin Baulig  <martin@gnome.org>
24356         * statements.cs (FlowBranching.UsageVector.MergeChildren):
24357         A `finally' block never returns or breaks; improved handling of
24358         unreachable code.
24360 2002-08-23  Martin Baulig  <martin@gnome.org>
24362         * statement.cs (Throw.Resolve): Allow `throw null'.
24364 2002-08-23  Martin Baulig  <martin@gnome.org>
24366         * expression.cs (MemberAccess.ResolveMemberAccess): If this is an
24367         EventExpr, don't do a DeclaredOnly MemberLookup, but check whether
24368         `ee.EventInfo.DeclaringType == ec.ContainerType'.  The
24369         MemberLookup would return a wrong event if this is an explicit
24370         interface implementation and the class has an event with the same
24371         name.
24373 2002-08-23  Martin Baulig  <martin@gnome.org>
24375         * statement.cs (Block.AddChildVariableNames): New public method.
24376         (Block.AddChildVariableName): Likewise.
24377         (Block.IsVariableNameUsedInChildBlock): Likewise.
24378         (Block.AddVariable): Check whether a variable name has already
24379         been used in a child block.
24381         * cs-parser.jay (declare_local_variables): Mark all variable names
24382         from the current block as being used in a child block in the
24383         implicit block.
24385 2002-08-23  Martin Baulig  <martin@gnome.org>
24387         * codegen.cs (CodeGen.InitializeSymbolWriter): Abort if we can't
24388         find the symbol writer.
24390         * driver.cs: csc also allows the arguments to /define being
24391         separated by commas, not only by semicolons.
24393 2002-08-23  Martin Baulig  <martin@gnome.org>
24395         * interface.cs (Interface.GetMembers): Added static check for events.
24397 2002-08-15  Martin Baulig  <martin@gnome.org>
24399         * class.cs (MethodData.EmitDestructor): In the Expression.MemberLookup
24400         call, use ec.ContainerType.BaseType as queried_type and invocation_type.
24402         * ecore.cs (Expression.MemberLookup): Added documentation and explained
24403         why the MethodData.EmitDestructor() change was necessary.
24405 2002-08-20  Martin Baulig  <martin@gnome.org>
24407         * class.cs (TypeContainer.FindMembers): Added static check for events.
24409         * decl.cs (MemberCache.AddMembers): Handle events like normal members.
24411         * typemanager.cs (TypeHandle.GetMembers): When queried for events only,
24412         use Type.GetEvents(), not Type.FindMembers().
24414 2002-08-20  Martin Baulig  <martin@gnome.org>
24416         * decl.cs (MemberCache): Added a special method cache which will
24417         be used for method-only searched.  This ensures that a method
24418         search will return a MethodInfo with the correct ReflectedType for
24419         inherited methods.      
24421 2002-08-20  Martin Baulig  <martin@gnome.org>
24423         * decl.cs (DeclSpace.FindMembers): Made this public.
24425 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24427         * delegate.cs: fixed build on windows.
24428         [FIXME:  Filed as bug #29150: MCS must report these errors.]
24430 2002-08-19  Ravi Pratap  <ravi@ximian.com>
24432         * ecore.cs (StandardConversionExists): Return a false
24433         if we are trying to convert the void type to anything else
24434         since that is not allowed.
24436         * delegate.cs (DelegateInvocation.DoResolve): Ensure that
24437         we flag error 70 in the event an event is trying to be accessed
24438         directly from outside the declaring type.
24440 2002-08-20  Martin Baulig  <martin@gnome.org>
24442         * typemanager.cs, decl.cs: Moved MemberList, IMemberContainer and
24443         MemberCache from typemanager.cs to decl.cs.
24445 2002-08-19  Martin Baulig  <martin@gnome.org>
24447         * class.cs (TypeContainer): Implement IMemberContainer.
24448         (TypeContainer.DefineMembers): Create the MemberCache.
24449         (TypeContainer.FindMembers): Do better BindingFlags checking; only
24450         return public members if BindingFlags.Public was given, check
24451         whether members are static.
24453 2002-08-16  Martin Baulig  <martin@gnome.org>
24455         * decl.cs (DeclSpace.Define): Splitted this in Define and
24456         DefineMembers.  DefineMembers is called first and initializes the
24457         MemberCache.
24459         * rootcontext.cs (RootContext.DefineMembers): New function.  Calls
24460         DefineMembers() on all our DeclSpaces.
24462         * class.cs (TypeContainer.Define): Moved all code to DefineMembers(),
24463         but call DefineMembers() on all nested interfaces.  We call their
24464         Define() in our new Define() function.
24466         * interface.cs (Interface): Implement IMemberContainer.
24467         (Interface.Define): Moved all code except the attribute stuf to
24468         DefineMembers().
24469         (Interface.DefineMembers): Initialize the member cache.
24471         * typemanager.cs (IMemberFinder): Removed this interface, we don't
24472         need this anymore since we can use MemberCache.FindMembers directly.
24474 2002-08-19  Martin Baulig  <martin@gnome.org>
24476         * typemanager.cs (MemberCache): When creating the cache for an
24477         interface type, add all inherited members.
24478         (TypeManager.MemberLookup_FindMembers): Changed `ref bool searching'
24479         to `out bool used_cache' and documented it.
24480         (TypeManager.MemberLookup): If we already used the cache in the first
24481         iteration, we don't need to do the interfaces check.
24483 2002-08-19  Martin Baulig  <martin@gnome.org>
24485         * decl.cs (DeclSpace.FindMembers): New abstract method.  Moved this
24486         here from IMemberFinder and don't implement this interface anymore.
24487         (DeclSpace.MemberCache): Moved here from IMemberFinder.
24489         * typemanager.cs (IMemberFinder): This interface is now only used by
24490         classes which actually support the member cache.
24491         (TypeManager.builder_to_member_finder): Renamed to builder_to_declspace
24492         since we only put DeclSpaces into this Hashtable.
24493         (MemberLookup_FindMembers): Use `builder_to_declspace' if the type is
24494         a dynamic type and TypeHandle.GetTypeHandle() otherwise.
24496 2002-08-16  Martin Baulig  <martin@gnome.org>
24498         * typemanager.cs (ICachingMemberFinder): Removed.
24499         (IMemberFinder.MemberCache): New property.
24500         (TypeManager.FindMembers): Merged this with RealFindMembers().
24501         This function will never be called from TypeManager.MemberLookup()
24502         so we can't use the cache here, just the IMemberFinder.
24503         (TypeManager.MemberLookup_FindMembers): Check whether the
24504         IMemberFinder has a MemberCache and call the cache's FindMembers
24505         function.
24506         (MemberCache): Rewrote larger parts of this yet another time and
24507         cleaned it up a bit.
24509 2002-08-15  Miguel de Icaza  <miguel@ximian.com>
24511         * driver.cs (LoadArgs): Support quoting.
24513         (Usage): Show the CSC-like command line arguments.
24515         Improved a few error messages.
24517 2002-08-15  Martin Baulig  <martin@gnome.org>
24519         * typemanager.cs (IMemberContainer.Type): New property.
24520         (IMemberContainer.IsInterface): New property.
24522         The following changes are conditional to BROKEN_RUNTIME, which is
24523         defined at the top of the file.
24525         * typemanager.cs (MemberCache.MemberCache): Don't add the base
24526         class'es members, but add all members from TypeHandle.ObjectType
24527         if we're an interface.
24528         (MemberCache.AddMembers): Set the Declared flag if member.DeclaringType
24529         is the current type.
24530         (MemberCache.CacheEntry.Container): Removed this field.
24531         (TypeHandle.GetMembers): Include inherited members.
24533 2002-08-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24535         * typemanager.cs: fixed compilation and added a comment on a field that
24536         is never used.
24538 2002-08-15  Martin Baulig  <martin@gnome.org>
24540         * class.cs (ConstructorInitializer.Resolve): In the
24541         Expression.MemberLookup call, use the queried_type as
24542         invocation_type.
24544         * typemanager.cs (IMemberContainer.GetMembers): Removed the `bool
24545         declared' attribute, it's always true.
24546         (IMemberContainer.Parent, IMemberContainer.Name): New properties.
24547         (TypeManager.MemberLookup_FindMembers): [FIXME FIXME FIXME] Added
24548         temporary wrapper for FindMembers which tells MemberLookup whether
24549         members from the base classes are included in the return value.
24550         This will go away soon.
24551         (TypeManager.MemberLookup): Use this temporary hack here; once the
24552         new MemberCache is completed, we don't need to do the DeclaredOnly
24553         looping here anymore since the MemberCache will take care of this.
24554         (TypeManager.IsSubclassOrNestedChildOf): Allow `type == parent'.
24555         (MemberCache): When creating the MemberCache for a class, get
24556         members from the current class and all its base classes.
24557         (MemberCache.CacheEntry.Container): New field.  This is a
24558         temporary hack until the Mono runtime is fixed to distinguish
24559         between ReflectedType and DeclaringType.  It allows us to use MCS
24560         with both the MS runtime and the unfixed Mono runtime without
24561         problems and without accecting performance.
24562         (MemberCache.SearchMembers): The DeclaredOnly looping from
24563         TypeManager.MemberLookup is now done here.      
24565 2002-08-14  Martin Baulig  <martin@gnome.org>
24567         * statement.cs (MyStructInfo.MyStructInfo): Don't call
24568         Type.GetFields on dynamic types but get the fields from the
24569         corresponding TypeContainer.
24570         (MyStructInfo.GetStructInfo): Added check for enum types.
24572         * typemanager.cs (MemberList.IsSynchronized): Implemented.
24573         (MemberList.SyncRoot): Implemented.
24574         (TypeManager.FilterWithClosure): No need to check permissions if
24575         closure_start_type == closure_invocation_type, don't crash if
24576         closure_invocation_type is null.
24578 2002-08-13  Martin Baulig  <martin@gnome.org>
24580         Rewrote TypeContainer.FindMembers to use a member cache.  This
24581         gives us a speed increase of about 35% for the self-hosting MCS
24582         build and of about 15-20% for the class libs (both on GNU/Linux).
24584         * report.cs (Timer): New class to get enhanced profiling.  This
24585         whole class is "TIMER" conditional since it remarkably slows down
24586         compilation speed.
24588         * class.cs (MemberList): New class.  This is an IList wrapper
24589         which we're now using instead of passing MemberInfo[]'s around to
24590         avoid copying this array unnecessarily.
24591         (IMemberFinder.FindMember): Return a MemberList, not a MemberInfo [].
24592         (ICachingMemberFinder, IMemberContainer): New interface.
24593         (TypeManager.FilterWithClosure): If `criteria' is null, the name
24594         has already been checked, otherwise use it for the name comparision.
24595         (TypeManager.FindMembers): Renamed to RealMemberFinder and
24596         provided wrapper which tries to use ICachingMemberFinder.FindMembers
24597         if possible.  Returns a MemberList, not a MemberInfo [].
24598         (TypeHandle): New class, implements IMemberContainer.  We create
24599         one instance of this class per type, it contains a MemberCache
24600         which is used to do the member lookups.
24601         (MemberCache): New class.  Each instance of this class contains
24602         all members of a type and a name-based hash table.
24603         (MemberCache.FindMembers): This is our new member lookup
24604         function.  First, it looks up all members of the requested name in
24605         the hash table.  Then, it walks this list and sorts out all
24606         applicable members and returns them.
24608 2002-08-13  Martin Baulig  <martin@gnome.org>
24610         In addition to a nice code cleanup, this gives us a performance
24611         increase of about 1.4% on GNU/Linux - not much, but it's already
24612         half a second for the self-hosting MCS compilation.
24614         * typemanager.cs (IMemberFinder): New interface.  It is used by
24615         TypeManager.FindMembers to call FindMembers on a TypeContainer,
24616         Enum, Delegate or Interface.
24617         (TypeManager.finder_to_member_finder): New PtrHashtable.
24618         (TypeManager.finder_to_container): Removed.
24619         (TypeManager.finder_to_delegate): Removed.
24620         (TypeManager.finder_to_interface): Removed.
24621         (TypeManager.finder_to_enum): Removed.
24623         * interface.cs (Interface): Implement IMemberFinder.
24625         * delegate.cs (Delegate): Implement IMemberFinder.
24627         * enum.cs (Enum): Implement IMemberFinder.
24629         * class.cs (TypeContainer): Implement IMemberFinder.
24631 2002-08-12  Martin Baulig  <martin@gnome.org>
24633         * ecore.cs (TypeExpr.DoResolveType): Mark this as virtual.
24635 2002-08-12  Martin Baulig  <martin@gnome.org>
24637         * ecore.cs (ITypeExpression): New interface for expressions which
24638         resolve to a type.
24639         (TypeExpression): Renamed to TypeLookupExpression.
24640         (Expression.DoResolve): If we're doing a types-only lookup, the
24641         expression must implement the ITypeExpression interface and we
24642         call DoResolveType() on it.
24643         (SimpleName): Implement the new ITypeExpression interface.
24644         (SimpleName.SimpleNameResolve): Removed the ec.OnlyLookupTypes
24645         hack, the situation that we're only looking up types can't happen
24646         anymore when this method is called.  Moved the type lookup code to
24647         DoResolveType() and call it.
24648         (SimpleName.DoResolveType): This ITypeExpression interface method
24649         is now doing the types-only lookup.
24650         (TypeExpr, TypeLookupExpression): Implement ITypeExpression.
24651         (ResolveFlags): Added MaskExprClass.
24653         * expression.cs (MemberAccess): Implement the ITypeExpression
24654         interface.
24655         (MemberAccess.DoResolve): Added support for a types-only lookup
24656         when we're called via ITypeExpression.DoResolveType().
24657         (ComposedCast): Implement the ITypeExpression interface.
24659         * codegen.cs (EmitContext.OnlyLookupTypes): Removed.  Call
24660         Expression.Resolve() with ResolveFlags.Type instead.
24662 2002-08-12  Martin Baulig  <martin@gnome.org>
24664         * interface.cs (Interface.Define): Apply attributes.
24666         * attribute.cs (Attribute.ApplyAttributes): Added support for
24667         interface attributes.
24669 2002-08-11  Martin Baulig  <martin@gnome.org>
24671         * statement.cs (Block.Emit): Only check the "this" variable if we
24672         do not always throw an exception.
24674         * ecore.cs (PropertyExpr.DoResolveLValue): Implemented, check
24675         whether the property has a set accessor.
24677 2002-08-11  Martin Baulig  <martin@gnome.org>
24679         Added control flow analysis support for structs.
24681         * ecore.cs (ResolveFlags): Added `DisableFlowAnalysis' to resolve
24682         with control flow analysis turned off.
24683         (IVariable): New interface.
24684         (SimpleName.SimpleNameResolve): If MemberAccess.ResolveMemberAccess
24685         returns an IMemberExpr, call DoResolve/DoResolveLValue on it.
24686         (FieldExpr.DoResolve): Resolve the instance expression with flow
24687         analysis turned off and do the definite assignment check after the
24688         resolving when we know what the expression will resolve to.
24690         * expression.cs (LocalVariableReference, ParameterReference):
24691         Implement the new IVariable interface, only call the flow analysis
24692         code if ec.DoFlowAnalysis is true.
24693         (This): Added constructor which takes a Block argument.  Implement
24694         the new IVariable interface.
24695         (MemberAccess.DoResolve, MemberAccess.DoResolveLValue): Call
24696         DoResolve/DoResolveLValue on the result of ResolveMemberLookup().
24697         This does the definite assignment checks for struct members.
24699         * class.cs (Constructor.Emit): If this is a non-static `struct'
24700         constructor which doesn't have any initializer, call
24701         Block.AddThisVariable() to tell the flow analysis code that all
24702         struct elements must be initialized before control returns from
24703         the constructor.
24705         * statement.cs (MyStructInfo): New public class.
24706         (UsageVector.this [VariableInfo vi]): Added `int field_idx'
24707         argument to this indexer.  If non-zero, check an individual struct
24708         member, not the whole struct.
24709         (FlowBranching.CheckOutParameters): Check struct members.
24710         (FlowBranching.IsVariableAssigned, SetVariableAssigned): Added
24711         overloaded versions of these methods which take an additional
24712         `int field_idx' argument to check struct members.
24713         (FlowBranching.IsParameterAssigned, SetParameterAssigned): Added
24714         overloaded versions of these methods which take an additional
24715         `string field_name' argument to check struct member.s
24716         (VariableInfo): Implement the IVariable interface.
24717         (VariableInfo.StructInfo): New public property.  Returns the
24718         MyStructInfo instance of the variable if it's a struct or null.
24719         (Block.AddThisVariable): New public method.  This is called from
24720         Constructor.Emit() for non-static `struct' constructor which do
24721         not have any initializer.  It creates a special variable for the
24722         "this" instance variable which will be checked by the flow
24723         analysis code to ensure that all of the struct's fields are
24724         initialized before control returns from the constructor.
24725         (UsageVector): Added support for struct members.  If a
24726         variable/parameter is a struct with N members, we reserve a slot
24727         in the usage vector for each member.  A struct is considered fully
24728         initialized if either the struct itself (slot 0) or all its
24729         members are initialized.
24731 2002-08-08  Martin Baulig  <martin@gnome.org>
24733         * driver.cs (Driver.MainDriver): Only report an error CS5001
24734         if there were no compilation errors.
24736         * codegen.cs (EmitContext.EmitContext): Use the DeclSpace's
24737         `UnsafeContext' property to determine whether the parent is in
24738         unsafe context rather than checking the parent's ModFlags:
24739         classes nested in an unsafe class are unsafe as well.
24741 2002-08-08  Martin Baulig  <martin@gnome.org>
24743         * statement.cs (UsageVector.MergeChildren): Distinguish between
24744         `Breaks' and `Returns' everywhere, don't set `Breaks' anymore if
24745         we return.  Added test17() and test18() to test-154.cs.
24747 2002-08-08  Martin Baulig  <martin@gnome.org>
24749         * typemanager.cs (TypeManager.FilterWithClosure): If we have
24750         Family access, make sure the invoking type isn't a subclass of the
24751         queried type (that'd be a CS1540).
24753         * ecore.cs (Expression.MemberLookup): Added overloaded version of
24754         this method which takes an additional `Type invocation_type'.
24756         * expression.cs (BaseAccess.DoResolve): Use the base type as
24757         invocation and query type.
24758         (MemberAccess.DoResolve): If the lookup failed and we're about to
24759         report a CS0122, try a lookup with the ec.ContainerType - if this
24760         succeeds, we must report a CS1540.
24762 2002-08-08  Martin Baulig  <martin@gnome.org>
24764         * ecore.cs (IMemberExpr): Added `bool IsInstance' property.
24765         (MethodGroupExpr): Implement the IMemberExpr interface.
24767         * expression (MemberAccess.ResolveMemberAccess): No need to have
24768         any special code for MethodGroupExprs anymore, they're now
24769         IMemberExprs.   
24771 2002-08-08  Martin Baulig  <martin@gnome.org>
24773         * typemanager.cs (TypeManager.FilterWithClosure): Check Assembly,
24774         Family, FamANDAssem and FamORAssem permissions.
24775         (TypeManager.IsSubclassOrNestedChildOf): New public method.
24777 2002-08-08  Martin Baulig  <martin@gnome.org>
24779         * statement.cs (FlowBranchingType): Added LOOP_BLOCK.
24780         (UsageVector.MergeChildren): `break' breaks unless we're in a switch
24781         or loop block.
24783 Thu Aug 8 10:28:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
24785         * driver.cs: implemented /resource option to embed managed resources.
24787 2002-08-07  Martin Baulig  <martin@gnome.org>
24789         * class.cs (FieldBase.Initializer): Renamed to `init' and made private.
24790         (FieldBase.HasFieldInitializer): New public property.
24791         (FieldBase.GetInitializerExpression): New public method.  Resolves and
24792         returns the field initializer and makes sure it is only resolved once.
24793         (TypeContainer.EmitFieldInitializers): Call
24794         FieldBase.GetInitializerExpression to get the initializer, this ensures
24795         that it isn't resolved multiple times.
24797         * codegen.cs (EmitContext): Added `bool IsFieldInitialier'.  This tells
24798         the resolving process (SimpleName/MemberLookup) that we're currently
24799         emitting a field initializer (which must not access any instance members,
24800         this is an error CS0236).
24802         * ecore.cs (SimpleName.Error_ObjectRefRequired): Added EmitContext
24803         argument, if the `IsFieldInitializer' flag is set, we must report and
24804         error CS0236 and not an error CS0120.   
24806 2002-08-07  Martin Baulig  <martin@gnome.org>
24808         * ecore.cs (IMemberExpr): New public interface.
24809         (FieldExpr, PropertyExpr, EventExpr): Implement IMemberExpr.
24810         (SimpleName.SimpleNameResolve): Call MemberAccess.ResolveMemberAccess
24811         if the expression is an IMemberExpr.
24813         * expression.cs (MemberAccess.ResolveMemberAccess): Allow `left'
24814         to be null, implicitly default to `this' if we're non-static in
24815         this case.  Simplified the code a lot by using the new IMemberExpr
24816         interface.  Also fixed bug #28176 here.
24818 2002-08-06  Martin Baulig  <martin@gnome.org>
24820         * cs-parser.jay (SimpleLookup): Removed.  We need to create
24821         ParameterReferences during semantic analysis so that we can do a
24822         type-only search when resolving Cast, TypeOf and SizeOf.
24823         (block): Pass the `current_local_parameters' to the Block's
24824         constructor.
24826         * class.cs (ConstructorInitializer): Added `Parameters parameters'
24827         argument to the constructor.
24828         (ConstructorInitializer.Resolve): Create a temporary implicit
24829         block with the parameters.
24831         * ecore.cs (SimpleName.SimpleNameResolve): Resolve parameter
24832         references here if we aren't doing a type-only search.
24834         * statement.cs (Block): Added constructor which takes a
24835         `Parameters parameters' argument.
24836         (Block.Parameters): New public property.
24838         * support.cs (InternalParameters.Parameters): Renamed `parameters'
24839         to `Parameters' and made it public readonly.
24841 2002-08-06  Martin Baulig  <martin@gnome.org>
24843         * ecore.cs (Expression.Warning): Made this public as well.
24845         * report.cs (Report.Debug): Print the contents of collections.
24847 2002-08-06  Martin Baulig  <martin@gnome.org>
24849         * ecore.cs (Expression.ResolveFlags): New [Flags] enum.  This is
24850         used to tell Resolve() which kinds of expressions it may return.
24851         (Expression.Resolve): Added overloaded version of this method which
24852         takes a `ResolveFlags flags' argument.  This can be used to tell
24853         Resolve() which kinds of expressions it may return.  Reports a
24854         CS0118 on error.
24855         (Expression.ResolveWithSimpleName): Removed, use Resolve() with
24856         ResolveFlags.SimpleName.
24857         (Expression.Error118): Added overloaded version of this method which
24858         takes a `ResolveFlags flags' argument.  It uses the flags to determine
24859         which kinds of expressions are allowed.
24861         * expression.cs (Argument.ResolveMethodGroup): New public method.
24862         Resolves an argument, but allows a MethodGroup to be returned.
24863         This is used when invoking a delegate.
24865         * TODO: Updated a bit.
24867 2002-08-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24869         Fixed compilation with csc.
24871         * ecore.cs: Expression.Error made public. Is this correct? Should
24872         Warning be made public too?
24874         * expression.cs: use ea.Location instead of ea.loc.
24875         [FIXME:  Filed as bug #28607: MCS must report these errors.]
24877 2002-08-06  Martin Baulig  <martin@gnome.org>
24879         * ecore.cs (Expression.loc): Moved the location here instead of
24880         duplicating it in all derived classes.
24881         (Expression.Location): New public property.
24882         (Expression.Error, Expression.Warning): Made them non-static and
24883         removed the location argument.
24884         (Expression.Warning): Added overloaded version which takes an
24885         `int level' argument.
24886         (Expression.Error118): Make this non-static and removed the
24887         expression and location arguments.
24888         (TypeExpr): Added location argument to the constructor.
24890         * expression.cs (StaticCallExpr): Added location argument to
24891         the constructor.
24892         (Indirection, PointerArithmetic): Likewise.
24893         (CheckedExpr, UnCheckedExpr): Likewise.
24894         (ArrayAccess, IndexerAccess, UserCast, ArrayPtr): Likewise.
24895         (StringPtr): Likewise.
24898 2002-08-05  Martin Baulig  <martin@gnome.org>
24900         * expression.cs (BaseAccess.DoResolve): Actually report errors.
24902         * assign.cs (Assign.DoResolve): Check whether the source
24903         expression is a value or variable.
24905         * statement.cs (Try.Resolve): Set ec.InTry/InCatch/InFinally
24906         while resolving the corresponding blocks.
24908         * interface.cs (Interface.GetInterfaceTypeByName): Actually report
24909         an error, don't silently return null.
24911         * statement.cs (Block.AddVariable): Do the error reporting here
24912         and distinguish between CS0128 and CS0136.
24913         (Block.DoResolve): Report all unused labels (warning CS0164).
24914         (LabeledStatement): Pass the location to the constructor.
24915         (LabeledStatement.HasBeenReferenced): New property.
24916         (LabeledStatement.Resolve): Set it to true here.
24918         * statement.cs (Return.Emit): Return success even after reporting
24919         a type mismatch error (CS0126 or CS0127), this is what csc does and
24920         it avoids confusing the users with any consecutive errors.
24922 2002-08-05  Martin Baulig  <martin@gnome.org>
24924         * enum.cs (Enum.LookupEnumValue): Catch circular definitions.
24926         * const.cs (Const.LookupConstantValue): Catch circular definitions.
24928         * expression.cs (MemberAccess.DoResolve): Silently return if an
24929         error has already been reported.
24931         * ecore.cs (Expression.MemberLookupFinal): Silently return if an
24932         error has already been reported.
24934 2002-08-05  Martin Baulig  <martin@gnome.org>
24936         * statement.cs (UsageVector): Only initialize the `parameters'
24937         vector if we actually have any "out" parameters.
24939 2002-08-05  Martin Baulig  <martin@gnome.org>
24941         * expression.cs (Binary.ResolveOperator): When combining delegates,
24942         they must have the same type.
24944 2002-08-05  Martin Baulig  <martin@gnome.org>
24946         * typemanager.cs (TypeManager.GetArgumentTypes): Don't call
24947         PropertyInfo.GetIndexParameters() on dynamic types, this doesn't
24948         work with the ms runtime and we also don't need it: if we're a
24949         PropertyBuilder and not in the `indexer_arguments' hash, then we
24950         are a property and not an indexer.
24952         * class.cs (TypeContainer.AsAccessible): Use Type.IsArray,
24953         Type.IsPointer and Type.IsByRef instead of Type.HasElementType
24954         since the latter one doesn't work with the ms runtime.
24956 2002-08-03  Martin Baulig  <martin@gnome.org>
24958         Fixed bugs #27998 and #22735.
24960         * class.cs (Method.IsOperator): New public field.
24961         (Method.CheckBase): Report CS0111 if there's already a method
24962         with the same parameters in the current class.  Report CS0508 when
24963         attempting to change the return type of an inherited method.
24964         (MethodData.Emit): Report CS0179 if a method doesn't have a body
24965         and it's not marked abstract or extern.
24966         (PropertyBase): New abstract base class for Property and Indexer.
24967         (PropertyBase.CheckBase): Moved here from Property and made it work
24968         for indexers.
24969         (PropertyBase.Emit): Moved here from Property.Emit, Indexer.Emit is
24970         the same so we can reuse it there.
24971         (Property, Indexer): Derive from PropertyBase.
24972         (MethodSignature.inheritable_property_signature_filter): New delegate
24973         to find properties and indexers.
24975         * decl.cs (MemberCore.CheckMethodAgainstBase): Added `string name'
24976         argument and improved error reporting.
24978         * parameter.cs (Parameters.GetEmptyReadOnlyParameters): Renamed to
24979         EmptyReadOnlyParameters and made it a property.
24981         * typemanager.cs (TypeManager.GetArgumentTypes): Added overloaded
24982         version of this method which takes a `PropertyInfo indexer'.
24983         (TypeManager.RegisterIndexer): New method.
24985         * class.cs: Added myself as author of this file :-)
24987 2002-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24989         * class.cs: fixed compilation on windoze.
24991 2002-08-03  Martin Baulig  <martin@gnome.org>
24993         * interface.cs (Interface.GetInterfaceBases): Check whether all
24994         base interfaces are at least as accessible than the current one.
24996         * class.cs (TypeContainer.GetClassBases): Check whether base types
24997         are at least as accessible than the current type.
24998         (TypeContainer.AsAccessible): Implemented and made non-static.
24999         (MemberBase.CheckParameters): Report errors if the accessibility
25000         checks fail.
25002         * delegate.cs (Delegate.Delegate): The default visibility is
25003         internal for top-level types and private for nested types.
25004         (Delegate.Define): Report errors if the accessibility checks fail.
25006         * enum.cs (Enum.Enum): The default visibility is internal for
25007         top-level types and private for nested types.
25008         (Enum.DefineType): Compute the correct visibility.
25010         * modifiers.cs (Modifiers.TypeAttr): Added a version of this
25011         function which takes a `bool is_toplevel' instead of a TypeContainer.
25013         * typemanager.cs (TypeManager.IsBuiltinType): `void' is also a
25014         builtin type.
25016 2002-08-02  Martin Baulig  <martin@gnome.org>
25018         * expression.cs (LocalVariableReferenc): Added constructor which
25019         takes additional `VariableInfo vi' and `bool is_readonly' arguments.
25020         (LocalVariableReference.IsReadOnly): New property.
25021         (LocalVariableReference.DoResolveLValue): Report a CS1604 if the
25022         variable is readonly, use our own readonly flag to do this; you can
25023         use the new constructor to get a writable reference to a read-only
25024         variable.
25026         * cs-parser.jay (foreach_statement, using_statement): Get a writable
25027         reference to the local variable.
25029 2002-08-01  Miguel de Icaza  <miguel@ximian.com>
25031         * rootcontext.cs (ResolveCore): Also include System.Exception
25033         * statement.cs (Block.Emit): Do not emit the dead-code warnings if
25034         we reach an EmptyStatement.
25036         (Catch.DoResolve, Throw.DoResolve): Throwing the System.Exception
25037         is also fine.
25039         * expression.cs (Binary.ResolveOperator): Check error result in
25040         two places.
25042         use brtrue/brfalse directly and avoid compares to null.
25044 2002-08-02  Martin Baulig  <martin@gnome.org>
25046         * class.cs (TypeContainer.Define): Define all nested interfaces here.
25047         Fixes bug #28407, added test-155.cs.
25049 2002-08-01  Martin Baulig  <martin@gnome.org>
25051         * class.cs (Event.EmitDefaultMethod): Make this work with static
25052         events.  Fixes #28311, added verify-3.cs.
25054 2002-08-01  Martin Baulig  <martin@gnome.org>
25056         * statement.cs (ForeachHelperMethods): Added `enumerator_type' and
25057         `is_disposable' fields.
25058         (Foreach.GetEnumeratorFilter): Set `hm.enumerator_type' and
25059         `hm.is_disposable' if we're using the collection pattern.
25060         (Foreach.EmitCollectionForeach): Use the correct type for the
25061         enumerator's local variable, only emit the try/finally block if
25062         necessary (fixes #27713).
25064 2002-08-01  Martin Baulig  <martin@gnome.org>
25066         * ecore.cs (Expression.report118): Renamed to Error118 and made
25067         it public static.
25069         * statement.cs (Throw.Resolve): Check whether the expression is of
25070         the correct type (CS0118) and whether the type derives from
25071         System.Exception (CS0155).
25072         (Catch.Resolve): New method.  Do the type lookup here and check
25073         whether it derives from System.Exception (CS0155).
25074         (Catch.CatchType, Catch.IsGeneral): New public properties.
25076         * typemanager.cs (TypeManager.exception_type): Added.
25078 2002-07-31  Miguel de Icaza  <miguel@ximian.com>
25080         * driver.cs: Updated About function.
25082 2002-07-31  Martin Baulig  <martin@gnome.org>
25084         Implemented Control Flow Analysis.
25086         * codegen.cs (EmitContext.DoFlowAnalysis): New public variable.
25087         (EmitContext.CurrentBranching): Added.
25088         (EmitContext.StartFlowBranching): Added.
25089         (EmitContext.EndFlowBranching): Added.
25090         (EmitContext.KillFlowBranching): Added.
25091         (EmitContext.IsVariableAssigned): Added.
25092         (EmitContext.SetVariableAssigned): Added.
25093         (EmitContext.IsParameterAssigned): Added.
25094         (EmitContext.SetParameterAssigned): Added.
25095         (EmitContext.EmitTopBlock): Added `InternalParameters ip' argument.
25096         Added control flow analysis stuff here.
25098         * expression.cs (Unary.DoResolve): If the operator is Oper.AddressOf,
25099         resolve the expression as lvalue.
25100         (LocalVariableReference.DoResolve): Check whether the variable has
25101         already been assigned.
25102         (ParameterReference.DoResolveLValue): Override lvalue resolve to mark
25103         the parameter as assigned here.
25104         (ParameterReference.DoResolve): Check whether the parameter has already
25105         been assigned.
25106         (Argument.Resolve): If it's a `ref' or `out' argument, resolve the
25107         expression as lvalue.
25109         * statement.cs (FlowBranching): New class for the flow analysis code.
25110         (Goto): Resolve the label in Resolve, not in Emit; added flow analysis.
25111         (LabeledStatement.IsDefined): New public property.
25112         (LabeledStatement.AddUsageVector): New public method to tell flow
25113         analyis that the label may be reached via a forward jump.
25114         (GotoCase): Lookup and resolve the label in Resolve, not in Emit; added
25115         flow analysis.
25116         (VariableInfo.Number): New public field.  This is used by flow analysis
25117         to number all locals of a block.
25118         (Block.CountVariables): New public property.  This is the number of
25119         local variables in this block (including the locals from all parent
25120         blocks).
25121         (Block.EmitMeta): Number all the variables.
25123         * statement.cs: Added flow analysis support to all classes.
25125 2002-07-31  Martin Baulig  <martin@gnome.org>
25127         * driver.cs: Added "--mcs-debug" argument if MCS_DEBUG is defined.
25128         To get debugging messages, compile mcs with /define:MCS_DEBUG and
25129         then use this argument.
25131         * report.cs (Report.Debug): Renamed to conditional to "MCS_DEBUG".
25133         * makefile.gnu (MCS_FLAGS): Include $(MCS_DEFINES), the user may
25134         use this to specify /define options.
25136 2002-07-29  Martin Baulig  <martin@gnome.org>
25138         * statement.cs (Fixed): Moved all code that does variable lookups
25139         and resolvings from Emit to Resolve.
25141         * statement.cs (For): Moved all code that does variable lookups
25142         and resolvings from Emit to Resolve.
25144         * statement.cs (Using): Moved all code that does variable lookups
25145         and resolvings from Emit to Resolve.
25147 2002-07-29  Martin Baulig  <martin@gnome.org>
25149         * attribute.cs (Attribute.Resolve): Explicitly catch a
25150         System.NullReferenceException when creating the
25151         CustromAttributeBuilder and report a different warning message.
25153 2002-07-29  Martin Baulig  <martin@gnome.org>
25155         * support.cs (ParameterData.ParameterName): Added method to
25156         get the name of a parameter.
25158         * typemanager.cs (TypeManager.IsValueType): New public method.
25160 2002-07-29  Martin Baulig  <martin@gnome.org>
25162         * parameter.cs (Parameter.Modifier): Added `ISBYREF = 8'.  This
25163         is a flag which specifies that it's either ref or out.
25164         (Parameter.GetParameterInfo (DeclSpace, int, out bool)): Changed
25165         the out parameter to `out Parameter.Modifier mod', also set the
25166         Parameter.Modifier.ISBYREF flag on it if it's either ref or out.
25168         * support.cs (InternalParameters.ParameterModifier): Distinguish
25169         between Parameter.Modifier.OUT and Parameter.Modifier.REF, set the
25170         Parameter.Modifier.ISBYREF flag if it's either ref or out.
25172         * expression.cs (Argument.GetParameterModifier): Distinguish
25173         between Parameter.Modifier.OUT and Parameter.Modifier.REF, set the
25174         Parameter.Modifier.ISBYREF flag if it's either ref or out.
25176 2002-07-29  Martin Baulig  <martin@gnome.org>
25178         * expression.cs (ParameterReference.ParameterReference): Added
25179         `Location loc' argument to the constructor.
25181         * cs-parser.jay: Pass location to ParameterReference.
25183 2002-07-28  Miguel de Icaza  <miguel@ximian.com>
25185         * statement.cs (Try): Initialize the location.
25187         * cs-parser.jay: pass location to Try.
25189         * expression.cs (Unary.Reduce): Change the prototype to return
25190         whether a constant fold could be performed or not.  The result is
25191         returned in an out parameters.  In the case of Indirection and
25192         AddressOf, we want to perform the full tests.
25194 2002-07-26  Miguel de Icaza  <miguel@ximian.com>
25196         * statement.cs (Statement.Emit): Flag dead code.
25198 2002-07-27  Andrew Birkett  <andy@nobugs.org>
25200         * expression.cs (Unary.Reduce): Handle AddressOf and Indirection.
25202 2002-07-27  Martin Baulig  <martin@gnome.org>
25204         * class.cs (MethodData.Define): Put back call to
25205         TypeManager.AddMethod(), accidentally commented this out.
25207         * report.cs (Debug): New public method to print debugging information,
25208         this is `[Conditional ("DEBUG")]'.
25210 2002-07-26  Martin Baulig  <martin@gnome.org>
25212         * cs-parser.jay (CSharpParser): Added `Stack switch_stack'.
25213         (switch_statement): Push the current_block to the switch_stack and
25214         pop it again when we're done with the switch.
25215         (switch_section): The new block is a child of the current_block.
25216         Fixes bug #24007, added test-152.cs.
25218 2002-07-27  Martin Baulig  <martin@gnome.org>
25220         * expression.cs (Invocation.EmitArguments): When calling a varargs
25221         function with only its fixed arguments, we need to pass an empty
25222         array.
25224 2002-07-27  Martin Baulig  <martin@gnome.org>
25226         Mono 0.13 has been released.
25228 2002-07-25  Miguel de Icaza  <miguel@ximian.com>
25230         * driver.cs: Rename --resource to --linkres, because that is what
25231         we do currently, we dont support --resource yet.
25233         * cs-tokenizer.cs: Fix test for reporting endif mismatches.
25235 2002-07-25  Martin Baulig  <martin@gnome.org>
25237         * class.cs (MethodData): New public class.  This is a `method builder'
25238         class for a method or one accessor of a Property/Indexer/Event.
25239         (MethodData.GetMethodFlags): Moved here from MemberBase.
25240         (MethodData.ApplyAttributes): Likewise.
25241         (MethodData.ApplyObsoleteAttribute): Likewise.
25242         (MethodData.ApplyConditionalAttribute): Likewise.
25243         (MethodData.ApplyDllImportAttribute): Likewise.
25244         (MethodData.CheckAbstractAndExternal): Likewise.
25245         (MethodData.Define): Formerly knows as MemberBase.DefineMethod().
25246         (MethodData.Emit): Formerly known as Method.Emit().
25247         (MemberBase): Moved everything which was specific to a single
25248         accessor/method to MethodData.
25249         (Method): Create a new MethodData and call Define() and Emit() on it.
25250         (Property, Indexer, Event): Create a new MethodData objects for each
25251         accessor and call Define() and Emit() on them.
25253 2002-07-25  Martin Baulig  <martin@gnome.org>
25255         Made MethodCore derive from MemberBase to reuse the code from there.
25256         MemberBase now also checks for attributes.
25258         * class.cs (MethodCore): Derive from MemberBase, not MemberCore.
25259         (MemberBase.GetMethodFlags): Moved here from class Method and marked
25260         as virtual.
25261         (MemberBase.DefineAccessor): Renamed to DefineMethod(), added
25262         `CallingConventions cc' and `Attributes opt_attrs' arguments.
25263         (MemberBase.ApplyAttributes): New virtual method; applies the
25264         attributes to a method or accessor.
25265         (MemberBase.ApplyObsoleteAttribute): New protected virtual method.
25266         (MemberBase.ApplyConditionalAttribute): Likewise.
25267         (MemberBase.ApplyDllImportAttribute): Likewise.
25268         (MemberBase.CheckAbstractAndExternal): Likewise.
25269         (MethodCore.ParameterTypes): This is now a property instead of a
25270         method, it's initialized from DoDefineParameters().
25271         (MethodCore.ParameterInfo): Removed the set accessor.
25272         (MethodCore.DoDefineParameters): New protected virtual method to
25273         initialize ParameterTypes and ParameterInfo.
25274         (Method.GetReturnType): We can now simply return the MemberType.
25275         (Method.GetMethodFlags): Override the MemberBase version and add
25276         the conditional flags.
25277         (Method.CheckBase): Moved some code from Define() here, call
25278         DoDefineParameters() here.
25279         (Method.Define): Use DoDefine() and DefineMethod() from MemberBase
25280         here to avoid some larger code duplication.
25281         (Property.Emit, Indexer.Emit): Call CheckAbstractAndExternal() to
25282         ensure that abstract and external accessors don't declare a body.
25284         * attribute.cs (Attribute.GetValidPieces): Make this actually work:
25285         `System.Attribute.GetCustomAttributes (attr.Type)' does a recursive
25286         lookup in the attribute's parent classes, so we need to abort as soon
25287         as we found the first match.
25288         (Attribute.Obsolete_GetObsoleteMessage): Return the empty string if
25289         the attribute has no arguments.
25291         * typemanager.cs (TypeManager.AddMethod): Now takes a MemberBase instead
25292         of a Method.
25294 2002-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25296         * cs-parser.jay: reverted previous patch.
25298 2002-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25300         * cs-parser.jay: fixed bug #22119.
25302 2002-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25304         * attribute.cs: fixed compilation. The error was:
25305         "attribute.cs(571,17): error CS0177: The out parameter 'is_error' must 
25306         be assigned to before control leaves the current method."
25307         [FIXME:  Filed as bug #28186: MCS must report this error.]
25309 2002-07-25  Martin Baulig  <martin@gnome.org>
25311         * attribute.cs (Attribute.Conditional_GetConditionName): New static
25312         method to pull the condition name ouf of a Conditional attribute.
25313         (Attribute.Obsolete_GetObsoleteMessage): New static method to pull
25314         the obsolete message and error flag out of an Obsolete attribute.
25316         * class.cs (Method.GetMethodFlags): New public method to get the
25317         TypeManager.MethodFlags for this method.
25318         (Method.ApplyConditionalAttribute, Method.ApplyObsoleteAttribute): New
25319         private methods.
25320         (Method.Define): Get and apply the Obsolete and Conditional attributes;
25321         if we're overriding a virtual function, set the new private variable
25322         `parent_method'; call the new TypeManager.AddMethod().
25324         * typemanager.cs (TypeManager.AddMethod): New static method.  Stores
25325         the MethodBuilder and the Method in a PtrHashtable.
25326         (TypeManager.builder_to_method): Added for this purpose.
25327         (TypeManager.MethodFlags): Added IsObsoleteError.
25328         (TypeManager.GetMethodFlags): Added `Location loc' argument.  Lookup
25329         Obsolete and Conditional arguments in MethodBuilders.  If we discover
25330         an Obsolete attribute, emit an appropriate warning 618 / error 619 with
25331         the message from the attribute.
25333 2002-07-24  Martin Baulig  <martin@gnome.org>
25335         * cs-tokenizer.cs: Eat up trailing whitespaces and one-line comments in
25336         preprocessor directives, ensure that the argument to #define/#undef is
25337         exactly one identifier and that it's actually an identifier.
25339         Some weeks ago I did a `#define DEBUG 1' myself and wondered why this
25340         did not work ....
25342 2002-07-24  Martin Baulig  <martin@gnome.org>
25344         * statement.cs (Foreach.ForeachHelperMethods): Added `Type element_type',
25345         initialize it to TypeManager.object_type in the constructor.
25346         (Foreach.GetEnumeratorFilter): Set `hm.element_type' to the return type
25347         of the `hm.get_current' method if we're using the collection pattern.
25348         (Foreach.EmitCollectionForeach): Use `hm.element_type' as the source type
25349         for the explicit conversion to make it work when we're using the collection
25350         pattern and the `Current' property has a different return type than `object'.
25351         Fixes #27713.
25353 2002-07-24  Martin Baulig  <martin@gnome.org>
25355         * delegate.cs (Delegate.VerifyMethod): Simply return null if the method
25356         does not match, but don't report any errors.  This method is called in
25357         order for all methods in a MethodGroupExpr until a matching method is
25358         found, so we don't want to bail out if the first method doesn't match.
25359         (NewDelegate.DoResolve): If none of the methods in the MethodGroupExpr
25360         matches, report the 123.  Fixes #28070.
25362 2002-07-24  Martin Baulig  <martin@gnome.org>
25364         * expression.cs (ArrayAccess.EmitStoreOpcode): Moved the
25365         TypeManager.TypeToCoreType() to the top of the method so the
25366         following equality checks will work.  Fixes #28107.
25368 2002-07-24  Martin Baulig  <martin@gnome.org>
25370         * cfold.cs (ConstantFold.DoConstantNumericPromotions): "If either
25371         operand is of type uint, and the other operand is of type sbyte,
25372         short or int, the operands are converted to type long." -
25373         Actually do what this comment already told us.  Fixes bug #28106,
25374         added test-150.cs.
25376 2002-07-24  Martin Baulig  <martin@gnome.org>
25378         * class.cs (MethodBase): New abstract class.  This is now a base
25379         class for Property, Indexer and Event to avoid some code duplication
25380         in their Define() and DefineMethods() methods.
25381         (MethodBase.DoDefine, MethodBase.DefineAccessor): Provide virtual
25382         generic methods for Define() and DefineMethods().
25383         (FieldBase): Derive from MemberBase, not MemberCore.
25384         (Property): Derive from MemberBase, not MemberCore.
25385         (Property.DefineMethod): Moved all the code from this method to the
25386         new MethodBase.DefineAccessor(), just call it with appropriate
25387         argumetnts.
25388         (Property.Define): Call the new Property.DoDefine(), this does some
25389         sanity checks and we don't need to duplicate the code everywhere.
25390         (Event): Derive from MemberBase, not MemberCore.
25391         (Event.Define): Use the new MethodBase.DefineAccessor() to define the
25392         accessors, this will also make them work with interface events.
25393         (Indexer): Derive from MemberBase, not MemberCore.
25394         (Indexer.DefineMethod): Removed, call MethodBase.DefineAccessor() insstead.
25395         (Indexer.Define): Use the new MethodBase functions.
25397         * interface.cs (InterfaceEvent.InterfaceEvent): Added `Location loc'
25398         argument to the constructor.
25399         (Interface.FindMembers): Added support for interface events.
25400         (Interface.PopluateEvent): Implemented.
25402         Added test-149.cs for this.  This also fixes bugs #26067 and #24256.
25404 2002-07-22  Miguel de Icaza  <miguel@ximian.com>
25406         * class.cs (TypeContainer.AddMethod): Adding methods do not use IsValid,
25407         but this is required to check for a method name being the same as
25408         the containing class.  
25410         Handle this now.
25412 2002-07-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25414         * interface.cs: initialize variable.
25416 2002-07-23  Martin Baulig  <martin@gnome.org>
25418         Implemented the IndexerName attribute in interfaces.
25420         * class.cs (TypeContainer.DefineIndexers): Don't set the indexer
25421         name if this is an explicit interface implementation.
25422         (Indexer.InterfaceIndexerName): New public variable.  If we're
25423         implementing an interface indexer, this is the IndexerName in that
25424         interface.  Otherwise, it's the IndexerName.
25425         (Indexer.DefineMethod): If we're implementing interface indexer,
25426         set InterfaceIndexerName.  Use the new Pending.IsInterfaceIndexer
25427         and Pending.ImplementIndexer methods.
25428         (Indexer.Define): Also define the PropertyBuilder if we're
25429         implementing an interface indexer and this is neither an explicit
25430         interface implementation nor do the IndexerName match the one in
25431         the interface.
25433         * pending.cs (TypeAndMethods): Added `MethodInfo [] need_proxy'.
25434         If a method is defined here, then we always need to create a proxy
25435         for it.  This is used when implementing interface indexers.
25436         (Pending.IsInterfaceIndexer): New public method.
25437         (Pending.ImplementIndexer): New public method.
25438         (Pending.InterfaceMethod): Added `MethodInfo need_proxy' argument.
25439         This is used when implementing interface indexers to define a proxy
25440         if necessary.
25441         (Pending.VerifyPendingMethods): Look in the `need_proxy' array and
25442         define a proxy if necessary.
25444         * interface.cs (Interface.IndexerName): New public variable.
25445         (Interface.PopulateIndexer): Set the IndexerName.
25446         (Interface.DefineIndexers): New private method.  Populate all the
25447         indexers and make sure their IndexerNames match.
25449         * typemanager.cs (IndexerPropertyName): Added support for interface
25450         indexers.
25452 2002-07-22  Martin Baulig  <martin@gnome.org>
25454         * codegen.cs (EmitContext.HasReturnLabel): New public variable.
25455         (EmitContext.EmitTopBlock): Always mark the ReturnLabel and emit a
25456         ret if HasReturnLabel.
25457         (EmitContext.TryCatchLevel, LoopBeginTryCatchLevel): New public
25458         variables.
25460         * statement.cs (Do.Emit, While.Emit, For.Emit, Foreach.Emit): Save
25461         and set the ec.LoopBeginTryCatchLevel.
25462         (Try.Emit): Increment the ec.TryCatchLevel while emitting the block.
25463         (Continue.Emit): If the ec.LoopBeginTryCatchLevel is smaller than
25464         the current ec.TryCatchLevel, the branch goes out of an exception
25465         block.  In this case, we need to use Leave and not Br.
25467 2002-07-22  Martin Baulig  <martin@gnome.org>
25469         * statement.cs (Try.Emit): Emit an explicit ret after the end of the
25470         block unless the block does not always return or it is contained in
25471         another try { ... } catch { ... } block.  Fixes bug #26506.
25472         Added verify-1.cs to the test suite.
25474 2002-07-22  Martin Baulig  <martin@gnome.org>
25476         * statement.cs (Switch.TableSwitchEmit): If we don't have a default,
25477         then we do not always return.  Fixes bug #24985.
25479 2002-07-22  Martin Baulig  <martin@gnome.org>
25481         * expression.cs (Invocation.OverloadedResolve): Do the BetterFunction()
25482         lookup on a per-class level; ie. walk up the class hierarchy until we
25483         found at least one applicable method, then choose the best among them.
25484         Fixes bug #24463 and test-29.cs.
25486 2002-07-22  Martin Baulig  <martin@gnome.org>
25488         * typemanager.cs (TypeManager.ArrayContainsMethod): Don't check the
25489         return types of the methods.  The return type is not part of the
25490         signature and we must not check it to make the `new' modifier work.
25491         Fixes bug #27999, also added test-147.cs.
25492         (TypeManager.TypeToCoreType): Added TypeManager.type_type.
25494         * expression.cs (Invocation.DoResolve): Call TypeManager.TypeToCoreType()
25495         on the method's return type.
25497 2002-07-21  Martin Baulig  <martin@gnome.org>
25499         * assign.cs: Make this work if the rightmost source is a constant and
25500         we need to do an implicit type conversion.  Also adding a few more tests
25501         to test-38.cs which should have caught this.
25503         * makefile.gnu: Disable debugging, there's already the mcs-mono2.exe
25504         target in the makefile for this.  The makefile.gnu is primarily intended
25505         for end-users who don't want to debug the compiler.
25507 2002-07-21  Martin Baulig  <martin@gnome.org>
25509         * assign.cs: Improved the Assign class so it can now handle embedded
25510         assignments (X = Y = Z = something).  As a side-effect this'll now also
25511         consume less local variables.  test-38.cs now passes with MCS, added
25512         a few new test cases to that test.
25514 2002-07-20  Martin Baulig  <martin@gnome.org>
25516         * expression.cs (Binary.EmitBranchable): Emit correct unsigned branch
25517         instructions.  Fixes bug #27977, also added test-146.cs.
25519 2002-07-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25521         * cs-tokenizer.cs: fixed getHex ().
25523 2002-07-19  Martin Baulig  <martin@gnome.org>
25525         * expression.cs (Invocation.EmitParams): Use TypeManager.LookupType(),
25526         not Type.GetType() to lookup the array type.  This is needed when
25527         we're constructing an array of a user-defined type.
25528         (ArrayAccess.EmitDynamicInitializers): Only emit the Ldelema for
25529         single-dimensional arrays, but also for single-dimensial arrays of
25530         type decimal.
25532 2002-07-19  Martin Baulig  <martin@gnome.org>
25534         * expression.cs (New.DoEmit): Create a new LocalTemporary each time
25535         this function is called, it's not allowed to share LocalBuilders
25536         among ILGenerators.
25538 2002-07-19  Martin Baulig  <martin@gnome.org>
25540         * expression.cs (Argument.Resolve): Report an error 118 when trying
25541         to pass a type as argument.
25543 2002-07-18  Martin Baulig  <martin@gnome.org>
25545         * ecore.cs (Expression.ImplicitNumericConversion): Don't emit a
25546         Conv_R_Un for the signed `long' type.
25548 2002-07-15  Miguel de Icaza  <miguel@ximian.com>
25550         * expression.cs (MemberAccess.DoResolve): Do not reuse the field
25551         `expr' for the temporary result, as that will fail if we do
25552         multiple resolves on the same expression.
25554 2002-07-05  Miguel de Icaza  <miguel@ximian.com>
25556         * ecore.cs (SimpleNameResolve): Use ec.DeclSpace instead of
25557         ec.TypeContainer for looking up aliases. 
25559         * class.cs (TypeContainer): Remove LookupAlias from here.
25561         * decl.cs (DeclSpace); Move here.
25563 2002-07-01  Miguel de Icaza  <miguel@ximian.com>
25565         * class.cs (FindMembers): Only call filter if the constructor
25566         bulider is not null.
25568         Also handle delegates in `NestedTypes' now.  Now we will perform
25569         type lookups using the standard resolution process.  This also
25570         fixes a bug.
25572         * decl.cs (DeclSpace.ResolveType): New type resolution routine.
25573         This uses Expressions (the limited kind that can be parsed by the
25574         tree) instead of strings.
25576         * expression.cs (ComposedCast.ToString): Implement, used to flag
25577         errors since now we have to render expressions.
25579         (ArrayCreation): Kill FormElementType.  Use ComposedCasts in
25580         FormArrayType. 
25582         * ecore.cs (SimpleName.ToString): ditto.
25584         * cs-parser.jay: Instead of using strings to assemble types, use
25585         Expressions to assemble the type (using SimpleName, ComposedCast,
25586         MemberAccess).  This should fix the type lookups in declarations,
25587         because we were using a different code path for this.
25589         * statement.cs (Block.Resolve): Continue processing statements
25590         even when there is an error.
25592 2002-07-17  Miguel de Icaza  <miguel@ximian.com>
25594         * class.cs (Event.Define): Also remove the `remove' method from
25595         the list of pending items.
25597         * expression.cs (ParameterReference): Use ldarg.N (0..3) to
25598         generate more compact code. 
25600 2002-07-17  Martin Baulig  <martin@gnome.org>
25602         * const.cs (Const.LookupConstantValue): Add support for constant
25603         `unchecked' and `checked' expressions.
25604         Also adding test case test-140.cs for this.
25606 2002-07-17  Martin Baulig  <martin@gnome.org>
25608         * statement.cs (Foreach.GetEnumeratorFilter): When compiling corlib,
25609         check whether mi.ReturnType implements the IEnumerator interface; the
25610         `==' and the IsAssignableFrom() will fail in this situation.
25612 2002-07-16  Ravi Pratap  <ravi@ximian.com>
25614         * ecore.cs (SimpleName.SimpleNameResolve) : Apply Gonzalo's fix 
25615         here too.
25617 2002-07-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25619         * expression.cs: fixed bug #27811.
25621 2002-07-14  Miguel de Icaza  <miguel@ximian.com>
25623         * expression.cs (ParameterReference.AddressOf): Patch from Paolo
25624         Molaro: when we are a ref, the value already contains a pointer
25625         value, do not take the address of it.
25627 2002-07-14 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
25628         * removed mb-parser.jay and mb-tokenizer.cs
25630 Sat Jul 13 19:38:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
25632         * expression.cs: check against the building corlib void type.
25634 Sat Jul 13 19:35:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
25636         * ecore.cs: fix for valuetype static readonly fields: when 
25637         initializing them, we need their address, not the address of a copy.
25639 Sat Jul 13 17:32:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
25641         * typemanager.cs: register also enum_type in corlib.
25643 Sat Jul 13 15:59:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
25645         * class.cs: allow calling this (but not base) initializers in structs.
25647 Sat Jul 13 15:12:06 CEST 2002 Paolo Molaro <lupus@ximian.com>
25649         * ecore.cs: make sure we compare against the building base types
25650         in GetTypeSize ().
25652 Sat Jul 13 15:10:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
25654         * typemanager.cs: fix TypeToCoreType() to handle void and object
25655         (corlib gets no more typerefs after this change).
25657 2002-07-12  Miguel de Icaza  <miguel@ximian.com>
25659         * expression.cs (ArrayCreation.EmitArrayArguments): use
25660         Conv.Ovf.U4 for unsigned and Conv.Ovf.I4 for signed.
25662         (ArrayAccess.LoadArrayAndArguments): Use Conv_Ovf_I and
25663         Conv_Ovf_I_Un for the array arguments.  Even if C# allows longs as
25664         array indexes, the runtime actually forbids them.
25666         * ecore.cs (ExpressionToArrayArgument): Move the conversion code
25667         for array arguments here.
25669         * expression.cs (EmitLoadOpcode): System.Char is a U2, use that
25670         instead of the default for ValueTypes.
25672         (New.DoEmit): Use IsValueType instead of
25673         IsSubclassOf (value_type)
25674         (New.DoResolve): ditto.
25675         (Invocation.EmitCall): ditto.
25677         * assign.cs (Assign): ditto.
25679         * statement.cs (Unsafe): Ok, so I got the semantics wrong.
25680         Statements *are* currently doing part of their resolution during
25681         Emit.  
25683         Expressions do always resolve during resolve, but statements are
25684         only required to propagate resolution to their children.
25686 2002-07-11  Miguel de Icaza  <miguel@ximian.com>
25688         * driver.cs (CSCParseOption): Finish the /r: and /lib: support.
25690         (LoadAssembly): Do not add the dll if it is already specified
25692         (MainDriver): Add the System directory to the link path at the end,
25693         after all the other -L arguments. 
25695         * expression.cs (ArrayAccess.EmitLoadOpcode): I was using the
25696         wrong opcode for loading bytes and bools (ldelem.i1 instead of
25697         ldelem.u1) and using the opposite for sbytes.
25699         This fixes Digger, and we can finally run it.
25701         * driver.cs (UnixParseOption): Move the option parsing here.  
25702         (CSCParseOption): Implement CSC-like parsing of options.
25704         We now support both modes of operation, the old Unix way, and the
25705         new CSC-like way.  This should help those who wanted to make cross
25706         platform makefiles.
25708         The only thing broken is that /r:, /reference: and /lib: are not
25709         implemented, because I want to make those have the same semantics
25710         as the CSC compiler has, and kill once and for all the confussion
25711         around this.   Will be doing this tomorrow.
25713         * statement.cs (Unsafe.Resolve): The state is checked during
25714         resolve, not emit, so we have to set the flags for IsUnsfe here.
25716 2002-07-10  Miguel de Icaza  <miguel@ximian.com>
25718         * expression.cs (MemberAccess.ResolveMemberAccess): Since we can
25719         not catch the Error_ObjectRefRequired in SimpleName (as it is
25720         possible to have a class/instance variable name that later gets
25721         deambiguated), we have to check this here.      
25723 2002-07-10  Ravi Pratap  <ravi@ximian.com>
25725         * class.cs (TypeContainer.GetFieldFromEvent): Move away from here,
25726         make static and put into Expression.
25728         (Event.Define): Register the private field of the event with the 
25729         TypeManager so that GetFieldFromEvent can get at it.
25731         (TypeManager.RegisterPrivateFieldOfEvent): Implement to
25732         keep track of the private field associated with an event which
25733         has no accessors.
25735         (TypeManager.GetPrivateFieldOfEvent): Implement to get at the
25736         private field.
25738         * ecore.cs (GetFieldFromEvent): RE-write to use the above methods.
25740 2002-07-10  Miguel de Icaza  <miguel@ximian.com>
25742         * expression.cs (Binary.EmitBranchable): this routine emits the
25743         Binary expression in a branchable context.  This basically means:
25744         we need to branch somewhere, not just get the value on the stack.
25746         This works together with Statement.EmitBoolExpression.
25748         * statement.cs (Statement.EmitBoolExpression): Use
25749         EmitBranchable. 
25751 2002-07-09  Miguel de Icaza  <miguel@ximian.com>
25753         * statement.cs (For): Reduce the number of jumps in loops.
25755         (For): Implement loop inversion for the For statement.
25757         (Break): We can be breaking out of a Try/Catch controlled section
25758         (foreach might have an implicit try/catch clause), so we need to
25759         use Leave instead of Br.
25761         * ecore.cs (FieldExpr.AddressOf): Fix for test-139 (augmented
25762         now).  If the instace expression supports IMemoryLocation, we use
25763         the AddressOf method from the IMemoryLocation to extract the
25764         address instead of emitting the instance.
25766         This showed up with `This', as we were emitting the instance
25767         always (Emit) instead of the Address of This.  Particularly
25768         interesting when This is a value type, as we dont want the Emit
25769         effect (which was to load the object).
25771 2002-07-08  Miguel de Icaza  <miguel@ximian.com>
25773         * attribute.cs: Pass the entry point to the DefinePInvokeMethod
25775         * statement.cs (Checked): Set the CheckedState during the resolve
25776         process too, as the ConvCast operations track the checked state on
25777         the resolve process, and not emit.
25779         * cs-parser.jay (namespace_member_declaration): Flag that we have
25780         found a declaration when we do.  This is used to flag error 1529
25782         * driver.cs: Report ok when we display the help only.
25784 2002-07-06  Andrew Birkett  <adb@tardis.ed.ac.uk>
25786         * cs-tokenizer.cs (xtoken): Improve handling of string literals.
25788 2002-07-04  Miguel de Icaza  <miguel@ximian.com>
25790         * cs-tokenizer.cs (define): We also have to track locally the
25791         defines.  AllDefines is just used for the Conditional Attribute,
25792         but we also need the local defines for the current source code. 
25794 2002-07-03  Miguel de Icaza  <miguel@ximian.com>
25796         * statement.cs (While, For, Do): These loops can exit through a
25797         Break statement, use this information to tell whether the
25798         statement is the last piece of code.
25800         (Break): Flag that we break.
25802         * codegen.cs (EmitContexts): New `Breaks' state variable.
25804 2002-07-03  Martin Baulig  <martin@gnome.org>
25806         * class.cs (TypeContainer.MethodModifiersValid): Allow override
25807         modifiers in method declarations in structs.  Otherwise, you won't
25808         be able to override things like Object.Equals().
25810 2002-07-02  Miguel de Icaza  <miguel@ximian.com>
25812         * class.cs (Method, Property, Indexer): Do not allow the public
25813         modifier to be used in explicit interface implementations.
25815         (TypeContainer.MethodModifiersValid): Catch virtual, abstract and
25816         override modifiers in method declarations in structs
25818 2002-07-02   Andrew Birkett <adb@tardis.ed.ac.uk>
25820         * cs-tokenizer.cs (adjust_int, adjust_real): Do not abort on
25821         integer or real overflow, report an error
25823 2002-07-02  Martin Baulig  <martin@gnome.org>
25825         * typemanager.cs (TypeManager.InitCoreTypes): When compiling
25826         corlib, dynamically call AssemblyBuilder.SetCorlibTypeBuilders()
25827         to tell the runtime about our newly created System.Object and
25828         System.ValueType types.
25830 2002-07-02  Miguel de Icaza  <miguel@ximian.com>
25832         * expression.cs (This): Use Stobj/Ldobj when we are a member of a
25833         struct instead of Ldarg/Starg.
25835 2002-07-02  Martin Baulig  <martin@gnome.org>
25837         * expression.cs (Indirection.Indirection): Call
25838         TypeManager.TypeToCoreType() on `expr.Type.GetElementType ()'.
25840 2002-07-02  Martin Baulig  <martin@gnome.org>
25842         * expression.cs (ArrayAccess.EmitStoreOpcode): If the type is a
25843         ValueType, call TypeManager.TypeToCoreType() on it.
25844         (Invocations.EmitParams): Call TypeManager.TypeToCoreType() on
25845         the OpCodes.Newarr argument.
25847 2002-07-02  Martin Baulig  <martin@gnome.org>
25849         * expression.cs (Invocation.EmitCall): When compiling corlib,
25850         replace all calls to the system's System.Array type to calls to
25851         the newly created one.
25853         * typemanager.cs (TypeManager.InitCodeHelpers): Added a few more
25854         System.Array methods.
25855         (TypeManager.InitCoreTypes): When compiling corlib, get the methods
25856         from the system's System.Array type which must be replaced.
25858 Tue Jul 2 19:05:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
25860         * typemanager.cs: load unverifiable_code_ctor so we can build
25861         corlib using the correct type. Avoid using GetTypeCode() with
25862         TypeBuilders.
25863         * rootcontext.cs: uses TypeManager.unverifiable_code_ctor and
25864         TypeManager.object_type to allow building corlib.
25866 Tue Jul 2 19:03:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
25868         * ecore.cs: handle System.Enum separately in LoadFromPtr().
25870 2002-07-01  Martin Baulig  <martin@gnome.org>
25872         * class.cs: Make the last change actually work, we need to check
25873         whether `ifaces != null' to avoid a crash.
25875 Mon Jul 1 16:15:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
25877         * class.cs: when we build structs without fields that implement
25878         interfaces, we need to add the interfaces separately, since there is
25879         no API to both set the size and add the interfaces at type creation
25880         time.
25882 Mon Jul 1 14:50:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
25884         * expression.cs: the dimension arguments to the array constructors
25885         need to be converted if they are a long.
25887 Mon Jul 1 12:26:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
25889         * class.cs: don't emit ldarg.0 if there is no parent constructor
25890         (fixes showstopper for corlib).
25892 2002-06-29  Martin Baulig  <martin@gnome.org>
25894         MCS now compiles corlib on GNU/Linux :-)
25896         * attribute.cs (Attribute.ApplyAttributes): Treat Accessors like Method,
25897         ie. check for MethodImplOptions.InternalCall.
25899         * class.cs (TypeContainer.DefineType): When compiling corlib, both parent
25900         and TypeManager.attribute_type are null, so we must explicitly check
25901         whether parent is not null to find out whether it's an attribute type.
25902         (Property.Emit): Always call Attribute.ApplyAttributes() on the GetBuilder
25903         and SetBuilder, not only if the property is neither abstract nor external.
25904         This is necessary to set the MethodImplOptions on the accessor methods.
25905         (Indexer.Emit): Call Attribute.ApplyAttributes() on the GetBuilder and
25906         SetBuilder, see Property.Emit().
25908         * rootcontext.cs (RootContext.PopulateTypes): When compiling corlib, don't
25909         populate "System.Object", "System.ValueType" and "System.Attribute" since
25910         they've already been populated from BootCorlib_PopulateCoreTypes().
25912 2002-06-29  Martin Baulig  <martin@gnome.org>
25914         * ecore.cs (Expression.ImplicitReferenceConversionExists): If expr
25915         is the NullLiteral, we also need to make sure that target_type is not
25916         an enum type.   
25918 2002-06-29  Martin Baulig  <martin@gnome.org>
25920         * rootcontext.cs (RootContext.ResolveCore): We must initialize
25921         `TypeManager.multicast_delegate_type' and `TypeManager.delegate_type'
25922         before calling BootstrapCorlib_ResolveDelegate ().
25924 2002-06-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25926         * statement.cs: fixed build-breaker. All tests passed ok.
25928 2002-06-27  Martin Baulig  <martin@gnome.org>
25930         * typemanager.cs (TypeManager.VerifyUnManaged): Added explicit check
25931         for System.Decimal when compiling corlib.
25933 2002-06-27  Martin Baulig  <martin@gnome.org>
25935         * statement.cs (Switch.TableSwitchEmit): Make this work with empty
25936         switch blocks which contain nothing but a default clause.
25938 2002-06-26  Andrew  <adb@tardis.ed.ac.uk>
25940        * ../errors/cs1501-3.cs: Added new test for struct ctr typechecks.
25942 2002-06-27  Martin Baulig  <martin@gnome.org>
25944         * ecore.cs (PropertyExpr.PropertyExpr): Call
25945         TypeManager.TypeToCoreType() on the `pi.PropertyType'.
25947         * typemanager.cs (TypeManager.TypeToCoreType): Return if the type
25948         is already a TypeBuilder.
25950 2002-06-27  Martin Baulig  <martin@gnome.org>
25952         * ecore.cs (Expression.ImplicitReferenceConversionExists): Use
25953         `target_type == TypeManager.array_type', not IsAssignableFrom() in
25954         the "from an array-type to System.Array" case.  This makes it work
25955         when compiling corlib.
25957 2002-06-27  Martin Baulig  <martin@gnome.org>
25959         * ecore.cs (Expression.SimpleNameResolve): If the expression is a
25960         non-static PropertyExpr, set its InstanceExpression.  This makes
25961         the `ICollection.Count' property work in System/Array.cs.
25963 2002-06-25  Andrew Birkett  <adb@tardis.ed.ac.uk>
25965         * driver.cs: Made error handling more consistent.  Errors now
25966         tracked by Report class, so many methods which used to return int
25967         now return void.  Main() now prints success/failure and 
25968         errors/warnings message.
25970         Renamed '--probe' compiler argument to '--expect-error'.  Removed
25971         the magic number return values (123 and 124).  Now, if the
25972         expected error occurs, the compiler exits with success (exit value
25973         0).  If the compilation completes without seeing that particular
25974         error, the compiler exits with failure (exit value 1).  The
25975         makefile in mcs/errors has been changed to handle the new behaviour.
25977         * report.cs: Made 'expected error' number a property and renamed
25978         it from 'Probe' to 'ExpectedError'.
25980         * genericparser.cs: Removed error handling support, since it is
25981         now all done by Report class.
25983         * cs-parser.jay, mb-parser.jay: Errors are tracked by Report
25984         class, so parse() no longer returns an int.
25986         * namespace.cs: Use Report.Error instead of GenericParser.error
25988 2002-06-22  Miguel de Icaza  <miguel@ximian.com>
25990         * class.cs (TypeContainer.AddMethod, TypeContainer.AddIndexer,
25991         TypeContainer.AddOperator): At the front of the list put the
25992         explicit implementations, so they get resolved/defined first. 
25994 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
25996         * class.cs (TypeContainer.VerifyImplements): Verifies that a given
25997         interface type is implemented by this TypeContainer.  Used during
25998         explicit interface implementation.
26000         (Property.Define, Indexer.Define, Method.Define): Validate that
26001         the given interface in the explicit implementation is one of the
26002         base classes for the containing type.
26004         Also if we are explicitly implementing an interface, but there is
26005         no match in the pending implementation table, report an error.
26007         (Property.Define): Only define the property if we are
26008         not explicitly implementing a property from an interface.  Use the
26009         correct name also for those properties (the same CSC uses,
26010         although that is really not needed).
26012         (Property.Emit): Do not emit attributes for explicitly implemented
26013         properties, as there is no TypeBuilder.
26015         (Indexer.Emit): ditto.
26017         Hiding then means that we do not really *implement* a pending
26018         implementation, which makes code fail.
26020 2002-06-22  Martin Baulig  <martin@gnome.org>
26022         * ecore.cs (Expression.Constantify): Call TypeManager.TypeToCoreType() on
26023         the return value of Object.GetType().  [FIXME: we need to do this whenever
26024         we get a type back from the reflection library].
26026 Fri Jun 21 13:37:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
26028         * typemanager.cs: make ExpandInterfaces() slip duplicated interfaces.
26030 2002-06-20  Miguel de Icaza  <miguel@ximian.com>
26032         * attribute.cs: Return null if we can not look up the type.
26034         * class.cs (TypeContainer.GetClassBases): Use ExpandInterfaces on
26035         the interface types found.
26037         * interface.cs (Interface.GetInterfaceBases): Use ExpandInterfaces on the
26038         interface types found.
26040         * typemanager.cs (GetInterfaces): Make this routine returns alll
26041         the interfaces and work around the lame differences between
26042         System.Type and System.Reflection.Emit.TypeBuilder in the results
26043         result for GetInterfaces.
26045         (ExpandInterfaces): Given an array of interface types, expand and
26046         eliminate repeated ocurrences of an interface.  This expands in
26047         context like: IA; IB : IA; IC : IA, IB; the interface "IC" to
26048         be IA, IB, IC.
26050 2002-06-21  Martin Baulig  <martin@gnome.org>
26052         * typemanager.cs (TypeManager.EnumToUnderlying): It's now safe to call this function
26053         on System.Enum.
26055 2002-06-21  Martin Baulig  <martin@gnome.org>
26057         * typemanager.cs (TypeManager.TypeToCoreType): New function.  When compiling corlib
26058         and called with one of the core types, return the corresponding typebuilder for
26059         that type.
26061         * expression.cs (ArrayAccess.DoResolve): Call TypeManager.TypeToCoreType() on the
26062         element type.
26064 2002-06-21  Martin Baulig  <martin@gnome.org>
26066         * ecore.cs (Expression.ExplicitReferenceConversionExists): Use
26067         `target_type.IsArray' instead of `target_type.IsSubclassOf (TypeManager.array_type)'.
26068         (Expression.ConvertReferenceExplicit): Likewise.
26070         * expression.cs (ElementAccess.DoResolve): Likewise.
26071         (ElementAccess.DoResolveLValue): Likewise.
26073 2002-06-10  Martin Baulig  <martin@gnome.org>
26075         * interface.cs (Interface.PopulateIndexer): When creating the setter, we need to
26076         add the "value" parameter to the parameter list.
26078         * statement.cs (Fixed.Emit): Pass the return value of the child block's Emit()
26079         to our caller.
26081 2002-06-19  Miguel de Icaza  <miguel@ximian.com>
26083         * expression.cs (ArrayCreation.ExpressionToArrayArgument): Convert
26084         the argument to an int, uint, long or ulong, per the spec.  Also
26085         catch negative constants in array creation.
26087 Thu Jun 20 17:56:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
26089         * class.cs: do not allow the same interface to appear twice in
26090         the definition list.
26092 Wed Jun 19 22:33:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
26094         * ecore.cs: don't use ldlen with System.Array.
26096 Wed Jun 19 20:57:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
26098         * ecore.cs: stobj requires a type argument. Handle indirect stores on enums.
26100 Wed Jun 19 20:17:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
26102         * modifiers.cs: produce correct field attributes for protected
26103         internal. Easy fix so miguel can work on ther harder stuff:-)
26105 2002-06-18  Miguel de Icaza  <miguel@ximian.com>
26107         * pending.cs: New file.  Move the code from class.cs here.
26108         Support clearning the pending flag for all methods (when not doing
26109         explicit interface implementation).
26111 Tue Jun 18 10:36:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
26113         * rootcontext.cs: added a couple more types needed to bootstrap.
26115 2002-06-17  Miguel de Icaza  <miguel@ximian.com>
26117         * typemanager.cs (GetConstructor): Use DeclaredOnly to look the
26118         constructor in the type, instead of any constructor in the type
26119         hierarchy.  Thanks to Paolo for finding this bug (it showed up as
26120         a bug in the Mono runtime when applying the params attribute). 
26122 2002-06-16  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
26123         * changed namespace.cs to use "GenericParser.error(...)" instead of "CSharpParser.error(...)"
26125 2002-06-14  Rachel Hestilow  <hestilow@ximian.com>
26127         * expression.cs (Unary.ResolveOperator): Use TypeManager
26128         to resolve the type.
26130 2002-06-13  Ravi Pratap  <ravi@ximian.com>
26132         * cs-parser.jay (enum_member_declaration): Pass in the attributes
26133         attached.
26135         * enum.cs (AddEnumMember): Add support to store the attributes associated 
26136         with each member too.
26138         * attribute.cs (CheckAttribute, ApplyAttributes): Update to handle
26139         field builders too - this takes care of the enum member case.
26141 2002-06-10  Rachel Hestilow  <hestilow@ximian.com>
26143         * typemanager.cs (TypeManager.VerifyUnManaged): Allow
26144         address-of operator on both value types and pointers.
26146 2002-06-10  Martin Baulig  <martin@gnome.org>
26148         * interface.cs (Interface.PopulateIndexer): Add the indexer's
26149         PropertyBuilder to the `property_builders' list.
26151         * expression.cs (Indexers.GetIndexersForTypeOrInterface): New private method.
26152         (Indexers.GetIndexersForType): Call GetIndexersForTypeOrInterface() on the
26153         `lookup_type' and all its interfaces.  Unfortunately, Type.FindMembers() won't
26154         find any indexers which are inherited from an interface.
26156 2002-06-09  Martin Baulig  <martin@gnome.org>
26158         * const.cs (Const.LookupConstantValue): Convert `Expr' to a literal of
26159         the same type as the constant if necessary.  There's also a test-130.cs
26160         for this.
26162         * enum.cs (Enum.ChangeEnumType): Moved to typemanager.cs and made public.
26164         * typemanager.cs (TypeManager.ChangeType): Previously known as
26165         Enum.ChangeEnumType().
26167 2002-06-09  Martin Baulig  <martin@gnome.org>
26169         * expression.cs (Cast.TryReduce): Added support for consts.
26171 2002-06-08  Ravi Pratap  <ravi@ximian.com>
26173         * class.cs (Accessor): Hold attributes information so we can pass
26174         it along.
26176         * cs-parser.jay (get_accessor_declaration, set_accessor_declaration):
26177         Modify to pass in attributes attached to the methods.
26179         (add_accessor_declaration, remove_accessor_declaration): Ditto.
26181         * attribute.cs (ApplyAttributes, CheckAttribute): Update accordingly
26182         to handle the Accessor kind :-)
26184         * class.cs (Property.Emit, Event.Emit): Apply attributes to the accessors
26186 2002-06-08  Martin Baulig  <martin@gnome.org>
26188         * expression.cs (Unary.TryReduceNegative): Added support for
26189         ULongConstants.
26191 2002-06-08  Martin Baulig  <martin@gnome.org>
26193         * enum.cs (Enum.LookupEnumValue): Don't report an error if the
26194         name can't be found in the `defined_names' - the caller will do a
26195         MemberLookup in this case and thus find methods in System.Enum
26196         such as Enum.IsDefined().
26198 2002-06-08  Martin Baulig  <martin@gnome.org>
26200         * enum.cs (Enum.ChangeEnumType): This is a custom version of
26201         Convert.ChangeType() which works with TypeBuilder created types.
26202         (Enum.LookupEnumValue, Enum.Define): Use it here.
26204         * class.cs (TypeContainer.RegisterRequiredImplementations): Added
26205         `TypeBuilder.BaseType != null' check.
26206         (TypeContainer.FindMembers): Only lookup parent members if we
26207         actually have a parent.
26208         (Method.EmitDestructor): Added `ec.ContainerType.BaseType != null' check.
26209         (ConstructorInitializer.Resolve): Likewise.
26211         * interface.cs (Interface.FindMembers): Added
26212         `TypeBuilder.BaseType != null' check.
26214         * rootcontext.cs (RootContext.ResolveCore): Added
26215         "System.Runtime.CompilerServices.IndexerNameAttribute" to
26216         classes_second_stage.
26218         * typemanager.cs (TypeManager.InitCoreTypes): Don't initialize
26219         debug_type and trace_type when compiling with --nostdlib.       
26221 2002-06-07  Martin Baulig  <martin@gnome.org>
26223         * class.cs (TypeContainer): Added `have_nonstatic_fields' field.
26224         (AddField): Set it to true when adding a non-static field.
26225         (DefineType): Use `have_nonstatic_fields' to find out whether we
26226         have non-static fields, not `Fields != null'.
26228 2002-06-02  Miguel de Icaza  <miguel@ximian.com>
26230         * ecore.cs (SimpleNameResolve): Removed simple bug (we were
26231         dereferencing a null on the static-field code path)
26233 2002-05-30  Martin Baulig  <martin@gnome.org>
26235         * codegen.cs (InitMonoSymbolWriter): Added `string[] args' argument
26236         to take command line arguments.  Use reflection to call the new
26237         custom `Initialize' function on the symbol writer and pass it the
26238         command line arguments.
26240         * driver.cs (--debug-args): New command line argument to pass command
26241         line arguments to the symbol writer.
26243 2002-05-28  Miguel de Icaza  <miguel@ximian.com>
26245         * assign.cs (DoResolve): Forgot to do the implicit conversion to
26246         the target type for indexers and properties.  Thanks to Joe for
26247         catching this.
26249 2002-05-27  Miguel de Icaza  <miguel@ximian.com>
26251         * typemanager.cs (MethodFlags): returns the method flags
26252         (Obsolete/ShouldIgnore) that control warning emission and whether
26253         the invocation should be made, or ignored. 
26255         * expression.cs (Invocation.Emit): Remove previous hack, we should
26256         not do this on matching a base type, we should do this based on an attribute
26258         Only emit calls to System.Diagnostics.Debug and
26259         System.Diagnostics.Trace if the TRACE and DEBUG defines are passed
26260         on the command line.
26262         * rootcontext.cs: Global settings for tracing and debugging.
26264         * cs-tokenizer.cs (define): New utility function to track
26265         defines.   Set the global settings for TRACE and DEBUG if found.
26267 2002-05-25  Ravi Pratap  <ravi@ximian.com>
26269         * interface.cs (Populate*): Pass in the TypeContainer as well as
26270         the DeclSpace as parameters so that we can create EmitContexts and
26271         then use that to apply attributes etc.
26273         (PopulateMethod, PopulateEvent, PopulateProperty)
26274         (PopulateIndexer): Apply attributes everywhere.
26276         * attribute.cs (CheckAttribute): Include InterfaceMethod, InterfaceEvent
26277         etc.
26279         (ApplyAttributes): Update accordingly.
26281         We now apply interface attributes for all members too.
26283 2002-05-26  Miguel de Icaza  <miguel@ximian.com>
26285         * class.cs (Indexer.Define); Correctly check if we are explicit
26286         implementation (instead of checking the Name for a ".", we
26287         directly look up if the InterfaceType was specified).
26289         Delay the creation of the PropertyBuilder.
26291         Only create the PropertyBuilder if we are not an explicit
26292         interface implementation.   This means that explicit interface
26293         implementation members do not participate in regular function
26294         lookups, and hence fixes another major ambiguity problem in
26295         overload resolution (that was the visible effect).
26297         (DefineMethod): Return whether we are doing an interface
26298         implementation. 
26300         * typemanager.cs: Temporary hack until we get attributes in
26301         interfaces (Ravi is working on that) and we get IndexerName
26302         support in interfaces.
26304         * interface.cs: Register the indexers as properties.
26306         * attribute.cs (Attribute.Resolve): Catch the error, and emit a
26307         warning, I have verified that this is a bug in the .NET runtime
26308         (JavaScript suffers of the same problem).
26310         * typemanager.cs (MemberLookup): When looking up members for
26311         interfaces, the parent of an interface is the implicit
26312         System.Object (so we succeed in searches of Object methods in an
26313         interface method invocation.  Example:  IEnumerable x;  x.ToString
26314         ()) 
26316 2002-05-25  Miguel de Icaza  <miguel@ximian.com>
26318         * class.cs (Event): Events should also register if they do
26319         implement the methods that an interface requires.
26321         * typemanager.cs (MemberLookup); use the new GetInterfaces
26322         method. 
26324         (GetInterfaces): The code used to lookup interfaces for a type is
26325         used in more than one place, factor it here. 
26327         * driver.cs: Track the errors at the bottom of the file, we kept
26328         on going.
26330         * delegate.cs (NewDelegate.Emit): We have to emit a null as the
26331         instance if the method we are calling is static!
26333 2002-05-24  Miguel de Icaza  <miguel@ximian.com>
26335         * attribute.cs (ApplyAttributes): Make this function filter out
26336         the IndexerName attribute (as that attribute in reality is never
26337         applied) and return the string constant for the IndexerName
26338         attribute. 
26340         * class.cs (TypeContainer.Emit): Validate that all the indexers
26341         have the same IndexerName attribute, and if so, set the
26342         DefaultName attribute on the class. 
26344         * typemanager.cs: The return value might contain other stuff (not
26345         only methods).  For instance, consider a method with an "Item"
26346         property and an Item method.
26348         * class.cs: If there is a problem with the parameter types,
26349         return. 
26351 2002-05-24  Ravi Pratap  <ravi@ximian.com>
26353         * ecore.cs (ImplicitConversionExists): Wrapper function which also
26354         looks at user defined conversion after making a call to 
26355         StandardConversionExists - we need this for overload resolution.
26357         * expression.cs : Update accordingly the various method calls.
26359         This fixes 2 bugs filed against implicit user defined conversions 
26361 2002-05-22  Miguel de Icaza  <miguel@ximian.com>
26363         * statement.cs: Track the result of the assignment.
26365 2002-05-21  Miguel de Icaza  <miguel@ximian.com>
26367         * expression.cs (MemberAccess): Improved error reporting for
26368         inaccessible members.
26370 2002-05-22  Martin Baulig  <martin@gnome.org>
26372         * makefile (mcs-mono2.exe): New target.  This is mcs compiled with
26373         itself with debugging support.
26375 2002-05-22  Martin Baulig  <martin@gnome.org>
26377         * typemanager.cs ("System.Runtime.InteropServices.StructLayoutAttribute"):
26378         Removed, this isn't needed anymore.
26380 2002-05-20  Martin Baulig  <martin@gnome.org>
26382         * typemanager.cs (InitEnumUnderlyingTypes): "System.Char" can't
26383         be underlying type for an enum.
26385 2002-05-20  Miguel de Icaza  <miguel@ximian.com>
26387         * typemanager.cs (InitEnumUnderlyingTypes): New helper function
26388         that splits out the loading of just the core types.
26390         * rootcontext.cs (ResolveCore): Split the struct resolution in
26391         two, so we can load the enumeration underlying types before any
26392         enums are used.
26394         * expression.cs (Is): Bandaid until we fix properly Switch (see
26395         bug #24985 for details).
26397         * typemanager.cs (ImplementsInterface): The hashtable will contain
26398         a null if there are no interfaces implemented.
26400 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
26402         * cs-parser.jay (indexer_declarator): It is fine to have array
26403         parameters
26405 2002-05-17  Miguel de Icaza  <miguel@ximian.com>
26407         * typemanager.cs: (RegisterBuilder): New function used to register
26408         TypeBuilders that implement interfaces.  Since
26409         TypeBuilder.GetInterfaces (as usual) does not work with lame
26410         Reflection.Emit. 
26411         (AddUserType): register interfaces.
26413         (ImplementsInterface): Use the builder_to_ifaces hash if we are
26414         dealing with TypeBuilder.  Also, arrays are showing up as
26415         SymbolTypes, which are not TypeBuilders, but whose GetInterfaces
26416         methods can not be invoked on them!
26418         * ecore.cs (ExplicitReferenceConversionExists): Made public.
26419         (ImplicitReferenceConversionExists): Split out from
26420         StandardConversionExists. 
26422         * expression.cs (As): We were only implementing one of the three
26423         cases for the as operator.  We now implement them all.
26424         (Is): Implement the various other cases for Is as well.
26426         * typemanager.cs (CACHE): New define used to control if we want or
26427         not the FindMembers cache.  Seems to have a negative impact on
26428         performance currently
26430         (MemberLookup): Nested types have full acess to
26431         enclosing type members
26433         Remove code that coped with instance/static returns for events, we
26434         now catch this in RealFindMembers.
26436         (RealFindMembers): only perform static lookup if the instance
26437         lookup did not return a type or an event.  
26439 2002-05-17  Miguel de Icaza  <miguel@ximian.com>
26441         * assign.cs (CompoundAssign): We pass more semantic information
26442         now to Compound Assignments than we did before: now we have all
26443         the information at hand, and now we resolve the target *before* we
26444         do the expression expansion, which allows the "CacheValue" method
26445         to have the effect we intended (before, a [x] += 1 would generate
26446         two differen ArrayAccess expressions from the ElementAccess,
26447         during the resolution process).
26449         (CompoundAssign.DoResolve): Resolve target and original_source here.
26451 2002-05-16  Miguel de Icaza  <miguel@ximian.com>
26453         * expression.cs (ArrayAccess): dropped debugging information. 
26455         * typemanager.cs: Small bug fix: I was always returning i_members,
26456         instead of one of i_members or s_members (depending on which had
26457         the content).
26459         * assign.cs (IAssignMethod.CacheTemporaries): New method.  This
26460         method is invoked before any code generation takes place, and it
26461         is a mechanism to inform that the expression will be invoked more
26462         than once, and that the method should use temporary values to
26463         avoid having side effects
26465         (Assign.Emit): Call CacheTemporaries in the IAssignMethod.
26467         * ecore.cs (Expression.CacheTemporaries): Provide empty default
26468         implementation.
26470         * expression.cs (Indirection, ArrayAccess): Add support for
26471         CacheTemporaries in these two bad boys. 
26473         * ecore.cs (LoadFromPtr): figure out on our own if we need to use
26474         ldobj or ldind_ref.  
26475         (StoreFromPtr): Handle stobj as well.
26477         * expression.cs (UnaryMutator): Share more code.
26479         * typemanager.cs (FindMembers): Thanks to Paolo for tracking this
26480         down: I was not tracking the Filter function as well, which
26481         was affecting the results of the cache.
26483 2002-05-15  Miguel de Icaza  <miguel@ximian.com>
26485         * attribute.cs: Remove the hack to handle the CharSet property on
26486         StructLayouts. 
26488 2002-05-14  Miguel de Icaza  <miguel@ximian.com>
26490         * attribute.cs (DoResolve): More uglyness, we now only try to
26491         resolve the attribute partially, to extract the CharSet
26492         information (only if we are a StructLayout attribute).  Otherwise 
26494         (GetExtraTypeInfo): Add some code to conditionally kill in the
26495         future this.   I am more and more convinced that the .NET
26496         framework has special code to handle the attribute setting on
26497         certain elements.
26499         * expression.cs (IsParamsMethodApplicable): Revert my previous
26500         foreach change here, it was wrong.
26502 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
26504         * cs-tokenizer.cs: (pp_primary): Eat the ')' at the end.
26505         (pp_expr): do not abort on unknown input, just return.
26506         (eval): abort if there are pending chars.
26508         * attribute.cs (Attribute.Resolve): Positional parameters are
26509         optional.  Deal with that case.
26511         * class.cs (DefineType): Call Attribute.GetExtraTypeInfo to fetch
26512         the Ansi/Unicode/Auto information for the type.
26514         (TypeContainer.DefineType): instantiate the EmitContext here, as
26515         we will be using it during the type definition (to resolve
26516         attributes) and during the emit phase.
26518         * attribute.cs (Attribute.GetExtraTypeInfo): This routine is used
26519         to pull type information out of the attributes
26521         (Attribute.Resolve): track the constructor builder, and allow for
26522         multiple invocations (structs and classes will use this).
26524         * ecore.cs (MemberLookupFinal): new version with all the
26525         parameters customizable.
26527         * expression.cs (New.DoResolve): Use MemberLookupFinal to locate
26528         constructors.  Return if the result value is null (as the error
26529         would have been flagged already by MemberLookupFinal)
26531         Do not allow instances of abstract classes or interfaces to be
26532         created.
26534         * class.cs: (MethodSignature.InheritableMemberSignatureCompare):
26535         We have to compare the assembly property here when dealing with
26536         FamANDAssem and Assembly access modifiers, because we might be
26537         creating an assembly from *modules* (that means that we are not
26538         getting TypeBuilders for types defined in other modules that are
26539         part of this assembly).
26541         (Method.Emit): If the method is marked abstract and has a body,
26542         emit an error. 
26544         (TypeContainer.DefineMembers): If both the defined member and the
26545         parent name match are methods, then do not emit any warnings: let
26546         the Method.Define routine take care of flagging warnings.  But if
26547         there is a mismatch (method overrides something else, or method is
26548         overriwritten by something, then emit warning).
26550         (MethodSignature.MemberSignatureCompare): If the sig.ret_type is
26551         set to null, this means `do not check for the return type on the
26552         signature'. 
26554         (Method.Define): set the return type for the method signature to
26555         null, so that we get methods with the same name and parameters and
26556         different return types.  This is used to flag warning 114 (you are
26557         hiding a method, and you probably want to use the new/override
26558         keywords instead).
26560         * typemanager.cs (MemberLookup): Implemented proper access
26561         control, closing a long standing set of bug reports.  The problem
26562         was that the Framework only has two bits: Public and NonPublic,
26563         and NonPublic includes private and protected methods, but we need
26564         to enforce the FamANDAssem, FamOrAssem and Family. 
26566 2002-05-11  Miguel de Icaza  <miguel@ximian.com>
26568         * statement.cs (GotoCase): Return true: Ammounts to giving up
26569         knowledge on whether we return or not, and letting the other case
26570         be responsible for it.
26572 2002-05-10  Miguel de Icaza  <miguel@ximian.com>
26574         * driver.cs: Do not load directories for each file processed, only
26575         do it if there is a pattern.
26577         * ecore.cs: Report readonly assigns here as well, as we might have
26578         been resolved only by MemberAccess.
26580         (SimpleName.SimpleNameResolve): Also be useful for LValue
26581         resolution.   We need this to propagate assign to local readonly variables
26583         * typemanager.cs: Use a ptrhashtable for the criteria, because we
26584         do not want to reuse potential criteria memory.
26586         * class.cs (MyEventBuilder): Set reflected_type;
26588         * ecore.cs (Constantify): Added support for constifying bools.
26590         (RootContext.LookupType): Added a cache for values looked up in
26591         the declaration space.
26593         * typemanager.cs (FindMembers): Now is a front-end to
26594         RealFindMembers, and provides a two-level hashtable-based cache to
26595         the request.  
26597         15% performance improvement: from 22.5 to 19.2 seconds.
26599         * expression.cs (IsParamsMethodApplicable): use foreach.
26600         (Invocation.DoResolve): ditto.
26601         (New.DoResolve): ditto.
26602         (ArrayCreation.DoResolve): ditto.
26604         * ecore.cs (FindMostEncompassingType): use foreach.
26606         * delegate.cs (NewDelegate.DoResolve): Use foreach
26608         * ecore.cs (Expression.FindMostSpecificSource): Use foreach.
26609         (RemoveMethods): use foreach.
26611         * expression.cs (Invocation.MakeUnionSet): Optimization: Use two
26612         nested foreach statements instead of for, and also break out of
26613         the inner loop once a match is found.
26615         (Invocation.OverloadResolve): Use foreach, simplify the code. 
26617 2002-05-08  Miguel de Icaza  <miguel@ximian.com>
26619         * cfold.cs (BinaryFold): During an enumeration evaluation context,
26620         we actually unwrap the expression to allow for extra information
26621         to be extracted. 
26623         * expression.cs: Use Shr_Un on unsigned operations. 
26625 2002-05-08  Ravi Pratap  <ravi@ximian.com>
26627         * ecore.cs (FindMostEncompass*): Fix trivial bug where the set of 
26628         applicable operators was not being considered correctly. This closes
26629         the bug Miguel reported.
26631 Wed May 8 16:40:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
26633         * attribute.cs: check that the type derives from System.Attribute
26634         and report the correct error in that case (moved the duplicate code to
26635         its own method, too).
26637 Wed May 8 11:50:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
26639         * attribute.cs: lookup attribute type name as the spec says: first the
26640         bare attribute name and then name + "Attribute" (nant compiles with
26641         mcs after this fix).
26643 2002-05-07  Miguel de Icaza  <miguel@ximian.com>
26645         * expression.cs (Unary.TryReduceNegative): Ah!  Tricky!  Tricky!
26646         Because of the way we parse things, we should try to see if a
26647         UIntConstant can fit in an integer.
26649 2002-05-07  Ravi Pratap  <ravi@ximian.com>
26651         * ecore.cs (GetConversionOperators): Do not pick up op_True operators
26652         when we are in an explicit context.
26654         (ConvertReferenceExplicit): When converting from Iface type S to Class
26655         T make sure the rules are implemented as an OR.
26657         * parameter.cs (ParameterType): Make it a property for now although the
26658         purpose really isn't anything immediate.
26660         * expression.cs (Is*Applicable): Do better checking on the parameter type
26661         of a ref/out parameter. The ones from the system assemblies are already 
26662         marked with the correct type so we don't need to do any correction.
26664         * ecore.cs (StandardConversionExists): Conversion from Interface types to 
26665         the object type is standard too so include that.
26667 2002-05-06  Miguel de Icaza  <miguel@ximian.com>
26669         * ecore.cs (StandardConversionExists): Augment with missing code:
26670         deal with IntConstant, LongConstants and Enumerations.
26672         * assign.cs: Report the error, instead of failing silently
26674         * rootcontext.cs (AddGlobalAttributes): Track attributes on the
26675         typecontainer that they are declared, because the
26676         typecontainer/namespace will have the list of using clauses that
26677         need to be applied.
26679         Assembly Attributes were escaping the normal registration
26680         mechanism. 
26682         (EmitCode): Apply attributes within an EmitContext that represents
26683         the container they were declared on.
26685         * cs-parser.jay: Track bases for structs.  How did I get this wrong?
26687 2002-05-06  Ravi Pratap  <ravi@ximian.com>
26689         * ecore.cs (FindMostEncompassingType, FindMostEncompassedType):
26690         Revamp completely - make much cleaner as we now operate only
26691         on a set of Types.
26693         (FindMostSpecificSource, FindMostSpecificTarget): New methods
26694         to implement the logic detailed in the spec more correctly.
26696         (UserDefinedConversion): Update accordingly.
26698 2002-05-06  Miguel de Icaza  <miguel@ximian.com>
26700         * statement.cs: Return flow analysis information up.
26702         * cs-tokenizer.cs (adjust_real): Share code between LITERAL_DOUBLE
26703         and the default.
26705         (token): Do not consume an extra character before calling
26706         decimal_digits.
26708 2002-05-06  Piers Haken <piersh@friskit.com>
26710         * cs-parser.jay: add 'override' attribute to System.Object.Finalize
26712 2002-05-06  Miguel de Icaza  <miguel@ximian.com>
26714         * class.cs (Constructor.Emit): Set the IsStatic flag in the
26715         EmitContext during the instance constructor initializer
26716         resolution, to stop access to instance variables.
26718         This is mandated by the spec, last paragraph of the `constructor
26719         initializers' section. 
26721 2002-05-05  Miguel de Icaza  <miguel@ximian.com>
26723         * cs-parser.jay, class.cs (Accessor): new class used to represent
26724         an accessor (get or set).  In the past we used `null' to represent
26725         a missing accessor.  But this is ambiguous because there was no
26726         way to tell in abstract indexers/properties if one of them was
26727         specified.
26729         Now there is a way of addressing that.
26731         * expression.cs (Indexers.GetIndexersForType): Use TypeManager.MemberLookup
26732         instead of FindMembers.
26734         * class.cs (TypeContainer.EmitFieldInitializer): Do not typecast
26735         the result of Assign.Resolve as Assign, but rather as ExpressionStatement.
26737         * attribute.cs: Treat indexers and properties as the same in terms
26738         of applying attributes
26740         * ecore.cs (FindMostEncompassedType): Use statically initialized
26741         EmptyExpressions()s like we do elsewhere to avoid creating useless
26742         objects (and we take this out of the tight loop).
26744         (GetConversionOperators): Move the code to extract the actual
26745         operators to a separate routine to clean things up.
26747 2002-05-04  Miguel de Icaza  <miguel@ximian.com>
26749         * ecore.cs (FieldExpr): Remove un-needed tests for null, since now
26750         events are always registered FieldBuilders.
26752         * class.cs (FieldBase): New class shared by Fields 
26754         * delegate.cs: If we are a toplevel delegate, use our full name.
26755         If we are a nested delegate, then only use our tail name.
26757 2002-05-02  Ravi Pratap  <ravi@ximian.com>
26759         * expression.cs (IsApplicable): Ensure that we add the "&" to
26760         ref/out types before comparing it with the type of the argument.
26762         (IsParamsMethodApplicable): Ditto.
26764         (Argument.Type): Use TypeManager.LookupType instead of Type.GetType - 
26765         silly me ;-)
26767         * delegate.cs : Handle the case when we have more than one applicable
26768         method. Flag an error only when we finish checking all.
26770 2002-05-02  Miguel de Icaza  <miguel@ximian.com>
26772         * expression.cs: Add support for boolean static initializers.
26774 2002-05-01  Miguel de Icaza  <miguel@ximian.com>
26776         * attribute.cs: Use proper cast for Events, since we use a MyEventBuilder.
26778         * parameter.cs (ComputeParameterTypes,
26779         ComputeAndDefineParameterTypes): Better error handling: now we
26780         clear the `types' cache if we fail during any of the type lookups.
26781         We also return the status code correctly to our caller
26783         * delegate.cs: If we fail to define a delegate, abort the extra
26784         steps. 
26786         * expression.cs (Binary.ResolveOperator): for
26787         operator==(object,object) and operator !=(object, object) we also
26788         have to verify that there is an implicit conversion from one to
26789         the other.
26791         (ArrayAccess.DoResolve): Array Access can operate on
26792         non-variables. 
26794 2002-04-30  Miguel de Icaza  <miguel@ximian.com>
26796         * assign.cs (CompoundAssign): A new class used as a "flag" that
26797         the assignment actually is happening as part of a compound
26798         assignment operator.
26800         During compound assignment, a few new rules exist to enable things
26801         like:
26803         byte b |= 1 + 2
26805         From the spec:
26807         x op= y can be evaluated as x = (T) (x op y) (ie, an explicit cast
26808         to the type of x) if y is implicitly convertible to the type of x,
26809         and the operator is a builtin operator and the return type of the
26810         operator is explicitly convertible to the type of x. 
26812         * rootcontext.cs: Reset warning level to 2.  4 catches various
26813         "interesting" features in mcs, we must clean this up at some
26814         point, but currently am trying to kill other bugs ;-)
26816         * ecore.cs (SimpleName.SimpleNameResolve): Perform member lookups
26817         in container classes as well.  
26819         * expression.cs (Binary.ResolveOperator): Handle string case
26820         before anything else (as operator overloading does emit an error
26821         before doing anything else).
26823         This code could go away when we move to a table driven model, but
26824         i could not come up with a good plan last night.
26826 2002-04-30  Lawrence Pit <loz@cable.a2000.nl>
26828         * typemanager.cs (CSharpName): reimplementation using regex.
26829         * class.cs: added null check for fields in Emit
26830         * rootcontext.cs: set warninglevel to 4
26832 2002-04-29  Miguel de Icaza  <miguel@ximian.com>
26834         * typemanager.cs (CSharpName): reimplemented with Lupus
26835         suggestion.
26837 2002-04-28  Miguel de Icaza  <miguel@ximian.com>
26839         * statement.cs (If): correclty implement Resolve, because we were
26840         not catching sem errors in there.  The same process is needed
26841         everywhere else. 
26842         (Return, StatementExpression, For, While, Do, Throw, Lock): Implement Resolve
26845         (Statement.Warning_DeadCodeFound): Factorize code.
26846         (While): Report dead code here too.
26848         (Statement): Added Resolve virtual method to allow
26849         for resolution split from the emit code.
26851 2002-04-26  Miguel de Icaza  <miguel@ximian.com>
26853         * statement.cs (EmitBoolExpression): No longer try to resolve the
26854         expression here.    
26855         (MakeBoolean): New utility function that resolve, implicitly
26856         converts to boolean and tags the expression. 
26859         (If, Do): Implement dead code elimination.
26860         (While): Implement loop inversion
26862         (Do, While, For, If): Resolve the expression prior to calling our
26863         code generation.
26865 2002-04-22  Lawrence Pit <loz@cable.a2000.nl>
26867         * class.cs:
26868           - added method Report28 (warning: program has more than one entry point)
26869           - added method IsEntryPoint, implements paragraph 10.1 of the spec
26870           - modified method Method.Define, the part at the end of the method
26872         * rootcontext.cs: added static public Location EntryPointLocation;
26873           
26874         * ../errors/cs0028.cs : Add test case for the above warning.              
26876         * typemanager.cs:
26877           - modified method CSharpName to allow arrays of primitive type to
26878             be printed nicely (e.g. instead of System.Int32[][] it now prints
26879             int[][])
26880           - added method CSharpSignature: returns the signature of a method
26881             in string format to be used in reporting errors, warnings, etc.
26883         * support.cs: InternalParameters.ParameterDesc variable tmp initialized
26884         with String.Empty.
26886 2002-04-26  Ravi Pratap  <ravi@ximian.com>
26888         * delegate.cs (Define): Fix extremely silly bug where I was
26889         setting the type of the 'object' parameter of the BeginInvoke
26890         method to System.IAsyncResult instead of System.Object ;-)
26892 2002-04-26  Miguel de Icaza  <miguel@ximian.com>
26894         * class.cs (ConstructorInitializer.Resolve): Also use DeclaredOnly
26895         here. 
26897         (Constructor.Emit): return if we fail to initialize the
26898         constructor.  Another door closed!  
26900         * expression.cs (New.DoResolve): Improve error message (from -6 to
26901         1501).  Use DeclaredOnly lookup to find the exact constructor.
26903         * typemanager.cs (MemberLookup): If DeclaredOnly is set, do not
26904         loop.  This is useful.
26906         * cs-parser.jay: Adjust the default parameters so that destructors
26907         have the proper signature.
26909 2002-04-26  Martin Baulig  <martin@gnome.org>
26911         * driver.cs (LoadAssembly): If `assembly' contains any characters
26912         which are only valid in path names and not in assembly names
26913         (currently slash, backslash and point), use Assembly.LoadFrom ()
26914         instead of Assembly.Load () on the `assembly' (before iteration
26915         over the link_paths).
26917 2002-04-26  Martin Baulig  <martin@gnome.org>
26919         * cs-tokenizer.cs (is_hex): Correctly handle lowercase chars.
26921 2002-04-25  Miguel de Icaza  <miguel@ximian.com>
26923         * class.cs (Property): use the new typemanager.MemberLookup
26925         (TypeContainer.MemberLookup): Implement using the
26926         TypeManager.MemberLookup now. 
26928         * typemanager.cs: Make MemberLookup a function of the TypeManager,
26929         and return MemberInfos, so that these can be used without an
26930         EmitContext (what we had before).
26932 2002-04-24  Miguel de Icaza  <miguel@ximian.com>
26934         * expression.cs: Fix the case where the argument to params if the
26935         type of the params.  I omitted handling this before.   Fixed
26937 2002-04-22  Miguel de Icaza  <miguel@ximian.com>
26939         * driver.cs: Call BootCorlib_PopulateCoreType
26941         * class.cs (Property.CheckBase): Check for properties only, not
26942         for all members. 
26944         * interface.cs: Temporary hack: try/catch around the
26945         CustomAttributeBuilder, because I am getting an exception that I
26946         do not understand.
26948         * rootcontext.cs (BootCorlib_PopulateCoreType): Populate some
26949         types whose definitions are required to be there (attributes are
26950         defined before standard types).
26952         Compute definitions as we boot the various types, as they are used
26953         immediately (value_type class will need object_type, but if we do
26954         not initialize object_type, we will pass a null, which will let
26955         the runtime pick the System.Object from the existing corlib, which
26956         is not what we want).
26958 2002-04-22  Patrik Torstensson <totte@labs2.com>
26960         * cs-tokenizer.cs: fixed a number of trim() issues.
26962 2002-04-22  Ravi Pratap  <ravi@ximian.com>
26964         * expression.cs (Argument.Type): Ensure that we return the correct
26965         type when we have out or ref parameters [in which case we 
26966         append a "&"].
26968 2002-04-22  Miguel de Icaza  <miguel@ximian.com>
26970         * class.cs (Property, Indexer): Allow extern modifier in there. 
26972         * typemanager.cs (InitBaseTypes): Initializes object_type and
26973         value_type, since those will be used early on during the bootstrap
26974         process to compile corlib.
26976         (InitCoreTypes): Move code from here to InitBaseTypes.
26978 2002-04-21  Miguel de Icaza  <miguel@ximian.com>
26980         * ecore.cs (PropertyExpr): Optimize calls to Array::get_Length on
26981         single-dimension arrays as using the ldlen opcode.  
26983         Daniel Lewis discovered this optimization.  
26985         * typemanager.cs: Add signature for System.Array::get_Length
26987 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26989         * statement.cs: report the error when the foreach does not apply to an
26990         array nor a collection.
26992 2002-04-19  Miguel de Icaza  <miguel@ximian.com>
26994         * expression.cs: Add implicit conversions to the operator ~.
26996         * constant.cs (DecimalConstant.Emit): Emit decimal value.
26998         * typemanager.cs: Locate the decimal constructor.
27000 2002-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27002         * attribute.cs: use the new property of TypeOf.
27003         * expression.cs: added 'get' property around typearg.
27005         These changes fix a build breaker reported by NickD. Is this the
27006         correct way to fix?  If not, please, revert my changes and make it
27007         work :-).
27009 2002-04-17  Miguel de Icaza  <miguel@ximian.com>
27011         * attribute.cs: Add support for typeof in attribute invocations.
27012         I am not sure that this is right though.
27014 2002-04-14  Duncan Mak  <duncan@ximian.com>
27016         * cfold.cs (BinaryFold): Catch DivideByZeroException in the
27017         Binary.Operator.Division case.
27019 2002-04-13  Ravi Pratap  <ravi@ximian.com>
27021         * class.cs (DefineType): Ensure that we do a proper check on
27022         attribute types and also register it with the TypeManager.
27024         (TypeContainer.Targets): The default for attribute types is
27025         AttributeTargets.All.
27027         * attribute.cs (ApplyAttributes): Registering the attribute type
27028         is done elsewhere, not when we discover we have a Usage attribute.
27030 2002-04-12  Ravi Pratap  <ravi@ximian.com>
27032         * expression.cs (VerifyArgumentsCompat): Implement Miguel's suggestion
27033         and get rid of is_delegate parameter.
27035         * everywhere : update.
27037 2002-04-12  Ravi Pratap  <ravi@ximian.com>
27039         * cs-parser.jay (compilation_unit): Revamp completely to use
27040         some new ideas that I got from Rhys' grammar to solve the problems
27041         with assembly level attributes.
27043         (outer_declaration): New grammar production.
27045         (attribute_sections): Add.
27047         (opt_attributes): Base on attribute_sections
27049         (namespace_declaration): Allow opt_attributes to tackle the case
27050         when we have assembly level attributes - we are clever in this
27051         regard now ;-)
27053         * attribute.cs (ApplyAttributes): Do not worry about assembly 
27054         attributes in the non-global context.
27056         * rootcontext.cs (AddGlobalAttributes): Go back to using this
27057         instead of SetGlobalAttributes.
27059         * class.cs, rootcontext.cs : Ensure we define and generate 
27060         attribute types before anything else.
27062         * attribute.cs (CheckAttribute and GetValidPlaces): Handle the exception
27063         and flag the new error -20 for the case when the attribute type
27064         does not have valid targets specified. csc does not catch this.
27066         * ../errors/errors.txt : update for error # -20
27068 2002-04-11  Ravi Pratap  <ravi@ximian.com>
27070         * support.cs (InternalParameters.ParameterModifier): Do some null
27071         checking and return sane values.
27073         * class.cs (Method.Define): If we are a PInvoke method, ensure
27074         that we are static and extern. Report error # 601
27076         * ../errors/cs0601.cs : Add test case for the above error.
27078 2002-04-07  Ravi Pratap  <ravi@ximian.com>
27080         * rootcontext.cs (attribute_types): We need to keep type of
27081         all attribute types separately and emit code for them first.
27083         (RegisterAttribute) : Implement.
27085         * class.cs (DefineType): Check if the current Type is a custom
27086         attribute type and register it accordingly.
27088         * rootcontext.cs (AddGlobalAttributes): Fix silly bug where we were
27089         adding the first attribute twice and rename to
27091         (SetGlobalAttributes): this.
27093         * rootcontext.cs (NamespaceLookup): Run through the aliases too and perform
27094         lookups.
27096         * attribute.cs (ApplyAttributes): Take an additional argument telling us
27097         if we are processing global arguments. Hmm, I am unsure of this.
27099 2002-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27101         * expression.cs: added static array of strings to avoid calling
27102         Enum.ToString () for Operator in Binary. Significant recover of
27103         performance.
27105 2002-04-10  Miguel de Icaza  <miguel@ximian.com>
27107         * class.cs (FindMembers): Allow the Builders of the various
27108         members to be null.  If they are skip them.  This only happens
27109         during the PInvoke declaration.
27111 2002-04-09  Miguel de Icaza  <miguel@ximian.com>
27113         * parameter.cs (Parameters.ComputeParameterTypes): Flag the
27114         failure, so we do not keep going afterwards.
27116         * expression.cs: (Invocation.OverloadResolve): I believe Ravi
27117         wanted to pass `false' as the `is_delegate' argument.  If this is
27118         the case, why not use delegate_type == null to mean `is_delegate =
27119         false' and anything else as is_delegate = true.
27121 Tue Apr  9 05:40:12  2002 Piers Haken <piersh@friskit.com>
27123         * statement.cs: fixed SimpleSwitchEmit to make 'goto case' goto the
27124         code for the section, not the beginning of the tests.
27126 2002-04-08  Miguel de Icaza  <miguel@ximian.com>
27128         * cfold.cs: Handle operator + (Enum x, Underlying x) 
27130         * expression.cs (Binary): same.  Warn about errors where we have
27131         Enum/Enum in operator + as well.
27133 Mon Apr  8 06:29:03  2002 Piers Haken <piersh@friskit.com>
27135         * statement.cs:
27136                 - added support for switch(bool)
27137                 - optimize loading of I8/U8 constants (ldc.i4, iconv_i8)
27138                 - add TableSwitchEmit() to handle table-based switch statements
27140 2002-04-05  Ravi Pratap  <ravi@ximian.com>
27142         * expression.cs (Invocation.OverloadResolve): Factor out code which
27143         does parameter compatibility checking with arguments so that we can 
27144         re-use the code even from Delegate.VerifyApplicability
27146         (VerifyArgumentsCompat): Move above code here.
27148         * delegate.cs (VerifyApplicability): Get rid of duplicate code
27149         and instead make a call to the above method.
27151 2002-03-31  Ravi Pratap  <ravi@ximian.com>
27153         * typemanager.cs (attribute_type): Corresponds to System.Attribute.
27154         We use it to keep track of classes which are attribute types.
27156 2002-04-02  Miguel de Icaza  <miguel@ximian.com>
27158         * delegate.cs (Delegate.Define): Correctly define the types in the
27159         presence of fixed and array parameters.
27161         * class.cs (TypeContainers.FindMembers): Use NonPublic flag while
27162         doing FindMembers.
27164         * ecore.cs (Expression.MemberLookup): Reset binding flags to not
27165         include NonPublic after the first iteration.
27167         * class.cs (Indexer.CheckBase): Only check if both parents are
27168         non-null. 
27170         * cs-parser.jay (accessor_body): If empty, set to null.
27172         * ecore.cs (SimpleName.SimpleNameResolve): We did not have the
27173         same code path here to resolve constants names that we did have in
27174         MemberAccess.DoResolve.  There is too much code duplicated here.
27176 2002-04-01  Miguel de Icaza  <miguel@ximian.com>
27178         * statement.cs, makefile: Drop Statementcollection and just use ArrayLists
27180         * ecore.cs: Optimize UserDefinedConversion by minimizing the calls
27181         to MakeUnionSet.
27183         * cs-tokenizer.cs: Reuse a single StringBuilder for assembling
27184         tokens, numbers and strings.
27186         * ecore.cs (MethodGroupExpr): Make Emit warn about missing
27187         parenthesis.
27189         * delegate.cs: Use ComputeAndDefineParameterTypes for both the
27190         asyncronous parameters and the regular parameters.  
27192         * codegen.cs (CodeGen.Init): Use the constructor that allows us to
27193         specify the target directory.
27195         * expression.cs: (This.DoResolve): Simplify
27196         (As.Emit): Optimize, do not generate IsInst if the expression is
27197         always of the given type.
27199         (Is.DoResolve): Bug fix, we were reporting both always/never for
27200         the is expression.
27202         * (Invocation.MakeUnionSet): Simplify vastly and optimize, we were
27203         creating too many unnecessary arrays.
27205 2002-03-31  Miguel de Icaza  <miguel@ximian.com>
27207         * class.cs (EmitFieldInitializer): Use Assign expression to assign
27208         fields instead of rolling our own initializer.   Takes care of all
27209         implicit conversions, and drops unnecessary static checks/argument.
27211 2002-03-31  Dick Porter  <dick@ximian.com>
27213         * driver.cs: use the GetDirectories() return values properly, and
27214         use "/" as path separator.
27216 2002-03-30  Miguel de Icaza  <miguel@ximian.com>
27218         * expression.cs (Unary): Optimize - - expr into expr.
27219         (Binary): Optimize a + (-b) into a -b.
27221         * codegen.cs (CodeGen): Made all methods static.
27223 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
27225         * rootcontext.cs: 
27227         * decl.cs: Rename `definition' into `TypeBuilder' and drop the
27228         TypeBuilder property.
27230         * cs-parser.jay: Drop the use of RecordXXX and use RecordDecl
27231         instead. 
27233         * tree.cs: Removed the various RecordXXXX, and replaced with a
27234         single RecordDecl.  Removed all the accessor methods, and just
27235         left a single access point Type 
27237         * enum.cs: Rename DefineEnum to DefineType.
27239         * decl.cs: New abstract method `DefineType' used to unify the
27240         Defines for Enumerations, Interfaces, TypeContainers and
27241         Delegates.
27243         (FindType): Moved LookupInterfaceOrClass here.  Moved the
27244         LookupBaseClasses method that used to live in class.cs and
27245         interface.cs here, and renamed to FindType.
27247         * delegate.cs: Implement DefineType.  Take advantage of the
27248         refactored pattern for locating the parent builder without taking
27249         the parent_builder argument (which we know does not work if we are
27250         nested, and triggering a toplevel definition).
27252 2002-03-28  Miguel de Icaza  <miguel@ximian.com>
27254         * decl.cs (MemberCore.CheckMethodAgainstBase): Test if the
27255         accessibility of a member has changed during override and report
27256         an error if so.
27258         * class.cs (Method.Define, Property.Define): Only complain on
27259         overrides if the method is private, any other accessibility is
27260         fine (and since we just checked the permission is the same, we are
27261         good to go).
27263         * cs-tokenizer.cs: only line, region, endregion, if, endif, else
27264         and elif are processed always.  The other pre-processing
27265         directives are only processed if we are "taking" the path
27267 2002-03-29  Martin Baulig  <martin@gnome.org>
27269         * class.cs (Method.Emit): Only emit symbolic debugging info if the
27270         current location is not Null.
27272         * codegen.cs (CodeGen.SaveSymbols): Split out symbol writing code into
27273         a separate method so we can profile it.
27275         * driver.cs (ShowTime): We need to use `(int) span.TotalSeconds' since
27276         `span.Seconds' are just seconds, but no minutes or hours.
27277         (MainDriver): Profile the CodeGen.SaveSymbols calls.
27279 2002-03-28  Miguel de Icaza  <miguel@ximian.com>
27281         * class.cs (Method.Define), (Property.Define), (Indexer.Define):
27282         Remove the gratuitous set of Final:
27284                                 // If an interface implementation, then we can set Final.
27285                                 if (((flags & MethodAttributes.Abstract) == 0) &&
27286                                     implementing.DeclaringType.IsInterface)
27287                                         flags |= MethodAttributes.Final;
27289         I do not know what I was smoking when I used that.
27292         * cs-parser.jay, delegate.cs: Make Delegate be a DeclSpace, first
27293         step into fixing the name resolution issues for delegates and
27294         unifying the toplevel name resolution.
27296 2002-03-28  Martin Baulig  <martin@gnome.org>
27298         * class.cs (Method.Emit): If we have a symbol writer, call its
27299         OpenMethod(), CloseMethod() and SetMethodSourceRange() methods to
27300         tell it about the current method.
27302         * codegen.cs (EmitContext.Mark): New public method. Tell the symbol
27303         writer that we're going to emit the first byte of IL code for a new
27304         statement (a new source line).
27305         (EmitContext.EmitTopBlock): If we have a symbol writer, call
27306         EmitContext.Mark() before emitting any code.
27308         * location.cs (SymbolDocument): Return null when we're Null.
27310         * statement.cs (Statement): Moved the `Location loc' variable here.
27311         (Statement.EmitBoolExpression): If we have a symbol writer, call
27312         ec.Mark() before emitting any code to tell it that we're at the
27313         beginning of a new statement.
27314         (StatementExpression): Added `Location' argument to the constructor.
27315         (Block): Added public readonly variable `StartLocation' and public
27316         variable `EndLocation'.  The latter is to be set using SetEndLocation().
27317         (Block): Added constructor which takes a start and end location.
27318         (Block.SetEndLocation): New method. This sets the end location.
27319         (Block.EmitMeta): If we have a symbol writer, tell it the names of the
27320         local variables we create.
27321         (Block.Emit): If we have a symbol writer, call ec.Mark() before emitting
27322         each statement and do also mark the begin and end of the block.
27324         * cs-parser.jay (block : OPEN_BRACE): Use the new `Block' constructor to
27325         tell it the current lexer.Location, use Location.Null for the end of the
27326         block.
27327         (block : OPEN_BRACE opt_statement_list CLOSE_BRACE): When closing the
27328         current block, set its end location using SetEndLocation().
27329         (statement_expression): StatementExpression constructor now takes the
27330         lexer.Location as additional argument.
27331         (for_statement, declare_local_variables): Likewise.
27332         (declare_local_variables): When creating a new implicit block, use the
27333         new Block constructor and pass it the lexer.Location.
27335 2002-03-28  Miguel de Icaza  <miguel@ximian.com>
27337         * ecore.cs (Expression.MemberLookup): On interfaces, lookup
27338         members also on the parent interfaces recursively.
27340 2002-03-27  Miguel de Icaza  <miguel@ximian.com>
27342         * report.cs: Use new formats, since Gonzalo finished the missing
27343         bits. 
27345         * expression.cs (Binary.ResolveOperator): added missing operator|
27346         operator& and operator^ for bool/bool.
27348         * cs-parser.jay: CheckDef now takes a Location argument that is
27349         used to report errors more precisly (instead of reporting the end
27350         of a definition, we try to track something which is a lot closer
27351         to the source of the problem).
27353         * cs-tokenizer.cs: Track global token use, so we can properly flag
27354         the use of #define/#undef after the first token has been seen.
27356         Also, rename the reportXXXX to Error_DescriptiveName
27358         * decl.cs (DeclSpace.IsTopLevel): Move property here from
27359         TypeContainer, so that Enum and Interface can use this too.
27361         * class.cs (TypeContainer.LookupInterfaceOrClass,
27362         GetInterfaceOrClass, GetClassBases, DefineType): Drop the
27363         `builder' argument.  Typically this was used to pass the parent
27364         builder (a ModuleBuilder or a TypeBuilder from whoever triggered
27365         the definition).  
27367         The problem is that a nested class could trigger the definition of
27368         a toplevel class, and the builder would be obviously wrong in that
27369         case. 
27371         So we drop this argument, and we compute dynamically the
27372         TypeBuilder/ModuleBuilder (the correct information was available
27373         to us anyways from DeclSpace.Parent)
27375         * interface.cs (Interface.DefineInterface): Drop builder
27376         parameter cleanup like class.cs
27378         * enum.cs (Enum.DefineEnum): Drop builder parameter.  Clean up
27379         like class.cs
27381         * statement.cs (Switch.EmitObjectInteger): Emit short/ushort
27382         values. 
27384         (Try.Emit): Propagate the returns value from the statement.
27386         (Return.Emit): Even if we are leavning 
27388         * driver.cs: Catch IOExpcetion for Directory.GetFiles as well.
27390         * modifiers.cs: Fix the computation of MethodAttributes flags.
27392 Tue Mar 26 21:14:36 CET 2002 Paolo Molaro <lupus@ximian.com>
27394         * driver.cs: allow compilation of files that start with '/'.
27395         Add a default case when checking the argument of --target.
27397 2002-03-25  Miguel de Icaza  <miguel@ximian.com>
27399         * interface.cs: Implement the same search algorithm for types in
27400         the interface code.
27402         * delegate.cs: Do not allow multiple definition.
27404         * Recovered ChangeLog that got accidentally amputated
27406         * interface.cs (Interface.DefineInterface): Prevent from double definitions.
27408         * rootcontext.cs: Load manually enum to allow core classes to
27409         contain enumerations.
27411         * enum.cs, ecore.cs, driver.cs, attribute.cs, class.cs, expression.cs:
27412         Update to new static methods in TypeManager.
27414         * typemanager.cs (GetMethod, GetConstructor): Use our
27415         implementation of FindMembers to find the members, since during
27416         corlib compilation, the types are TypeBuilders and GetMethod and
27417         GetConstructor do not work.
27419         Make all methods in TypeManager static.
27421         (InitCodeHelpers): Split the functionality from
27422         the InitCodeTypes function.
27424         * driver.cs: Call InitCodeHelpers after we have populated the
27425         types. 
27427         * cs-parser.jay (delegate_declaration): we did not used to compute
27428         the delegate name correctly for void delegates.
27430 2002-03-24  Miguel de Icaza  <miguel@ximian.com>
27432         * rootcontext.cs (RootContext): Init the interface_resolve_order
27433         and type_container_resolve_order always.
27435         (ResolveCore, BootstrapCorlib_ResolveClass,
27436         BootstrapCorlib_ResolveStruct): New functions to bootstrap the
27437         compiler when compiling with --nostdlib
27439         * class.cs (TypeContainer.DefineType): Check that our parent is
27440         not null.  This test is most important when we are bootstraping
27441         the core types.
27443         * codegen.cs: Split out the symbol writing code.
27445 2002-03-25  Martin Baulig  <martin@gnome.org>
27447         * driver.cs (-g): Made -g an alias for --debug.
27449 2002-03-24  Martin Baulig  <martin@gnome.org>
27451         * codegen.cs (SymbolWriter): New public variable. Returns the
27452         current symbol writer.
27453         (CodeGen): Added `bool want_debugging_support' argument to the
27454          constructor. If true, tell the ModuleBuild that we want debugging
27455         support and ask it for the ISymbolWriter.
27456         (Save): If we have a symbol writer, call it's Close() method after
27457         saving the assembly.
27459         * driver.c (--debug): New command line argument to create a
27460         debugger information file.
27462         * location.cs (SymbolDocument): New public property. Returns an
27463         ISymbolDocumentWriter object for the current source file or null
27464         if we don't have a symbol writer.
27466 2002-03-21  Miguel de Icaza  <miguel@ximian.com>
27468         * driver.cs (LoadAssembly): Correctly return when all the paths
27469         have been tried and not before.
27471         * statement.cs (Switch.Emit): return the actual coverage for this
27472         statement (returns/not-returns)
27474         (Switch.SimpleSwitchEmit): Do not generate jumps to the end of the
27475         switch of the statement if we are the last switch section.  That
27476         kills two problems: try/catch problems (we used to emit an empty
27477         nop at the end) and switch statements where all branches would
27478         return. 
27480 2002-03-19  Miguel de Icaza  <miguel@ximian.com>
27482         * driver.cs: Add default assemblies (the equivalent to the
27483         Microsoft CSC.RSP file)
27485         * cs-tokenizer.cs: When updating `cols and setting it to zero,
27486         also update tokens_seen and set it to false.
27488         * driver.cs: Implement --recurse for Mike.
27490         * driver.cs (SplitPathAndPattern): Small bug fix, I was not
27491         correctly splitting out the paths.
27493 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
27495         * interface.cs (Interface.PopulateProperty): Instead of using
27496         `parent' as the declaration space for the set parameters, use
27497         `this' 
27499         * support.cs (InternalParameters): InternalParameters constructor
27500         takes a DeclSpace instead of a TypeContainer.
27502         * expression.cs (ArrayCreation.EmitDynamicInitializers): If value
27503         types are being initialized, load the address of it before calling
27504         the function.  
27506         (New): Provide a mechanism to disable the generation of local
27507         value type temporaries when the caller will be providing us with
27508         an address to store it.
27510         (ArrayCreation.EmitDynamicInitializers): Use it.
27512 2002-03-17  Miguel de Icaza  <miguel@ximian.com>
27514         * expression.cs (Invocation.EmitArguments): Only probe for array
27515         property if there is more than one argument.  Sorry about that.
27517         * class.cs (Invocation.EmitArguments): Fix to emit arguments for
27518         empty param arrays.
27520         * class.cs (Method.LabelParameters): Fix incorrect code path that
27521         prevented the `ParamArrayAttribute' from being applied to the
27522         params attribute.
27524 2002-03-16  Miguel de Icaza  <miguel@ximian.com>
27526         * support.cs (ReflectionParameters): Correctly compute whether the
27527         last argument is a params array.  Fixes the problem with
27528         string.Split ('a')
27530         * typemanager.cs: Make the assemblies array always be non-null
27531         (empty, but non-null)
27533         * tree.cs (RecordDecl): New function that abstracts the recording
27534         of names.  This reports error 101, and provides a pointer to the
27535         previous declaration.  Fixes a crash in the compiler.
27537         * cs-parser.jay (constructor_declaration): Update to new grammar,
27538         and provide a constructor_body that can be empty.
27540 2002-03-15  Miguel de Icaza  <miguel@ximian.com>
27542         * driver.cs: Add support for --resources.
27544         * expression.cs: (FetchGetMethod, FetchAddressMethod, EmitAssign):
27545         Make all types for the various array helper methods be integer.
27547         * ecore.cs (Expression.ConvertNumericExplicit): Pass the
27548         CheckState to ConvCast.
27550         (ConvCast): Now it takes a `checked' state argument, to avoid
27551         depending on the emit context for the conversion, and just using
27552         the resolve time setting.
27554         * expression.cs (ArrayCreation.EmitArrayArguments): New function,
27555         instead of Invocation.EmitArguments.  We do not emit the original
27556         arguments, instead we emit those which have been converted to
27557         unsigned int expressions.
27559         * statement.cs (Block.EmitMeta): Drop tracking of indexes.
27561         * codegen.cs: ditto.
27563         * expression.cs (LocalVariableReference): Drop the use of the
27564         Store function that depended on the variable index.
27566         * statement.cs (VariableInfo): Drop the `Idx' property from this
27567         class, as this is not taking into account the indexes for
27568         temporaries tat we generate during the execution, getting the
27569         indexes wrong.
27571         * class.cs: First emit class initializers, then call the parent
27572         constructor. 
27574         * expression.cs (Binary): Fix opcode emision.
27575         (UnaryMutator.EmitCode): Support checked code generation
27577         * ecore.cs (MemberLookup): TypeManager.FindMembers will return
27578         matches for events for both the Static and Instance scans,
27579         pointing to the same element.   Fix that.
27581 2002-03-14  Miguel de Icaza  <miguel@ximian.com>
27583         * rootcontext.cs (ResolveTree): Always set the
27584         interface_resolve_order, because nested interfaces will be calling
27585         into us.
27587         * class.cs (GetInterfaceOrClass): Track the same resolution
27588         process used by TypeManager.LookupType.  This fixes the nested
27589         type lookups in class declarations (separate path from
27590         LookupType). 
27592         (TypeContainer.DefineType): Also define nested interfaces.
27593         (TypeContainer.RegisterOrder): New public function used to
27594         register the order in which child interfaces need to be closed.
27596         Nested interfaces need to be closed after their parents have been
27597         created. 
27599         * interface.cs (InterfaceAttr): Put all the logic for computing
27600         the interface attribute here. 
27602         (DefineInterface): Register our interface order with the
27603         RootContext or with the TypeContainer depending on the case.
27605 2002-03-12  Miguel de Icaza  <miguel@ximian.com>
27607         * cs-parser.jay: rework foreach statement to work with the new
27608         changes to the policy on SimpleNames.
27610         * report.cs: support Stacktrace on warnings as well.
27612         * makefile: drop --unsafe and /unsafe from the compile.
27614 2002-03-13  Ravi Pratap  <ravi@ximian.com>
27616         * ecore.cs (StandardConversionExists): Modify to take an Expression
27617         as the first parameter. Ensure we do null -> reference type conversion
27618         checking.
27620         * Everywhere : update calls accordingly, making use of MyEmptyExpr to store
27621         temporary Expression objects.
27623 Wed Mar 13 12:32:40 CET 2002 Paolo Molaro <lupus@ximian.com>
27625         * interface.cs: workaround bug in method overloading resolution
27626         (there is already a bugzilla bug for it).
27628 2002-03-12  Miguel de Icaza  <miguel@ximian.com>
27630         We could also solve this problem by having a separate path for
27631         performing type lookups, instead of DoResolve, we could have a
27632         ResolveType entry point, and only participating pieces of the
27633         production (simplename, deref, array) would implement this. 
27635         * codegen.cs (EmitContext): New field OnlyLookupTypes used to
27636         signal SimpleName to only resolve type names and not attempt to
27637         resolve anything else.
27639         * expression.cs (Cast): Set the flag.
27641         * ecore.cs (SimpleName): Use the OnlyLookupTypes flag
27643         * class.cs: Only report 108 if there is no `new' modifier.
27645         * cs-parser.jay: rework foreach statement to work with the new
27646         changes to the policy on SimpleNames.
27648         * report.cs: support Stacktrace on warnings as well.
27650         * makefile: drop --unsafe and /unsafe from the compile.
27652 2002-03-11  Miguel de Icaza  <miguel@ximian.com>
27654         * ecore.cs (SimpleName.SimpleNameResolve): Perform local variable
27655         lookups here, instead of doing that at parse time.  This means
27656         that our grammar will not introduce `LocalVariableReferences' as
27657         expressions at this point.  That solves the problem of code like
27658         this:
27660         class X {
27661            static void Main ()
27662            { int X = 1;
27663             { X x = null }}}
27665         This is only half the fix.  The full fix requires parameters to
27666         also be handled in this way.
27668         * Everywhere: Use ec.DeclSpace on calls to LookupType, as this
27669         makes the use more obvious of the DeclSpace.  The
27670         ec.TypeContainer.TypeBuilder is now only used to pull the
27671         TypeBuilder for it.
27673         My theory is that I can get rid of the TypeBuilder completely from
27674         the EmitContext, and have typecasts where it is used (from
27675         DeclSpace to where it matters).  
27677         The only pending problem is that the code that implements Aliases
27678         is on TypeContainer, and probably should go in DeclSpace.
27680         * ecore.cs (SimpleName.SimpleNameResolve): Perform local variable
27681         lookups here, instead of doing that at parse time.  This means
27682         that our grammar will not introduce `LocalVariableReferences' as
27683         expressions at this point.  That solves the problem of code like
27684         this:
27686         class X {
27687            static void Main ()
27688            { int X = 1;
27689             { X x = null }}}
27691         This is only half the fix.  The full fix requires parameters to
27692         also be handled in this way.
27694         * class.cs (Property.DefineMethod): When implementing an interface
27695         method, set newslot, when implementing an abstract method, do not
27696         set the flag (before we tried never setting it, or always setting
27697         it, which is the difference).
27698         (Indexer.DefineMethod): same.
27699         (Method.DefineMethod): same.
27701         * ecore.cs: Only set the status used flag if we get back a Field.
27703         * attribute.cs: Temporary hack, so Paolo can keep working.
27705 2002-03-08  Ravi Pratap  <ravi@ximian.com>
27707         * attribute.cs (Attribute.UnmanagedType): This is to keep track of
27708         the unmanaged type in the case we have a MarshalAs attribute.
27710         (Resolve): Handle the case when we are parsing the special MarshalAs
27711         attribute [we need to store the unmanaged type to use later]
27713         * typemanager.cs (marshal_as_attr_type): Built in type for the 
27714         MarshalAs Attribute.
27716         * attribute.cs (ApplyAttributes): Recognize the MarshalAs attribute 
27717         on parameters and accordingly set the marshalling info.
27719 2002-03-09  Miguel de Icaza  <miguel@ximian.com>
27721         * class.cs: Optimizing slightly by removing redundant code after
27722         we switched to the `NoTypes' return value.
27723         (Property.DefineMethod): use NoTypes here too.
27725         This fixes the bug I introduced in my last batch of changes.
27727 2002-03-05  Ravi Pratap  <ravi@ximian.com>
27729         * tree.cs (RecordEnum): Add. We now keep track of enums too.
27731         * class.cs (LookupInterfaceOrClass): Check against the list of recorded
27732         Enums since those are types too. 
27734         * cs-parser.jay (enum_declaration): Record enums as we parse them.
27736         * enum.cs (DefineEnum): Return if the TypeBuilder has already been defined 
27737         thanks to a call during the lookup process.
27739 2002-03-07  Miguel de Icaza  <miguel@ximian.com>
27741         * statement.cs (Foreach): Lots of work to accomodate a particular
27742         kind of foreach statement that I had not kept in mind.  It is
27743         possible to have foreachs on classes that provide a GetEnumerator
27744         method that return objects that implement the "pattern" for using
27745         a foreach, there is no need to support GetEnumerator
27746         specifically. 
27748         This is needed to compile nant.
27750         * decl.cs: Only report 114 if the member is not `Finalize' and if
27751         the warning level is at least 2.
27753         * class.cs: Moved the compare function from Method to
27754         MethodSignature. 
27756         (MethodSignature.InheritableMemberSignatureCompare): Add new
27757         filter function that is used to extract inheritable methods from a
27758         class. 
27760         (Method.Define): Use the new `inheritable_method_signature_filter'
27761         delegate
27763         * cs-tokenizer.cs (get_cmd_arg): Do not add white space to the
27764         command. 
27766 2002-03-06  Miguel de Icaza  <miguel@ximian.com>
27768         * ecore.cs (Expression.ConvertReferenceExplicit): Removed dead code.
27770         * cs-parser.jay: Add opt_semicolon to the interface declaration.
27772         * expression.cs: Pass location information to
27773         ConvertImplicitStandard. 
27775         * class.cs: Added debugging code to track return values from
27776         interfaces. 
27778 2002-03-05  Miguel de Icaza  <miguel@ximian.com>
27780         * expression.cs (Is.DoResolve): If either side of the `is' is an
27781         interface, do not flag the warning.
27783         * ecore.cs (ImplicitReferenceConversion): We need a separate test
27784         for interfaces
27786         * report.cs: Allow for --fatal to be used with --probe.
27788         * typemanager.cs (NoTypes): Move the definition for the empty Type
27789         array here. 
27791         * class.cs (TypeContainer.FindMembers): Also look for methods defined by
27792         properties. 
27793         (TypeContainer.DefineProxy): New function used to proxy to parent
27794         implementations when implementing interfaces.
27795         (TypeContainer.ParentImplements): used to lookup if our parent
27796         implements a public function that is required by an interface.
27797         (TypeContainer.VerifyPendingMethods): Hook this up.
27799         * typemanager.cs (TypeManager, AddModule, AddAssembly): Make the
27800         `modules' and `assemblies' arraylists into arrays.  We only grow
27801         these are the very early start up of the program, so this improves
27802         the speedof LookupType (nicely measured).
27804         * expression.cs (MakeByteBlob): Replaced unsafe code with
27805         BitConverter, as suggested by Paolo.
27807         * cfold.cs (ConstantFold.Binary): Special case: perform constant
27808         folding of string concatenation, but if either side is a string,
27809         and the other is not, then return null, and let the runtime use
27810         the concatenation on the string plus the object (using
27811         `Object.ToString'). 
27813 2002-03-04  Miguel de Icaza  <miguel@ximian.com>
27815         Constant Folding has been implemented now.
27817         * expression.cs (Unary.Reduce): Do not throw an exception, catch
27818         the error instead on types that are not supported in one's
27819         complement. 
27821         * constant.cs (Constant and all children): New set of functions to
27822         perform implict and explicit conversions.
27824         * ecore.cs (EnumConstant): Implement the new functions to perform
27825         conversion by proxying to the child expression.
27827         * codegen.cs: (ConstantCheckState): Constant evaluation has its
27828         own separate setting that can not be turned off from the command
27829         line using --unchecked or --checked and is only controlled using
27830         the checked/unchecked statements and expressions.  This setting is
27831         used by the constant folder to flag errors.
27833         * expression.cs (CheckedExpr, UncheckedExpr): Set the
27834         ConstantCheckState as well.   
27836         During Resolve, they also have to flag the state, because the
27837         constant folder runs completely in the Resolve phase.
27839         * statement.cs (Checked, Unchecked): Set the ConstantCheckState as
27840         well.
27842 2002-03-01  Miguel de Icaza  <miguel@ximian.com>
27844         * cfold.cs: New file, this file contains the constant folder.
27846         * ecore.cs (IMemoryLocation.AddressOf): Now takes an extra
27847         argument to track whether we are using the resulting address to
27848         load or store a value and provide better error messages. 
27850         (FieldExpr.Emit, FieldExpr.EmitAssign, FieldExpr.AddressOf): Use
27851         new AddressOf arguments.
27853         * statement.cs (Foreach.EmitCollectionForeach): Update
27855         * expression.cs (Argument.Emit): Call AddressOf with proper
27856         arguments to track usage.
27858         (New.DoEmit): Call AddressOf with new arguments.
27860         (Unary.Emit): Adjust AddressOf call.
27862 2002-03-01  Ravi Pratap  <ravi@ximian.com>
27864         * cs-parser.jay (member_access): Change the case for pre-defined types
27865         to use a MemberAccess instead of a SimpleName. Thanks to Felix again for 
27866         this suggestion.
27868         * class.cs (Operator::Emit): If we are abstract or extern, we don't have
27869         a method body.
27871         * attribute.cs (CheckAttribute, ApplyAttribute): Ensure that we treat operators
27872         essentially like methods and apply attributes like MethodImplOptions to them too.
27874         * ecore.cs (SimpleName.SimpleNameResolve): Perform a check on ec.TypeContainer.TypeBuilder
27875         not being null.
27877         * codegen.cs (EmitContext): The constructor now takes in an extra argument specifying the
27878         DeclSpace as the distinction is important. We provide sane defaults as usually the TypeContainer
27879         is the DeclSpace.
27881         * Update code everywhere accordingly.
27883         * ecore.cs : Change references to ec.TypeContainer to ec.DeclSpace where appropriate.
27885         * cs-parser.jay (enum_declaration): Set the current namespace of the enum.
27887 2002-02-28  Ravi Pratap  <ravi@ximian.com>
27889         * rootcontext.cs (LookupType): As we cycle through the chain of namespaces
27890         try performing lookups against those instead of jumping straight into using
27891         the 'using' clauses.
27893         (ImplicitParent): Add. Thanks to Felix Arrese-Igor for this idea.
27895         (LookupType): Perform lookups in implicit parents too.
27897         * class.cs (GetInterfaceOrClass): Modify to perform the exact same lookup
27898         sequence as RootContext.LookupType. 
27900         * rootcontext.cs (NamespaceLookup): Split out code from LookupType which tries 
27901         the various cases of namespace lookups into this method.
27903 2002-03-01  Miguel de Icaza  <miguel@ximian.com>
27905         * cs-parser.jay: Add support for [Attribute ()] (empty arguments
27906         in positional arguments)
27908         * class.cs (Operator): Update the AllowedModifiers to contain
27909         extern. 
27911         * cs-parser.jay: Update operator declaration to allow for the
27912         operator body to be empty.
27914         * cs-tokenizer.cs: Added '\u' unicode support in strings and hex
27915         values. 
27917 2002-02-27  Miguel de Icaza  <miguel@ximian.com>
27919         * class.cs (Method.Emit): Label parameters.
27921         * driver.cs: Return 1 or 0 as the program exit code.
27923 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
27925         * expression.cs: Special case the `null' object when trying to
27926         auto-compute the type, as anything can be explicitly converted to
27927         that. 
27929         * ecore.cs (Expression.ConvertExplicit): Bug fix, thanks for
27930         spotting this Paolo.
27932         (Expression.ImplicitNumericConversion): Perform comparissions of
27933         the type using the underlying type in the case of an enumeration
27934         rather than using the enumeration type for the compare.
27936         Cope with the underlying == type case, which is not possible to
27937         catch before. 
27939         (Expression.ConvertNumericExplicit): Perform comparissions of
27940         the type using the underlying type in the case of an enumeration
27941         rather than using the enumeration type for the compare.
27943         * driver.cs: If the user does not supply an extension, assume .exe
27945         * cs-parser.jay (if_statement): Rewrote so that we can track the
27946         location for the if statement.
27948         * expression.cs (Binary.ConstantFold): Only concat strings when
27949         the operation is "+", not everything ;-)
27951         * statement.cs (Statement.EmitBoolExpression): Take a location
27952         argument. 
27953         (If, While, Do): Track location.
27955         * expression.cs (Binary.ResolveOperator): In the object + string
27956         case, I was missing a call to ConvertImplicit
27958 2002-02-25  Ravi Pratap  <ravi@ximian.com>
27960         * parameter.cs (Parameter.ExternalType): Take in extra DeclSpace and
27961         Location arguments. Ensure we use RootContext.LookupType to do our work
27962         and not try to do a direct Type.GetType and ModuleBuilder.GetType
27964         * interface.cs (PopulateMethod): Handle the type of the parameter being
27965         null gracefully.
27967         * expression.cs (Invocation.BetterFunction): Handle the case when we 
27968         have a params method with no fixed arguments and a call is made with no
27969         arguments.
27971 2002-02-25  Miguel de Icaza  <miguel@ximian.com>
27973         * cs-tokenizer.cs: Add support for the quote-escape-sequence in
27974         the verbatim-string-literal
27976         * support.cs (InternalParameters.ParameterModifier): handle null
27977         fixed parameters.
27978         (InternalParameters.ParameterType): ditto.
27980         * parameter.cs (VerifyArgs): Also check if the fixed parameter is
27981         duplicating the name of the variable parameter.
27982         (GetParameterByName): Fix bug where we were not looking up array
27983         paramters if they were the only present (thanks Paolo!).
27984         (GetParameterInfo): We only have an empty set of types if both
27985         fixed and array are set to null.
27986         (GetParameterInfo-idx): Handle FixedParameter == null
27988         * cs-parser.jay: Handle the case where there is no catch
27989         statements (missing null test).
27991 2002-02-22  Miguel de Icaza  <miguel@ximian.com>
27993         * driver.cs (MainDriver): Be conservative on our command line
27994         handling.
27996         Catch DirectoryNotFoundException when calling GetFiles.
27998         (SplitPathAndPattern): Used to split the input specification into
27999         a path and a pattern that we can feed to Directory.GetFiles.
28001 2002-02-21  Miguel de Icaza  <miguel@ximian.com>
28003         * statement.cs (Fixed): Implement the last case of the Fixed
28004         statement (string handling).
28006         * expression.cs (StringPtr): New class used to return a char * to
28007         a string;  Used by the Fixed statement.
28009         * typemanager.cs: Add char_ptr_type.  Add get_OffsetToStringData method.
28011         * expression.cs (Binary.ResolveOperator): Remove redundant
28012         MemberLookup pn parent type.
28013         Optimize union call, we do not need a union if the types are the same.
28014         (Unary.ResolveOperator): REmove redundant MemberLookup on parent
28015         type.
28017         Specialize the use of MemberLookup everywhere, instead of using
28018         the default settings. 
28020         (StackAlloc): Implement stackalloc keyword.
28022         * cs-parser.jay: Add rule to parse stackalloc.
28024         * driver.cs: Handle /h, /help, /?
28026         * expression.cs (MakeByteBlob): Removed the hacks we had in place
28027         before we supported unsafe code.
28029         * makefile: add --unsafe to the self compilation of mcs.
28031 2002-02-20  Miguel de Icaza  <miguel@ximian.com>
28033         * expression.cs (PointerArithmetic): New class that is used to
28034         perform pointer arithmetic.
28035         (Binary.Resolve): Handle pointer arithmetic
28036         Handle pointer comparission.
28037         (ArrayPtr): Utility expression class that is used to take the
28038         address of an array.
28040         (ElementAccess): Implement array access for pointers
28042         * statement.cs (Fixed): Implement fixed statement for arrays, we
28043         are missing one more case before we are done.
28045         * expression.cs (Indirection): Implement EmitAssign and set the
28046         ExprClass to Variable.  This allows pointer dereferences to be
28047         treated as variables, and to have values assigned to them.
28049         * ecore.cs (Expression.StoreFromPtr): New utility function to
28050         store values dereferencing.
28052 2002-02-20  Ravi Pratap  <ravi@ximian.com>
28054         * expression.cs (Binary.ResolveOperator): Ensure that we are
28055         not trying to operate on a void type - this fixes the reported
28056         bug.
28058         * decl.cs (CheckMethodAgainstBase): Do not allow overriding if
28059         the parent implementation is sealed.
28061         * ../errors/cs0239.cs : Add.
28063         * attribute.cs (ApplyAttributes): Handle Modulebuilders too.
28065         * typemanager.cs (unverifiable_code_type): Corresponds to 
28066         System.Security.UnverifiableCodeAttribute. We need to emit this for modules
28067         which have unsafe code in them.
28069         * rootcontext.cs (EmitCode): Emit the above attribute when we are in an 
28070         unsafe context.
28072 2002-02-19  Miguel de Icaza  <miguel@ximian.com>
28074         * cs-tokenizer.cs: Add support for @"litreal strings"
28076         Make tokenizer accept pre-processor directives
28077         on any column (remove the old C-like limitation). 
28079         * rootcontext.cs (EmitCode): Emit any global attributes.
28080         (AddGlobalAttributes): Used to keep track of assembly attributes. 
28082         * attribute.cs (ApplyAttributes): Support AssemblyAttributes.
28084         * cs-parser.jay: Add support for global attributes.  
28086 2002-02-17  Miguel de Icaza  <miguel@ximian.com>
28088         * expression.cs (Indirection): New helper class.  Unary will
28089         create Indirection classes to be able to implement the
28090         IMemoryLocation interface on it.
28092 2002-02-16  Miguel de Icaza  <miguel@ximian.com>
28094         * cs-parser.jay (fixed_statement): reference the right statement.
28096         * statement.cs (Fixed.Emit): Finish implementing the fixed
28097         statement for the &x case.
28099 2002-02-14  Miguel de Icaza  <miguel@ximian.com>
28101         * class.cs (Property.Define, Method.Define): Remove newslot when
28102         `implementing'.  
28104         * modifiers.cs: My use of NewSlot when `Abstract' was set was
28105         wrong.  NewSlot should only be used if the `new' keyword is present.
28107         * driver.cs (GetSystemDir): Use CodeBase instead of FullName for
28108         locating our system dir.  Sorry about this.
28110 2002-02-13  Miguel de Icaza  <miguel@ximian.com>
28112         * driver.cs (GetSystemDir): Compute correctly the location of our
28113         system assemblies.  I was using the compiler directory instead of
28114         the library directory.
28116 2002-02-13  Ravi Pratap  <ravi@ximian.com>
28118         * expression.cs (BetterFunction): Put back in what Miguel commented out
28119         since it is the correct fix. The problem is elsewhere ;-)
28121         (IsParamsMethodApplicable): Fix bug where we were not checking that the fixed
28122         parameters of the parms method are themselves compatible or not !
28124         (StandardConversionExists): Fix very dangerous bug where we were forgetting
28125         to check that a class implements an interface before saying that an implicit
28126         conversion was allowed. Use ImplementsInterface to do the checking.
28128 2002-02-13  Miguel de Icaza  <miguel@ximian.com>
28130         * class.cs (Method.Define): Track whether we are an explicit
28131         implementation or not.  And only call DefineMethodOverride if we
28132         are an explicit implementation.
28134         (Property.DefineMethod): Ditto.
28136 2002-02-11  Ravi Pratap  <ravi@ximian.com>
28138         * expression.cs (BetterFunction): Catch hideous bug which was
28139          preventing us from detecting ambiguous calls due to implicit casts i.e
28140         cs0121.
28142 2002-01-29  Miguel de Icaza  <miguel@ximian.com>
28144         * support.cs (Pair): Remove un-needed method.  I figured why I was
28145         getting the error in cs-parser.jay, the variable in a foreach loop
28146         is readonly, and the compiler does not really treat this as a variable.
28148         * cs-parser.jay (fixed_statement): Fix grammar.  Use ASSIGN
28149         instead of EQUALS in grammar.  
28151         * typemanager.cs (VerifyUnmanaged): Report correct error (208)
28153         * expression.cs (Unary.DoResolve): Check whether the argument is
28154         managed or not.
28156 2002-01-28  Miguel de Icaza  <miguel@ximian.com>
28158         * support.cs: Api for Pair to set a value.  Despite the fact that
28159         the variables are public the MS C# compiler refuses to compile
28160         code that accesses the field if the variable is part of a foreach
28161         statement. 
28163         * statement.cs (Fixed): Begin implementation of the fixed
28164         statement.
28166         (Block.AddVariable): Return the VariableInfo on success and null
28167         on failure instead of true/false. 
28169         * cs-parser.jay (foreach): Catch errors on variables already
28170         defined (we were ignoring this value before) and properly unwind
28171         the block hierarchy
28173         (fixed_statement): grammar for the fixed statement.
28175 2002-01-25  Miguel de Icaza  <miguel@ximian.com>
28177         * expression.cs (UnaryMutator.IsIncrementableNumber): Allow also
28178         pointer types to be incretemented.
28180         (SizeOf): Implement.
28182         * cs-parser.jay (pointer_member_access): Implement
28183         expr->IDENTIFIER production.
28185         * expression.cs (IndexerAccess.DoResolve, ArrayAccess.DoResolve,
28186         MemberAccess.DoResolve, Invocation.DoResolve): Check for pointers
28187         on safe contexts.
28189         (Unary): Implement indirection.
28191         * ecore.cs (Expression.UnsafeError): Reports error 214 (pointer
28192         use in non-unsafe context).
28194         (SimpleName.DoResolve): Check for pointers in field access on safe
28195         contexts. 
28197         (Expression.LoadFromPtr): Factor the load-indirect code in this
28198         function.  This was duplicated in UnboxCast and ParameterReference
28200 2002-01-24  Miguel de Icaza  <miguel@ximian.com>
28202         * expression.cs (ComposedCast): report an error if a pointer cast
28203         is used in a safe region.
28205         * ecore.cs (Expression.ConvertExplicit): Add rules for implicit
28206         pointer type casts in unsafe context.
28208         * codegen.cs (EmitContext): Set up IsUnsafe.
28210         * cs-parser.jay (non_expression_type): Add productions for pointer
28211         casts. 
28213         * expression.cs (Invocation.EmitCall): Remove chunk of buggy
28214         code.  We should not use force into static mode if the method is
28215         not virtual.  Fixes bug in MIS
28217         * statement.cs (Do.Emit, While.Emit, For.Emit,
28218         Statement.EmitBoolExpression): Add support to Do and While to
28219         propagate infinite loop as `I do return' semantics.
28221         Improve the For case to also test for boolean constants.
28223         * attribute.cs (Attribute.ApplyAttributes): Add ParameterBuilder
28224         to the list of attributes we can add.
28226         Remove `EmitContext' argument.
28228         * class.cs (Method.Define): Apply parameter attributes.
28229         (Constructor.Define): Apply parameter attributes.
28230         (MethodCore.LabelParameters): Move here the core of labeling
28231         parameters. 
28233         * support.cs (ReflectionParameters.ParameterModifier,
28234         InternalParameters.ParameterModifier): Use IsByRef on the type and
28235         only return the OUT bit for these parameters instead of in/out/ref
28236         flags.
28238         This is because I miss-understood things.  The ParameterInfo.IsIn
28239         and IsOut represent whether the parameter has the [In] and [Out]
28240         attributes set.  
28242 2002-01-22  Miguel de Icaza  <miguel@ximian.com>
28244         * ecore.cs (FieldExpr.Emit): Release temporaries.
28246         * assign.cs (LocalTemporary.Release): new function.
28248         * codegen.cs (EmitContext.GetTemporaryStorage,
28249         EmitContext.FreeTemporaryStorage): Rework the way we deal with
28250         temporary storage.  Now we can "put back" localbuilders when we
28251         are done with them
28253 2002-01-21  Miguel de Icaza  <miguel@ximian.com>
28255         * ecore.cs (FieldExpr.Emit): Handle initonly fields specially: we
28256         need to make a copy of the variable to generate verifiable code.
28258 2002-01-19  Miguel de Icaza  <miguel@ximian.com>
28260         * driver.cs: Compute dynamically the system directory.
28262         * ecore.cs (CopyNewMethods): reworked, exposed, made public.
28263         Slower, but more generally useful.  Used by the abstract
28264         registering implementation. 
28266         * expression.cs (ResolveMemberAccess): Reorder the way we evaluate
28267         the rules for the special rule on Type/instances.  First check if
28268         we have the same name, and if so, try that special static path
28269         rather than the instance path.
28271 2002-01-18  Miguel de Icaza  <miguel@ximian.com>
28273         * cs-parser.jay: Emit 642 (warning: possible empty statement) for
28274         for, while and if.
28276         * class.cs (TypeBuilder.DefineType): Do not allow inheritance from
28277         Enum, ValueType, Delegate or Array for non-corlib compiles.
28279         * cs-tokenizer.cs: Catch long identifiers (645)
28281         * typemanager.cs (IndexerPropetyName): Ravi never tested this
28282         piece of code.
28284         * class.cs (TypeContainer.RegisterRequiredImplementations): Bug
28285         fix, we were returning too early, so we were not registering
28286         pending methods from abstract classes.
28288         Do not register pending methods if the class is abstract.
28290         * expression.cs (Conditional.DoResolve): Report circular implicit
28291         conversions when we neecd to compute it for conditional
28292         expressions. 
28294         (Is.DoResolve): If the expression is always of the provided type,
28295         flag warning 183.  If the expression can not ever be of the
28296         provided type flag warning 184.
28298         * class.cs: Catch 169 as well.
28300         * ecore.cs (FieldExpr): For now in AddressOf mark as assigned and
28301         read. 
28303 2002-01-18  Nick Drochak  <ndrochak@gol.com>
28305         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.
28307 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
28309         * interface.cs: (PopulateMethod): Check for pointers being defined
28310         only if the unsafe context is active.
28311         (PopulateProperty): ditto.
28312         (PopulateIndexer): ditto.
28314         * class.cs (Method, Method.Define): Allow `unsafe' modifier to be
28315         specified.  If pointers are present, make sure that they are
28316         present in an unsafe context.
28317         (Constructor, Constructor.Define): ditto.
28318         (Field, Field.Define): ditto.
28319         (Property, Property.Define): ditto.
28320         (Event, Event.Define): ditto.
28322         * interface.cs (Interface.GetInterfaceTypeByName): Only lookup the
28323         hashtable if there are classes or structs defined.
28325         * expression.cs (LocalVariableReference.DoResolve): Simplify this
28326         code, as the constant resolution moved.
28328         * statement.cs (Block.EmitMeta): Resolve all constants as we emit
28329         the metadata, so we can flag error 133. 
28331         * decl.cs (MemberCore.UnsafeOK): New function to test that a
28332         pointer is being declared in an unsafe context.
28334 2002-01-16  Miguel de Icaza  <miguel@ximian.com>
28336         * modifiers.cs (Modifiers.Check): Require a Location argument.
28337         Report error 227 for Unsafe use.
28339         * typemanager.cs: Remove IsPointerType, we should be using Type.IsPointer
28341         * statement.cs (For.Emit): If the test is null, then report that
28342         we do `return', as we wont reach anything afterwards.
28344         (Switch.SwitchGoverningType): Track the expression that matched
28345         the conversion.
28347         * driver.cs: Allow negative numbers as an error code to flag.
28349         * cs-parser.jay: Handle 1551.
28351         * namespace.cs: Add 1537 checking (repeated using alias namespaces).
28353 2002-01-15  Miguel de Icaza  <miguel@ximian.com>
28355         * cs-parser.jay: Report 1518 (type declaration can only contain
28356         class, struct, interface, enum or delegate)
28358         (switch_label): Report 1523 (keywords `case' or `default' must
28359         preced code)
28361         (opt_switch_sections): Report 1522 (empty switch)
28363         * driver.cs: Report 1515 (response file specified multiple times)
28364         Report 1516 (Source file specified multiple times).
28366         * expression.cs (Argument.Resolve): Signal 1510
28368         (BaseAccess.Resolve, BaseIndexer.Resolve): Signal 1511 (base
28369         access not allowed in static code)
28371 2002-01-11  Ravi Pratap  <ravi@ximian.com>
28373         * typemanager.cs (IsPointerType): Utility method which we are going
28374         to need a lot.
28376         * ecore.cs (ImplicitReferenceConversion): A pointer type cannot be cast to
28377         the object type, so we take care of that.
28379         * expression.cs (FullMethodDesc): Also include the return type in descriptions.
28381         * support.cs (ParameterDesc): Fix minor bug which was causing params tags to be
28382         added to non-params parameters :-)
28384         * typemanager.cs (CSharpName): Include 'void' type too. 
28386         (void_ptr_type): Include in the set of core types.
28388         * ecore.cs (ConvertImplicit): Make use of ConvertImplicitStandard instead of 
28389         duplicating code.
28391         (ConvertImplicitStandard): Handle standard implicit pointer conversions when we have 
28392         an unsafe context.
28394         * cs-parser.jay (local_variable_pointer_type): Add support for 'void *' as I had 
28395         completely forgotten about it.
28397 2002-01-10  Ravi Pratap  <ravi@ximian.com>
28399         * cs-parser.jay (pointer_type): Add. This begins our implementation
28400         of parsing rules for unsafe code.
28402         (unsafe_statement): Implement.
28404         (embedded_statement): Modify to include the above.
28406         * statement.cs (Unsafe): Implement new class for unsafe blocks.
28408         * codegen.cs (EmitContext.InUnsafe): Add. This determines
28409         if the current context is an unsafe one.
28411         * cs-parser.jay (local_variable_pointer_type): Since local variable types
28412         are handled differently, we need separate rules for them.
28414         (local_variable_declaration): Update to use local_variable_pointer_type
28415         to allow variable declarations of unmanaged pointer types.
28417         * expression.cs (Unary.ResolveOperator): Ensure that the '&' operator is used only
28418         in unsafe contexts.
28420         * ../errors/cs0214.cs : Add.
28422 2002-01-16  Nick Drochak  <ndrochak@gol.com>
28424         * makefile: remove 'response' file when cleaning.
28426 2002-01-15  Miguel de Icaza  <miguel@ximian.com>
28428         * cs-parser.jay: Report 1524.
28430 2002-01-14  Miguel de Icaza  <miguel@ximian.com>
28432         * typemanager.cs (RegisterMethod): drop checking if we have
28433         registered this from here
28435 2002-01-12  Miguel de Icaza  <miguel@ximian.com>
28437         * class.cs (Method.EmitDestructor): Implement calling our base
28438         destructor. 
28440         * statement.cs (Try.Emit): Fix to reset the InFinally to the old
28441         value of InFinally.
28443         * codegen.cs (EmitContext.EmitTopBlock): Destructors will call
28444         this routine and will wrap the call in a try/catch block.  Deal
28445         with the case.
28447 2002-01-11  Miguel de Icaza  <miguel@ximian.com>
28449         * ecore.cs (Expression.MemberLookup): instead of taking a
28450         parameter `same_type' that was used to tell whether we could
28451         access private members we compute our containing type from the
28452         EmitContext.
28454         (FieldExpr): Added partial support for volatile fields.  This does
28455         not work for volatile fields exposed from assemblies, as I can not
28456         figure out how to extract the modreq from it.
28458         Updated all the source files to use this.
28460         * codegen.cs (EmitContext): Compute ContainerType ahead of time,
28461         because it is referenced by MemberLookup very often. 
28463 2002-01-09  Ravi Pratap  <ravi@ximian.com>
28465         * typemanager.cs (IndexerPropertyName): If we have a TypeBuilder, use
28466         TypeBuilder.GetCustomAttributes to retrieve what we need.
28468         Get rid of redundant default_member_attr_type as this is the same as
28469         default_member_type which already exists.
28471         * interface.cs, attribute.cs : Update accordingly.
28473 2002-01-08  Miguel de Icaza  <miguel@ximian.com>
28475         * typemanager.cs: Enable IndexerPropertyName again.  It does not
28476         work for TYpeBuilders though.  Ravi, can you please fix this?
28478         * cs-tokenizer.cs: Accept _ as a name in pp-expressions.
28480         * expression.cs (Argument.Emit): Handle the case of ref objects
28481         being passed to ref functions;  
28483         (ParameterReference.EmitLoad): Loads the content of the pointer
28484         without dereferencing.
28486 2002-01-07  Miguel de Icaza  <miguel@ximian.com>
28488         * cs-tokenizer.cs: Implemented the pre-processing expressions.
28490 2002-01-08  Ravi Pratap  <ravi@ximian.com>
28492         * class.cs (Indexer.DefineMethod): Incorporate the interface
28493         type in the name of the method if we are doing explicit interface
28494         implementation.
28496         * expression.cs (ConversionExists): Remove as it is completely obsolete.
28498         (BetterConversion): Fix extremely trivial bug where we were referring to
28499         ConversionExists instead of StandardConversionExists ! Hooray, things are fine
28500         again !
28502         * ../errors/bug16.cs : Add although we have fixed it.
28504 2002-01-07  Miguel de Icaza  <miguel@ximian.com>
28506         * expression.cs (BaseIndexer): Begin implementation.
28508         * class.cs (TypeContainer.IsInterfaceMethod): Bug fix.
28510         * cs-parser.jay (indexer_declarator): Use qualified_identifier
28511         production directly to remove a shift/reduce, and implement
28512         explicit interface implementation.
28514         * cs-tokenizer.cs: Fix tokenizer, it was consuming one extra char
28515         after a floating point suffix.
28517         * expression.cs (DoNumericPromotions): Improved the conversion for
28518         uint/uint.  If we have a constant, we avoid doing a typecast to a
28519         larger type.
28521         * class.cs (Indexer): Implement explicit interface implementation
28522         for indexers.
28524 Sat Jan 5 16:08:23 CET 2002 Paolo Molaro <lupus@ximian.com>
28526         * class.cs: make the default instance constructor public and hidebysig.
28528 2001-01-03  Ravi Pratap  <ravi@ximian.com>
28530         * interface.cs (EmitDefaultMemberAttr): Make this helper method static
28531         so we can call it from elsewhere.
28533         * class.cs (TypeContainer.Emit): Emit the attribute here too. The rule is that
28534         we emit it internally if the class has a defined indexer; otherwise the user
28535         emits it by decorating the class definition with the DefaultMemberAttribute.
28537         * attribute.cs (ApplyAttributes): Perform checks to see that the DefaultMember
28538         attribute is not used on a type which defines an indexer.
28540         * cs-tokenizer.cs (get_cmd_arg): Ensure we trim whitespace and also include the tab
28541         character when we skip whitespace.
28543         * ../errors/cs0646.cs : Add.
28545 2002-01-03  Miguel de Icaza  <miguel@ximian.com>
28547         * ecore.cs (SimpleName.ResolveSimpleName): Report error 120
28548         again. 
28550         * makefile: Add practical target `mcs3.exe' which builds the third
28551         generation compiler. 
28553         * expression.cs (New): Fix structures constructor calling.
28555         * class.cs (Property, Method, Indexer): Emit Final flag on the
28556         method if we are an interface implementation and we are not
28557         abstract. 
28559         * ecore.cs (PropertyExpr): New public field `IsBase', tells
28560         whether this property is referencing a `base' method.
28562         * expression.cs (Invocation.EmitCall): take an extra argument:
28563         is_base, this is used to determine whether the `call' or
28564         `callvirt' opcode should be used.
28567         * delegate.cs: update EmitCall.
28569         * class.cs (Method.Define): Set NewSlot for the cases where we are
28570         not implementing an interface method.
28572         (Property.Define): ditto.
28574 2002-01-02  Miguel de Icaza  <miguel@ximian.com>
28576         * cs-tokenizer.cs: (Tokenizer.escape): Escape '\r' as '\r' not as
28577         'r'.  Allows mcs to parse itself fully.
28579 2002-01-02  Ravi Pratap  <ravi@ximian.com>
28581         * expression.cs (ArrayCreation.num_automatic_initializers): Keep track
28582         of the number of initializers that require the InitializeArray method.
28584         (CheckIndices): Store the Expression in all cases - not the plain value. Also
28585         update the above field where necessary.
28587         (MakeByteBlob): Update accordingly.
28589         (DoEmit): Call EmitStaticInitializers only if the number of initializers is 
28590         greater than 2.
28592         (EmitDynamicInitializers): Update in accordance with the new optimization.
28594         (ArrayAccess.EmitStoreOpcode): Include char type along with short and ushort - the
28595         same OpCode applies.
28597         * cs-parser.jay : Fix some glaring errors I introduced.
28599 2002-01-01  Ravi Pratap  <ravi@ximian.com> 
28601         * parameters.cs (AddVariable, AddConstant): Pass in current_local_parameters
28602         so that we can check for name clashes there too.
28604         * typemanager.cs (default_member_attr_type): The attribute that we need to emit
28605         for interface indexers.
28607         * interfaces.cs (Define): Emit the default member attribute.
28609         * expression.cs (MakeByteBlob): Fix extremely trivial bug where the wrong
28610         variable was being referred to while setting the value ;-)
28612 2002-01-01  Miguel de Icaza  <miguel@ximian.com>
28614         * expression.cs (MakeByteBlob): Optimize: we do not need to fill
28615         byte-by-byte information when we know the data is zero.
28617         Make the block always a multiple of 4, because
28618         DefineInitializedData has a bug.
28620         * assign.cs: Fix, we should assign from the temporary, not from
28621         the source. 
28623         * expression.cs (MakeByteBlob): Fix my incorrect code.
28625 2001-12-31  Miguel de Icaza  <miguel@ximian.com>
28627         * typemanager.cs (EnumToUnderlying): This function is used to get
28628         the underlying type from an enumeration, because it does not
28629         always work. 
28631         * constant.cs: Use the I4_S form for values between -128 and 127.
28633         * statement.cs (Block.LookupLabel): Looks up a label.
28634         (Block): Drop support for labeled blocks.
28636         (LabeledStatement): New kind of statement that represents a label
28637         only.
28639         (Goto): Finally implement this bad boy.
28641         * cs-parser.jay: Update to reflect new mechanism to implement
28642         labels.
28644 2001-12-30  Miguel de Icaza  <miguel@ximian.com>
28646         * codegen.cs (EmitContext.This): a codegen property that keeps the
28647         a single instance of this instead of creating many different this
28648         instances. 
28650         * delegate.cs (Delegate.DoResolve): Update to use the property;
28652         * ecore.cs (SimpleName.SimpleNameResolve): Ditto
28654         * expression.cs (BaseAccess.DoResolve): Ditto.
28656 2001-12-29  Ravi Pratap  <ravi@ximian.com>
28658         * typemanager.cs (methodimpl_attr_type): Add to hold the type
28659         corresponding to System.Runtime.CompilerServices.MethodImplAttribute.
28661         (InitCoreTypes): Update accordingly.
28663         * attribute.cs (Resolve): Remember if the attribute is a MethodImplAttribute
28664         so we can quickly store the state.
28666         (ApplyAttributes): Set the correct implementation flags
28667         for InternalCall methods.
28669 2001-12-29  Miguel de Icaza  <miguel@ximian.com>
28671         * expression.cs (EmitCall): if a method is not virtual, then do
28672         not use callvirt on it.
28674         (ArrayAccess.EmitAssign): storing non-builtin value types (ie,
28675         user defined stuff) requires the use of stobj, which takes an
28676         address on the stack instead of an array and an index.  So emit
28677         the Ldelema operation for it.
28679         (EmitStoreOpcode): Use stobj for valuetypes.
28681         (UnaryMutator.EmitCode): Use the right 1 value depending on
28682         whether we are dealing with int64/uint64, float or doubles.
28684         * class.cs (TypeContainer.AddConstructor): Fix the logic to define
28685         constructors that I implemented last night.
28687         (Constructor.IsDefault): Fix to work properly for static
28688         constructors.
28690         * cs-parser.jay (CheckDef): report method signature errors.
28691         Update error number 103 to be 132.
28693         * decl.cs: New AdditionResult enumeration value: MethodExists.
28694         Although we do this check for methods later on in the semantic
28695         analysis, catching repeated default constructors is so easy that
28696         we catch these here. 
28698         * expression.cs (Binary.DoNumericPromotions): Fix the uint64 type
28699         promotions code.
28701         (ParameterReference.EmitAssign, Emit): handle
28702         bools as bytes.
28704         (ArrayAccess.EmitLoadOpcode): Handle bool type here.
28705         (ArrayAccess.EmitStoreOpcode): ditto.
28707         * cs-tokenizer.cs (is_punct): Eliminated empty computation.
28709         * expression.cs (MakeByteBlob): Complete all the missing types
28710         (uint, short, ushort, byte, sbyte)
28712         * class.cs: Only init instance field initializers on instance
28713         constructors. 
28715         Rename `constructors' to instance_constructors. 
28717         (TypeContainer.AddConstructor): Only add constructors to the list
28718         if it is not static.
28720         Make sure that we handle default_static_constructor independently
28721         everywhere where we handle instance_constructors
28723 2001-12-28  Miguel de Icaza  <miguel@ximian.com>
28725         * class.cs: Do not lookup or create a base initializer for a
28726         static constructor.
28728         (ConstructorInitializer.Resolve): use the proper type to lookup
28729         for constructors.
28731         * cs-parser.jay: Report error 1585 (modifiers between type and name).
28733         * enum.cs, interface.cs: Remove CloseType, this is taken care by
28734         in DeclSpace. 
28736         * decl.cs: CloseType is now an virtual method, the default
28737         implementation just closes this type.
28739 2001-12-28  Ravi Pratap  <ravi@ximian.com>
28741         * attribute.cs (DefinePInvokeMethod): Set the implementation flags
28742         to PreserveSig by default. Also emit HideBySig on such methods.
28744         Basically, set the defaults to standard values.
28746         * expression.cs (Invocation.BetterFunction): We need to make sure that for each
28747         argument, if candidate is better, it can't be worse than the best !
28749         (Invocation): Re-write bits to differentiate between methods being
28750         applicable in their expanded form and their normal form - for params
28751         methods of course.
28753         Get rid of use_standard everywhere as only standard conversions are allowed
28754         in overload resolution. 
28756         More spec conformance.
28758 2001-12-27  Miguel de Icaza  <miguel@ximian.com>
28760         * driver.cs: Add --timestamp, to see where the compiler spends
28761         most of its time.
28763         * ecore.cs (SimpleName.DoResolve): Do not create an implicit
28764         `this' in static code.
28766         (SimpleName.DoResolve): Implement in terms of a helper function
28767         that allows static-references to be passed upstream to
28768         MemberAccess.
28770         (Expression.ResolveWithSimpleName): Resolve specially simple
28771         names when called by MemberAccess to implement the special
28772         semantics. 
28774         (Expression.ImplicitReferenceConversion): Handle conversions from
28775         Null to reference types before others, as Null's type is
28776         System.Object. 
28778         * expression.cs (Invocation.EmitCall): Handle the special case of
28779         calling methods declared on a reference type from a ValueType
28780         (Base classes System.Object and System.Enum)
28782         (MemberAccess.Resolve): Only perform lookups on Enumerations if
28783         the left hand side is a TypeExpr, not on every enumeration. 
28785         (Binary.Resolve): If types are reference types, then do a cast to
28786         object on operators != and == of both arguments.
28788         * typemanager.cs (FindMembers): Extract instance and static
28789         members if requested.
28791         * interface.cs (PopulateProperty): Use void_type instead of null
28792         as the return type for the setter method.
28794         (PopulateIndexer): ditto.
28796 2001-12-27  Ravi Pratap  <ravi@ximian.com>
28798         * support.cs (ReflectionParameters): Fix minor bug where we
28799         were examining the wrong parameter for the ParamArray attribute.
28801         Cope with requests for the type of the parameter at position
28802         greater than the params parameter's. We now return the element
28803         type of the params array as that makes more sense.
28805         * expression.cs (Invocation.IsParamsMethodApplicable): Update 
28806         accordingly as we no longer have to extract the element type
28807         ourselves.
28809         (Invocation.OverloadResolve): Update.
28811 2001-12-27  Miguel de Icaza  <miguel@ximian.com>
28813         * statement.cs (Foreach.GetEnumeratorFilter): Do not compare
28814         against IEnumerator, test whether the return value is a descendant
28815         of the IEnumerator interface.
28817         * class.cs (Indexer.Define): Use an auxiliary method to implement
28818         the other bits of the method definition.  Begin support for
28819         explicit interface implementation.
28821         (Property.DefineMethod): Use TypeManager.void_type instead of null
28822         for an empty return value.
28824 2001-12-26  Miguel de Icaza  <miguel@ximian.com>
28826         * expression.cs (MemberAccess.ResolveMemberAccess): if we are
28827         dealing with a FieldExpr which is composed of a FieldBuilder, in
28828         the code path we did extract the constant, but we should have
28829         obtained the underlying value to be able to cast it (otherwise we
28830         end up in an infinite loop, this is what Ravi was running into).
28832         (ArrayCreation.UpdateIndices): Arrays might be empty.
28834         (MemberAccess.ResolveMemberAccess): Add support for section
28835         14.5.4.1 that deals with the special case of E.I when E is a type
28836         and something else, that I can be a reference to a static member.
28838         (ArrayCreation.MakeByteBlob): It is not an error to not be able to
28839         handle a particular array type to create byte blobs, it is just
28840         something we dont generate byteblobs for.
28842         * cs-tokenizer.cs (get_cmd_arg): Ignore \r in commands and
28843         arguments. 
28845         * location.cs (Push): remove the key from the hashtable that we
28846         are about to add.   This happens for empty files.
28848         * driver.cs: Dispose files after we have parsed them.
28850         (tokenize): new function that only runs the tokenizer on its
28851         input, for speed testing.
28853 2001-12-26  Ravi Pratap  <ravi@ximian.com>
28855         * class.cs (Event.Define): Define the private field only if there
28856         are no accessors defined.
28858         * expression.cs (ResolveMemberAccess): If there is no associated
28859         field with the event, that means we have an event defined with its
28860         own accessors and we should flag error cs0070 since transforming
28861         ourselves into a field is not valid in that case.
28863         * ecore.cs (SimpleName.DoResolve): Same as above.
28865         * attribute.cs (DefinePInvokeMethod): Set the default calling convention
28866         and charset to sane values.
28868 2001-12-25  Ravi Pratap  <ravi@ximian.com>
28870         * assign.cs (DoResolve): Perform check on events only if they 
28871         are being accessed outside the declaring type.
28873         * cs-parser.jay (event_declarations): Update rules to correctly
28874         set the type of the implicit parameter etc.
28876         (add_accessor, remove_accessor): Set current local parameters.
28878         * expression.cs (Binary): For delegate addition and subtraction,
28879         cast the return value from the method into the appropriate delegate
28880         type.
28882 2001-12-24  Ravi Pratap  <ravi@ximian.com>
28884         * typemanager.cs (RegisterDelegateData, GetDelegateData): Get rid
28885         of these as the workaround is unnecessary.
28887         * delegate.cs (NewDelegate.DoResolve): Get rid of bits which registered
28888         delegate data - none of that is needed at all.
28890         Re-write bits to extract the instance expression and the delegate method
28891         correctly.
28893         * expression.cs (Binary.ResolveOperator): Handle the '-' binary operator 
28894         on delegates too.
28896         * attribute.cs (ApplyAttributes): New method to take care of common tasks
28897         of attaching attributes instead of duplicating code everywhere.
28899         * everywhere : Update code to do attribute emission using the above method.
28901 2001-12-23  Miguel de Icaza  <miguel@ximian.com>
28903         * expression.cs (IsParamsMethodApplicable): if there are not
28904         parameters, return immediately.
28906         * ecore.cs: The 0 literal can be implicity converted to an enum
28907         type. 
28909         (SimpleName.DoResolve): First lookup the type, then lookup the
28910         members. 
28912         (FieldExpr.Emit): If the InstanceExpression is a ValueType, we
28913         want to get its address.  If the InstanceExpression is not
28914         addressable, store the result in a temporary variable, then get
28915         the address of it.
28917         * codegen.cs: Only display 219 errors on warning level or above. 
28919         * expression.cs (ArrayAccess): Make it implement the
28920         IMemoryLocation interface.
28922         (Binary.DoResolve): handle the operator == (object a, object b)
28923         and operator != (object a, object b) without incurring into a
28924         BoxedCast (because 5 != o should never be performed).
28926         Handle binary enumerator operators.
28928         (EmitLoadOpcode): Use Ldelema if the object we are loading is a
28929         value type, otherwise use Ldelem_ref.
28931         Use precomputed names;
28933         (AddressOf): Implement address of
28935         * cs-parser.jay (labeled_statement): Fix recursive block
28936         addition by reworking the production.
28938         * expression.cs (New.DoEmit): New has a special case:
28939                 
28940                  If we are dealing with a ValueType, we have a few
28941                  situations to deal with:
28942                 
28943                     * The target of New is a ValueType variable, that is
28944                       easy, we just pass this as the variable reference
28945                 
28946                     * The target of New is being passed as an argument,
28947                       to a boxing operation or a function that takes a
28948                       ValueType.
28949                 
28950                       In this case, we need to create a temporary variable
28951                       that is the argument of New.
28954 2001-12-23  Ravi Pratap  <ravi@ximian.com>
28956         * rootcontext.cs (LookupType): Check that current_type is not null before
28957         going about looking at nested types.
28959         * ecore.cs (EventExpr.EmitAddOrRemove): Rename from EmitAssign as we do
28960         not implement the IAssignMethod interface any more.
28962         * expression.cs (MemberAccess.ResolveMemberAccess): Handle EventExprs specially
28963         where we tranform them into FieldExprs if they are being resolved from within
28964         the declaring type.
28966         * ecore.cs (SimpleName.DoResolve): Do the same here.
28968         * assign.cs (DoResolve, Emit): Clean up code considerably. 
28970         * ../errors/bug10.cs : Add.
28972         * ../errors/cs0070.cs : Add.
28974         * typemanager.cs : Use PtrHashtable for Delegate data hashtable etc.
28976         * assign.cs : Get rid of EventIsLocal everywhere.
28978 2001-12-23  Miguel de Icaza  <miguel@ximian.com>
28980         * ecore.cs (ConvertIntLiteral): finished the implementation.
28982         * statement.cs (SwitchLabel): Convert the value we are using as a
28983         key before looking up the table.
28985 2001-12-22  Miguel de Icaza  <miguel@ximian.com>
28987         * codegen.cs (EmitTopBlock): Require a Location argument now.
28989         * cs-parser.jay (constructor_declarator): We need to setup
28990         current_local_parameters before we parse the
28991         opt_constructor_initializer, to allow the variables to be bound
28992         to the constructor arguments.
28994         * rootcontext.cs (LookupType): First lookup nested classes in our
28995         class and our parents before we go looking outside our class.
28997         * expression.cs (ConstantFold): Extract/debox the values at the
28998         beginnning. 
29000         * rootcontext.cs (EmitCode): Resolve the constants first before we
29001         resolve the types.  This is not really needed, but it helps debugging.
29003         * statement.cs: report location.
29005         * cs-parser.jay: pass location to throw statement.
29007         * driver.cs: Small bug fix.
29009         * report.cs: Updated format to be 4-zero filled digits.
29011 2001-12-22  Ravi Pratap  <ravi@ximian.com>
29013         * expression.cs (CheckIndices): Fix minor bug where the wrong
29014         variable was being referred to ;-)
29016         (DoEmit): Do not call EmitStaticInitializers when the 
29017         underlying type is System.Object.
29019 2001-12-21  Ravi Pratap  <ravi@ximian.com>
29021         * ecore.cs (EventExpr.Resolve): Implement to correctly set the type
29022         and do the usual workaround for SRE.
29024         * class.cs (MyEventBuilder.EventType): New member to get at the type
29025         of the event, quickly.
29027         * expression.cs (Binary.ResolveOperator): Handle delegate addition.
29029         * assign.cs (Assign.DoResolve): Handle the case when the target
29030         is an EventExpr and perform the necessary checks.
29032         * ecore.cs (EventExpr.EmitAssign): Implement the IAssignMethod
29033         interface.
29035         (SimpleName.MemberStaticCheck): Include check for EventExpr.
29037         (EventExpr): Set the type in the constructor itself since we 
29038         are meant to be born fully resolved.
29040         (EventExpr.Define): Revert code I wrote earlier.
29041                 
29042         * delegate.cs (NewDelegate.Resolve): Handle the case when the MethodGroup's
29043         instance expression is null. The instance expression is a This in that case
29044         or a null, depending on whether it is a static method or not.
29046         Also flag an error if the reference to a method is ambiguous i.e the MethodGroupExpr
29047         refers to more than one method.
29049         * assign.cs (DoResolve): Check whether the event belongs to the same Type container
29050         and accordingly flag errors.
29052 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
29054         * statement.cs (Throw.Emit): Add support for re-throwing exceptions.
29056 2001-12-22  Miguel de Icaza  <miguel@ximian.com>
29058         * location.cs (ToString): Provide useful rutine.
29060 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
29062         * ecore.cs (Expression.ConvertIntLiteral): Do not return Constant
29063         objects, return the actual integral boxed.
29065         * statement.cs (SwitchLabel): define an ILLabel for each
29066         SwitchLabel. 
29068         (Switch.CheckSwitch): If the value is a Literal, extract
29069         the underlying literal.
29071         Also in the unused hashtable we had, add the SwitchLabel so we can
29072         quickly look this value up.
29074         * constant.cs: Implement a bunch of new constants.  Rewrite
29075         Literal based on this.  Made changes everywhere to adapt to this.
29077         * expression.cs (Expression.MakeByteBlob): Optimize routine by
29078         dereferencing array only once, and also copes with enumrations.
29080         bytes are two bytes wide, not one.
29082         (Cast): Perform constant conversions.
29084         * ecore.cs (TryImplicitIntConversion): Return literals instead of
29085         wrappers to the literals here.
29087         * expression.cs (DoNumericPromotions): long literals can converted
29088         to ulong implicity (this is taken care of elsewhere, but I was
29089         missing this spot).
29091         * ecore.cs (Expression.Literalize): Make the return type Literal,
29092         to improve type checking.
29094         * rootcontext.cs: Lookup for nested classes in our class hierarchy.
29096 2001-12-20  Miguel de Icaza  <miguel@ximian.com>
29098         * literal.cs: Revert code from ravi that checked the bounds.  The
29099         bounds are sane by the definition of the type itself. 
29101         * typemanager.cs: Fix implementation of ImplementsInterface.  We
29102         need to actually look up in our parent hierarchy for interfaces
29103         implemented. 
29105         * const.cs: Use the underlying type for enumerations
29107         * delegate.cs: Compute the basename for the delegate creation,
29108         that should fix the delegate test case, and restore the correct
29109         Type Lookup semantics in rootcontext
29111         * rootcontext.cs: Revert Ravi's last patch.  The correct way of
29112         referencing a nested type with the Reflection API is using the "+"
29113         sign. 
29115         * cs-parser.jay: Do not require EOF token at the end.
29117 2001-12-20  Ravi Pratap  <ravi@ximian.com>
29119         * rootcontext.cs (LookupType): Concatenate type names with
29120         a '.' instead of a '+' The test suite passes again.
29122         * enum.cs (Enum.DefineEnum): Set RTSpecialName on the 'value__'
29123         field of the enumeration.
29125         * expression.cs (MemberAccess.ResolveMemberAccess): Add support for
29126         the case when the member is an EventExpr.
29128         * ecore.cs (EventExpr.InstanceExpression): Every event which is not
29129         static has an associated instance expression.
29131         * typemanager.cs (RegisterEvent): The usual workaround, now for events.
29133         (GetAddMethod, GetRemoveMethod): Workarounds, as usual.
29135         * class.cs (Event.Define): Register event and perform appropriate checks
29136         for error #111.
29138         We define the Add and Remove methods even if the use provides none because
29139         in that case, we provide default implementations ourselves.
29141         Define a private field of the type of the event. This is done by the CSC compiler
29142         and we should be doing it too ;-)
29144         * typemanager.cs (delegate_combine_delegate_delegate, delegate_remove_delegate_delegate):
29145         More methods we use in code we generate.
29147         (multicast_delegate_type, delegate_type): Two separate types since the distinction
29148         is important.
29150         (InitCoreTypes): Update accordingly for the above.
29152         * class.cs (Event.Emit): Generate code for default accessors that we provide
29154         (EmitDefaultMethod): Do the job in the above.
29156         * delegate.cs (DefineDelegate): Use TypeManager.multicast_delegate_type in the 
29157         appropriate place.
29159 2001-12-20  Miguel de Icaza  <miguel@ximian.com>
29161         * class.cs (Indexer.Define): Fix bug, we were setting both Get/Set
29162         builders even if we were missing one.
29164         * interface.cs, class.cs, enum.cs: When calling DefineNestedType
29165         pass the Basename as our class name instead of the Name.  The
29166         basename will be correctly composed for us.
29168         * parameter.cs (Paramters): Now takes a Location argument.
29170         * decl.cs (DeclSpace.LookupType): Removed convenience function and
29171         make all the code call directly LookupType in RootContext and take
29172         this chance to pass the Location information everywhere.
29174         * Everywhere: pass Location information.
29176 2001-12-19  Miguel de Icaza  <miguel@ximian.com>
29178         * class.cs (Constructor.Define): Updated way of detecting the
29179         length of the parameters.
29181         (TypeContainer.DefineType): Use basename as the type name for
29182         nested types.
29184         (TypeContainer.Define): Do not recursively define types here, as
29185         definition is taken care in order by the RootContext.
29187         * tree.cs: Keep track of namespaces in a per-file basis.
29189         * parameter.cs (Parameter.ComputeSignature): Update to use
29190         DeclSpace. 
29192         (Parameters.GetSignature): ditto.
29194         * interface.cs (InterfaceMethod.GetSignature): Take a DeclSpace
29195         instead of a TypeContainer.
29197         (Interface.SemanticAnalysis): Use `this' instead of our parent to
29198         resolve names.  Because we need to be resolve in our context, not
29199         our parents.
29201         * driver.cs: Implement response files.
29203         * class.cs (TypeContainer.DefineType): If we are defined, do not
29204         redefine ourselves.
29206         (Event.Emit): Emit the code for add/remove handlers.
29207         (Event.Define): Save the MethodBuilders for add/remove.
29209         * typemanager.cs: Use pair here too.
29211         * cs-parser.jay: Replaced use of DictionaryEntry for Pair because
29212         DictionaryEntry requires the first argument to be non-null.  
29214         (enum_declaration): Compute full name for registering the
29215         enumeration.
29217         (delegate_declaration): Instead of using
29218         formal_parameter_list, use opt_formal_parameter_list as the list
29219         can be empty.
29221         * cs-tokenizer.cs (PropertyParsing): renamed from `properties'
29222         (EventParsing): New property that controls whether `add' and
29223         `remove' are returned as tokens or identifiers (for events);
29225 2001-12-19  Ravi Pratap  <ravi@ximian.com>
29227         * class.cs (Event.Define): Revamp use of EventBuilder completely. We now
29228         use MyEventBuilder only and let it wrap the real builder for us.
29230         (MyEventBuilder): Revamp constructor etc.
29232         Implement all operations that we perform on EventBuilder in precisely the same
29233         way here too.
29235         (FindMembers): Update to use the EventBuilder member.
29237         (Event.Emit): Update accordingly.
29239 2001-12-18  Ravi Pratap  <ravi@ximian.com>
29241         * class.cs (MyEventBuilder.Set*): Chain to the underlying builder
29242         by calling the appropriate methods.
29244         (GetCustomAttributes): Make stubs as they cannot possibly do anything
29245         useful.
29247         (Event.Emit): Use MyEventBuilder everywhere - even to set attributes.
29249 2001-12-17  Ravi Pratap  <ravi@ximian.com>
29251         * delegate.cs (Delegate.Populate): Check that the return type
29252         and various parameters types are indeed accessible.
29254         * class.cs (Constructor.Define): Same here.
29256         (Field.Define): Ditto.
29258         (Event.Define): Ditto.
29260         (Operator.Define): Check that the underlying Method defined itself
29261         correctly - so it's MethodBuilder should not be null.
29263         * delegate.cs (DelegateInvocation.DoResolve): Bale out if the type of the Instance
29264         expression happens to be null.
29266         * class.cs (MyEventBuilder): Workaround for SRE lameness. Implement various abstract
29267         members but as of now we don't seem to be able to do anything really useful with it.
29269         (FindMembers): Handle events separately by returning the MyEventBuilder of the event,
29270         not the EventBuilder.
29272 2001-12-18  Miguel de Icaza  <miguel@ximian.com>
29274         * cs-tokenizer.cs: Add support for defines.
29275         Add support for #if, #elif, #else, #endif
29277         (eval_var): evaluates a variable.
29278         (eval): stubbed for evaluating functions.
29280         * cs-parser.jay: Pass the defines information
29282         * driver.cs: Add --define command line option.
29284         * decl.cs: Move MemberCore here.
29286         Make it the base class for DeclSpace.  This allows us to catch and
29287         report 108 and 109 for everything now.
29289         * class.cs (TypeContainer.Define): Extract all the members
29290         before populating and emit the warning 108 (new keyword required
29291         to override) instead of having each member implement this.
29293         (MemberCore.Define): New abstract method, we will be using this in
29294         the warning reporting engine in Populate.
29296         (Operator.Define): Adjust to new MemberCore protocol. 
29298         * const.cs (Const): This does not derive from Expression, it is a
29299         temporary object we use to create fields, it is a MemberCore. 
29301         * class.cs (Method.Define): Allow the entry point to be in a
29302         specific class.
29304         * driver.cs: Rewrite the argument handler to clean it up a bit.
29306         * rootcontext.cs: Made it just an auxiliary namespace feature by
29307         making everything static.
29309         * driver.cs: Adapt code to use RootContext type name instead of
29310         instance variable.
29312         * delegate.cs: Remove RootContext argument.
29314         * class.cs: (Struct, TypeContainer, Class): Remove RootContext
29315         argument. 
29317         * class.cs (Event.Define): The lookup can fail.
29319         * cs-tokenizer.cs: Begin implementation of pre-procesor. 
29321         * expression.cs: Resolve the this instance before invoking the code.
29323 2001-12-17  Miguel de Icaza  <miguel@ximian.com>
29325         * cs-parser.jay: Add a production in element_access that allows
29326         the thing to become a "type" reference.  This way we can parse
29327         things like "(string [])" as a type.
29329         Note that this still does not handle the more complex rules of
29330         casts. 
29333         * delegate.cs (Delegate.Populate): Register the delegage constructor builder here. 
29335         * ecore.cs: (CopyNewMethods): new utility function used to
29336         assemble the list of methods from running FindMembers.
29338         (MemberLookup): Rework FindMembers so that 
29340 2001-12-16  Miguel de Icaza  <miguel@ximian.com>
29342         * class.cs (TypeContainer): Remove Delegates who fail to be
29343         defined.
29345         * delegate.cs (Populate): Verify that we dont get null return
29346         values.   TODO: Check for AsAccessible.
29348         * cs-parser.jay: Use basename to emit error 574 (destructor should
29349         have the same name as container class), not the full name.
29351         * cs-tokenizer.cs (adjust_int): Fit the integer in the best
29352         possible representation.  
29354         Also implements integer type suffixes U and L.
29356 2001-12-15  Miguel de Icaza  <miguel@ximian.com>
29358         * expression.cs (ArrayCreation.DoResolve): We need to do the
29359         argument resolution *always*.
29361         * decl.cs: Make this hold the namespace.  Hold the root context as
29362         well.
29363         (LookupType): Move here.
29365         * enum.cs, class.cs, interface.cs: Adapt to new hierarchy.
29367         * location.cs (Row, Name): Fixed the code, it was always returning
29368         references to the first file.
29370         * interface.cs: Register properties defined through interfaces.
29372         * driver.cs: Add support for globbing on the command line
29374         * class.cs (Field): Make it derive from MemberCore as well.
29375         (Event): ditto.
29377 2001-12-15  Ravi Pratap  <ravi@ximian.com>
29379         * class.cs (Event::Define): Check that the type of the event is a delegate
29380         type else flag error #66.
29382         Also, re-use TypeContainer.MethodModifiersValid here too as the rules are the
29383         same.
29385         * attribute.cs (DefinePInvokeMethod): Handle named arguments and process
29386         values of EntryPoint, CharSet etc etc.
29388         Pass in the values to TypeBuilder.DefinePInvokeMethod; determine Type etc neatly.
29390         * class.cs (FindMembers): If a method is in transit, its MethodBuilder will
29391         be null and we should ignore this. I am not sure if this is really clean. Apparently,
29392         there's no way of avoiding hitting this because the call is coming from SimpleName.DoResolve,
29393         which needs this to do its work.
29395         * ../errors/cs0066.cs : Add.
29397 2001-12-14  Miguel de Icaza  <miguel@ximian.com>
29399         * typemanager.cs: (GetPropertyGetter, GetPropertyGetter): New
29400         helper functions.
29402         * class.cs: (MethodSignature.MethodSignature): Removed hack that
29403         clears out the parameters field.
29404         (MemberSignatureCompare): Cleanup
29406         (MemberCore): New base class used to share code between MethodCore
29407         and Property.
29409         (RegisterRequiredImplementations) BindingFlags.Public requires
29410         either BindingFlags.Instace or Static.  Use instance here.
29412         (Property): Refactored code to cope better with the full spec.
29414         * parameter.cs (GetParameterInfo): Return an empty array instead
29415         of null on error.
29417         * class.cs (Property): Abstract or extern properties have no bodies.
29419         * parameter.cs (GetParameterInfo): return a zero-sized array.
29421         * class.cs (TypeContainer.MethodModifiersValid): Move all the
29422         method modifier validation to the typecontainer so we can reuse
29423         this on properties.
29425         (MethodCore.ParameterTypes): return an empty sized array of types.
29427         (Property.Define): Test property modifier validity.
29429         Add tests for sealed/override too.
29431         (Method.Emit): abstract or extern methods have no bodies.
29433 2001-12-14  Ravi Pratap  <ravi@ximian.com>
29435         * class.cs (Method.IsPInvoke): Get rid of it as it is an expensive
29436         thing.
29438         (Method::Define, ::Emit): Modify accordingly.
29440         * expression.cs (Invocation::OverloadResolve): Handle error # 121.
29442         (ArrayCreation::MakeByteBlob): Handle floats and doubles.
29444         * makefile: Pass in /unsafe.
29446 2001-12-13  Miguel de Icaza  <miguel@ximian.com>
29448         * class.cs (MakeKey): Kill routine.
29450         * class.cs (TypeContainer.Define): Correctly define explicit
29451         method implementations (they require the full interface name plus
29452         the method name).
29454         * typemanager.cs: Deply the PtrHashtable here and stop using the
29455         lame keys.  Things work so much better.
29457         This of course broke everyone who depended on `RegisterMethod' to
29458         do the `test for existance' test.  This has to be done elsewhere.
29460         * support.cs (PtrHashtable): A hashtable that avoid comparing with
29461         the object stupid Equals method (because, that like fails all over
29462         the place).  We still do not use it.
29464         * class.cs (TypeContainer.SetRequiredInterface,
29465         TypeContainer.RequireMethods): Killed these two routines and moved
29466         all the functionality to RegisterRequiredImplementations.
29468         (TypeContainer.RegisterRequiredImplementations): This routine now
29469         registers all the implementations required in an array for the
29470         interfaces and abstract methods.  We use an array of structures
29471         which can be computed ahead of time to reduce memory usage and we
29472         also assume that lookups are cheap as most classes will not
29473         implement too many interfaces.
29475         We also avoid creating too many MethodSignatures.
29477         (TypeContainer.IsInterfaceMethod): Update and optionally does not
29478         clear the "pending" bit if we find that there are problems with
29479         the declaration.
29481         (TypeContainer.VerifyPendingMethods): Update to report errors of
29482         methods that look like implementations but are not.
29484         (TypeContainer.Define): Add support for explicit interface method
29485         implementation. 
29487 2001-12-12  Miguel de Icaza  <miguel@ximian.com>
29489         * typemanager.cs: Keep track of the parameters here instead of
29490         being a feature of the TypeContainer.
29492         * class.cs: Drop the registration of parameters here, as
29493         InterfaceMethods are also interface declarations.
29495         * delegate.cs: Register methods with the TypeManager not only with
29496         the TypeContainer.  This code was buggy.
29498         * interface.cs: Full registation here.
29500 2001-12-11  Miguel de Icaza  <miguel@ximian.com>
29502         * expression.cs: Remove reducer for binary expressions, it can not
29503         be done this way.
29505         * const.cs: Put here the code that used to go into constant.cs
29507         * constant.cs: Put here the code for constants, this is a new base
29508         class for Literals.
29510         * literal.cs: Make Literal derive from Constant.
29512 2001-12-09  Miguel de Icaza  <miguel@ximian.com>
29514         * statement.cs (Return.Emit): Report error 157 if the user
29515         attempts to return from a finally block.
29517         (Return.Emit): Instead of emitting a return, jump to the end of
29518         the function.
29520         * codegen.cs (EmitContext): ReturnValue, ReturnLabel: new
29521         LocalBuilder to store the result of the function.  ReturnLabel is
29522         the target where we jump.
29525 2001-12-09  Radek Doulik  <rodo@ximian.com>
29527         * cs-parser.jay: remember alias in current namespace
29529         * ecore.cs (SimpleName::DoResolve): use aliases for types or
29530         namespaces
29532         * class.cs (LookupAlias): lookup alias in my_namespace
29534         * namespace.cs (UsingAlias): add alias, namespace_or_type pair to
29535         aliases hashtable
29536         (LookupAlias): lookup alias in this and if needed in parent
29537         namespaces
29539 2001-12-08  Miguel de Icaza  <miguel@ximian.com>
29541         * support.cs: 
29543         * rootcontext.cs: (ModuleBuilder) Made static, first step into
29544         making things static.  I need this to avoid passing the
29545         TypeContainer when calling ParameterType.
29547         * support.cs (InternalParameters.ParameterType): Remove ugly hack
29548         that did string manipulation to compute the type and then call
29549         GetType.  Use Parameter.ParameterType instead.
29551         * cs-tokenizer.cs: Consume the suffix for floating values.
29553         * expression.cs (ParameterReference): figure out whether this is a
29554         reference parameter or not.  Kill an extra variable by computing
29555         the arg_idx during emission.
29557         * parameter.cs (Parameters.GetParameterInfo): New overloaded
29558         function that returns whether a parameter is an out/ref value or not.
29560         (Parameter.ParameterType): The type of the parameter (base,
29561         without ref/out applied).
29563         (Parameter.Resolve): Perform resolution here.
29564         (Parameter.ExternalType): The full type (with ref/out applied).
29566         * statement.cs (Using.Emit, Using.EmitExpression): Implement
29567         support for expressions on the using statement.
29569 2001-12-07  Miguel de Icaza  <miguel@ximian.com>
29571         * statement.cs (Using.EmitLocalVariableDecls): Split the
29572         localvariable handling of the using statement.
29574         (Block.EmitMeta): Keep track of variable count across blocks.  We
29575         were reusing slots on separate branches of blocks.
29577         (Try.Emit): Emit the general code block, we were not emitting it. 
29579         Check the type of the declaration to be an IDisposable or
29580         something that can be implicity converted to it. 
29582         Emit conversions if required.
29584         * ecore.cs (EmptyExpression): New utility class.
29585         (Expression.ImplicitConversionExists): New utility function.
29587 2001-12-06  Miguel de Icaza  <miguel@ximian.com>
29589         * statement.cs (Using): Implement.
29591         * expression.cs (LocalVariableReference): Support read only variables.
29593         * statement.cs: Remove the explicit emit for the Leave opcode.
29594         (VariableInfo): Add a readonly field.
29596 2001-12-05  Miguel de Icaza  <miguel@ximian.com>
29598         * ecore.cs (ConvCast): new class used to encapsulate the various
29599         explicit integer conversions that works in both checked and
29600         unchecked contexts.
29602         (Expression.ConvertNumericExplicit): Use new ConvCast class to
29603         properly generate the overflow opcodes.
29605 2001-12-04  Miguel de Icaza  <miguel@ximian.com>
29607         * statement.cs: The correct type for the EmptyExpression is the
29608         element_type, not the variable type.  Ravi pointed this out.
29610 2001-12-04  Ravi Pratap  <ravi@ximian.com>
29612         * class.cs (Method::Define): Handle PInvoke methods specially
29613         by using DefinePInvokeMethod instead of the usual one.
29615         * attribute.cs (DefinePInvokeMethod): Implement as this is what is called
29616         above to do the task of extracting information and defining the method.
29618 2001-12-04  Ravi Pratap  <ravi@ximian.com>
29620         * expression.cs (ArrayCreation::EmitStaticInitializers): Get rid
29621         of the condition for string type.
29623         (Emit): Move that here. 
29625         (ArrayCreation::CheckIndices): Keep string literals in their expression
29626         form.
29628         (EmitDynamicInitializers): Handle strings appropriately.
29630 2001-12-04  Miguel de Icaza  <miguel@ximian.com>
29632         * codegen.cs (EmitContext): Replace multiple variables with a
29633         single pointer to the current Switch statement.
29635         * statement.cs (GotoDefault, Switch): Adjust to cleaned up
29636         EmitContext.
29638 2001-12-03  Miguel de Icaza  <miguel@ximian.com>
29640         * statement.cs 
29642         * statement.cs (GotoDefault), cs-parser.jay: Implement `goto
29643         default'.
29645         (Foreach.Emit): Foreach on arrays was not setting
29646         up the loop variables (for break/continue).
29648         (GotoCase): Semi-implented.
29650 2001-12-03  Ravi Pratap  <ravi@ximian.com>
29652         * attribute.cs (CheckAttribute): Handle system attributes by using
29653         Attribute.GetAttributes to examine information we need.
29655         (GetValidPlaces): Same here.
29657         * class.cs (Method::Define): Catch invalid use of extern and abstract together.
29659         * typemanager.cs (dllimport_type): Core type for System.DllImportAttribute.
29661         * class.cs (Method.IsPinvoke): Used to determine if we are a PInvoke method.
29663         (Method::Define): Set appropriate flags if we have a DllImport attribute.
29665         (Method::Emit): Handle the case when we are a PInvoke method.
29667 2001-12-03  Miguel de Icaza  <miguel@ximian.com>
29669         * expression.cs: Use ResolveWithSimpleName on compound names.
29671 2001-12-02  Ravi Pratap  <ravi@ximian.com>
29673         * constant.cs (EmitConstant): Make sure we resolve the associated expression
29674         before trying to reduce it.
29676         * typemanager.cs (RegisterConstant, LookupConstant): Implement.
29678         * constant.cs (LookupConstantValue): Implement.
29680         (EmitConstant): Use the above in emitting the constant.
29682         * expression.cs (MemberAccess::ResolveMemberAccess): Handle constants
29683         that are user-defined by doing a LookupConstantValue on them.
29685         (SimpleName::DoResolve): When we have a FieldExpr, cope with constants
29686         too, like above.
29688 2001-11-29  Miguel de Icaza  <miguel@ximian.com>
29690         * expression.cs (BaseAccess, BaseIndexer): Also split this out.
29692         (BaseAccess.DoResolve): Implement.
29694         (MemberAccess.DoResolve): Split this routine into a
29695         ResolveMemberAccess routine that can be used independently
29697 2001-11-28  Miguel de Icaza  <miguel@ximian.com>
29699         * expression.cs (Probe, Is, As): Split Probe in two classes Is and
29700         As that share bits of the implementation.  Is returns a boolean,
29701         while As returns the Type that is being probed.
29703 2001-12-01  Ravi Pratap  <ravi@ximian.com>
29705         * enum.cs (LookupEnumValue): Re-write various bits, return an object value
29706         instead of a Literal - much easier.
29708         (EnumInTransit): Remove - utterly useless :-)
29710         (Populate): Re-write bits - remove duplicate code etc. The code is much neater now.
29712         * expression.cs (MemberLookup): Cope with user-defined enums when they are in transit.
29714         * enum.cs (LookupEnumValue): Auto-compute next values by going down the dependency
29715         chain when we have no associated expression.
29717 2001-11-30  Ravi Pratap  <ravi@ximian.com>
29719         * constant.cs (Define): Use Location while reporting the errror.
29721         Also emit a warning when 'new' is used and there is no inherited
29722         member to hide.
29724         * enum.cs (EnumInTransit): Used to tell if an enum type is in the process of being 
29725         populated.
29727         (LookupEnumValue): Implement to lookup an enum member's value and define it
29728         if necessary.
29730         (Populate): Re-write accordingly to use the above routine.
29732 2001-11-27  Miguel de Icaza  <miguel@ximian.com>
29734         * expression.cs (This): Fix prototype for DoResolveLValue to
29735         override the base class DoResolveLValue.
29737         * cs-parser.cs: Report errors cs574 and cs575 (destructor
29738         declarations) 
29740         * ecore.cs (FieldExpr.EmitAssign): Handle value types specially
29741         (we need to load the address of the field here).  This fixes
29742         test-22. 
29744         (FieldExpr.DoResolveLValue): Call the DoResolve
29745         function to initialize the Instance expression.
29747         * statement.cs (Foreach.Emit): Fix the bug where we did not invoke
29748         correctly the GetEnumerator operation on a value type.
29750         * cs-parser.jay: Add more simple parsing error catches.
29752         * statement.cs (Switch): Add support for string switches.
29753         Handle null specially.
29755         * literal.cs (NullLiteral): Make NullLiteral objects singletons. 
29757 2001-11-28  Ravi Pratap  <ravi@ximian.com>
29759         * cs-parser.jay (local_constant_declaration): Use declare_local_constant.
29761         (declare_local_constant): New helper function.
29763         * statement.cs (AddConstant): Keep a separate record of constants
29765         (IsConstant): Implement to determine if a variable is a constant.
29767         (GetConstantExpression): Implement.
29769         * expression.cs (LocalVariableReference): Handle the case when it is a constant.
29771         * statement.cs (IsVariableDefined): Re-write.
29773 2001-11-27  Ravi Pratap  <ravi@ximian.com>
29775         * class.cs (TypeContainer::FindMembers): Look for constants
29776         in the case when we are looking for MemberTypes.Field
29778         * expression.cs (MemberAccess::DoResolve): Check that in the
29779         case we are a FieldExpr and a Literal, we are not being accessed
29780         by an instance reference.
29782         * cs-parser.jay (local_constant_declaration): Implement.
29784         (declaration_statement): Implement for constant declarations.
29786 2001-11-26  Miguel de Icaza  <miguel@ximian.com>
29788         * statement.cs (Switch): Catch double defaults.
29790         (Switch): More work on the switch() statement
29791         implementation.  It works for integral values now, need to finish
29792         string support.
29795 2001-11-24  Miguel de Icaza  <miguel@ximian.com>
29797         * ecore.cs (Expression.ConvertIntLiteral): New function to convert
29798         integer literals into other integer literals.  To be used by
29799         switch. 
29801 2001-11-24  Ravi Pratap  <ravi@ximian.com>
29803         * expression.cs (ArrayCreation): Get rid of ArrayExprs : we save
29804         some memory.
29806         (EmitDynamicInitializers): Cope with the above since we extract data
29807         directly from ArrayData now.
29809         (ExpectInitializers): Keep track of whether initializers are mandatory
29810         or not.
29812         (Bounds): Make it a hashtable to prevent the same dimension being 
29813         recorded for every element in that dimension.
29815         (EmitDynamicInitializers): Fix bug which prevented the Set array method
29816         from being found.
29818         Also fix bug which was causing the indices to be emitted in the reverse
29819         order.
29821 2001-11-24  Miguel de Icaza  <miguel@ximian.com>
29823         * expression.cs (ArrayCreation): Implement the bits that Ravi left
29824         unfinished.  They do not work, because the underlying code is
29825         sloppy.
29827 2001-11-22  Miguel de Icaza  <miguel@ximian.com>
29829         * cs-parser.jay: Remove bogus fixme.
29831         * statement.cs (Switch, SwitchSection, SwithLabel): Started work
29832         on Switch statement.
29834 2001-11-23  Ravi Pratap  <ravi@ximian.com>
29836         * typemanager.cs (IsDelegateType, IsEnumType): Fix logic to determine
29837         the same. 
29839         * expression.cs (ArrayCreation::CheckIndices): Get rid of the require_constant
29840         parameter. Apparently, any expression is allowed. 
29842         (ValidateInitializers): Update accordingly.
29844         (CheckIndices): Fix some tricky bugs thanks to recursion.
29846         * delegate.cs (NewDelegate::DoResolve): Re-write large portions as 
29847         I was being completely brain-dead.
29849         (VerifyMethod, VerifyApplicability, VerifyDelegate): Make static
29850         and re-write acordingly.
29852         (DelegateInvocation): Re-write accordingly.
29854         * expression.cs (ArrayCreation::Emit): Handle string initialization separately.
29856         (MakeByteBlob): Handle types more correctly.
29858         * expression.cs (ArrayCreation:Emit): Write preliminary code to do
29859         initialization from expressions but it is incomplete because I am a complete
29860         Dodo :-|
29862 2001-11-22  Miguel de Icaza  <miguel@ximian.com>
29864         * statement.cs (If.Emit): Fix a bug that generated incorrect code
29865         on If.  Basically, we have to return `true' (ie, we do return to
29866         our caller) only if both branches of the if return.
29868         * expression.cs (Binary.Emit): LogicalOr and LogicalAnd are
29869         short-circuit operators, handle them as short circuit operators. 
29871         (Cast.DoResolve): Resolve type.
29872         (Cast.Cast): Take an expression as the target type.
29874         * cs-parser.jay (cast_expression): Remove old hack that only
29875         allowed a limited set of types to be handled.  Now we take a
29876         unary_expression and we resolve to a type during semantic
29877         analysis.
29879         Use the grammar productions from Rhys to handle casts (this is
29880         not complete like Rhys syntax yet, we fail to handle that corner
29881         case that C# has regarding (-x), but we will get there.
29883 2001-11-22  Ravi Pratap  <ravi@ximian.com>
29885         * class.cs (EmitFieldInitializer): Take care of the case when we have a
29886         field which is an array type.
29888         * cs-parser.jay (declare_local_variables): Support array initialization too.
29890         * typemanager.cs (MakeKey): Implement.
29892         (everywhere): Use the above appropriately.
29894         * cs-parser.jay (for_statement): Update for array initialization while
29895         declaring variables.
29897         * ecore.cs : The error message was correct, it's the variable's names that
29898         were misleading ;-) Make the code more readable.
29900         (MemberAccess::DoResolve): Fix the code which handles Enum literals to set
29901         the correct type etc.
29903         (ConvertExplicit): Handle Enum types by examining the underlying type.
29905 2001-11-21  Ravi Pratap  <ravi@ximian.com>
29907         * parameter.cs (GetCallingConvention): Always return
29908         CallingConventions.Standard for now.
29910 2001-11-22  Miguel de Icaza  <miguel@ximian.com>
29912         * expression.cs (Binary.ResolveOperator): Update the values of `l'
29913         and `r' after calling DoNumericPromotions.
29915         * ecore.cs: Fix error message (the types were in the wrong order).
29917         * statement.cs (Foreach.ProbeCollectionType): Need to pass
29918         BindingFlags.Instance as well 
29920         * ecore.cs (Expression.TryImplicitIntConversion): Wrap the result
29921         implicit int literal conversion in an empty cast so that we
29922         propagate the right type upstream.
29924         (UnboxCast): new class used to unbox value types.
29925         (Expression.ConvertExplicit): Add explicit type conversions done
29926         by unboxing.
29928         (Expression.ImplicitNumericConversion): Oops, forgot to test for
29929         the target type before applying the implicit LongLiterals to ULong
29930         literal cast.
29932 2001-11-21  Miguel de Icaza  <miguel@ximian.com>
29934         * cs-parser.jay (for_statement): Reworked the way For works: now
29935         we declare manually any variables that are introduced in
29936         for_initializer to solve the problem of having out-of-band code
29937         emition (that is what got for broken).
29939         (declaration_statement): Perform the actual variable declaration
29940         that used to be done in local_variable_declaration here.
29942         (local_variable_declaration): Do not declare anything, just pass
29943         the information on a DictionaryEntry
29945 2001-11-20  Ravi Pratap  <ravi@ximian.com>
29947         * expression.cs (ArrayCreation::CheckIndices): The story continues :-) Complete
29948         re-write of the logic to now make it recursive.
29950         (UpdateIndices): Re-write accordingly.
29952         Store element data in a separate ArrayData list in the above methods.
29954         (MakeByteBlob): Implement to dump the array data into a byte array.
29956 2001-11-19  Ravi Pratap  <ravi@ximian.com>
29958         * expression.cs (ArrayCreation): Factor out some code from ValidateInitializers
29959         into CheckIndices.
29961         * constant.cs (Define): Implement.
29963         (EmitConstant): Re-write fully.
29965         Pass in location info.
29967         * class.cs (Populate, Emit): Call Constant::Define and Constant::EmitConstant
29968         respectively.
29970         * cs-parser.jay (constant_declarator): Use VariableDeclaration instead of
29971         DictionaryEntry since we need location info too.
29973         (constant_declaration): Update accordingly.
29975         * expression.cs (ArrayCreation): Make ValidateInitializers simpler by factoring
29976         code into another method : UpdateIndices.
29978 2001-11-18  Ravi Pratap  <ravi@ximian.com>
29980         * expression.cs (ArrayCreation::ValidateInitializers): Update to perform
29981         some type checking etc.
29983 2001-11-17  Ravi Pratap  <ravi@ximian.com>
29985         * expression.cs (ArrayCreation::ValidateInitializers): Implement
29986         bits to provide dimension info if the user skips doing that.
29988         Update second constructor to store the rank correctly.
29990 2001-11-16  Ravi Pratap  <ravi@ximian.com>
29992         * expression.cs (ArrayCreation::ValidateInitializers): Poke around
29993         and try to implement.
29995         * ../errors/cs0150.cs : Add.
29997         * ../errors/cs0178.cs : Add.
29999 2001-11-16  Miguel de Icaza  <miguel@ximian.com>
30001         * statement.cs: Implement foreach on multi-dimensional arrays. 
30003         * parameter.cs (Parameters.GetParameterByName): Also lookup the
30004         name of the params argument.
30006         * expression.cs: Use EmitStoreOpcode to get the right opcode while
30007         initializing the array.
30009         (ArrayAccess.EmitStoreOpcode): move the opcode generation here, so
30010         we can use this elsewhere.
30012         * statement.cs: Finish implementation of foreach for single
30013         dimension arrays.
30015         * cs-parser.jay: Use an out-of-band stack to pass information
30016         around, I wonder why I need this.
30018         foreach_block: Make the new foreach_block the current_block.
30020         * parameter.cs (Parameters.GetEmptyReadOnlyParameters): New
30021         function used to return a static Parameters structure.  Used for
30022         empty parameters, as those are created very frequently.
30024         * cs-parser.jay, class.cs: Use GetEmptyReadOnlyParameters
30026 2001-11-15  Ravi Pratap  <ravi@ximian.com>
30028         * interface.cs : Default modifier is private, not public. The
30029         make verify test passes again.
30031 2001-11-15  Ravi Pratap  <ravi@ximian.com>
30033         * support.cs (ReflectionParameters): Fix logic to determine
30034         whether the last parameter is a params one. Test 9 passes again.
30036         * delegate.cs (Populate): Register the builders we define with
30037         RegisterParameterForBuilder. Test 19 passes again.
30039         * cs-parser.jay (property_declaration): Reference $6 instead
30040         of $$ to get at the location.
30042         (indexer_declaration): Similar stuff.
30044         (attribute): Ditto.
30046         * class.cs (Property): Register parameters for the Get and Set methods
30047         if they exist. Test 23 passes again.
30049         * expression.cs (ArrayCreation::Emit): Pass null for the method in the
30050         call to EmitArguments as we are sure there aren't any params arguments. 
30051         Test 32 passes again.
30053         * suppor.cs (ParameterDesc, ParameterModifier): Fix trivial bug causing
30054         IndexOutOfRangeException. 
30056         * class.cs (Property::Define): Register property using TypeManager.RegisterProperty
30057         Test 33 now passes again.
30059 2001-11-15  Miguel de Icaza  <miguel@ximian.com>
30061         * cs-parser.jay: Kill horrendous hack ($??? = lexer.Location) that
30062         broke a bunch of things.  Will have to come up with a better way
30063         of tracking locations.
30065         * statement.cs: Implemented foreach for single dimension arrays.
30067 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
30069         * enum.cs (Enum.Emit): Delay the lookup of loc until we run into
30070         an error.  This removes the lookup from the critical path.
30072         * cs-parser.jay: Removed use of temporary_loc, which is completely
30073         broken. 
30075 2001-11-14  Miguel de Icaza  <miguel@ximian.com>
30077         * support.cs (ReflectionParameters.ParameterModifier): Report
30078         whether the argument is a PARAMS argument or not.
30080         * class.cs: Set the attribute `ParamArrayAttribute' on the
30081         parameter argument.
30083         * typemanager.cs: Define param_array_type (ParamArrayAttribute)
30084         and cons_param_array_attribute (ConstructorInfo for
30085         ParamArrayAttribute)., 
30087         * codegen.cs: Emit the return using the `Return' statement, that
30088         way we can report the error correctly for missing return values. 
30090         * class.cs (Method.Emit): Clean up.
30092         * expression.cs (Argument.Resolve): Take another argument: the
30093         location where this argument is used.  Notice that this is not
30094         part of the "Argument" class as to reduce the size of the
30095         structure (we know the approximate location anyways).
30097         Test if the argument is a variable-reference, if not, then
30098         complain with a 206.
30100         (Argument.Emit): Emit addresses of variables.
30102         (Argument.FullDesc): Simplify.
30104         (Invocation.DoResolve): Update for Argument.Resolve.
30106         (ElementAccess.DoResolve): ditto.
30108         * delegate.cs (DelegateInvocation.Emit): Invocation of Invoke
30109         method should be virtual, as this method is always virtual.
30111         (NewDelegate.DoResolve): Update for Argument.Resolve.
30113         * class.cs (ConstructorInitializer.DoResolve): ditto.
30115         * attribute.cs (Attribute.Resolve): ditto.
30117 2001-11-13  Miguel de Icaza  <miguel@ximian.com>
30119         * statement.cs (Foreach.Emit): Use EmitAssign instead of Store.
30121         * expression.cs (ParameterReference): Drop IStackStorage and implement
30122         IAssignMethod instead. 
30124         (LocalVariableReference): ditto.
30126         * ecore.cs (FieldExpr): Drop IStackStorage and implement
30127         IAssignMethod instead. 
30129 2001-11-13  Miguel de Icaza <miguel@ximian.com>
30131         * parameter.cs, expression.cs, class.cs, ecore.cs: Made all
30132         enumerations that are used in heavily used structures derive from
30133         byte in a laughable and pathetic attempt to reduce memory usage.
30134         This is the kind of pre-optimzations that you should not do at
30135         home without adult supervision.
30137         * expression.cs (UnaryMutator): New class, used to handle ++ and
30138         -- separatedly from the other unary operators.  Cleans up the
30139         code, and kills the ExpressionStatement dependency in Unary.
30141         (Unary): Removed `method' and `Arguments' from this class, making
30142         it smaller, and moving it all to SimpleCall, so I can reuse this
30143         code in other locations and avoid creating a lot of transient data
30144         strucutres when not required.
30146         * cs-parser.jay: Adjust for new changes.
30148 2001-11-11  Miguel de Icaza  <miguel@ximian.com>
30150         * enum.cs (Enum.Populate): If there is a failure during
30151         definition, return
30153         * cs-parser.jay (opt_enum_base): we used to catch type errors
30154         here, but this is really incorrect.  The type error should be
30155         catched during semantic analysis.
30157 2001-12-11  Ravi Pratap  <ravi@ximian.com>
30159         * cs-parser.jay (operator_declarator, conversion_operator_declarator): Set
30160         current_local_parameters as expected since I, in my stupidity, had forgotten
30161         to do this :-)
30163         * attribute.cs (GetValidPlaces): Fix stupid bug.
30165         * class.cs (Method::Emit): Perform check on applicability of attributes.
30167         (Constructor::Emit): Ditto.
30169         (Field::Emit): Ditto.
30171         (Field.Location): Store location information.
30173         (Property, Event, Indexer, Operator): Ditto.
30175         * cs-parser.jay (field_declaration): Pass in location for each field.
30177         * ../errors/cs0592.cs : Add.
30179 2001-11-12  Ravi Pratap  <ravi@ximian.com>
30181         * typemanager.cs (attribute_usage_type): New static member for System.AttributeUsage.
30183         (InitCoreTypes): Update accordingly.
30185         (RegisterAttrType, LookupAttr): Implement.
30187         * attribute.cs (Attribute.Targets, AllowMultiple, Inherited): New fields to hold
30188         info about the same.
30190         (Resolve): Update to populate the above as necessary.
30192         (Error592): Helper.
30194         (GetValidPlaces): Helper to the above.
30196         (CheckAttribute): Implement to perform validity of attributes on declarative elements.
30198         * class.cs (TypeContainer::Emit): Update attribute emission code to perform checking etc.
30200 2001-11-12  Ravi Pratap  <ravi@ximian.com>
30202         * attribute.cs (Attribute::Resolve): Expand to handle named arguments too.
30204         * ../errors/cs0617.cs : Add.
30206 2001-11-11  Ravi Pratap  <ravi@ximian.com>
30208         * enum.cs (Emit): Rename to Populate to be more consistent with what
30209         we expect it to do and when exactly it is called.
30211         * class.cs, rootcontext.cs : Update accordingly.
30213         * typemanager.cs (RegisterField, GetValue): Workarounds for the fact that
30214         FieldInfo.GetValue does not work on dynamic types ! S.R.E lameness strikes again !
30216         * enum.cs (Populate): Register fields with TypeManager.RegisterField.
30218         * expression.cs (MemberAccess.DoResolve): Adjust code to obtain the value
30219         of a fieldinfo using the above, when dealing with a FieldBuilder.
30221 2001-11-10  Ravi Pratap  <ravi@ximian.com>
30223         * ../errors/cs0031.cs : Add.
30225         * ../errors/cs1008.cs : Add.
30227         * ../errrors/cs0543.cs : Add.
30229         * enum.cs (DefineEnum): Check the underlying type and report an error if not a valid
30230         enum type.
30232         (FindMembers): Implement.
30234         * typemanager.cs (FindMembers): Re-write to call the appropriate methods for
30235         enums and delegates too.
30237         (enum_types): Rename to builder_to_enum.
30239         (delegate_types): Rename to builder_to_delegate.
30241         * delegate.cs (FindMembers): Implement.
30243 2001-11-09  Ravi Pratap  <ravi@ximian.com>
30245         * typemanager.cs (IsEnumType): Implement.
30247         * enum.cs (Emit): Re-write parts to account for the underlying type
30248         better and perform checking etc.
30250         (GetNextDefaultValue): Helper to ensure we don't overshoot max value
30251         of the underlying type.
30253         * literal.cs (GetValue methods everywhere): Perform bounds checking and return
30254         value
30256         * enum.cs (error31): Helper to report error #31.
30258         * cs-parser.jay (enum_declaration): Store location of each member too.
30260         * enum.cs (member_to_location): New hashtable. 
30262         (AddEnumMember): Update location hashtable.
30264         (Emit): Use the location of each member while reporting errors.
30266 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
30268         * cs-parser.jay: A for_initializer if is a
30269         local_variable_declaration really ammount to have an implicit
30270         block with the variable declaration and no initializer for for.
30272         * statement.cs (For.Emit): Cope with null initializers.
30274         This fixes the infinite loop on for initializers.
30276 2001-11-08  Miguel de Icaza  <miguel@ximian.com>
30278         * enum.cs: More cleanup.
30280         * ecore.cs: Remove dead code.
30282         * class.cs (Property.Emit): More simplification.
30283         (Event.Emit): ditto.
30285         Reworked to have less levels of indentation.
30287 2001-11-08  Ravi Pratap  <ravi@ximian.com>
30289         * class.cs (Property): Emit attributes.
30291         (Field): Ditto.
30293         (Event): Ditto.
30295         (Indexer): Ditto.
30297         (Operator): Ditto.
30299         * enum.cs (Emit): Ditto.
30301         * rootcontext.cs (ResolveTree, EmitCode, CloseTypes): Do the same for
30302         Enums too.
30304         * class.cs (Field, Event, etc.): Move attribute generation into the
30305         Emit method everywhere.
30307         * enum.cs (Enum): Revamp to use the same definition semantics as delegates so
30308         we have a DefineEnum, CloseEnum etc. The previous way of doing things was not right
30309         as we had no way of defining nested enums !
30311         * rootcontext.cs : Adjust code accordingly.
30313         * typemanager.cs (AddEnumType): To keep track of enum types separately.
30315 2001-11-07  Ravi Pratap  <ravi@ximian.com>
30317         * expression.cs (EvalConstantExpression): Move into ecore.cs
30319         * enum.cs (Enum): Rename some members and make them public and readonly
30320         according to our convention.
30322         * modifiers.cs (EnumAttr): Implement as we need to set only visibility flags,
30323         nothing else.
30325         * enum.cs (Enum::Define): Use the above instead of TypeAttr.
30327         (Enum::Emit): Write a simple version for now which doesn't try to compute
30328         expressions. I shall modify this to be more robust in just a while.
30330         * class.cs (TypeContainer::Emit): Make sure we include Enums too.
30332         (TypeContainer::CloseType): Create the Enum types too.
30334         * attribute.cs (Resolve): Use the new Reduce method instead of EvalConstantExpression.
30336         * expression.cs (EvalConstantExpression): Get rid of completely.
30338         * enum.cs (Enum::Emit): Use the new expression reducer. Implement assigning
30339         user-defined values and other cases.
30341         (IsValidEnumLiteral): Helper function.
30343         * expression.cs (ExprClassfromMemberInfo): Modify to not do any literalizing 
30344         out there in the case we had a literal FieldExpr.
30346         (MemberAccess:DoResolve): Do the literalizing of the FieldExpr here.
30348         (Literalize): Revamp a bit to take two arguments.
30350         (EnumLiteral): New class which derives from Literal to wrap enum literals.
30352 2001-11-06  Ravi Pratap  <ravi@ximian.com>
30354         * cs-parser.jay (compilation_unit): Remove extra opt_attributes for now.
30356         * expression.cs (ArrayCreation::ValidateInitializers): Implement.
30358         (Resolve): Use the above to ensure we have proper initializers.
30360 2001-11-05  Ravi Pratap  <ravi@ximian.com>
30362         * expression.cs (Expression::EvalConstantExpression): New method to 
30363         evaluate constant expressions.
30365         * attribute.cs (Attribute::Resolve): Modify bits to use the above function.
30367 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
30369         * expression.cs (ArrayCreation.Emit): Some bits to initialize data
30370         in an array.
30372         (Binary.ResolveOperator): Handle operator != (object a, object b)
30373         and operator == (object a, object b);
30375         (Binary.DoNumericPromotions): Indicate whether the numeric
30376         promotion was possible.
30378         (ArrayAccess.DoResolve, ArrayAccess.Emit, ArrayAccess.EmitAssign):
30379         Implement.  
30381         Made the ArrayAccess implement interface IAssignMethod instead of
30382         IStackStore as the order in which arguments are passed reflects
30383         this.
30385         * assign.cs: Instead of using expr.ExprClass to select the way of
30386         assinging, probe for the IStackStore/IAssignMethod interfaces.
30388         * typemanager.cs: Load InitializeArray definition.
30390         * rootcontext.cs (RootContext.MakeStaticData): Used to define
30391         static data that can be used to initialize arrays. 
30393 2001-11-05  Miguel de Icaza  <miguel@ximian.com>
30395         * expression.cs: Handle operator== and operator!= for booleans.
30397         (Conditioal.Reduce): Implement reducer for the ?: operator.
30399         (Conditional.Resolve): Implement dead code elimination.
30401         (Binary.Resolve): Catch string literals and return a new
30402         concatenated string.
30404         (Unary.Reduce): Implement reduction of unary expressions.
30406         * ecore.cs: Split out the expression core handling here.
30408         (Expression.Reduce): New method used to perform constant folding
30409         and CSE.  This is needed to support constant-expressions. 
30411         * statement.cs (Statement.EmitBoolExpression): Pass true and false
30412         targets, and optimize for !x.
30414 2001-11-04  Ravi Pratap  <ravi@ximian.com>
30416         * attribute.cs (Attribute::Resolve): Implement guts. Note that resolution
30417         of an attribute gives us a CustomAttributeBuilder which we use accordingly to
30418         set custom atttributes.
30420         * literal.cs (Literal::GetValue): New abstract method to return the actual
30421         value of the literal, cast as an object.
30423         (*Literal): Implement GetValue method.
30425         * cs-parser.jay (positional_argument_list, named_argument_list): Add not just plain
30426         expressions to the arraylist but objects of type Argument.
30428         * class.cs (TypeContainer::Emit): Emit our attributes too.
30430         (Method::Emit, Constructor::Emit): Ditto.
30432         * cs-parser.jay (constructor_declaration): Set attributes too, which we seemed
30433         to be ignoring earlier.
30435 2001-11-03  Ravi Pratap  <ravi@ximian.com>
30437         * attribute.cs (AttributeSection::Define): Implement to do the business
30438         of constructing a CustomAttributeBuilder.
30440         (Attribute): New trivial class. Increases readability of code.  
30442         * cs-parser.jay : Update accordingly.
30444         (positional_argument_list, named_argument_list, named_argument): New rules
30446         (attribute_arguments): Use the above so that we are more correct.
30448 2001-11-02  Ravi Pratap  <ravi@ximian.com>
30450         * expression.cs (Invocation::IsParamsMethodApplicable): Implement
30451         to perform all checks for a method with a params parameter.
30453         (Invocation::OverloadResolve): Update to use the above method and therefore
30454         cope correctly with params method invocations.
30456         * support.cs (InternalParameters::ParameterDesc): Provide a desc for 
30457         params too.
30459         * class.cs (ConstructorInitializer::Resolve): Make sure we look for Non-public
30460         constructors in our parent too because we can't afford to miss out on 
30461         protected ones ;-)
30463         * attribute.cs (AttributeSection): New name for the class Attribute
30465         Other trivial changes to improve readability.
30467         * cs-parser.jay (opt_attributes, attribute_section etc.): Modify to
30468         use the new class names.
30470 2001-11-01  Ravi Pratap  <ravi@ximian.com>
30472         * class.cs (Method::Define): Complete definition for params types too
30474         (Indexer::Define): Ditto.
30476         * support.cs (InternalParameters::ParameterType, ParameterDesc, ParameterModifier):
30477         Cope everywhere with a request for info about the array parameter.
30479 2001-11-01  Ravi Pratap  <ravi@ximian.com>
30481         * tree.cs (RecordNamespace): Fix up to check for the correct key.
30483         * cs-parser.jay (GetQualifiedIdentifier): New Helper method used in 
30484         local_variable_type to extract the string corresponding to the type.
30486         (local_variable_type): Fixup the action to use the new helper method.
30488         * codegen.cs : Get rid of RefOrOutParameter, it's not the right way to 
30489         go.
30491         * expression.cs : Clean out code which uses the above.
30493 2001-10-31  Ravi Pratap  <ravi@ximian.com>
30495         * typemanager.cs (RegisterMethod): Check if we already have an existing key
30496         and bale out if necessary by returning a false.
30498         (RegisterProperty): Ditto.
30500         * class.cs (everywhere): Check the return value from TypeManager.RegisterMethod
30501         and print out appropriate error messages.
30503         * interface.cs (everywhere): Ditto.
30505         * cs-parser.jay (property_declaration, event_declaration, indexer_declaration): Pass
30506         location to constructor.
30508         * class.cs (Property, Event, Indexer): Update accordingly.
30510         * ../errors/cs111.cs : Added.
30512         * expression.cs (Invocation::IsApplicable): New static method to determine applicability
30513         of a method, as laid down by the spec.
30515         (Invocation::OverloadResolve): Use the above method.
30517 2001-10-31  Ravi Pratap  <ravi@ximian.com>
30519         * support.cs (InternalParameters): Get rid of crap taking in duplicate info. We
30520         now take a TypeContainer and a Parameters object.
30522         (ParameterData): Modify return type of ParameterModifier method to be 
30523         Parameter.Modifier and not a string.
30525         (ReflectionParameters, InternalParameters): Update accordingly.
30527         * expression.cs (Argument::GetParameterModifier): Same here.
30529         * support.cs (InternalParameters::ParameterType): Find a better way of determining
30530         if we are a ref/out parameter. Actually, the type shouldn't be holding the '&'
30531         symbol in it at all so maybe this is only for now.
30533 2001-10-30  Ravi Pratap  <ravi@ximian.com>
30535         * support.cs (InternalParameters): Constructor now takes an extra argument 
30536         which is the actual Parameters class.
30538         (ParameterDesc): Update to provide info on ref/out modifiers.
30540         * class.cs (everywhere): Update call to InternalParameters to pass in
30541         the second argument too.
30543         * support.cs (ParameterData): Add ParameterModifier, which is a method 
30544         to return the modifier info [ref/out etc]
30546         (InternalParameters, ReflectionParameters): Implement the above.
30548         * expression.cs (Argument::ParameterModifier): Similar function to return
30549         info about the argument's modifiers.
30551         (Invocation::OverloadResolve): Update to take into account matching modifiers 
30552         too.
30554         * class.cs (Indexer::Define): Actually define a Parameter object and put it onto
30555         a new SetFormalParameters object which we pass to InternalParameters.
30557 2001-10-30  Ravi Pratap  <ravi@ximian.com>
30559         * expression.cs (NewArray): Merge into the ArrayCreation class.
30561 2001-10-29  Ravi Pratap  <ravi@ximian.com>
30563         * expression.cs (NewArray): Merge classes NewBuiltinArray and 
30564         NewUserdefinedArray into one as there wasn't much of a use in having
30565         two separate ones.
30567         * expression.cs (Argument): Change field's name to ArgType from Type.
30569         (Type): New readonly property which returns the proper type, taking into 
30570         account ref/out modifiers.
30572         (everywhere): Adjust code accordingly for the above.
30574         * codegen.cs (EmitContext.RefOrOutParameter): New field to determine
30575         whether we are emitting for a ref or out parameter.
30577         * expression.cs (Argument::Emit): Use the above field to set the state.
30579         (LocalVariableReference::Emit): Update to honour the flag and emit the
30580         right stuff.
30582         * parameter.cs (Attributes): Set the correct flags for ref parameters.
30584         * expression.cs (Argument::FullDesc): New function to provide a full desc.
30586         * support.cs (ParameterData): Add method ParameterDesc to the interface.
30588         (ReflectionParameters, InternalParameters): Implement the above method.
30590         * expression.cs (Invocation::OverloadResolve): Use the new desc methods in
30591         reporting errors.
30593         (Invocation::FullMethodDesc): Ditto. 
30595 2001-10-29  Miguel de Icaza  <miguel@ximian.com>
30597         * cs-parser.jay: Add extra production for the second form of array
30598         creation. 
30600         * expression.cs (ArrayCreation): Update to reflect the above
30601         change. 
30603         * Small changes to prepare for Array initialization.
30605 2001-10-28  Miguel de Icaza  <miguel@ximian.com>
30607         * typemanager.cs (ImplementsInterface): interface might be null;
30608         Deal with this problem;
30610         Also, we do store negative hits on the cache (null values), so use
30611         this instead of calling t.GetInterfaces on the type everytime.
30613 2001-10-28  Ravi Pratap  <ravi@ximian.com>
30615         * typemanager.cs (IsBuiltinType): New method to help determine the same.
30617         * expression.cs (New::DoResolve): Get rid of array creation code and instead
30618         split functionality out into different classes.
30620         (New::FormArrayType): Move into NewBuiltinArray.
30622         (Invocation::EmitArguments): Get rid of the MethodBase argument. Appears
30623         quite useless.
30625         (NewBuiltinArray): New class to handle creation of built-in arrays.
30627         (NewBuiltinArray::DoResolve): Implement guts of array creation. Also take into
30628         account creation of one-dimensional arrays.
30630         (::Emit): Implement to use Newarr and Newobj opcodes accordingly.
30632         (NewUserdefinedArray::DoResolve): Implement.
30634         * cs-parser.jay (local_variable_type): Fix up to add the rank to the variable too.
30636         * typemanager.cs (AddModule): Used to add a ModuleBuilder to the list of modules
30637         we maintain inside the TypeManager. This is necessary to perform lookups on the
30638         module builder.
30640         (LookupType): Update to perform GetType on the module builders too.     
30642         * driver.cs (Driver): Add the ModuleBuilder to the list maintained by the TypeManager.
30644         * exprssion.cs (NewUserdefinedArray::Emit): Implement.
30646 2001-10-23  Ravi Pratap  <ravi@ximian.com>
30648         * expression.cs (New::DoResolve): Implement guts of array creation.
30650         (New::FormLookupType): Rename to FormArrayType and modify ever so slightly.
30652 2001-10-27  Miguel de Icaza  <miguel@ximian.com>
30654         * expression.cs: Fix bug I introduced lsat night that broke
30655         Delegates. 
30657         (Expression.Resolve): Report a 246 error (can not resolve name)
30658         if we find a SimpleName in the stream.
30660         (Expression.ResolveLValue): Ditto.
30662         (Expression.ResolveWithSimpleName): This function is a variant of
30663         ResolveName, this one allows SimpleNames to be returned without a
30664         warning.  The only consumer of SimpleNames is MemberAccess
30666 2001-10-26  Miguel de Icaza  <miguel@ximian.com>
30668         * expression.cs (Invocation::DoResolve): Catch SimpleNames that
30669         might arrive here.  I have my doubts that this is correct.
30671         * statement.cs (Lock): Implement lock statement.
30673         * cs-parser.jay: Small fixes to support `lock' and `using'
30675         * cs-tokenizer.cs: Remove extra space
30677         * driver.cs: New flag --checked, allows to turn on integer math
30678         checking. 
30680         * typemanger.cs: Load methodinfos for Threading.Monitor.Enter and
30681         Threading.Monitor.Exit 
30683 2001-10-23  Miguel de Icaza  <miguel@ximian.com>
30685         * expression.cs (IndexerAccess::DoResolveLValue): Set the
30686         Expression Class to be IndexerAccess.
30688         Notice that Indexer::DoResolve sets the eclass to Value.
30690 2001-10-22  Miguel de Icaza  <miguel@ximian.com>
30692         * class.cs (TypeContainer::Emit): Emit code for indexers.
30694         * assign.cs (IAssignMethod): New interface implemented by Indexers
30695         and Properties for handling assignment.
30697         (Assign::Emit): Simplify and reuse code. 
30699         * expression.cs (IndexerAccess, PropertyExpr): Implement
30700         IAssignMethod, clean up old code. 
30702 2001-10-22  Ravi Pratap  <ravi@ximian.com>
30704         * typemanager.cs (ImplementsInterface): New method to determine if a type
30705         implements a given interface. Provides a nice cache too.
30707         * expression.cs (ImplicitReferenceConversion): Update checks to use the above
30708         method.
30710         (ConvertReferenceExplicit): Ditto.
30712         * delegate.cs (Delegate::Populate): Update to define the parameters on the 
30713         various methods, with correct names etc.
30715         * class.cs (Operator::OpType): New members Operator.UnaryPlus and 
30716         Operator.UnaryNegation.
30718         * cs-parser.jay (operator_declarator): Be a little clever in the case where
30719         we have a unary plus or minus operator.
30721         * expression.cs (Unary): Rename memebers of Operator enum to UnaryPlus and 
30722         UnaryMinus.
30724         * everywhere : update accordingly.
30726         * everywhere : Change Negate and BitComplement to LogicalNot and OnesComplement
30727         respectively.
30729         * class.cs (Method::Define): For the case where we are implementing a method
30730         inherited from an interface, we need to set the MethodAttributes.Final flag too. 
30731         Also set MethodAttributes.NewSlot and MethodAttributes.HideBySig.
30733 2001-10-21  Ravi Pratap  <ravi@ximian.com>
30735         * interface.cs (FindMembers): Implement to work around S.R.E
30736         lameness.
30738         * typemanager.cs (IsInterfaceType): Implement.
30740         (FindMembers): Update to handle interface types too.
30742         * expression.cs (ImplicitReferenceConversion): Re-write bits which
30743         use IsAssignableFrom as that is not correct - it doesn't work.
30745         * delegate.cs (DelegateInvocation): Derive from ExpressionStatement
30746         and accordingly override EmitStatement.
30748         * expression.cs (ConvertReferenceExplicit): Re-write similary, this time
30749         using the correct logic :-)
30751 2001-10-19  Ravi Pratap  <ravi@ximian.com>
30753         * ../errors/cs-11.cs : Add to demonstrate error -11 
30755 2001-10-17  Miguel de Icaza  <miguel@ximian.com>
30757         * assign.cs (Assign::Resolve): Resolve right hand side first, and
30758         then pass this as a hint to ResolveLValue.
30760         * expression.cs (FieldExpr): Add Location information
30762         (FieldExpr::LValueResolve): Report assignment to readonly
30763         variable. 
30765         (Expression::ExprClassFromMemberInfo): Pass location information.
30767         (Expression::ResolveLValue): Add new method that resolves an
30768         LValue. 
30770         (Expression::DoResolveLValue): Default invocation calls
30771         DoResolve. 
30773         (Indexers): New class used to keep track of indexers in a given
30774         Type. 
30776         (IStackStore): Renamed from LValue, as it did not really describe
30777         what this did.  Also ResolveLValue is gone from this interface and
30778         now is part of Expression.
30780         (ElementAccess): Depending on the element access type
30782         * typemanager.cs: Add `indexer_name_type' as a Core type
30783         (System.Runtime.CompilerServices.IndexerNameAttribute)
30785         * statement.cs (Goto): Take a location.
30787 2001-10-18  Ravi Pratap  <ravi@ximian.com>
30789         * delegate.cs (Delegate::VerifyDelegate): New method to verify
30790         if two delegates are compatible.
30792         (NewDelegate::DoResolve): Update to take care of the case when
30793         we instantiate a delegate from another delegate.
30795         * typemanager.cs (FindMembers): Don't even try to look up members
30796         of Delegate types for now.
30798 2001-10-18  Ravi Pratap  <ravi@ximian.com>
30800         * delegate.cs (NewDelegate): New class to take care of delegate
30801         instantiation.
30803         * expression.cs (New): Split the delegate related code out into 
30804         the NewDelegate class.
30806         * delegate.cs (DelegateInvocation): New class to handle delegate 
30807         invocation.
30809         * expression.cs (Invocation): Split out delegate related code into
30810         the DelegateInvocation class.
30812 2001-10-17  Ravi Pratap  <ravi@ximian.com>
30814         * expression.cs (New::DoResolve): Implement delegate creation fully
30815         and according to the spec.
30817         (New::DoEmit): Update to handle delegates differently.
30819         (Invocation::FullMethodDesc): Fix major stupid bug thanks to me
30820         because of which we were printing out arguments in reverse order !
30822         * delegate.cs (VerifyMethod): Implement to check if the given method
30823         matches the delegate.
30825         (FullDelegateDesc): Implement.
30827         (VerifyApplicability): Implement.
30829         * expression.cs (Invocation::DoResolve): Update to accordingly handle
30830         delegate invocations too.
30832         (Invocation::Emit): Ditto.
30834         * ../errors/cs1593.cs : Added.
30836         * ../errors/cs1594.cs : Added.
30838         * delegate.cs (InstanceExpression, TargetMethod): New properties.
30840 2001-10-16  Ravi Pratap  <ravi@ximian.com>
30842         * typemanager.cs (intptr_type): Core type for System.IntPtr
30844         (InitCoreTypes): Update for the same.
30846         (iasyncresult_type, asynccallback_type): Ditto.
30848         * delegate.cs (Populate): Fix to use System.Intptr as it is indeed
30849         correct.
30851         * typemanager.cs (AddDelegateType): Store a pointer to the Delegate class
30852         too.
30854         * delegate.cs (ConstructorBuilder, InvokeBuilder, ...): New members to hold
30855         the builders for the 4 members of a delegate type :-)
30857         (Populate): Define the BeginInvoke and EndInvoke methods on the delegate
30858         type.
30860         * expression.cs (New::DoResolve): Implement guts for delegate creation.
30862         * ../errors/errors.txt : Update for an error (-11) which only we catch :-)
30864 2001-10-15  Miguel de Icaza  <miguel@ximian.com>
30866         * statement.cs (Break::Emit): Implement.   
30867         (Continue::Emit): Implement.
30869         (For::Emit): Track old being/end loops;  Set Begin loop, ack end loop
30870         (While::Emit): Track old being/end loops;  Set Begin loop, ack end loop
30871         (Do::Emit): Track old being/end loops;  Set Begin loop, ack end loop
30872         (Foreach::Emit): Track old being/end loops;  Set Begin loop, ack
30873         end loop
30875         * codegen.cs (EmitContext::LoopEnd, EmitContext::LoopBegin): New
30876         properties that track the label for the current loop (begin of the
30877         loop and end of the loop).
30879 2001-10-15  Ravi Pratap  <ravi@ximian.com>
30881         * delegate.cs (Emit): Get rid of it as there doesn't seem to be any ostensible
30882         use of emitting anything at all.
30884         * class.cs, rootcontext.cs : Get rid of calls to the same.
30886         * delegate.cs (DefineDelegate): Make sure the class we define is also sealed.
30888         (Populate): Define the constructor correctly and set the implementation
30889         attributes.
30891         * typemanager.cs (delegate_types): New hashtable to hold delegates that
30892         have been defined.
30894         (AddDelegateType): Implement.
30896         (IsDelegateType): Implement helper method.
30898         * delegate.cs (DefineDelegate): Use AddDelegateType instead of AddUserType.
30900         * expression.cs (New::DoResolve): Check if we are trying to instantiate a delegate type
30901         and accordingly handle it.
30903         * delegate.cs (Populate): Take TypeContainer argument.
30904         Implement bits to define the Invoke method. However, I still haven't figured out
30905         how to take care of the native int bit :-(
30907         * cs-parser.jay (delegate_declaration): Fixed the bug that I had introduced :-) 
30908         Qualify the name of the delegate, not its return type !
30910         * expression.cs (ImplicitReferenceConversion): Implement guts of implicit array
30911         conversion.
30913         (StandardConversionExists): Checking for array types turns out to be recursive.
30915         (ConvertReferenceExplicit): Implement array conversion.
30917         (ExplicitReferenceConversionExists): New method to determine precisely that :-)
30919 2001-10-12  Ravi Pratap  <ravi@ximian.com>
30921         * cs-parser.jay (delegate_declaration): Store the fully qualified
30922         name as it is a type declaration.
30924         * delegate.cs (ReturnType, Name): Rename members to these. Make them 
30925         readonly.
30927         (DefineDelegate): Renamed from Define. Does the same thing essentially,
30928         as TypeContainer::DefineType.
30930         (Populate): Method in which all the definition of the various methods (Invoke)
30931         etc is done.
30933         (Emit): Emit any code, if necessary. I am not sure about this really, but let's
30934         see.
30936         (CloseDelegate): Finally creates the delegate.
30938         * class.cs (TypeContainer::DefineType): Update to define delegates.
30939         (Populate, Emit and CloseType): Do the same thing here too.
30941         * rootcontext.cs (ResolveTree, PopulateTypes, EmitCode, CloseTypes): Include
30942         delegates in all these operations.
30944 2001-10-14  Miguel de Icaza  <miguel@ximian.com>
30946         * expression.cs: LocalTemporary: a new expression used to
30947         reference a temporary that has been created.
30949         * assign.cs: Handle PropertyAccess back here, so that we can
30950         provide the proper semantic access to properties.
30952         * expression.cs (Expression::ConvertReferenceExplicit): Implement
30953         a few more explicit conversions. 
30955         * modifiers.cs: `NEW' modifier maps to HideBySig.
30957         * expression.cs (PropertyExpr): Make this into an
30958         ExpressionStatement, and support the EmitStatement code path. 
30960         Perform get/set error checking, clean up the interface.
30962         * assign.cs: recognize PropertyExprs as targets, and if so, turn
30963         them into toplevel access objects.
30965 2001-10-12  Miguel de Icaza  <miguel@ximian.com>
30967         * expression.cs: PropertyExpr::PropertyExpr: use work around the
30968         SRE.
30970         * typemanager.cs: Keep track here of our PropertyBuilders again to
30971         work around lameness in SRE.
30973 2001-10-11  Miguel de Icaza  <miguel@ximian.com>
30975         * expression.cs (LValue::LValueResolve): New method in the
30976         interface, used to perform a second resolution pass for LValues. 
30978         (This::DoResolve): Catch the use of this in static methods.
30980         (This::LValueResolve): Implement.
30982         (This::Store): Remove warning, assigning to `this' in structures
30983         is 
30985         (Invocation::Emit): Deal with invocation of
30986         methods on value types.  We need to pass the address to structure
30987         methods rather than the object itself.  (The equivalent code to
30988         emit "this" for structures leaves the entire structure on the
30989         stack instead of a pointer to it). 
30991         (ParameterReference::DoResolve): Compute the real index for the
30992         argument based on whether the method takes or not a `this' pointer
30993         (ie, the method is static).
30995         * codegen.cs (EmitContext::GetTemporaryStorage): Used to store
30996         value types returned from functions when we need to invoke a
30997         method on the sturcture.
31000 2001-10-11  Ravi Pratap  <ravi@ximian.com>
31002         * class.cs (TypeContainer::DefineType): Method to actually do the business of
31003         defining the type in the Modulebuilder or Typebuilder. This is to take
31004         care of nested types which need to be defined on the TypeBuilder using
31005         DefineNestedMethod.
31007         (TypeContainer::GetClassBases): Implement. Essentially the code from the 
31008         methods in RootContext, only ported to be part of TypeContainer.
31010         (TypeContainer::GetInterfaceOrClass): Ditto.
31012         (TypeContainer::LookupInterfaceOrClass, ::MakeFQN): Ditto.
31014         * interface.cs (Interface::DefineInterface): New method. Does exactly
31015         what RootContext.CreateInterface did earlier, only it takes care of nested types 
31016         too.
31018         (Interface::GetInterfaces): Move from RootContext here and port.
31020         (Interface::GetInterfaceByName): Same here.
31022         * rootcontext.cs (ResolveTree): Re-write.
31024         (PopulateTypes): Re-write.
31026         * class.cs (TypeContainer::Populate): Populate nested types too.
31027         (TypeContainer::Emit): Emit nested members too.
31029         * typemanager.cs (AddUserType): Do not make use of the FullName property,
31030         instead just use the name argument passed in as it is already fully
31031         qualified.
31033         (FindMembers): Check in the Builders to TypeContainer mapping instead of the name
31034         to TypeContainer mapping to see if a type is user-defined.
31036         * class.cs (TypeContainer::CloseType): Implement. 
31038         (TypeContainer::DefineDefaultConstructor): Use Basename, not Name while creating
31039         the default constructor.
31041         (TypeContainer::Populate): Fix minor bug which led to creating default constructors
31042         twice.
31044         (Constructor::IsDefault): Fix up logic to determine if it is the default constructor
31046         * interface.cs (CloseType): Create the type here.
31048         * rootcontext.cs (CloseTypes): Re-write to recursively close types by running through
31049         the hierarchy.
31051         Remove all the methods which are now in TypeContainer.
31053 2001-10-10  Ravi Pratap  <ravi@ximian.com>
31055         * delegate.cs (Define): Re-write bits to define the delegate
31056         correctly.
31058 2001-10-10  Miguel de Icaza  <miguel@ximian.com>
31060         * makefile: Renamed the compiler to `mcs.exe' instead of compiler.exe
31062         * expression.cs (ImplicitReferenceConversion): handle null as well
31063         as a source to convert to any reference type.
31065         * statement.cs (Return): Perform any implicit conversions to
31066         expected return type.  
31068         Validate use of return statement.  
31070         * codegen.cs (EmitContext): Pass the expected return type here.
31072         * class.cs (Method, Constructor, Property): Pass expected return
31073         type to EmitContext.
31075 2001-10-09  Miguel de Icaza  <miguel@ximian.com>
31077         * expression.cs: Make DoResolve take an EmitContext instead of a
31078         TypeContainer.
31080         Replaced `l' and `location' for `loc', for consistency.
31082         (Error, Warning): Remove unneeded Tc argument.
31084         * assign.cs, literal.cs, constant.cs: Update to new calling
31085         convention. 
31087         * codegen.cs: EmitContext now contains a flag indicating whether
31088         code is being generated in a static method or not.
31090         * cs-parser.jay: DecomposeQI, new function that replaces the old
31091         QualifiedIdentifier.  Now we always decompose the assembled
31092         strings from qualified_identifier productions into a group of
31093         memberaccesses.
31095 2001-10-08  Miguel de Icaza  <miguel@ximian.com>
31097         * rootcontext.cs: Deal with field-less struct types correctly now
31098         by passing the size option to Define Type.
31100         * class.cs: Removed hack that created one static field. 
31102 2001-10-07  Miguel de Icaza  <miguel@ximian.com>
31104         * statement.cs: Moved most of the code generation here. 
31106 2001-10-09  Ravi Pratap  <ravi@ximian.com>
31108         * expression.cs (New::DoResolve): Revert changes for array creation, doesn't
31109         seem very right.
31111         (ElementAccess): Remove useless bits for now - keep checks as the spec
31112         says.
31114 2001-10-08  Ravi Pratap  <ravi@ximian.com>
31116         * expression.cs (ElementAccess::DoResolve): Remove my crap code
31117         and start performing checks according to the spec.
31119 2001-10-07  Ravi Pratap  <ravi@ximian.com>
31121         * cs-parser.jay (type_suffix*): Remove - they are redundant. Use
31122         rank_specifiers instead.
31124         (rank_specifiers): Change the order in which the rank specifiers are stored
31126         (local_variable_declaration): Use opt_rank_specifier instead of type_suffixes.
31128         * expression.cs (ElementAccess): Implement the LValue interface too.
31130 2001-10-06  Ravi Pratap  <ravi@ximian.com>
31132         * expression.cs (ConvertExplicitStandard): Add. Same as ConvertExplicit
31133         except that user defined conversions are not included.
31135         (UserDefinedConversion): Update to use the ConvertExplicitStandard to 
31136         perform the conversion of the return type, if necessary.
31138         (New::DoResolve): Check whether we are creating an array or an object
31139         and accordingly do the needful.
31141         (New::Emit): Same here.
31143         (New::DoResolve): Implement guts of array creation.
31145         (New::FormLookupType): Helper function.
31147 2001-10-07  Miguel de Icaza  <miguel@ximian.com>
31149         * codegen.cs: Removed most of the code generation here, and move the
31150         corresponding code generation bits to the statement classes. 
31152         Added support for try/catch/finalize and throw.
31154         * cs-parser.jay: Added support for try/catch/finalize.
31156         * class.cs: Catch static methods having the flags override,
31157         virtual or abstract.
31159         * expression.cs (UserCast): This user cast was not really doing
31160         what it was supposed to do.  Which is to be born in fully resolved
31161         state.  Parts of the resolution were being performed at Emit time! 
31163         Fixed this code.
31165 2001-10-05  Miguel de Icaza  <miguel@ximian.com>
31167         * expression.cs: Implicity convert the result from UserCast.
31169 2001-10-05  Ravi Pratap  <ravi@ximian.com>
31171         * expression.cs (Expression::FindMostEncompassingType): Fix bug which
31172         prevented it from working correctly. 
31174         (ConvertExplicit): Make the first try, a call to ConvertImplicitStandard, not
31175         merely ConvertImplicit.
31177 2001-10-05  Miguel de Icaza  <miguel@ximian.com>
31179         * typemanager.cs: Make the LookupTypeContainer function static,
31180         and not per-instance.  
31182         * class.cs: Make static FindMembers (the one that takes a Type
31183         argument). 
31185         * codegen.cs: Add EmitForeach here.
31187         * cs-parser.jay: Make foreach a toplevel object instead of the
31188         inline expansion, as we need to perform semantic analysis on it. 
31190 2001-10-05  Ravi Pratap  <ravi@ximian.com>
31192         * expression.cs (Expression::ImplicitUserConversion): Rename to
31193         UserDefinedConversion.
31195         (Expression::UserDefinedConversion): Take an extra argument specifying 
31196         whether we look for explicit user conversions too.
31198         (Expression::ImplicitUserConversion): Make it a call to UserDefinedConversion.
31200         (UserDefinedConversion): Incorporate support for user defined explicit conversions.
31202         (ExplicitUserConversion): Make it a call to UserDefinedConversion
31203         with the appropriate arguments.
31205         * cs-parser.jay (cast_expression): Record location too.
31207         * expression.cs (Cast): Record location info.
31209         (Expression::ConvertExplicit): Take location argument.
31211         (UserImplicitCast): Change name to UserCast. Take an extra constructor argument
31212         to determine if we are doing explicit conversions.
31214         (UserCast::Emit): Update accordingly.
31216         (Expression::ConvertExplicit): Report an error if everything fails.
31218         * ../errors/cs0030.cs : Add.
31220 2001-10-04  Miguel de Icaza  <miguel@ximian.com>
31222         * modifiers.cs: If the ABSTRACT keyword is present, also set the
31223         virtual and newslot bits. 
31225         * class.cs (TypeContainer::RegisterRequiredImplementations):
31226         Record methods we need.
31228         (TypeContainer::MakeKey): Helper function to make keys for
31229         MethodBases, since the Methodbase key is useless.
31231         (TypeContainer::Populate): Call RegisterRequiredImplementations
31232         before defining the methods.   
31234         Create a mapping for method_builders_to_methods ahead of time
31235         instead of inside a tight loop.
31237         (::RequireMethods):  Accept an object as the data to set into the
31238         hashtable so we can report interface vs abstract method mismatch.
31240 2001-10-03  Miguel de Icaza  <miguel@ximian.com>
31242         * report.cs: Make all of it static.
31244         * rootcontext.cs: Drop object_type and value_type computations, as
31245         we have those in the TypeManager anyways.
31247         Drop report instance variable too, now it is a global.
31249         * driver.cs: Use try/catch on command line handling.
31251         Add --probe option to debug the error reporting system with a test
31252         suite. 
31254         * report.cs: Add support for exiting program when a probe
31255         condition is reached.
31257 2001-10-03  Ravi Pratap  <ravi@ximian.com>
31259         * expression.cs (Binary::DoNumericPromotions): Fix the case when
31260         we do a forcible conversion regardless of type, to check if 
31261         ForceConversion returns a null.
31263         (Binary::error19): Use location to report error.
31265         (Unary::error23): Use location here too.
31267         * ../errors/cs0019.cs : Check in.
31269         * ../errors/cs0023.cs : Check in.
31271         * expression.cs (Expression.MemberLookup): Return null for a rather esoteric
31272         case of a non-null MethodInfo object with a length of 0 !
31274         (Binary::ResolveOperator): Flag error if overload resolution fails to find
31275         an applicable member - according to the spec :-)
31276         Also fix logic to find members in base types.
31278         (Unary::ResolveOperator): Same here.
31280         (Unary::report23): Change name to error23 and make first argument a TypeContainer
31281         as I was getting thoroughly confused between this and error19 :-)
31283         * expression.cs (Expression::ImplicitUserConversion): Re-write fully
31284         (::FindMostEncompassedType): Implement.
31285         (::FindMostEncompassingType): Implement.
31286         (::StandardConversionExists): Implement.
31288         (UserImplicitCast): Re-vamp. We now need info about most specific
31289         source and target types so that we can do the necessary conversions.
31291         (Invocation::MakeUnionSet): Completely re-write to make sure we form a proper
31292         mathematical union with no duplicates.
31294 2001-10-03  Miguel de Icaza  <miguel@ximian.com>
31296         * rootcontext.cs (RootContext::PopulateTypes): Populate containers
31297         in order from base classes to child classes, so that we can in
31298         child classes look up in our parent for method names and
31299         attributes (required for handling abstract, virtual, new, override
31300         constructs: we need to instrospect our base class, and if we dont
31301         populate the classes in order, the introspection might be
31302         incorrect.  For example, a method could query its parent before
31303         the parent has any methods and would determine that the parent has
31304         no abstract methods (while it could have had them)).
31306         (RootContext::CreateType): Record the order in which we define the
31307         classes.
31309 2001-10-02  Miguel de Icaza  <miguel@ximian.com>
31311         * class.cs (TypeContainer::Populate): Also method definitions can
31312         fail now, keep track of this.
31314         (TypeContainer::FindMembers): Implement support for
31315         DeclaredOnly/noDeclaredOnly flag.
31317         (Constructor::Emit) Return the ConstructorBuilder.
31319         (Method::Emit) Return the MethodBuilder. 
31320         Check for abstract or virtual methods to be public.
31322         * rootcontext.cs (RootContext::CreateType): Register all the
31323         abstract methods required for the class to be complete and the
31324         interface methods that must be implemented. 
31326         * cs-parser.jay: Report error 501 (method requires body if it is
31327         not marked abstract or extern).
31329         * expression.cs (TypeOf::Emit): Implement.
31331         * typemanager.cs: runtime_handle_type, new global type.
31333         * class.cs (Property::Emit): Generate code for properties.
31335 2001-10-02  Ravi Pratap  <ravi@ximian.com>
31337         * expression.cs (Unary::ResolveOperator): Find operators on base type
31338         too - we now conform exactly to the spec.
31340         (Binary::ResolveOperator): Same here.
31342         * class.cs (Operator::Define): Fix minor quirk in the tests.
31344         * ../errors/cs0215.cs : Added.
31346         * ../errors/cs0556.cs : Added.
31348         * ../errors/cs0555.cs : Added.
31350 2001-10-01  Miguel de Icaza  <miguel@ximian.com>
31352         * cs-tokenizer.cs: Reimplemented Location to be a struct with a
31353         single integer which is really efficient
31355 2001-10-01  Ravi Pratap  <ravi@ximian.com>
31357         *  expression.cs (Expression::ImplicitUserConversion): Use location
31358         even in the case when we are examining True operators.
31360         * class.cs (Operator::Define): Perform extensive checks to conform
31361         with the rules for operator overloading in the spec.
31363         * expression.cs (Expression::ImplicitReferenceConversion): Implement
31364         some of the other conversions mentioned in the spec.
31366         * typemanager.cs (array_type): New static member for the System.Array built-in
31367         type.
31369         (cloneable_interface): For System.ICloneable interface.
31371         * driver.cs (Driver::Driver): Initialize TypeManager's core types even before
31372         we start resolving the tree and populating types.
31374         * ../errors/errors.txt : Update for error numbers -7, -8, -9, -10
31376 2001-10-01  Miguel de Icaza  <miguel@ximian.com>
31378         * expression.cs (Expression::ExprClassFromMemberInfo,
31379         Expression::Literalize): Create literal expressions from
31380         FieldInfos which are literals.
31382         (ConvertNumericExplicit, ImplicitNumericConversion): Fix a few
31383         type casts, because they were wrong.  The test suite in tests
31384         caught these ones.
31386         (ImplicitNumericConversion): ushort to ulong requires a widening
31387         cast. 
31389         Int32 constant to long requires widening cast as well.
31391         * literal.cs (LongLiteral::EmitLong): Do not generate i4 constants
31392         for integers because the type on the stack is not i4.
31394 2001-09-30  Miguel de Icaza  <miguel@ximian.com>
31396         * expression.cs (report118): require location argument. 
31398         * parameter.cs: Do not dereference potential null value.
31400         * class.cs: Catch methods that lack the `new' keyword when
31401         overriding a name.  Report warnings when `new' is used without
31402         anything being there to override.
31404         * modifiers.cs: Handle `NEW' as MethodAttributes.NewSlot.
31406         * class.cs: Only add constructor to hashtable if it is non-null
31407         (as now constructors can fail on define).
31409         (TypeManager, Class, Struct): Take location arguments.
31411         Catch field instance initialization in structs as errors.
31413         accepting_filter: a new filter for FindMembers that is static so
31414         that we dont create an instance per invocation.
31416         (Constructor::Define): Catch errors where a struct constructor is
31417         parameterless 
31419         * cs-parser.jay: Pass location information for various new
31420         constructs. 
31422         * delegate.cs (Delegate): take a location argument.
31424         * driver.cs: Do not call EmitCode if there were problesm in the
31425         Definition of the types, as many Builders wont be there. 
31427         * decl.cs (Decl::Decl): Require a location argument.
31429         * cs-tokenizer.cs: Handle properly hex constants that can not fit
31430         into integers, and find the most appropiate integer for it.
31432         * literal.cs: Implement ULongLiteral.
31434         * rootcontext.cs: Provide better information about the location of
31435         failure when CreateType fails.
31437 2001-09-29  Miguel de Icaza  <miguel@ximian.com>
31439         * rootcontext.cs (RootContext::PopulateTypes): Populates structs
31440         as well.
31442         * expression.cs (Binary::CheckShiftArguments): Add missing type
31443         computation.
31444         (Binary::ResolveOperator): Add type to the logical and and logical
31445         or, Bitwise And/Or and Exclusive Or code paths, it was missing
31446         before.
31448         (Binary::DoNumericPromotions): In the case where either argument
31449         is ulong (and most signed types combined with ulong cause an
31450         error) perform implicit integer constant conversions as well.
31452 2001-09-28  Miguel de Icaza  <miguel@ximian.com>
31454         * expression.cs (UserImplicitCast): Method should always be
31455         non-null. 
31456         (Invocation::BetterConversion): Simplified test for IntLiteral.
31458         (Expression::ImplicitNumericConversion): Split this routine out.
31459         Put the code that performs implicit constant integer conversions
31460         here. 
31462         (Expression::Resolve): Become a wrapper around DoResolve so we can
31463         check eclass and type being set after resolve.
31465         (Invocation::Badness): Remove this dead function
31467         (Binary::ResolveOperator): Do not compute the expensive argumnets
31468         unless we have a union for it.
31470         (Probe::Emit): Is needs to do an isinst and then
31471         compare against null.
31473         (::CanConvert): Added Location argument.  If the Location argument
31474         is null (Location.Null), then we do not report errors.  This is
31475         used by the `probe' mechanism of the Explicit conversion.  We do
31476         not want to generate an error for something that the user
31477         explicitly requested to be casted.  But the pipeline for an
31478         explicit cast first tests for potential implicit casts.
31480         So for now, if the Location is null, it means `Probe only' to
31481         avoid adding another argument.   Might have to revise this
31482         strategy later.
31484         (ClassCast): New class used to type cast objects into arbitrary
31485         classes (used in Explicit Reference Conversions).
31487         Implement `as' as well.
31489         Reverted all the patches from Ravi below: they were broken:
31491                 * The use of `level' as a mechanism to stop recursive
31492                   invocations is wrong.  That was there just to catch the
31493                   bug with a strack trace but not as a way of addressing
31494                   the problem.
31496                   To fix the problem we have to *understand* what is going
31497                   on and the interactions and come up with a plan, not
31498                   just get things going.
31500                 * The use of the type conversion cache that I proposed
31501                   last night had an open topic: How does this work across
31502                   protection domains.  A user defined conversion might not
31503                   be public in the location where we are applying the
31504                   conversion, a different conversion might be selected
31505                   (ie, private A->B (better) but public B->A (worse),
31506                   inside A, A->B applies, but outside it, B->A will
31507                   apply).
31509                 * On top of that (ie, even if the above is solved),
31510                   conversions in a cache need to be abstract.  Ie, `To
31511                   convert from an Int to a Short use an OpcodeCast', not
31512                   `To convert from an Int to a Short use the OpcodeCast on
31513                   the variable 5' (which is what this patch was doing).
31515 2001-09-28  Ravi Pratap  <ravi@ximian.com>
31517         * expression.cs (Invocation::ConversionExists): Re-write to use
31518         the conversion cache
31520         (Expression::ConvertImplicit): Automatic bailing out if level != 0. Also
31521         cache all conversions done, not just user-defined ones.
31523         (Invocation::BetterConversion): The real culprit. Use ConversionExists
31524         to determine if a conversion exists instead of acutually trying to 
31525         perform the conversion. It's faster too.
31527         (Expression::ConvertExplicit): Modify to use ConversionExists to check
31528         and only then attempt the implicit conversion.
31530 2001-09-28  Ravi Pratap  <ravi@ximian.com>
31532         * expression.cs (ConvertImplicit): Use a cache for conversions
31533         already found. Check level of recursion and bail out if necessary.
31535 2001-09-28  Miguel de Icaza  <miguel@ximian.com>
31537         * typemanager.cs (string_concat_string_string, string_concat_object_object):
31538         Export standard methods that we expect for string operations.
31540         * statement.cs (Block::UsageWarning): Track usage of variables and
31541         report the errors for not used variables.
31543         * expression.cs (Conditional::Resolve, ::Emit): Implement ?:
31544         operator. 
31546 2001-09-27  Miguel de Icaza  <miguel@ximian.com>
31548         * codegen.cs: remove unnneded code 
31550         * expression.cs: Removed BuiltinTypeAccess class
31552         Fix the order in which implicit conversions are
31553         done.  
31555         The previous fixed dropped support for boxed conversions (adding a
31556         test to the test suite now)
31558         (UserImplicitCast::CanConvert): Remove test for source being null,
31559         that code is broken.  We should not feed a null to begin with, if
31560         we do, then we should track the bug where the problem originates
31561         and not try to cover it up here.
31563         Return a resolved expression of type UserImplicitCast on success
31564         rather than true/false.  Ravi: this is what I was talking about,
31565         the pattern is to use a static method as a "constructor" for
31566         objects. 
31568         Also, do not create arguments until the very last minute,
31569         otherwise we always create the arguments even for lookups that
31570         will never be performed. 
31572         (UserImplicitCast::Resolve): Eliminate, objects of type
31573         UserImplicitCast are born in a fully resolved state. 
31575         * typemanager.cs (InitCoreTypes): Init also value_type
31576         (System.ValueType). 
31578         * expression.cs (Cast::Resolve): First resolve the child expression.
31580         (LValue): Add new method AddressOf to be used by
31581         the `&' operator.  
31583         Change the argument of Store to take an EmitContext instead of an
31584         ILGenerator, because things like FieldExpr need to be able to call
31585         their children expression to generate the instance code. 
31587         (Expression::Error, Expression::Warning): Sugar functions for
31588         reporting errors.
31590         (Expression::MemberLookup): Accept a TypeContainer instead of a
31591         Report as the first argument.
31593         (Expression::ResolvePrimary): Killed.  I still want to improve
31594         this as currently the code is just not right.
31596         (Expression::ResolveMemberAccess): Simplify, but it is still
31597         wrong. 
31599         (Unary::Resolve): Catch errors in AddressOf operators.
31601         (LocalVariableReference::Emit, ::Store, ::AddressOf): typecast
31602         index to a byte for the short-version, or the compiler will choose
31603         the wrong Emit call, which generates the wrong data.
31605         (ParameterReference::Emit, ::Store): same.
31607         (FieldExpr::AddressOf): Implement.
31609         * typemanager.cs: TypeManager: made public variable instead of
31610         property.
31612         * driver.cs: document --fatal.
31614         * report.cs (ErrorMessage, WarningMessage): new names for the old
31615         Error and Warning classes.
31617         * cs-parser.jay (member_access): Turn built-in access to types
31618         into a normal simplename
31620 2001-09-27  Ravi Pratap  <ravi@ximian.com>
31622         * expression.cs (Invocation::BetterConversion): Fix to cope
31623         with q being null, since this was introducing a bug.
31625         * expression.cs (ConvertImplicit): Do built-in conversions first.
31627 2001-09-27  Ravi Pratap  <ravi@ximian.com>
31629         * expression.cs (UserImplicitCast::Resolve): Fix bug.
31631 2001-09-27  Ravi Pratap  <ravi@ximian.com>
31633         * class.cs (TypeContainer::AddConstructor): Fix a stupid bug
31634         I had introduced long ago (what's new ?).
31636         * expression.cs (UserImplicitCast::CanConvert): Static method to do 
31637         the work of all the checking. 
31638         (ConvertImplicit): Call CanConvert and only then create object if necessary.
31639         (UserImplicitCast::CanConvert, ::Resolve): Re-write.
31641         (Unary::Operator): Rename Add and Subtract to Addition and Subtraction because
31642         that is the right way. 
31644         (Invocation::MakeUnionSet): Convenience function to make unions of sets for 
31645         overloading resolution. Use everywhere instead of cutting and pasting code.
31647         (Binary::ResolveOperator): Use MakeUnionSet.
31649         (UserImplicitCast::CanConvert, ::Resolve): Update to take care of the case when 
31650         we have to convert to bool types. Not complete yet.
31652 2001-09-27  Miguel de Icaza  <miguel@ximian.com>
31654         * typemanager.cs (TypeManager::CSharpName): support ushort.
31656         * expression.cs (Expression::TryImplicitIntConversion): Attempts
31657         to provide an expression that performsn an implicit constant int
31658         conversion (section 6.1.6).
31659         (Expression::ConvertImplicitRequired): Reworked to include
31660         implicit constant expression conversions.
31662         (Expression::ConvertNumericExplicit): Finished.
31664         (Invocation::Emit): If InstanceExpression is null, then it means
31665         that we perform a call on this.
31667 2001-09-26  Miguel de Icaza  <miguel@ximian.com>
31669         * expression.cs (Unary::Emit): Remove some dead code.
31670         (Probe): Implement Resolve and Emit for `is'.
31671         (Expression::ConvertImplicitRequired): Attempt to do constant
31672         expression conversions here.  Maybe should be moved to
31673         ConvertImplicit, but I am not sure.
31674         (Expression::ImplicitLongConstantConversionPossible,
31675         Expression::ImplicitIntConstantConversionPossible): New functions
31676         that tell whether is it possible to apply an implicit constant
31677         expression conversion.
31679         (ConvertNumericExplicit): Started work on explicit numeric
31680         conversions.
31682         * cs-parser.jay: Update operator constants.
31684         * parameter.cs (Parameters::GetParameterInfo): Hook up VerifyArgs
31685         (Parameters::GetSignature): Hook up VerifyArgs here.
31686         (Parameters::VerifyArgs): Verifies that no two arguments have the
31687         same name. 
31689         * class.cs (Operator): Update the operator names to reflect the
31690         ones that the spec expects (as we are just stringizing the
31691         operator names).
31693         * expression.cs (Unary::ResolveOperator): Fix bug: Use
31694         MethodInfo's ReturnType instead of LookupMethodByBuilder as the
31695         previous usage did only work for our methods.
31696         (Expression::ConvertImplicit): Handle decimal implicit numeric
31697         conversions as well.
31698         (Expression::InternalTypeConstructor): Used to invoke constructors
31699         on internal types for default promotions.
31701         (Unary::Emit): Implement special handling for the pre/post
31702         increment/decrement for overloaded operators, as they need to have
31703         the same semantics as the other operators.
31705         (Binary::ResolveOperator): ditto.
31706         (Invocation::ConversionExists): ditto.
31707         (UserImplicitCast::Resolve): ditto.
31709 2001-09-26  Ravi Pratap  <ravi@ximian.com>
31711         * expression.cs (Unary::Emit and Binary::Emit): If we have an overloaded
31712         operator, return after emitting body. Regression tests pass again !
31714         * expression.cs (ConvertImplicit): Take TypeContainer as first argument
31715         (Unary::ForceConversion, Binary::ForceConversion): Ditto.
31716         (Invocation::OverloadResolve): Ditto.
31717         (Invocation::BetterFunction, BetterConversion, ConversionExists): Ditto.
31719         * everywhere : update calls to the above methods accordingly.
31721 2001-09-26  Miguel de Icaza  <miguel@ximian.com>
31723         * assign.cs (Assign): Make it inherit from ExpressionStatement.
31725         * expression.cs (ExpressionStatement): New base class used for
31726         expressions that can appear in statements, so that we can provide
31727         an alternate path to generate expression that do not leave a value
31728         on the stack.
31730         (Expression::Emit, and all the derivatives): We no longer return
31731         whether a value is left on the stack or not.  Every expression
31732         after being emitted leaves a single value on the stack.
31734         * codegen.cs (EmitContext::EmitStatementExpression): Use the
31735         facilties of ExpressionStatement if possible.
31737         * cs-parser.jay: Update statement_expression.
31739 2001-09-25  Miguel de Icaza  <miguel@ximian.com>
31741         * driver.cs: Change the wording of message
31743 2001-09-25  Ravi Pratap  <ravi@ximian.com>
31745         * expression.cs (Binary::ResolveOperator): Had forgottten to set 
31746         the type of the expression to the return type of the method if
31747         we have an overloaded operator match ! The regression tests pass again !
31748         (Unary::ResolveOperator): Ditto.
31750         * expression.cs (Invocation::ConversionExists): Correct the member lookup
31751         to find "op_Implicit", not "implicit" ;-)
31752         (UserImplicitCast): New class to take care of user-defined implicit conversions.
31753         (ConvertImplicit, ForceConversion): Take TypeContainer argument
31755         * everywhere : Correct calls to the above accordingly.
31757         * expression.cs (UserImplicitCast::Resolve, ::Emit): Implement.
31758         (ConvertImplicit): Do user-defined conversion if it exists.
31760 2001-09-24  Miguel de Icaza  <miguel@ximian.com>
31762         * assign.cs: track location.
31763         (Resolve): Use implicit conversions on assignment.
31765         * literal.cs: Oops.  Not good, Emit of short access values should
31766         pass (Bytes) or the wrong argument will be selected.
31768         * expression.cs (Unary::Emit): Emit code for -expr.
31770         (Unary::ResolveOperator): Handle `Substract' for non-constants
31771         (substract from zero from the non-constants).
31772         Deal with Doubles as well. 
31774         (Expression::ConvertImplicitRequired): New routine that reports an
31775         error if no implicit conversion exists. 
31777         (Invocation::OverloadResolve): Store the converted implicit
31778         expressions if we make them
31780 2001-09-24  Ravi Pratap  <ravi@ximian.com>
31782         * class.cs (ConstructorInitializer): Take a Location argument.
31783         (ConstructorBaseInitializer): Same here.
31784         (ConstructorThisInitializer): Same here.
31786         * cs-parser.jay : Update all calls accordingly.
31788         * expression.cs (Unary, Binary, New): Take location argument.
31789         Update accordingly everywhere.
31791         * cs-parser.jay : Update all calls to the above to take a location
31792         argument.
31794         * class.cs : Ditto.
31796 2001-09-24  Ravi Pratap  <ravi@ximian.com>
31798         * expression.cs (Invocation::BetterFunction): Take TypeContainer argument
31799         (Invocation::BetterConversion): Same here
31800         (Invocation::ConversionExists): Ditto.
31802         (Invocation::ConversionExists): Implement.
31804 2001-09-22  Ravi Pratap  <ravi@ximian.com>
31806         * expression.cs (OverloadResolve): Improve some more to catch errors 1502 and 1503
31807         Also take an additional TypeContainer argument.
31809         * All over : Pass in TypeContainer as argument to OverloadResolve.
31811         * typemanager.cs (CSharpName): Update to check for the string type and return
31812         that too.
31814         * expression.cs (Invocation::FullMethodDesc): New static method to return a string fully describing
31815         a given method.
31817 2001-09-21  Ravi Pratap  <ravi@ximian.com>
31819         * expression.cs (Invocation::OverloadResolve): Re-write to conform more to the spec.
31820         (Invocation::BetterFunction): Implement.
31821         (Invocation::BetterConversion): Implement.
31822         (Invocation::ConversionExists): Skeleton, no implementation yet.
31824         Okay, things work fine !
31826 2001-09-21  Miguel de Icaza  <miguel@ximian.com>
31828         * typemanager.cs: declare and load enum_type, delegate_type and
31829         void_type. 
31831         * expression.cs (Expression::Emit): Now emit returns a value that
31832         tells whether a value is left on the stack or not.  This strategy
31833         might be reveted tomorrow with a mechanism that would address
31834         multiple assignments.
31835         (Expression::report118): Utility routine to report mismatches on
31836         the ExprClass.
31838         (Unary::Report23): Report impossible type/operator combination
31839         utility function.
31841         (Unary::IsIncrementableNumber): Whether the type can be
31842         incremented or decremented with add.
31843         (Unary::ResolveOperator): Also allow enumerations to be bitwise
31844         complemented. 
31845         (Unary::ResolveOperator): Implement ++, !, ~,
31847         (Invocation::Emit): Deal with new Emit convetion.
31849         * All Expression derivatives: Updated their Emit method to return
31850         whether they leave values on the stack or not.
31852         * codegen.cs (CodeGen::EmitStatement): Pop values left on the
31853         stack for expressions that are statements. 
31855 2001-09-20  Miguel de Icaza  <miguel@ximian.com>
31857         * expression.cs (LValue): New interface.  Must be implemented by
31858         LValue objects.
31859         (LocalVariableReference, ParameterReference, FieldExpr): Implement
31860         LValue interface.
31862         * assign.cs (Assign::Emit, Assign::Resolve): Use new LValue
31863         interface for generating code, simplifies the code.
31865 2001-09-20  Ravi Pratap  <ravi@ximian.com>
31867         * expression.cs (everywhere): Comment out return statements in ::Resolve
31868         methods to avoid the warnings.
31870 2001-09-20  Miguel de Icaza  <miguel@ximian.com>
31872         * driver.cs (parse): Report error 2001 if we can not open the
31873         source file.
31875         * expression.cs (SimpleName::ResolveSimpleName): Error if we can
31876         not resolve it.
31878         * cs-parser.jay (QualifierIdentifier): Pass location to SimpleName
31879         object. 
31881         * statement.cs (Block::EmitMeta): Reuse the count across all the variables,
31882         otherwise nested blocks end up with the same index.
31884         * codegen.cs (CodeGen::EmitTopBlock): Pass initial sequence
31886         * expression.cs:  Instead of having FIXMEs in the Resolve
31887         functions, throw exceptions so it is obvious that we are facing a
31888         bug. 
31890         * cs-parser.jay (invocation_expression): Pass Location information.
31892         * codegen.cs (CodeGen::Save, CodeGen::CodeGen, CodeGen::Basename):
31893         Use a basename for those routines because .NET does not like paths
31894         on them. 
31896         * class.cs (TypeContainer::AddMethod): Do not call DefineName if the name was
31897         already defined.
31899 2001-09-19  Miguel de Icaza  <miguel@ximian.com>
31901         * typemanager.cs (TypeManager::CoreLookupType): A function to make sure that we
31902         are loading the correct data types (throws an exception if not).
31903         (TypeManager::InitCoreTypes): Use CoreLookupType
31905         * expression.cs (Unary::ResolveOperator): return the child
31906         expression for expressions which are just +expr.
31907         (Unary::ResolveOperator): Return negative literals for -LITERAL
31908         expressions (otherwise they are Unary {Literal}).
31909         (Invocation::Badness): Take into account `Implicit constant
31910         expression conversions'.
31912         * literal.cs (LongLiteral): Implement long literal class.
31913         (IntLiteral): export the `Value' of the intliteral. 
31915 2001-09-19  Ravi Pratap  <ravi@ximian.com>
31917         * expression.cs (Binary::Emit): Finally get the emission right ! Woo!
31919         * class.cs (Operator::Define): Change the methodname prefix to 'op_' 
31920         instead of 'Operator'
31922         * expression.cs (Binary::ResolveOperator): Update accordingly.
31923         (Unary::Operator): Change names to 'Add' and 'Subtract' instead 'Plus'
31924         and 'Minus'
31926         * cs-parser.jay (unary_expression): Update to use the new names.
31928         * gen-treedump.cs (GetUnary): Same here.
31930         * expression.cs (Unary::Resolve): Implement.
31931         (Binary::ResolveOperator): Re-write bits to quietly continue if no overloaded 
31932         operators are found instead of making noise ;-)
31933         (Unary::ResolveOperator): New method to do precisely the same thing which
31934         Binary::ResolveOperator does for Binary expressions.
31935         (Unary.method, .Arguments): Add.
31936         (Unary::OperName): Implement.   
31937         (Unary::ForceConversion): Copy and Paste !
31939         * class.cs (Operator::Define): Fix a small bug for the case when we have 
31940         a unary operator.
31942         * expression.cs (Unary::Emit): Implement. Need to find the right Opcodes
31943         for the inbuilt operators. Only overloading works for now ;-)
31945 2001-09-18  Miguel de Icaza  <miguel@ximian.com>
31947         * expression.cs (CheckedExpr::Resolve, CheckedExpr::Emit,
31948         UnCheckedExpr::Resolve, UnCheckedExpr::Emit): Implement.
31950         * expression.cs (This::Emit): Implement. 
31951         (This::Resolve): Implement.
31952         (TypeOf:Resolve): Implement.
31953         (Expression::ResolveSimpleName): Add an implicit this to instance
31954         field references. 
31955         (MemberAccess::Resolve): Deal with Parameters and Fields. 
31956         Bind instance variable to Field expressions.
31957         (FieldExpr::Instance): New field used to track the expression that
31958         represents the object instance.
31959         (FieldExpr::Resolve): Track potential errors from MemberLookup not
31960         binding 
31961         (FieldExpr::Emit): Implement.
31963         * codegen.cs (EmitIf, EmitStatement, EmitBlock): Propagate whether
31964         the last instruction contains a return opcode to avoid generating
31965         the last `ret' instruction (this generates correct code, and it is
31966         nice to pass the peverify output).
31968         * class.cs (TypeContainer::EmitFieldInitializers): Implement field
31969         initializer for static and instance variables.
31970         (Constructor::Emit): Allow initializer to be null in the case of
31971         static constructors.  Only emit initializer for instance
31972         constructors. 
31974         (TypeContainer::FindMembers): Return a null array if there are no
31975         matches.
31977         Also fix the code for the MemberTypes.Method branch, as it was not
31978         scanning that for operators (or tried to access null variables before).
31980         * assign.cs (Assign::Emit): Handle instance and static fields. 
31982         * TODO: Updated.
31984         * driver.cs: Stop compilation if there are parse errors.
31986         * cs-parser.jay (constructor_declaration): Provide default base
31987         initializer for non-static constructors.
31988         (constructor_declarator): Do not provide a default base
31989         initializers if none was specified.
31990         Catch the fact that constructors should not have parameters.
31992         * class.cs: Do not emit parent class initializers for static
31993         constructors, that should be flagged as an error.
31995 2001-09-18  Ravi Pratap  <ravi@ximian.com>
31997         * class.cs (RegisterMethodBuilder): Remove : it's unnecessary.
31998         Move back code into TypeContainer::Populate.
32000 2001-09-18  Ravi Pratap  <ravi@ximian.com>
32002         * class.cs (TypeContainer::AddConstructor): Fix the check to
32003         compare against Name, not Basename. 
32004         (Operator::OpType): Change Plus and Minus to Add and Subtract.
32006         * cs-parser.jay : Update accordingly.
32008         * class.cs (TypeContainer::FindMembers): For the case where we are searching
32009         for methods, don't forget to look into the operators too.
32010         (RegisterMethodBuilder): Helper method to take care of this for
32011         methods, constructors and operators.
32012         (Operator::Define): Completely revamp.
32013         (Operator.OperatorMethod, MethodName): New fields.
32014         (TypeContainer::Populate): Move the registering of builders into
32015         RegisterMethodBuilder.
32016         (Operator::Emit): Re-write.
32018         * expression.cs (Binary::Emit): Comment out code path to emit method
32019         invocation stuff for the case when we have a user defined operator. I am
32020         just not able to get it right !
32022 2001-09-17  Miguel de Icaza  <miguel@ximian.com>
32024         * expression.cs (Expression::OverloadResolve): Drop TypeContainer
32025         argument. 
32027         (Expression::MemberLookup): Provide a version that allows to
32028         specify the MemberTypes and BindingFlags. 
32030         * statement.cs (Block::GetVariableInfo): Forgot to recurse here,
32031         so it was not fetching variable information from outer blocks.
32033         * modifiers.cs: (Modifiers::TypeAttr): Invert condition on
32034         Beforefieldinit as it was buggy.
32036         * rootcontext.cs (::LookupInterfaceOrClass): Removed an Error -200
32037         that Ravi put here.  
32039         * class.cs (Constructor::Emit): Only emit if block is not null.
32040         (TypeContainer::EmitDefaultConstructor): Removed routine, now we
32041         deal with this by semantically definining it as if the user had
32042         done it.
32044         (TypeContainer::FindMembers): Removed ad-hoc hack to deal with
32045         constructors as we now "emit" them at a higher level.
32047         (TypeContainer::DefineDefaultConstructor): Used to define the
32048         default constructors if none was provided.
32050         (ConstructorInitializer): Add methods Resolve and Emit. 
32052         * expression.cs: Cast to ConstructorInfo instead of MethodInfo
32054 2001-09-17  Ravi Pratap  <ravi@ximian.com>
32056         * class.cs (TypeContainer::EmitDefaultConstructor): Register
32057         the default constructor builder with our hashtable for methodbuilders
32058         to methodcores.
32060         * expression.cs (Invocation::OverloadResolve): Add a check for pd == null
32061         and argument_count is 0 in which case we have a match.
32062         (Binary::ResolveOperator): More null checking and miscellaneous coding
32063         style cleanup.
32065 2001-09-17  Ravi Pratap  <ravi@ximian.com>
32067         * rootcontext.cs (IsNameSpace): Compare against null.
32069         * everywhere : Correct spelling to 'Greater' and to 'Subtract'
32071         * class.cs (Operator::OpType): Change names to match the ones in Binary::Operator
32072         and Unary::Operator.
32074         * cs-parser.jay (operator_declaration, CheckBinaryOperator, CheckUnaryOperator): Update
32075         accordingly.
32077         * expression.cs (Binary::method): New member to hold the MethodBase for the case when
32078         we have overloaded operators.
32079         (Binary::ResolveOperator): Implement the part which does the operator overload
32080         resolution.
32082         * class.cs (Operator::Emit): Implement.
32083         (TypeContainer::Emit): Emit the operators we have too.
32085         * expression.cs (Binary::Emit): Update to emit the appropriate code for
32086         the case when we have a user-defined operator.
32088 2001-09-17  Miguel de Icaza  <miguel@ximian.com>
32090         * rootcontext.cs: Fix bug: tree.Namespaces might be null.
32092 2001-09-16  Ravi Pratap  <ravi@ximian.com>
32094         * class.cs (EmitStaticFieldInitializers, EmitFieldInitializers): Make public.
32095         (TypeContainer::EmitConstructor): Remove and move code into Contructor::Emit.
32096         (Constructor::Emit): Implement.
32097         (EmitStaticFieldInitializers, EmitFieldInitializers): Ensure we return immediately
32098         if we have no work to do. 
32099         (TypeContainer::Emit): Pass in TypeContainer as argument to the constructor's 
32100         Emit method.
32102         * interface.cs (Interface::InterfaceAttr): Re-write to be more correct and complete.
32103         (Interface::IsTopLevel): Add. Same as TypeContainer::IsTopLevel.
32105         * class.cs (TypeContainer::IsTopLevel): Modify to use parent.Parent instead
32106         of parent.parent.
32108 2001-09-15  Ravi Pratap  <ravi@ximian.com>
32110         * tree.cs (Tree::namespaces): New hashtable to keep track of namespaces
32111         in the source.
32112         (Tree::RecordNamespace): Method to do what the name says ;-)
32113         (Tree::Namespaces): Property to get at the namespaces hashtable.
32115         * cs-parser.jay (namespace_declaration): Call RecordNamespace to 
32116         keep track.
32118         * rootcontext.cs (IsNamespace): Fixed it :-)
32120 2001-09-14  Miguel de Icaza  <miguel@ximian.com>
32122         * class.cs (TypeContainer::FindMembers): Add support for
32123         constructors. 
32124         (MethodCore): New class that encapsulates both the shared aspects
32125         of a Constructor and a Method.  
32126         (Method, Constructor): Factored pieces into MethodCore.
32128         * driver.cs: Added --fatal which makes errors throw exceptions.
32129         Load System assembly as well as part of the standard library.
32131         * report.cs: Allow throwing exceptions on errors for debugging.
32133         * modifiers.cs: Do not use `parent', instead use the real type
32134         container to evaluate permission settings.
32136         * class.cs: Put Ravi's patch back in.  He is right, and we will
32137         have to cope with the
32139 2001-09-14  Ravi Pratap  <ravi@ximian.com>
32141         * modifiers.cs (TypeAttr, MethodAttr, FieldAttr): Map protected internal to
32142         FamORAssem, not FamANDAssem.
32144 2001-09-14  Miguel de Icaza  <miguel@ximian.com>
32146         * driver.cs: Added --parse option that only parses its input files
32147         and terminates.
32149         * class.cs: Reverted last change from Ravi to IsTopLevel.  That is
32150         incorrect.  IsTopLevel is not used to tell whether an object is
32151         root_types or not (that can be achieved by testing this ==
32152         root_types).  But to see if this is a top-level *class* (not
32153         necessarly our "toplevel" container). 
32155 2001-09-14  Ravi Pratap  <ravi@ximian.com>
32157         * enum.cs (Enum::Define): Modify to call the Lookup method on the
32158         parent instead of a direct call to GetType.
32160 2001-09-14  Ravi Pratap  <ravi@ximian.com>
32162         * class.cs (TypeContainer::TypeAttr): Remove property code and move it into
32163         Modifiers.TypeAttr. This should just be a call to that method.
32165         * modifiers.cs (TypeAttr): Re-write and take an extra argument, the TypeContainer
32166         object so that we can determine if we are top-level or not.
32168         * delegate.cs (Delegate::Define): Update call to TypeAttr method to pass in the 
32169         TypeContainer too.
32171         * enum.cs (Enum::Define): Ditto.
32173         * modifiers.cs (FieldAttr): Re-write.
32175         * class.cs (TypeContainer::IsTopLevel): Change accessibility to public.
32176         (TypeContainer::HaveStaticConstructor): New property to provide access
32177         to precisely that info.
32179         * modifiers.cs (MethodAttr): Re-write.
32180         (EventAttr): Remove altogether as there seems to be no ostensible use for it.
32182         * class.cs (TypeContainer::IsTopLevel): Re-write. root_types doesn't seem to be the parent
32183         of top-level types as claimed.
32185 2001-09-13  Miguel de Icaza  <miguel@ximian.com>
32187         * expression.cs (MemberLookup): Fruitless attempt to lookup
32188         constructors.  Maybe I need to emit default constructors?  That
32189         might be it (currently .NET emits this for me automatically).
32190         (Invocation::OverloadResolve): Cope with Arguments == null.
32191         (Invocation::EmitArguments): new function, shared by the new
32192         constructor and us.
32193         (Invocation::Emit): Handle static and instance methods.  Emit
32194         proper call instruction for virtual or non-virtual invocations.
32195         (New::Emit): Implement.
32196         (New::Resolve): Implement.
32197         (MemberAccess:Resolve): Implement.
32198         (MethodGroupExpr::InstanceExpression): used conforming to the spec
32199         to track instances.
32200         (FieldExpr::Resolve): Set type.
32202         * support.cs: Handle empty arguments.
32203                 
32204         * cs-parser.jay (CompositeLookup, QualifierIdentifier,
32205         SimpleLookup): Auxiliary routines to help parse a qualifier
32206         identifier.  
32208         Update qualifier_identifier rule.
32210         * codegen.cs: Removed debugging messages.
32212         * class.cs: Make this a global thing, this acts just as a "key" to
32213         objects that we might have around.
32215         (Populate): Only initialize method_builders_to_methods once.
32217         * expression.cs (PropertyExpr): Initialize type from the
32218         PropertyType. 
32220         * codegen.cs (EmitContext::EmitBoolExpression): Use propper
32221         Resolve pattern.  Attempt to implicitly convert value to boolean.
32222         Emit code.
32224         * expression.cs: Set the type for the int32/int32 argument case.
32225         (Binary::ResolveOperator): Set the return type to boolean for
32226         comparission operators
32228         * typemanager.cs: Remove debugging print code.
32230         (Invocation::Resolve): resolve type.
32232         * class.cs: Allocate a MemberInfo of the correct size, as the code
32233         elsewhere depends on the test to reflect the correct contents.
32235         (Method::) Keep track of parameters, due to System.Reflection holes
32237         (TypeContainer::Populate): Keep track of MethodBuilders to Method
32238         mapping here.
32240         (TypeContainer::FindMembers): Use ArrayList and then copy an array
32241         of the exact size and return that.
32243         (Class::LookupMethodByBuilder): New function that maps
32244         MethodBuilders to its methods.  Required to locate the information
32245         on methods because System.Reflection bit us again.
32247         * support.cs: New file, contains an interface ParameterData and
32248         two implementations: ReflectionParameters and InternalParameters
32249         used to access Parameter information.  We will need to grow this
32250         as required.
32252         * expression.cs (Invocation::GetParameterData): implement a cache
32253         and a wrapper around the ParameterData creation for methods. 
32254         (Invocation::OverloadResolve): Use new code.
32256 2001-09-13  Ravi Pratap  <ravi@ximian.com>
32258         * class.cs (TypeContainer::EmitField): Remove and move into 
32259         (Field::Define): here and modify accordingly.
32260         (Field.FieldBuilder): New member.
32261         (TypeContainer::Populate): Update accordingly.
32262         (TypeContainer::FindMembers): Implement.
32264 2001-09-13  Miguel de Icaza  <miguel@ximian.com>
32266         * statement.cs: (VariableInfo::VariableType): New field to be
32267         initialized with the full type once it is resolved. 
32269 2001-09-12  Miguel de Icaza  <miguel@ximian.com>
32271         * parameter.cs (GetParameterInfo): Use a type cache to compute
32272         things only once, and to reuse this information
32274         * expression.cs (LocalVariableReference::Emit): Implement.
32275         (OpcodeCast::Emit): fix.
32277         (ParameterReference::Resolve): Implement.
32278         (ParameterReference::Emit): Implement.
32280         * cs-parser.jay: Fix bug introduced by Ravi, variable initializers
32281         that are expressions need to stay as Expressions.
32283         * typemanager.cs (CSharpName): Returns the C# name of a type if
32284         possible. 
32286         * expression.cs (Expression::ConvertImplicit): New function that
32287         implements implicit type conversions.
32289         (Expression::ImplicitReferenceConversion): Implements implicit
32290         reference conversions.
32292         (EmptyCast): New type for transparent casts.
32294         (OpcodeCast): New type for casts of types that are performed with
32295         a sequence of bytecodes.
32297         (BoxedCast): New type used for casting value types into reference
32298         types.  Emits a box opcode.
32300         (Binary::DoNumericPromotions): Implements numeric promotions of
32301         and computation of the Binary::Type.
32303         (Binary::EmitBranchable): Optimization.
32305         (Binary::Emit): Implement code emission for expressions.
32307         * typemanager.cs (TypeManager): Added two new core types: sbyte
32308         and byte.
32310 2001-09-12  Ravi Pratap  <ravi@ximian.com>
32312         * class.cs (TypeContainer::FindMembers): Method which does exactly
32313         what Type.FindMembers does, only we don't have to use reflection. No
32314         implementation yet.
32316         * typemanager.cs (typecontainers): New hashtable to hold the corresponding
32317         typecontainer objects as we need to get at them.
32318         (TypeManager::AddUserType): Overload to take an extra argument, the TypeContainer.
32320         * rootcontext.cs : Correspondingly modify called to AddUserType to pass the
32321         typecontainer object.
32323         * expression.cs (MemberLookup): Modify signature to take a RootContext object instead
32324         of just a Report object.
32326 2001-09-11  Ravi Pratap  <ravi@ximian.com>
32328         * class.cs (Event::Define): Go back to using the prefixes "add_" and
32329         "remove_"
32330         (TypeContainer::Populate): Now define the delegates of the type too.
32331         (TypeContainer.Delegates): Property to access the list of delegates defined
32332         in the type.
32334         * delegates.cs (Delegate::Define): Implement partially.
32336         * modifiers.cs (TypeAttr): Handle more flags.
32338 2001-09-11  Ravi Pratap  <ravi@ximian.com>
32340         * class.cs (Indexer::Define): Fix for loop iteration condition to be just <
32341         and not <=
32342         (Operator::Define): Re-write logic to get types by using the LookupType method
32343         instead of blindly doing a Type.GetType ! How stupid can I get ;-) ?
32344         (Indexer::Define): Ditto.
32345         (Event::Define): Ditto.
32346         (Property::Define): Ditto.
32348 2001-09-10  Ravi Pratap  <ravi@ximian.com>
32350         * class.cs (TypeContainer::Populate): Now define operators too. 
32351         (TypeContainer.Operators): New property to access the list of operators
32352         in a type.
32353         (Operator.OperatorMethodBuilder): New member to hold the method builder
32354         for the operator we are defining.
32355         (Operator::Define): Implement.
32357 2001-09-10  Ravi Pratap  <ravi@ximian.com>
32359         * class.cs (Event::Define): Make the prefixes of the accessor methods
32360         addOn_ and removeOn_ 
32362         * genericparser.cs (GenericParser::error): Overloaded method to handle the case
32363         of the location being passed in too. Ideally, this should go later since all
32364         error reporting should be done through the Report object.
32366         * class.cs (TypeContainer.Indexers): New property to access the list of indexers.
32367         (Populate): Iterate thru the indexers we have and define them too.
32368         (Indexer.GetMethodBuilder, .SetMethodBuilder): New members to hold the method builders
32369         for the get and set accessors.
32370         (Indexer::Define): Implement.
32372 2001-09-09  Miguel de Icaza  <miguel@ximian.com>
32374         * expression.cs (Binary::Resolve): Beginning of it.  I scratched
32375         my previous implementation, did not work.
32377         * typemanager.cs: Add a couple of missing types (the longs).
32379         * literal.cs: Use TypeManager.bool_type instead of getting it.
32381         * expression.cs (EventExpr): New kind of expressions.
32382         (Expressio::ExprClassFromMemberInfo): finish
32384 2001-09-08  Miguel de Icaza  <miguel@ximian.com>
32386         * assign.cs: Emit stores to static fields differently.
32388 2001-09-08  Ravi Pratap  <ravi@ximian.com>
32390         * Merge in changes and adjust code to tackle conflicts. Backed out my
32391         code in Assign::Resolve ;-) 
32393 2001-09-08  Ravi Pratap  <ravi@ximian.com>
32395         * cs-parser.jay (CheckAttributeTarget): Modify call to error to use
32396         instead Report.Error and also pass in the location.
32397         (CSharpParser::Lexer): New readonly property to return the reference
32398         to the Tokenizer object.
32399         (declare_local_variables): Use Report.Error with location instead of plain 
32400         old error.
32401         (CheckDef): Ditto.
32403         * class.cs (Operator::CheckUnaryOperator): Move into cs-parser.jay.
32404         (Operator.CheckBinaryOperator): Ditto.
32406         * cs-parser.jay (operator_declarator): Update accordingly.
32408         * cs-parser.jay (CheckUnaryOperator): Modify to use Report.Error
32409         (CheckBinaryOperator): Same here.
32411         * rootcontext.cs (LookupType): Add an extra lookup which simply does a lookup
32412         on the name without any prefixes of namespace names etc. This is because we
32413         already might have something already fully qualified like 
32414         'System.Console.WriteLine'
32416         * assign.cs (Resolve): Begin implementation. Stuck ;-)
32418 2001-09-07  Ravi Pratap  <ravi@ximian.com>
32420         * cs-tokenizer.cs (location): Return a string which also contains
32421         the file name.
32423         * expression.cs (ElementAccess): New class for expressions of the
32424         type 'element access.'
32425         (BaseAccess): New class for expressions of the type 'base access.'
32426         (CheckedExpr, UnCheckedExpr): New classes for Checked and Unchecked expressions
32427         respectively.
32429         * cs-parser.jay (element_access): Implement action.
32430         (base_access): Implement actions.
32431         (checked_expression, unchecked_expression): Implement.
32433         * cs-parser.jay (local_variable_type): Correct and implement.
32434         (type_suffixes, type_suffix_list, type_suffix): Implement actions.
32436         * cs-tokenizer.cs (real_type_suffix): Comment out the extra getchar.
32438         * cs-parser.jay (rank_specifiers): Remove space while concatenating the type's
32439         name and the specifiers.
32441         * interface.cs (InterfaceAttr): New property to return the corresponding TypeAttributes
32443         * rootcontext.cs (CreateInterface): Use the InterfaceAttr property instead of 
32444         making them all public ;-)
32446         * cs-parser.jay (error): Remove entirely as we have an implementation in the base
32447         class anyways.
32449 2001-09-07  Miguel de Icaza  <miguel@ximian.com>
32451         * expression.cs (ExprClassFromMemberInfo): Return FieldExpr and
32452         PropertyExprs.
32453         (FieldExpr, PropertyExprs): New resolved expressions.
32454         (SimpleName::MemberStaticCheck): Perform static checks for access
32455         to non-static fields on static methods. Maybe this should be
32456         generalized for MemberAccesses. 
32457         (SimpleName::ResolveSimpleName): More work on simple name
32458         resolution. 
32460         * cs-parser.jay (primary_expression/qualified_identifier): track
32461         the parameter index.
32463         * codegen.cs (CodeGen::Save): Catch save exception, report error.
32464         (EmitContext::EmitBoolExpression): Chain to expression generation
32465         instead of temporary hack.
32466         (::EmitStatementExpression): Put generic expression code generation.
32468         * assign.cs (Assign::Emit): Implement variable assignments to
32469         local variables, parameters and fields.
32471 2001-09-06  Miguel de Icaza  <miguel@ximian.com>
32473         * statement.cs (Block::GetVariableInfo): New method, returns the
32474         VariableInfo for a variable name in a block.
32475         (Block::GetVariableType): Implement in terms of GetVariableInfo
32477         * literal.cs (IntLiteral::Emit, FloatLiteral::Emit,
32478         DoubleLiteral::Emit, CharLiteral::Emit, BoolLiteral::Emit): Implement
32480 2001-09-06  Ravi Pratap  <ravi@ximian.com>
32482         * cs-parser.jay (operator_declaration): Continue on my quest : update
32483         to take attributes argument.
32484         (event_declaration): Ditto.
32485         (enum_declaration): Ditto.
32486         (indexer_declaration): Ditto.
32488         * class.cs (Operator::Operator): Update constructor accordingly.
32489         (Event::Event): Ditto.
32491         * delegate.cs (Delegate::Delegate): Same here.
32493         * enum.cs (Enum::Enum): Same here.
32495 2001-09-05  Ravi Pratap  <ravi@ximian.com>
32497         * cs-parser.jay (CheckAttributeTarget): Update to use the right error number.
32499         * ../tests/cs0658.cs : New file to demonstrate error 0658.
32501         * attribute.cs (Attributes): New class to encapsulate all attributes which were
32502         being passed around as an arraylist.
32503         (Attributes::AddAttribute): Method to add attribute sections.
32505         * cs-parser.jay (opt_attributes): Modify actions to use the new Attributes class.
32506         (struct_declaration): Update accordingly.
32507         (constant_declaration): Update.
32508         (field_declaration): Update.
32509         (method_header): Update.
32510         (fixed_parameter): Update.
32511         (parameter_array): Ditto.
32512         (property_declaration): Ditto.
32513         (destructor_declaration): Ditto.
32515         * class.cs (Struct::Struct): Update constructors accordingly.
32516         (Class::Class): Ditto.
32517         (Field::Field): Ditto.
32518         (Method::Method): Ditto.
32519         (Property::Property): Ditto.
32520         (TypeContainer::OptAttribute): update property's return type.
32522         * interface.cs (Interface.opt_attributes): New member.
32523         (Interface::Interface): Update to take the extra Attributes argument.
32525         * parameter.cs (Parameter::Parameter): Ditto.
32527         * constant.cs (Constant::Constant): Ditto.
32529         * interface.cs (InterfaceMemberBase): New OptAttributes field.
32530         (InterfaceMemberBase::InterfaceMemberBase): Update constructor to take 
32531         the attributes as a parameter.
32532         (InterfaceProperty): Update constructor call.
32533         (InterfaceEvent): Ditto.
32534         (InterfaceMethod): Ditto.
32535         (InterfaceIndexer): Ditto.
32537         * cs-parser.jay (interface_indexer_declaration): Update call to constructor to 
32538         pass the attributes too.
32539         (interface_event_declaration): Ditto.
32540         (interface_property_declaration): Ditto.
32541         (interface_method_declaration): Ditto.
32542         (interface_declaration): Ditto.
32544 2001-09-05  Miguel de Icaza  <miguel@ximian.com>
32546         * class.cs (Method::Define): Track the "static Main" definition to
32547         create an entry point. 
32549         * rootcontext.cs (RootContext::EntryPoint): MethodInfo that holds the
32550         EntryPoint if we find it. 
32552         * codegen.cs (EmitContext::EmitInvocation): Emit invocations.
32553         (EmitContext::ig): Make this variable public.
32555         * driver.cs: Make the default output file be the first file name
32556         with the .exe extension.  
32558         Detect empty compilations
32560         Handle various kinds of output targets.  Handle --target and
32561         rename -t to --dumper.
32563         * expression.cs, literal.cs, assign.cs, constant.cs: All `Resolve'
32564         methods inherited from Expression return now an Expression.  This
32565         will is used during the tree rewriting as we resolve them during
32566         semantic analysis.
32568         (Expression::MemberLookup): Implements the MemberLookup (7.3) from
32569         the spec.  Missing entirely is the information about
32570         accessability of elements of it.
32572         (Expression::ExprClassFromMemberInfo): New constructor for
32573         Expressions that creates a fully initialized Expression based on
32574         a MemberInfo that is one of Eventinfo, FieldINfo, PropertyInfo or
32575         a Type.
32577         (Invocation::Resolve): Begin implementing resolution of invocations.
32579         * literal.cs (StringLiteral):  Implement Emit.
32581 2001-09-05  Ravi Pratap  <ravi@ximian.com>
32583         * cs-parser.jay (error): Add new modifier because we are hiding an inherited
32584         member.
32586 2001-09-04  Ravi Pratap  <ravi@ximian.com>
32588         * cs-parser.jay (attribute_arguments): Implement actions.
32589         (attribute): Fix bug in production. Implement action.
32590         (attribute_list): Implement.
32591         (attribute_target): Implement.
32592         (attribute_target_specifier, opt_target_specifier): Implement
32593         (CheckAttributeTarget): New method to check if the attribute target
32594         is valid.
32595         (attribute_section): Implement.
32596         (opt_attributes): Implement.
32598         * attribute.cs : New file to handle attributes.
32599         (Attribute): Class to hold attribute info.
32601         * cs-parser.jay (opt_attribute_target_specifier): Remove production
32602         (attribute_section): Modify production to use 2 different rules to 
32603         achieve the same thing. 1 s/r conflict down !
32604         Clean out commented, useless, non-reducing dimension_separator rules.
32606         * class.cs (TypeContainer.attributes): New member to hold list
32607         of attributes for a type.
32608         (Struct::Struct): Modify to take one more argument, the attribute list.
32609         (Class::Class): Ditto.
32610         (Field::Field): Ditto.
32611         (Method::Method): Ditto.
32612         (Property::Property): Ditto.
32614         * cs-parser.jay (struct_declaration): Update constructor call to
32615         pass in the attributes too.
32616         (class_declaration): Ditto.
32617         (constant_declaration): Ditto.
32618         (field_declaration): Ditto.
32619         (method_header): Ditto.
32620         (fixed_parameter): Ditto.
32621         (parameter_array): Ditto.
32622         (property_declaration): Ditto.
32624         * constant.cs (Constant::Constant): Update constructor similarly.
32625         Use System.Collections.
32627         * parameter.cs (Parameter::Parameter): Update as above.
32629 2001-09-02  Ravi Pratap  <ravi@ximian.com>
32631         * class.cs (TypeContainer::AddDelegate): New method to add a delegate.
32632         (TypeContainer.delegates): New member to hold list of delegates.
32634         * cs-parser.jay (delegate_declaration): Implement the action correctly 
32635         this time as I seem to be on crack ;-)
32637 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
32639         * rootcontext.cs (RootContext::IsNamespace): new function, used to
32640         tell whether an identifier represents a namespace.
32642         * expression.cs (NamespaceExpr): A namespace expression, used only
32643         temporarly during expression resolution.
32644         (Expression::ResolveSimpleName, ::ResolvePrimary, ::ResolveName):
32645         utility functions to resolve names on expressions.
32647 2001-09-01  Miguel de Icaza  <miguel@ximian.com>
32649         * codegen.cs: Add hook for StatementExpressions. 
32651         * class.cs: Fix inverted test for static flag in methods.
32653 2001-09-02  Ravi Pratap  <ravi@ximian.com>
32655         * class.cs (Operator::CheckUnaryOperator): Correct error number used
32656         to make it coincide with MS' number.
32657         (Operator::CheckBinaryOperator): Ditto.
32659         * ../errors/errors.txt : Remove error numbers added earlier.
32661         * ../errors/cs1019.cs : Test case for error # 1019
32663         * ../errros/cs1020.cs : Test case for error # 1020
32665         * cs-parser.jay : Clean out commented cruft.
32666         (dimension_separators, dimension_separator): Comment out. Ostensibly not
32667         used anywhere - non-reducing rule.
32668         (namespace_declarations): Non-reducing rule - comment out.
32670         * enum.cs (Enum::AddEnum): Rename to AddEnumMember as I was getting confused
32671         with TypeContainer::AddEnum.
32673         * delegate.cs : New file for delegate handling classes.
32674         (Delegate): Class for declaring delegates.
32676         * makefile : Update.
32678         * cs-parser.jay (delegate_declaration): Implement.
32680 2001-09-01  Ravi Pratap  <ravi@che.iitm.ac.in>
32682         * class.cs (Event::Define): Implement.
32683         (Event.EventBuilder): New member.
32685         * class.cs (TypeContainer::Populate): Update to define all enums and events
32686         we have.
32687         (Events): New property for the events arraylist we hold. Shouldn't we move to using
32688         readonly fields for all these cases ?
32690 2001-08-31  Ravi Pratap  <ravi@che.iitm.ac.in>
32692         * class.cs (Property): Revamp to use the convention of making fields readonly.
32693         Accordingly modify code elsewhere.
32695         * class.cs : Apply patch from Mr. Mandar <go_mono@hotmail.com> for implementing
32696         the Define method of the Property class.
32698         * class.cs : Clean up applied patch and update references to variables etc. Fix 
32699         trivial bug.
32700         (TypeContainer::Populate): Update to define all the properties we have. Also
32701         define all enumerations.
32703         * enum.cs (Define): Implement.
32705 2001-08-31  Ravi Pratap  <ravi@che.iitm.ac.in>
32707         * cs-parser.jay (overloadable_operator): The semantic value is an
32708         enum of the Operator class.
32709         (operator_declarator): Implement actions.
32710         (operator_declaration): Implement.
32712         * class.cs (Operator::CheckUnaryOperator): New static method to help in checking
32713         validity of definitions.
32714         (Operator::CheckBinaryOperator): Static method to check for binary operators
32715         (TypeContainer::AddOperator): New method to add an operator to a type.
32717         * cs-parser.jay (indexer_declaration): Added line to actually call the
32718         AddIndexer method so it gets added ;-)
32720         * ../errors/errors.txt : Update to include new error numbers. Are these numbers 
32721         already taken care of by the MS compiler ?  
32723 2001-08-29  Ravi Pratap  <ravi@che.iitm.ac.in>
32725         * class.cs (Operator): New class for operator declarations.
32726         (Operator::OpType): Enum for the various operators.
32728 2001-08-29  Ravi Pratap  <ravi@che.iitm.ac.in>
32730         * class.cs (TypeContainer::AddIndexer): Remove FIXME comment. We
32731         ostensibly handle this in semantic analysis.
32733         * cs-parser.jay (general_catch_clause): Comment out
32734         (specific_catch_clauses, specific_catch_clause): Ditto.
32735         (opt_general_catch_clause, opt_specific_catch_clauses): Ditto
32736         (catch_args, opt_catch_args): New productions.
32737         (catch_clause): Rewrite to use the new productions above
32738         (catch_clauses): Modify accordingly.
32739         (opt_catch_clauses): New production to use in try_statement
32740         (try_statement): Revamp. Basically, we get rid of one unnecessary rule
32741         and re-write the code in the actions to extract the specific and
32742         general catch clauses by being a little smart ;-)
32744         * ../tests/try.cs : Fix. It's not 'finalize' my friend, it's 'finally' !
32745         Hooray, try and catch statements parse fine !
32747 2001-08-28  Ravi Pratap  <ravi@che.iitm.ac.in>
32749         * statement.cs (Block::GetVariableType): Fix logic to extract the type
32750         string from the hashtable of variables.
32752         * cs-parser.jay (event_accessor_declarations): Trivial fix. Man, how did
32753         I end up making that mistake ;-)
32754         (catch_clauses): Fixed gross error which made Key and Value of the 
32755         DictionaryEntry the same : $1 !!
32757 2001-08-28  Ravi Pratap  <ravi@che.iitm.ac.in>
32759         * cs-tokenizer.cs (initTokens): Add keywords 'add' and 'remove'
32761         * cs-parser.jay (event_declaration): Correct to remove the semicolon
32762         when the add and remove accessors are specified. 
32764 2001-08-28  Ravi Pratap  <ravi@che.iitm.ac.in>
32766         * cs-parser.jay (IndexerDeclaration): New helper class to hold
32767         information about indexer_declarator.
32768         (indexer_declarator): Implement actions.
32769         (parsing_indexer): New local boolean used to keep track of whether
32770         we are parsing indexers or properties. This is necessary because 
32771         implicit_parameters come into picture even for the get accessor in the 
32772         case of an indexer.
32773         (get_accessor_declaration, set_accessor_declaration): Correspondingly modified.
32775         * class.cs (Indexer): New class for indexer declarations.
32776         (TypeContainer::AddIndexer): New method to add an indexer to a type.
32777         (TypeContainer::indexers): New member to hold list of indexers for the
32778         type.
32780 2001-08-27  Ravi Pratap  <ravi@che.iitm.ac.in>
32782         * cs-parser.jay (add_accessor_declaration): Implement action.
32783         (remove_accessor_declaration): Implement action.
32784         (event_accessors_declaration): Implement
32785         (variable_declarators): swap statements for first rule - trivial.
32787         * class.cs (Event): New class to hold information about event
32788         declarations.
32789         (TypeContainer::AddEvent): New method to add an event to a type
32790         (TypeContainer::events): New member to hold list of events.
32792         * cs-parser.jay (event_declaration): Implement actions.
32794 2001-08-27  Ravi Pratap  <ravi@che.iitm.ac.in>
32796         * cs-parser.jay (dim_separators): Implement. Make it a string
32797         concatenating all the commas together, just as they appear.
32798         (opt_dim_separators): Modify accordingly
32799         (rank_specifiers): Update accordingly. Basically do the same
32800         thing - instead, collect the brackets here.
32801         (opt_rank_sepcifiers): Modify accordingly.
32802         (array_type): Modify to actually return the complete type string
32803         instead of ignoring the rank_specifiers.
32804         (expression_list): Implement to collect the expressions
32805         (variable_initializer): Implement. We make it a list of expressions
32806         essentially so that we can handle the array_initializer case neatly too.
32807         (variable_initializer_list): Implement.
32808         (array_initializer): Make it a list of variable_initializers
32809         (opt_array_initializer): Modify accordingly.
32811         * expression.cs (New::NType): Add enumeration to help us
32812         keep track of whether we have an object/delegate creation
32813         or an array creation.
32814         (New:NewType, New::Rank, New::Indices, New::Initializers): New
32815         members to hold data about array creation.
32816         (New:New): Modify to update NewType
32817         (New:New): New Overloaded contructor for the array creation
32818         case.
32820         * cs-parser.jay (array_creation_expression): Implement to call
32821         the overloaded New constructor.
32823 2001-08-26  Ravi Pratap  <ravi@che.iitm.ac.in>
32825         * class.cs (TypeContainer::Constructors): Return member
32826         constructors instead of returning null.
32828 2001-08-26  Miguel de Icaza  <miguel@ximian.com>
32830         * typemanager.cs (InitCoreTypes): Initialize the various core
32831         types after we have populated the type manager with the user
32832         defined types (this distinction will be important later while
32833         compiling corlib.dll)
32835         * expression.cs, literal.cs, assign.cs, constant.cs: Started work
32836         on Expression Classification.  Now all expressions have a method
32837         `Resolve' and a method `Emit'.
32839         * codegen.cs, cs-parser.jay: Fixed the bug that stopped code
32840         generation from working.     Also add some temporary debugging
32841         code. 
32843 2001-08-24  Miguel de Icaza  <miguel@ximian.com>
32845         * codegen.cs: Lots of code generation pieces.  This is only the
32846         beginning, will continue tomorrow with more touches of polish.  We
32847         handle the fundamentals of if, while, do, for, return.  Others are
32848         trickier and I need to start working on invocations soon.
32850         * gen-treedump.cs: Bug fix, use s.Increment here instead of
32851         s.InitStatement. 
32853         * codegen.cs (EmitContext): New struct, used during code
32854         emission to keep a context.   Most of the code generation will be
32855         here. 
32857         * cs-parser.jay: Add embedded blocks to the list of statements of
32858         this block.  So code generation proceeds in a top down fashion.
32860 2001-08-23  Miguel de Icaza  <miguel@ximian.com>
32862         * statement.cs: Add support for multiple child blocks.
32864 2001-08-22  Miguel de Icaza  <miguel@ximian.com>
32866         * codegen.cs (EmitCode): New function, will emit the code for a
32867         Block of code given a TypeContainer and its ILGenerator. 
32869         * statement.cs (Block): Standard public readonly optimization.
32870         (Block::Block constructors): Link children. 
32871         (Block::Child): Child Linker.
32872         (Block::EmitVariables): Emits IL variable declarations.
32874         * class.cs: Drop support for MethodGroups here, delay until
32875         Semantic Analysis.
32876         (Method::): Applied the same simplification that I did before, and
32877         move from Properties to public readonly fields.
32878         (Method::ParameterTypes): Returns the parameter types for the
32879         function, and implements a cache that will be useful later when I
32880         do error checking and the semantic analysis on the methods is
32881         performed.
32882         (Constructor::GetCallingConvention): Renamed from CallingConvetion
32883         and made a method, optional argument tells whether this is a class
32884         or a structure to apply the `has-this' bit.
32885         (Method::GetCallingConvention): Implement, returns the calling
32886         convention. 
32887         (Method::Define): Defines the type, a second pass is performed
32888         later to populate the methods.
32890         (Constructor::ParameterTypes): implement a cache similar to the
32891         one on Method::ParameterTypes, useful later when we do semantic
32892         analysis. 
32894         (TypeContainer::EmitMethod):  New method.  Emits methods.
32896         * expression.cs: Removed MethodGroup class from here.
32898         * parameter.cs (Parameters::GetCallingConvention): new method.
32900 2001-08-21  Miguel de Icaza  <miguel@ximian.com>
32902         * class.cs (TypeContainer::Populate): Drop RootContext from the
32903         argument. 
32905         (Constructor::CallingConvention): Returns the calling convention.
32906         (Constructor::ParameterTypes): Returns the constructor parameter
32907         types. 
32909         (TypeContainer::AddConstructor): Keep track of default constructor
32910         and the default static constructor.
32912         (Constructor::) Another class that starts using `public readonly'
32913         instead of properties. 
32915         (Constructor::IsDefault): Whether this is a default constructor. 
32917         (Field::) use readonly public fields instead of properties also.
32919         (TypeContainer::TypeAttr, TypeContainer::AddConstructor): Keep
32920         track of static constructors;  If none is used, turn on
32921         BeforeFieldInit in the TypeAttributes. 
32923         * cs-parser.jay (opt_argument_list): now the return can be null
32924         for the cases where there are no arguments. 
32926         (constructor_declarator): If there is no implicit `base' or
32927         `this', then invoke the default parent constructor. 
32929         * modifiers.cs (MethodAttr): New static function maps a set of
32930         modifiers flags into a MethodAttributes enum
32931         (FieldAttr): renamed from `Map'.  So now we have FieldAttr,
32932         MethodAttr, TypeAttr to represent the various mappings where the
32933         modifiers are used.
32934         (FieldAttr): Map also `readonly' to `FieldAttributes.InitOnly'  
32936 2001-08-19  Miguel de Icaza  <miguel@ximian.com>
32938         * parameter.cs (GetParameterInfo): Fix bug where there would be no
32939         method arguments.
32941         * interface.cs (PopulateIndexer): Implemented the code generator
32942         for interface indexers.
32944 2001-08-17  Miguel de Icaza  <miguel@ximian.com>
32946         * interface.cs (InterfaceMemberBase): Now we track the new status
32947         here.  
32949         (PopulateProperty): Implement property population.  Woohoo!  Got
32950         Methods and Properties going today. 
32952         Removed all the properties for interfaces, and replaced them with
32953         `public readonly' fields. 
32955 2001-08-16  Miguel de Icaza  <miguel@ximian.com>
32957         * interface.cs (AddEvent, AddMethod, AddIndexer, AddProperty):
32958         initialize their hashtables/arraylists only when they are needed
32959         instead of doing this always.
32961         * parameter.cs: Handle refs and out parameters.
32963         * cs-parser.jay: Use an ArrayList to construct the arguments
32964         instead of the ParameterCollection, and then cast that to a
32965         Parameter[] array.
32967         * parameter.cs: Drop the use of ParameterCollection and use
32968         instead arrays of Parameters.
32970         (GetParameterInfo): Use the Type, not the Name when resolving
32971         types. 
32973 2001-08-13  Miguel de Icaza  <miguel@ximian.com>
32975         * parameter.cs: Eliminate the properties Name, Type and ModFlags,
32976         and instead use public readonly fields.
32978         * class.cs: Put back walking code for type containers.
32980 2001-08-11  Miguel de Icaza  <miguel@ximian.com>
32982         * class.cs (MakeConstant): Code to define constants.
32984         * rootcontext.cs (LookupType): New function.  Used to locate types 
32987 2001-08-08  Miguel de Icaza  <miguel@ximian.com>
32989         * rootcontext.cs: OH MY!  My trick works!   It is amazing how nice
32990         this System.Reflection code is.  Kudos to Microsoft
32992         * typemanager.cs: Implement a type cache and avoid loading all
32993         types at boot time.  Wrap in LookupType the internals.  This made
32994         the compiler so much faster.  Wow.  I rule!
32996         * driver.cs: Make sure we always load mscorlib first (for
32997         debugging purposes, nothing really important).
32999         * Renamespaced things that were on `CSC' to `CIR'.  Maybe I should
33000         have moved to `CSC' rather than `CIR'.  Oh man!  The confussion!  
33002         * rootcontext.cs: Lookup types on their namespace;  Lookup types
33003         on namespaces that have been imported using the `using' keyword.
33005         * class.cs (TypeContainer::TypeAttr): Virtualize.
33006         (Class::TypeAttr): Return attributes suitable for this bad boy.
33007         (Struct::TypeAttr): ditto.
33008         Handle nested classes.
33009         (TypeContainer::) Remove all the type visiting code, it is now
33010         replaced with the rootcontext.cs code
33012         * rootcontext.cs (GetClassBases): Added support for structs. 
33014 2001-08-06  Miguel de Icaza  <miguel@ximian.com>
33016         * interface.cs, statement.cs, class.cs, parameter.cs,
33017         rootcontext.cs, gen-treedump.cs, enum.cs, cs-parse.jay:
33018         Drop use of TypeRefs, and use strings instead.
33020 2001-08-04  Miguel de Icaza  <miguel@ximian.com>
33022         * rootcontext.cs: 
33024         * class.cs (Struct::Struct): set the SEALED flags after
33025         checking the modifiers.
33026         (TypeContainer::TypeAttr): new property, returns the
33027         TypeAttributes for a class.  
33029         * cs-parser.jay (type_list): Oops, list production was creating a
33030         new list of base types.
33032         * rootcontext.cs (StdLib): New property.
33033         (GetInterfaceTypeByName): returns an interface by type name, and
33034         encapsulates error handling here.
33035         (GetInterfaces): simplified.
33036         (ResolveTree): Encapsulated all the tree resolution here.
33037         (CreateClass, GetClassBases, GetInterfaceOrClass): Create class
33038         types. 
33040         * driver.cs: Add support for --nostdlib, to avoid loading the
33041         default assemblies.
33042         (Main): Do not put tree resolution here. 
33044         * rootcontext.cs: Beginning of the class resolution.
33046 2001-08-03  Miguel de Icaza  <miguel@ximian.com>
33048         * rootcontext.cs: Provide better error reporting. 
33050         * cs-parser.jay (interface_base): set our $$ to be interfaces.
33052         * rootcontext.cs (CreateInterface): Handle the case where there
33053         are no parent interfaces.
33055         (CloseTypes): Routine to flush types at the end.
33056         (CreateInterface): Track types.
33057         (GetInterfaces): Returns an array of Types from the list of
33058         defined interfaces.
33060         * typemanager.c (AddUserType): Mechanism to track user types (puts
33061         the type on the global type hash, and allows us to close it at the
33062         end). 
33064 2001-08-02  Miguel de Icaza  <miguel@ximian.com>
33066         * tree.cs: Removed RecordType, added RecordClass, RecordStruct and
33067         RecordInterface instead.
33069         * cs-parser.jay: Updated to reflect changes above.
33071         * decl.cs (Definition): Keep track of the TypeBuilder type that
33072         represents this type here.  Not sure we will use it in the long
33073         run, but wont hurt for now.
33075         * driver.cs: Smaller changes to accomodate the new code.
33077         Call ResolveInterfaceBases, Call ResolveClassBases, Save assembly
33078         when done. 
33080         * rootcontext.cs (CreateInterface):  New method, used to create
33081         the System.TypeBuilder type for interfaces.
33082         (ResolveInterfaces): new entry point to resolve the interface
33083         hierarchy. 
33084         (CodeGen): Property, used to keep track of the code generator.
33086 2001-07-26  Miguel de Icaza  <miguel@ximian.com>
33088         * cs-parser.jay: Add a second production for delegate_declaration
33089         with `VOID'.
33091         (enum_body): Put an opt_comma here instead of putting it on
33092         enum_body or enum_member_declarations so we can handle trailing
33093         commas on enumeration members.  Gets rid of a shift/reduce.
33095         (type_list): Need a COMMA in the middle.
33097         (indexer_declaration): Tell tokenizer to recognize get/set
33099         * Remove old targets.
33101         * Re-add the parser target.
33103 2001-07-13  Simon Cozens <simon@simon-cozens.org>
33105         * cs-parser.jay: Add precendence rules for a number of operators
33106         ot reduce the number of shift/reduce conflicts in the grammar.
33108 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
33110         * tree.cs: moved IGenerator interface and renamed it to ITreeDump
33111         and put it here.
33113         Get rid of old crufty code.
33115         * rootcontext.cs: Use this to keep track of the parsed
33116         representation and the defined types available to the program. 
33118         * gen-treedump.cs: adjust for new convention.
33120         * type.cs: Split out the type manager, and the assembly builder
33121         from here. 
33123         * typemanager.cs: the type manager will live here now.
33125         * cil-codegen.cs: And the code generator here. 
33127 2001-07-14  Sean MacIsaac  <macisaac@ximian.com>
33129         * makefile: Fixed up for easy making.
33131 2001-07-13  Simon Cozens <simon@simon-cozens.org>
33133         * cs-parser.jay (rank_specifier): Remove a conflict by reordering
33134         the 
33136         (unary_expression): Expand pre_increment_expression and
33137         post_decrement_expression to reduce a shift/reduce.
33139 2001-07-11  Simon Cozens
33141         * cs-tokenizer.cs: Hex numbers should begin with a 0.
33143         Improve allow_keyword_as_indent name.
33145 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
33147         * Adjustments for Beta2. 
33149 2001-06-13  Miguel de Icaza  <miguel@ximian.com>
33151         * decl.cs: Added `Define' abstract method.
33152         (InTransit): new property, used to catch recursive definitions. 
33154         * interface.cs: Implement `Define'. 
33156         * modifiers.cs: Map Modifiers.constants to
33157         System.Reflection.TypeAttribute flags.
33159         * class.cs: Keep track of types and user-defined types.
33160         (BuilderInit): New method for creating an assembly
33161         (ResolveType): New function to launch the resolution process, only
33162         used by interfaces for now.
33164         * cs-parser.jay: Keep track of Classes, Structs and Interfaces
33165         that are inserted into the name space. 
33167 2001-06-08  Miguel de Icaza  <miguel@ximian.com>
33169         * ARGH.  I have screwed up my tree so many times due to the use of
33170         rsync rather than using CVS.  Going to fix this at once. 
33172         * driver.cs: Objetify driver.  Load assemblies, use assemblies to
33173         load types.
33175 2001-06-07  Miguel de Icaza  <miguel@ximian.com>
33177         * Experiment successful: Use System.Type rather that our own
33178         version of Type.  
33180 2001-05-25  Miguel de Icaza  <miguel@ximian.com>
33182         * cs-parser.jay: Removed nsAliases from here.
33184         Use new namespaces, handle `using XXX;' 
33186         * namespace.cs: Reimplemented namespace handling, use a recursive
33187         definition of the class.  Now we can keep track of using clauses
33188         and catch invalid using clauses.
33190 2001-05-24  Miguel de Icaza  <miguel@ximian.com>
33192         * gen-treedump.cs: Adapted for all the renaming.
33194         * expression.cs (Expression): this class now has a Type property
33195         which returns an expression Type.
33197         (Probe::, New::, TypeOf::, SizeOf::, Constant::): renamed from
33198         `Type', as this has a different meaning now in the base
33200 2001-05-22  Miguel de Icaza  <miguel@ximian.com>
33202         * interface.cs, class.cs: Removed from all the sources the
33203         references to signature computation, as we can not do method
33204         signature computation during the parsing time, as we are not
33205         trying to solve at that point distinguishing:
33207         class X {
33208                 void a (Blah x) {}
33209                 void a (NS.Blah x) {}
33210         }
33212         Which depending on the context might be valid or not, as we do not
33213         know if Blah is the same thing as NS.Blah at that point.
33215         * Redid everything so the code uses TypeRefs now instead of
33216         Types.  TypeRefs are just temporary type placeholders, that need
33217         to be resolved.  They initially have a pointer to a string and the
33218         current scope in which they are used.  This is used later by the
33219         compiler to resolve the reference to an actual Type. 
33221         * DeclSpace is no longer a CIR.Type, and neither are
33222         TypeContainers (Class and Struct) nor Interfaces nor Enums.  They
33223         are all DeclSpaces, but no Types. 
33225         * type.cs (TypeRefManager): This implements the TypeRef manager,
33226         which keeps track of all the types that need to be resolved after
33227         the parsing has finished. 
33229 2001-05-13  Miguel de Icaza  <miguel@ximian.com>
33231         * ARGH.  We are going to have to store `foreach' as a class rather
33232         than resolving it, as we need to verify error 1579 after name
33233         resolution.   *OR* we could keep a flag that says `This request to
33234         IEnumerator comes from a foreach statement' which we can then use
33235         to generate the error.
33237 2001-05-10  Miguel de Icaza  <miguel@ximian.com>
33239         * class.cs (TypeContainer.AddMethod): we now add methods to the
33240         MethodGroup instead of the method hashtable.  
33242         * expression.cs: Add MethodGroup abstraction, which gets us one
33243         step closer to the specification in the way we handle method
33244         declarations.  
33246         * cs-parser.jay (primary_expression): qualified_identifier now
33247         tried to match up an identifier to a local variable reference or
33248         to a parameter reference.
33250         current_local_parameters is now a parser global variable that
33251         points to the current parameters for the block, used during name
33252         lookup.
33254         (property_declaration): Now creates an implicit `value' argument to
33255         the set accessor.
33257 2001-05-09  Miguel de Icaza  <miguel@ximian.com>
33259         * parameter.cs: Do not use `param' arguments as part of the
33260         signature, per the spec.
33262 2001-05-08  Miguel de Icaza  <miguel@ximian.com>
33264         * decl.cs: Base class for classes, structs and interfaces.  This
33265         is the "Declaration Space" 
33267         * cs-parser.jay: Use CheckDef for checking declaration errors
33268         instead of having one on each function.
33270         * class.cs: Factor out some code for handling error handling in
33271         accordance to the "Declarations" section in the "Basic Concepts"
33272         chapter in the ECMA C# spec.
33274         * interface.cs: Make all interface member classes derive from
33275         InterfaceMemberBase.
33277 2001-05-07  Miguel de Icaza  <miguel@ximian.com>
33279         * Many things: all interfaces are parsed and generated in
33280         gen-treedump.  Support for member variables, constructors,
33281         destructors, properties, constants is there.
33283         Beginning of the IL backend, but very little done, just there for
33284         testing purposes. 
33286 2001-04-29  Miguel de Icaza  <miguel@ximian.com>
33288         * cs-parser.jay: Fix labeled statement.
33290         * cs-tokenizer.cs (escape): Escape " and ' always.
33291         ref_line, ref_name: keep track of the line/filename as instructed
33292         by #line by the compiler.
33293         Parse #line.
33295 2001-04-27  Miguel de Icaza  <miguel@ximian.com>
33297         * System.CodeDOM/CodeBinaryOperatorExpression.cs: Rearrange enum
33298         to match the values in System.CodeDOM.
33300         Divid renamed to Divide.
33302         * System.CodeDOM/CodeForLoopStatement.cs: Always have valid
33303         statements. 
33304         (Statements.set): remove.
33306         * System.CodeDOM/CodeCatchClause.cs: always have a valid
33307         statements. 
33309         * System.CodeDOM/CodeIfStatement.cs: trueStatements and
33310         falseStatements always have valid values. 
33312         * cs-parser.jay: Use System.CodeDOM now.