CRLF->LF conversion
[mono.git] / mcs / mcs /
2010-11-12 Marek SafarShow more details for CS1061 eror
2010-11-12 Marek SafarInflate nested non-generic interfaces inside generic...
2010-11-12 Marek Safar[652390] Return type inference can inflate using type...
2010-11-11 Marek Safar[650850] Inflate all hoisted type parameter constraints
2010-11-11 Marek SafarSynchronize event add/remove using CAS
2010-11-11 Marek SafarUnwraped equality operators cannot use a user operator...
2010-11-10 Marek SafarImplement dynamic mutator over dynamic indexer
2010-11-10 Marek SafarMore tweaks for nullable binary operation
2010-11-10 Marek SafarFalse user-operator has priority over logical not user...
2010-11-10 Marek SafarFixes a logic error in filtering out operators like...
2010-11-10 Marek SafarDon't crash on liften null left/right shift
2010-11-10 Marek SafarLogical binary operarions with dynamic arguments have...
2010-11-09 Marek SafarImport declaring type base type when walking up the...
2010-11-08 Marek SafarEmit correctly EndInvoke parameters attributes and...
2010-11-08 Marek SafarFixed ambiguity for overload resolution between params...
2010-11-08 Marek SafarClean up event expression assigning error reporting
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Marek SafarBetter 843 error message
2010-11-05 Marek SafarMove 2.0 Monitor.Enter back out of the try block
2010-11-05 Marek SafarOnly when importing nested types definition base type...
2010-11-04 Marek SafarAllow liften null as a given number of bit positions...
2010-11-04 Marek SafarAdd boxing for dynamic nullable conversion of coalescin...
2010-11-04 Marek SafarReject inaccessible members based on declaring type...
2010-11-04 Marek SafarInflate also event backing field
2010-11-04 Marek SafarAnother missing full dynamic type equality check
2010-11-03 Marek SafarImplement lock statement over generic type parameter
2010-11-03 Marek SafarIssue a warning about re-assigned locked local variable
2010-11-03 Marek SafarFixes NRE in pre-4.0 compilation
2010-11-03 Marek SafarReset lock_taken before entering Monitor.Enter
2010-11-03 Marek SafarExclusiveOr is not nullable bitwise boolean operator
2010-11-03 Marek SafarA candidate method can use dynamic in expanded form...
2010-11-03 Marek Safartypeof expression does not need unsafe context for...
2010-11-03 Marek SafarPass checked context to compound member access setters
2010-11-02 Marek SafarEmit lock statement using Monitor.Enter (object, ref...
2010-11-02 Marek SafarImplements indirect delegates invocation via dynamic...
2010-11-02 Marek SafarPass value type dynamic members as by-ref to persist...
2010-11-01 Marek SafarConvert dynamic assignment in checked context when set
2010-11-01 Marek SafarCheck for unfixed type arguments before calling overloa...
2010-11-01 Marek SafarSet correct result type for chained folded enum subtraction
2010-11-01 Marek SafarCheck binary header using right methods.
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Marek SafarMake dynamic array access index expresions in checked...
2010-10-29 Marek SafarIgnore private methods in batch import
2010-10-28 Marek SafarFix emitted code for predefined or/and operation betwee...
2010-10-28 Marek SafarAdd more type parameter checks for inherited constraints.
2010-10-28 Marek SafarImplement type inference of dynamic arguments used...
2010-10-28 Marek SafarUse correct location for unexpected type parameter
2010-10-27 Marek SafarReorder MethodBase::Attributes usage
2010-10-27 Marek Safar[649448] Compare original goto block for cloned blocks.
2010-10-27 Marek Safar[648360] When inflating nested generic type use same...
2010-10-27 Marek SafarMake the static field readonly
2010-10-27 Marek SafarMake static fields readonly
2010-10-27 Marek Safarcrlf fix
2010-10-27 Marek SafarRevert unwanted changes
2010-10-27 Marek SafarCheck nested declaring types when testing member overrides
2010-10-27 Marek SafarDelay expensive inflator construction for type paramete...
2010-10-25 Marek SafarRecover from invalid implicit lambda block
2010-10-25 Marek SafarAdd more details to timing debugging
2010-10-25 Marek SafarMake setting a position out of the buffer size actually...
2010-10-24 Marek SafarAdd missing v3 language version
2010-10-22 Marek SafarUse faster MemberKind when checking for a nested type
2010-10-22 Marek SafarInclude parent type parameters when inflating nested...
2010-10-22 Marek SafarMove nested declaration looup to TypeContainer
2010-10-22 Marek SafarAdd dynamic conversion to coalescing operator
2010-10-21 Marek SafarImplement closest override return type matching
2010-10-20 Marek Safar[601801] Fixes for parsing nant documentation
2010-10-20 Marek SafarCheck for name conflicts between parent members and...
2010-10-20 Marek Safar[647845] Don't skip parent types when looking for simpl...
2010-10-20 Marek SafarMore work on ambiguous named arguments
2010-10-20 Marek SafarMore optional parameter VB compatibility fixes
2010-10-19 Marek SafarRestore altered arguments when overload resolution...
2010-10-18 Marek Safar[512754] Overload resolution with named or optional...
2010-10-15 Marek Safar[646997] Correctly emit platform ILOnly flag
2010-10-15 Marek SafarExtension method argument cannot exercise numeric conve...
2010-10-15 Marek SafarAdd more dynamic conversion restrictions
2010-10-15 Marek SafarClean up few more warnings
2010-10-15 Marek SafarMore tweaks to dynamic overload resolution
2010-10-15 Marek SafarA conditional expression with either dynamic side is...
2010-10-15 Marek SafarDon't define same parameter more than once.
2010-10-14 Marek SafarMore conversion tweaks for dynamic in using statement
2010-10-14 Marek Safar[646298] Compile multiple interface event declarators
2010-10-14 Marek SafarUse 2 phase dynamic load only for compound operations
2010-10-13 Marek SafarHasDynamicElement became available use it when building...
2010-10-13 Marek Safar[645992] When importing dynamic type arguments dynamic...
2010-10-13 Marek SafarDynamic type is never better than other types in overlo...
2010-10-12 Marek SafarMore fixes for implicit conversions of nullable types...
2010-10-12 Marek SafarKeep parsing after invalid contstructor declaration
2010-10-12 Marek Safar[645572] Import more type as possible dynamic types.
2010-10-12 Marek SafarReport correct error message for compound lifted binary...
2010-10-12 Marek SafarFold duplex conversion casts into a expression to emit...
2010-10-11 Marek SafarCompound assignments over reference type array cannot...
2010-10-10 Marek Safar[645232] Implement ITypeDefinition for internal types.
2010-10-08 Marek SafarDon't assume the system.object does not have any fields
2010-10-08 Marek Safar[642975] Fix initializer of partially static multidimen...
2010-10-08 Marek Safar[644673] Import of modules got broken
2010-10-08 Marek SafarAllow imported members cache to be setup in 2 phases...
2010-10-07 Marek SafarFix compound event assigments with dynamic side effect
2010-10-07 Marek Safar[644507] Don't use nested type cache until declaring...
2010-10-07 Marek SafarFix compound assigments with dynamic side effect
next