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
2017-10-28Move InAttribute from S.R.InteropServices to System.Runtime next to OutAttrib...Ahson Khan
2017-10-24Expose/test DateTime{Offset}'s Span-based {Try}Parse{Exact} and TryFormat met...Stephen Toub
2017-10-24Rename MemoryHandle PinnedPointer and add HasPointer property.ahsonkhan
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-18Remove methods marked as internal from reference assembly. (#24700)Ahson Ahmed Khan
2017-10-09Merge pull request #24471 from stephentoub/expose_ctrtokenStephen Toub
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-10-06Expose IsGenericTypeParameter and IsGenericMethodParameter on System.Type (#2...Atsushi Kanamori
2017-10-06Expose/test CancellationTokenRegistration.TokenStephen Toub
2017-10-04Skip GC tests on desktop with difference in behavior (#24419)Santiago Fernandez Madero
2017-10-03Add string.Concat(IEnumerable<char>) tests (#24398)Stephen Toub
2017-10-03Adding MemoryHandle AddOffset to fix Memory.Retain impl (#24323)Ahson Ahmed Khan
2017-10-02New tests covering GC.TryStartNoGCRegion (#24201)Sean Gillespie
2017-09-28Making Memory and ReadOnly readonly, fixing issue #23809 (#24245)Ahson Ahmed Khan
2017-09-26BigInteger based random testing of System.Decimal (#24053)Pent Ploompuu
2017-09-24Use stackalloc directly into Span (#24212)Stephen Toub
2017-09-23Expose/test Guid.{Try}Parse{Exact} span-based methods (#24204)Stephen Toub
2017-09-22Expose/test String.Create span-based method (#23872)Stephen Toub
2017-09-21Change AsSpan to property Span and rename AsMemory to Memoryahsonkhan
2017-09-19Marking {ReadOnly}Span as readonly structs (#23908)Ahson Ahmed Khan
2017-09-19Updating corefx to use new roslyn compiler (#24076)Jose Perez Rodriguez
2017-09-18Address remaining PR feedbackStephen Toub
2017-09-18Expose and add tests for Guid.ctor(Span)/TryWriteBytes/TryFormatStephanie Niu
2017-09-15Enable disabled date parsing test on Linux (#24051)Tarek Mahmoud Sayed
2017-09-15Fix TimeSpan tests for cultures using ',' in place of '.' (#24047)Pent Ploompuu
2017-09-14Fix Mongolian date parsing test (#24020)Tarek Mahmoud Sayed
2017-09-13Making dangerous Span APIs less discoverable. (#23965)Ahson Ahmed Khan
2017-09-12Cleanup code in System.Runtime.Serialization.Formatters.Tests (#23940)Viktor Hofer
2017-09-11Make Stream.Write/ReadAsync(Memory, ...) virtual in ref (#23944)Stephen Toub
2017-09-11Expose/add tests for Memory-based Stream overloads (#23776)Stephen Toub
2017-09-10Add more DateTime parsing tests (#23893)Stephen Toub
2017-09-10Merge pull request #23841 from ahsonkhan/AddToSystemRuntimeStephen Toub
2017-09-09Expose the recently approved Reflection apis in contracts (#23882)Atsushi Kanamori
2017-09-09Move GCHandle and GCHandleType to System.Runtime reference assembly.ahsonkhan
2017-09-08Merge pull request #23594 from stephentoub/timespan_spanStephen Toub
2017-09-07Expose {ReadOnly}Memory from System.Runtimeahsonkhan
2017-09-01Expose/test span-based Version methods (#23338)Stephen Toub
2017-08-31Grammar check - "a [a,e]" rule. (#23697)Brian Chavez
2017-08-31Miscellaneous typo corrections. (#23698)Brian Chavez
2017-08-30Merge pull request #23611 from ericstj/removeNetFxSupportLibsEric StJohn
2017-08-30Added tests for struct Equals issue. (#23596)Jim Ma
2017-08-30Expose IsByRefLike api. (#23659)Atsushi Kanamori
2017-08-29Update VS configurationsEric St. John
2017-08-28Expose and add tests for TimeSpan span-based methodsStephen Toub
2017-08-28Add more TimeSpan testsStephen Toub
2017-08-26Remove Span(T[],int) ctor from System.Runtime (#23558)Stephen Toub
2017-08-25Reenable tests that are now working on ILC (#23552)Atsushi Kanamori
2017-08-22Expose/test Encoder/Decoder span-based APIs (#23361)Stephen Toub
2017-08-22Expose and test primitive span-based {Try}Parse methods (#23277)Stephen Toub
2017-08-17Merge pull request #23049 from stephentoub/encodingspan_testsStephen Toub