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-22Support op_Exponent and op_Exponentiation in S.L.Expressions (#26413)Jon Hanna
2018-01-19Have S.L.Expressions accept conversions it incorrectly rejects. (#25768)Jon Hanna
2018-01-11Fill some test gaps in S.L.Expression's LambdaCompiler (#25909)Jon Hanna
2018-01-05Update byref of custom S.L.Expressions convert method in interpreter (#25836)Jon Hanna
2018-01-04Update BuildTools, CoreSetup to prerelease-02403-01, preview1-26103-03, respe...dotnet-maestro-bot
2017-12-14Correctly handle coalesce linq expressions that widen the rhs operand (#25501)Jon Hanna
2017-12-08 Replace S.L.Expression's CanCache with the use of Type.IsCollectible (#25736)Jon Hanna
2017-11-30Allow dynamic use objects of different, identically-named, types. (#25191)Jon Hanna
2017-11-25changesAnipik
2017-11-25key added to exceptionAnipik
2017-11-20Remove pre-generated delegate for CallSite-only delegate. (#25308)Jon Hanna
2017-11-20Fix two issues related to high-arity lambda expressions. (#25304)Jon Hanna
2017-11-19Delete unnecessary SecurityTransparent annotationsJan Kotas
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-11Run code formatter on System.Linq.Expressions (#25186)Jon Hanna
2017-11-11Update VS configurations for S.L.Expressions (#25175)Jan Kotas
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-30Remove private reflection agaist RuntimeWrappedException constructor (#24945)Jan Kotas
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-30XML doc spelling corrections - Q through Z. (#23655)Brian Chavez
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Have Microsoft.CSharp treat type name collisions better. (#23021)Jon Hanna
2017-07-28Remove most use of "Bogus" from Microsoft.CSharp and fix remaining (#22537)Jon Hanna
2017-07-25Skip interpreting arithmetic operands if the left argument is null (#22420)Jon Hanna
2017-07-25S.L.Expressions: Tests for DynamicAttribute (#22590)Jon Hanna
2017-07-21Don't double-cast in nullable-to-nullable coalesce S.L.Expressions (#22246)Jon Hanna
2017-07-21Remove unnecessary store/loads from EmitNonNullableToNullableConversion and E...Jon Hanna
2017-07-21Simplify some S.L.Expressions branch compilation methods (#22166)Jon Hanna
2017-07-18Have S.L.Expressions produce shorter IL for integral NegateChecked (#22225)Jon Hanna
2017-07-17Compile Boolean != as ^ in System.Linq.Expressions (#21806)Jon Hanna
2017-07-17Remove checked floating negate instructions from S.L.Expressions (#21795)Jon Hanna
2017-07-08Fix an DR.XML directive that does not conform to the schema (#21994)Vladimir Sadov
2017-07-05Skip exception msg check on aot (#21871)Dan Moseley
2017-07-04Throw expected message for negative new array length in S.L.Expressions (#21843)Jon Hanna
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-18Fixup instances of [ThreadStatic] naming in product codeHugh Bellamy
2017-06-08Merge pull request #18920 from JonHanna/consolidate_byref_pointer_validationVladimir Sadov
2017-06-06ActiveIssue a few more tests on ILC that are blocking ZBB. (#20720)Atsushi Kanamori
2017-06-04S.L.Expressions: Consolidate pointer & byref test in ValidateTypeJon Hanna
2017-05-21Merge pull request #18564 from JonHanna/storage_freeableVladimir Sadov
2017-05-17Merge pull request #19900 from AtsushiKan/bugsStephen Toub
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17CoreFx Tests: Add ActiveIssues for ILCAtsushi Kanamori
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-16Fix failures in System.Dynamic.Runtime.TestsAtsushi Kanamori
2017-05-15Enable most corefx tests for Bash on WindowsJason Lin