Fix a problem introduced by c6989ab9f905ae27773140c8bf8c8e27ca4a6a1e. Avoid foreach...
[mono.git] / mcs /
2013-09-15 Zoltan VargaFix a problem introduced by c6989ab9f905ae27773140c8bf8...
2013-09-14 Zoltan Varga[sdb] Simplify tests.
2013-09-14 Zoltan Varga[sdb] Add an implicit seq point after every nonvoid...
2013-09-13 Marek SafarMove dynamic handling out of Binary::DoResolve to reduc...
2013-09-13 Marek SafarAdd new test
2013-09-13 Atsushi EnoUTF8Encoding.GetMaxByteCount() was returning too big...
2013-09-13 Marek SafarDon't crash when unreachable code contains unreachable...
2013-09-13 Zoltan VargaFix parallel compression in mkbundle, not enabled yet.
2013-09-13 Marek SafarUnify Array/List FindIndex/FindLastIndex handling and...
2013-09-12 Rodrigo Kumpera[bcl] Fix BlockingCollection.TakeFromAny to handle...
2013-09-12 Sebastien PouliotReduce/remove the probability of having test failures...
2013-09-11 Miguel de IcazaRemove comment, refer to the spec instead
2013-09-11 Martin Baulig[System.Core]: Minor API fix in the Non-DLR version...
2013-09-11 Martin BauligUse ecma.pub for System.Xml.Serialization.
2013-09-11 Martin BauligUse msfinal.pub for System.Net in .NET 4.0/4.5.
2013-09-10 Marek SafarDon't set sealed flag for imported static types
2013-09-10 Marek SafarDon't emit inflated type parameter constraints which...
2013-09-10 Marek SafarAdd System.ServiceModel.Activation assembly. Fixes...
2013-09-09 Marek SafarMerge pull request #755 from ondrejmyska/master
2013-09-09 Ondrej MyskaSuggestion fix for bug https://bugzilla.xamarin.com...
2013-09-09 Marek SafarSet empty string to TraceListeners for empty assert...
2013-09-09 Marek SafarCleanup TraceImpl
2013-09-09 Marek SafarFixes parallel enumerable index counter. Fixes #14515
2013-09-08 Marek SafarDon't print empty detailed assert message
2013-09-07 Zoltan Varga[sdb] Add support for invoking interface methods. Fixes...
2013-09-06 Martin Baulig[System]: WebRequest.GetSystemProxy(): Return custom...
2013-09-06 Marek SafarImplements parsing of multi value User-Agent string...
2013-09-05 Zoltan VargaAvoid printing an error message in UnixRegistryApi...
2013-09-05 Marek SafarMerge pull request #751 from akoeplinger/AssemblyNameRe...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-05 Alexander KöplingerImplemented AssemblyName.ReferenceMatchesDefinition ()
2013-09-04 Rodrigo Kumpera[bcl]Replace more long fields with int to make them...
2013-09-04 Rodrigo Kumpera[bcl] Replace more long fields with int to make them...
2013-09-04 Stefan[FIX][v2] Do not use chunked encoding with CGI/FastCGI
2013-09-04 Zoltan VargaDisable a corlib test which fails on some test runners.
2013-09-04 Zoltan VargaOptimize MonoCustomAttrs.GetCustomAttributes(): add...
2013-09-04 Marek SafarDon't resolve extension method expression when in probi...
2013-09-04 Marek SafarLess cascading errors
2013-09-04 Sebastien Pouliot[linker] Allow some useful methods to be reused elsewhere
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to do CAS over ints...
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to use SequentialLayot...
2013-09-03 Marek HabersackRevert "Merge pull request #744 from echampet/bug-10001"
2013-09-03 Marek HabersackRevert "Fix typo in commit b6d634dd."
2013-09-03 Marek SafarMerge pull request #749 from head-thrash/master
2013-09-03 head-thrashFixes build when running make -k check:
2013-09-03 Martin BauligFix mobile build of my commit 1ae87e9.
2013-09-03 Zoltan VargaOnly print the 'Assuming PLATFORM messages when running...
2013-09-02 Martin BauligFix typo in commit b6d634dd.
2013-09-02 Marek SafarMerge pull request #747 from spicypixel/hotfix/object...
2013-09-02 Martin Baulig[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.
2013-09-02 Martin BauligAdd missing .NET 4.5 APIs
2013-09-02 Marek HabersackMerge pull request #744 from echampet/bug-10001
2013-09-02 Stefan[FIX] Do not use chunked encoding with CGI/FastCGI
2013-09-01 Marek SafarBetter check for hoisted this location when emitting...
2013-08-30 Marek SafarMore thorough check for managed type parameters. Fixes...
2013-08-30 Marek SafarProbing of generic parameter for value type generic...
2013-08-29 Lluis SanchezFixed bug #14295 - Project.Load incorrectly resets...
2013-08-28 Marek SafarFixes parameter name
2013-08-28 Marek SafarUse IReflectType interface instead of TypeDelegator...
2013-08-28 Marek SafarMake setProperties private
2013-08-28 Marek SafarMerge pull request #743 from gvillanueva/master
2013-08-28 gvillanuevaRewrote Font.GetHashCode() to improve uniqueness.
2013-08-27 Rodrigo KumperaNaming cleanup.
2013-08-27 Miguel de IcazaConsole.iOS: Reset sb.Length in all cases, even for...
2013-08-27 Marek SafarInvalid syntax during attribute target parsing can...
2013-08-27 Miguel de IcazaConsole.iOS: add fallback for the case where monotouch_...
2013-08-26 Michael HutchinsonMerge pull request #742 from remobjects/import-project...
2013-08-26 Carlo KokImport ".user" as if it was part of the project, this...
2013-08-26 Marek HabersackMerge pull request #726 from pruiz/xamarin-bug-13708
2013-08-26 Marek SafarMerge pull request #741 from marcominetti/master
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 marcominetticleaned console logs in MakeExpression function
2013-08-26 Marek SafarMerge pull request #740 from pruiz/dataannotations...
2013-08-26 Pablo Ruiz GarciaReverted string.Format(CultureInfo.CurrentCulture,...
2013-08-26 Marek SafarAdd test for #12745
2013-08-25 Pablo Ruiz GarciaSet correct author on test files.
2013-08-25 Pablo Ruiz GarciaSome enhancements and additions to DataAnnotations...
2013-08-24 Sebastien PouliotSRE.ParameterBuilder cannot be exposed in FULL_AOT_RUNTIME
2013-08-23 Marek SafarAnnonymous method storey inside async storey has to...
2013-08-22 Rodrigo KumperaAdd tests for the new 4.0 behavior in ParameterInfo.
2013-08-22 Rodrigo Kumpera[corlib]Implement .net 4.0 ParameterInfo.
2013-08-22 Zoltan VargaDisable two delegate tests on mobile.
2013-08-22 Marek SafarEnable fixed failing test
2013-08-21 Sebastien PouliotFix test case not to assume it can write in the current...
2013-08-21 Sebastien PouliotUse the invarient culture calendar if the requested...
2013-08-21 Atsushi EnoFix bug #14143 - xsl:import in included stylesheet...
2013-08-21 Rodrigo Kumpera[runtime] Don't allow execution of dynamic assemblies...
2013-08-21 Rodrigo Kumpera[corlib]Fix 2.0 test suite breakage.
2013-08-21 Atsushi Enorevert default serialization: ignore non-public members...
2013-08-20 Rodrigo Kumpera[runtime] Handle custom attributes with nested array...
2013-08-20 Zoltan VargaUse i686-pc-mingw32-gcc as the mkbundle compiler on...
2013-08-20 Zoltan VargaMerge pull request #737 from Mixaill/master
2013-08-19 Marek SafarMerge pull request #738 from strawd/bug14077
2013-08-19 David StrawFix for #14077. HashSet no longer grows in capacity...
2013-08-19 Marek SafarAdd argument modifiers to generated base proxy when...
2013-08-19 Marek SafarAdd dispose checks to ReaderWriterLockSlim and fix...
2013-08-19 Marek SafarOptimize common path
2013-08-19 Atsushi EnoRevert "Revert "Fix bug #7829 - do NOT reject Construct...
2013-08-18 Michael PavlyshkoRemove deprecated -mno-cygwin flag.
2013-08-18 Atsushi EnoRevert "Fix bug #7829 - do NOT reject ConstructorInfo...
next