[PLinq] Split long running test in two
[mono.git] / mcs / mcs /
2010-11-26 Marek Safar[655766] Encode string null attribute argument
2010-11-26 Marek SafarCleanup typed constants
2010-11-26 Marek SafarSwitch symbol writer to public api
2010-11-26 Marek SafarMore using cleanup
2010-11-26 Marek SafarRemove TypeBuilder from DefineType
2010-11-26 Marek SafarUnify System.Reflection usings
2010-11-24 Marek SafarRecover from broken for statement
2010-11-24 Marek SafarInflate imported type arguments types with type definit...
2010-11-23 Marek SafarRemove typeof comparisons
2010-11-23 Marek SafarRemove typeof usage from DefaultCharSet
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Marek SafarDon't multiply fixed buffer size (it's done by runtime...
2010-11-22 Marek SafarEmit fixed buffers using standard api only
2010-11-22 Marek SafarTweak async modifier constant value
2010-11-22 Alexander CorradoAdded 'async' as a recognized method modifier.
2010-11-22 Marek SafarDefine embeded resources using standard API
2010-11-22 Marek SafarMove entry point handling to AssemblyDefinition
2010-11-22 Marek SafarMake generated assembly attributes container name unique
2010-11-22 Marek SafarDon't sign netmodules.
2010-11-22 Marek SafarPut back private key handling
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-22 Marek SafarAdd missing file
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-15 Marek SafarRemove old accessibility check routine
2010-11-12 Marek SafarMove an assembly declaration handling into a new file
2010-11-12 Marek SafarAdd local version of constructor info constants
2010-11-12 Marek SafarRemove unused namespaces
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...
next