Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-22Remove test for "wrong nested this" in Microsoft.CSharp (#26417)Jon Hanna
2018-01-19Have S.L.Expressions accept conversions it incorrectly rejects. (#25768)Jon Hanna
2018-01-19Implement non-trailing named arguments in Microsoft.CSharp (#25819)Jon Hanna
2018-01-18Implement private protected in Microsoft.CSharp (#25523)Jon Hanna
2018-01-15Remove ErrorType and dependant paths from Microsoft.CSharp (#25996)Jon Hanna
2018-01-14Restore temporarily removed assertion in Microsoft.CSharp (#26328)Jon Hanna
2018-01-05Tests for ambiguous interface member errors in Microsoft.CSharp (#25827)Jon Hanna
2018-01-05Microsoft.CSharp: Set temporary unchecked context correctly. (#25825)Jon Hanna
2018-01-04Removes few unused variables in Microsoft.CSharp (#26127)Marek Safar
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-22Remove Microsoft.CSharp's BindBinaryAssignmentFailedNullReference (#25744)Jon Hanna
2017-12-19MS.CSharp Remove some dead paths for impossible errors in FillInArgInfoFromAr...Jon Hanna
2017-12-18Have Microsoft.CSharp pick correct default for optional MarshalAs(UnmanagedTy...Jon Hanna
2017-12-15Stop Microsoft.CSharp getting confused by varargs overloads to callable membe...Jon Hanna
2017-12-13MS.CSharp Refactoring of producing lambda for dynamic operation and rewriting...Jon Hanna
2017-12-07Remove dead code from MS.CSharp's BadOperatorTypesError and related methods (...Jon Hanna
2017-12-04Microsoft.CSharp: Remove unused SymWithType fields from MemberLookup (#25623)Jon Hanna
2017-11-30Remove code in Microsoft.CSharp related to casting method groups or unbound l...Jon Hanna
2017-11-30Remove some pointer-related dead code from Microsoft.CSharp (#25466)Jon Hanna
2017-11-30Simplify some casting and conversion related code in Microsoft.CSharp (#25357)Jon Hanna
2017-11-30Fix handling of unary operations on nullable enums in Microsoft.CSharp (#25209)Jon Hanna
2017-11-30Allow dynamic use objects of different, identically-named, types. (#25191)Jon Hanna
2017-11-30Remove invalid assertion from Microsoft.CSharp's BindIsEvent (#25473)Jon Hanna
2017-11-30Correct identity expression results in MS.CSharp (#25484)Jon Hanna
2017-11-30Remove some dead code from Microsoft.CSharp's PredefinedMembers (#25468)Jon Hanna
2017-11-22Remove invalid assertion from Microsoft.CSharp's InvokeMember. (#25420)Jon Hanna
2017-11-21Defer calculation of AggregateType.GetBaseClass() in Microsoft.CSharp (#25196)Jon Hanna
2017-11-20MS.CSharp some error improvements (#25342)Jon Hanna
2017-11-20MS.CSharp: Stop string conversion being incorrectly considered "simple" (#25339)Jon Hanna
2017-11-20Don't cache TypeParameterType in table. (#25332)Jon Hanna
2017-11-16Ensure Microsoft.CSharp's binders only enumerate arguments once. (#25226)Jon Hanna
2017-11-15MS.CSharp: Avoid allocation in AllocParams(int, TypeArray, int) (#25183)Jon Hanna
2017-11-15Microsoft.CSharp: Replace IExprWithArgs interface with ExprWithArgs class in ...Jon Hanna
2017-11-15Microsoft.CSharp: Remove check for ExprMemberGroup being used as a lvalue (#2...Jon Hanna
2017-11-15Microsoft.CSharp: Remove code for checking possible membergroup → delegate ...Jon Hanna
2017-11-15Key AggregateType lookup on triple of symbol, outer type and type args (#25202)Jon Hanna
2017-11-15Remove some unreachable errors from Microsoft.CSharp (#25231)Jon Hanna
2017-11-15Merge CheckedConstant & CheckedNormal in MS.CSharp's BindingContext (#25174)Jon Hanna
2017-11-15Simplify Microsoft.CSharp's NameManager and root namespace symbol (#25173)Jon Hanna
2017-11-14Some tests for invoking delegates held in dynamic variables (#25218)Jon Hanna
2017-11-10Microsoft.CSharp: Don't allocate in SubstTypeArray unless necessary. (#25100)Jon Hanna
2017-11-10MS.CSharp: Remove checks for locals as possible source of lvalue errors. (#25...Jon Hanna
2017-11-10Don't remap virtual methods in Microsoft.CSharp (#22636)Jon Hanna
2017-11-10Remove Microsoft.CSharp's AssemblyQualifiedNamespaceSymbol (#25073)Jon Hanna
2017-11-10Remove some redundances from Microsoft.CSharp (#25041)Jon Hanna
2017-11-07Make Microsoft.CSharp.RuntimeBinder.Syntax.NameManager static (#25071)Jon Hanna
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-05Remove dead code concernin TypeParameterType/Symbol from Microsoft.CSharp (#2...Jon Hanna