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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2015-09-03[Facades] fix exclusion from "make dist"Jo Shields
2015-09-03[mcs] Cache fixed array type expression. Fixes #33573Marek Safar
2015-09-03[HttpWebRequestTest] New test to check that after reading 2 GB of data from w...BogdanovKirill
2015-09-03[corlib] Fixes TimeZoneInfo.GetDaylightChanges.Marcos Henrich
2015-09-03[corlib] Test GetSystemTimeZones in all timezones.Marcos Henrich
2015-09-03[mcs] Implements null operator used from both outer and inner expression of t...Marek Safar
2015-09-02[wcf] Fix a regression introduced by 577d50e2e149143b7c3030dbcf3bf03f8d71d06d.Zoltan Varga
2015-09-02[Facades] Fix accidental removal of a lineMiguel de Icaza
2015-09-02[corlib] Construct specific culture using most specific culture name region. ...Marek Safar
2015-09-02Merge pull request #2010 from buraktamturk/masterZoltan Varga
2015-09-02Update SynchronizedCollection.csdelme-imgtec
2015-09-02Revert "[sdb] Disallow nested invokes."Zoltan Varga
2015-09-01[bcl] Disable some tests which rely on fp behavior on mobile. (#33510).Zoltan Varga
2015-09-01[Facades] Fix parallel builds for non-general profilesMiguel de Icaza
2015-09-01Merge pull request #2012 from joelmartinez/mdoc-memberremoval-fixJonathan Pryor
2015-09-01[mdoc] Fixes an issue with member and type deletion.Joel Martinez
2015-09-01[Facades] Use Zoltan's parallel build infrastructureMiguel de Icaza
2015-09-01Reverted too long to run test.Marcos Henrich
2015-09-01[mcs] Remove not implemented from ambiguous static type lookup. Fixes #33527Marek Safar
2015-09-01fixing typo appropiate in WebHeaderCollection.csTimotheus Pokorra
2015-08-31Remove incorrect warningsMarek Safar
2015-08-31[mcs] Don't report error for warnings which are not intended to be compiler w...Marek Safar
2015-08-31[system] WebUtility from reference sourcesMarek Safar
2015-08-30[mcs] 'future' option is now 'experimental' - clarify in man page and help text.Alex Rønne Petersen
2015-08-30Implement SqlDataReader.GetFieldValue<T> in order to fix EF's UpdateExceptionBurak Tamtürk
2015-08-29Revert "Merge pull request #2008 from dlech/CustomAttributeData"Marek Safar
2015-08-29Merge pull request #1936 from esdrubal/DotNetRelativeOrAbsoluteMarcos Henrich
2015-08-29Make CustomAttributeData.AttributeType virtualDavid Lechner
2015-08-28Merge pull request #2004 from esdrubal/singlestacktraceMarcos Henrich
2015-08-28[corlib] Changes StackTrace.ToString to use Exception format.Marcos Henrich
2015-08-28Test mono-symbolicate with StackTrace.ToString.Marcos Henrich
2015-08-28Merge pull request #2000 from BogdanovKirill/masterMartin Baulig
2015-08-28Target test-local in mono-symbolicate Makefile.Marcos Henrich
2015-08-27Merge pull request #1993 from steffen-kiess/posix-sockets-1Jonathan Pryor
2015-08-27[corlib] Fix the mobile test suite.Rodrigo Kumpera
2015-08-26[sdb] Disallow nested invokes.Zoltan Varga
2015-08-26[corlib] Fixes test not compiling with older NUnit.Marcos Henrich
2015-08-26[WebConnectionStream] Fix connection loss for >2GB readsBogdanovKirill
2015-08-25Merge pull request #1992 from BogdanovKirill/ChunkedReadingMartin Baulig
2015-08-24Add socket-related functions and data structures to Mono.PosixSteffen Kieß
2015-08-24Merge pull request #1989 from esdrubal/local_tz_from_linkRodrigo Kumpera
2015-08-22[runtime] Implement support for dynamic methods in stack traces in a differen...Zoltan Varga
2015-08-21[runtime] Remove eager exception stack construction when it contains dynamic ...Marek Safar
2015-08-21[Facades] xammac_net_4_5 needs the reflection facades.Rodrigo Kumpera
2015-08-21[BCL] Fix xammac_4_5 build of the Facades.Rodrigo Kumpera
2015-08-21[BCL] Partial compilation fix for xammac_4_5. Facades still busted.Rodrigo Kumpera
2015-08-21Fixes build of xammac new facadesMarek Safar
2015-08-20Fixes mobile buildMarek Safar
2015-08-20[ChunkStream] CPU and memory leak fix when writing and reading infinitelyBogdanovKirill
2015-08-20Merge pull request #1990 from akoeplinger/fix-getsystemtimezone-reflectionMarek Safar