mono.git
2014-08-18 Marek SafarMerge pull request #1212 from esdrubal/isany
2014-08-18 Marcos HenrichFixed XmlSerializer to handle attribute XmlSchemePrivid...
2014-08-18 Marcos HenrichTest XmlSerialization of class with XmlSchemaProvider...
2014-08-17 Rodrigo Kumpera[runtime] Fix malloc backend for mempools.
2014-08-16 Zoltan VargaMerge pull request #1210 from Mailaender/mono-core...
2014-08-16 Matthias Mailänderfix parallel build
2014-08-16 Zoltan VargaMerge pull request #1208 from Mailaender/ppc-build...
2014-08-16 Marek Safar[mcs] Extend missing type check to type lookups. Fixes...
2014-08-16 Marek Safar[mcs] Fix copy and paste error in constraints checker...
2014-08-16 Marek SafarMerge pull request #1207 from nlhepler/master
2014-08-16 Matthias Mailänderfix ppc build failures
2014-08-15 Lance HeplerHandle long paths in jay
2014-08-15 Zoltan Varga[jit] Fix yet another native types problem. Fixes ...
2014-08-15 Marek Safar[mcs] Add dictionary initializer
2014-08-15 João Matos[System.IO.Compression] Fixed Zip support for empty...
2014-08-15 Zoltan Varga[runtime] Fix the leaking of mach ports introduced...
2014-08-15 Zoltan Varga[runtime] Make more wrappers use a WrapperInfo structure.
2014-08-15 Zoltan Varga[runtime] Integrate calls to mono_wrapper_info_set...
2014-08-14 Zoltan Varga[jit] Add support for constrained calls with vtype...
2014-08-14 Zoltan Varga[jit] Fix the stack alignment checking code in the...
2014-08-14 Marek Safar[mcs] Improve commit 409024fcab7a571abd602a3701e5986d81...
2014-08-14 Marek Safar[mcs] null propagating operator on delegate invocation
2014-08-14 Marek SafarWarnings cleanup
2014-08-14 Marek Safar[mcs] Speed up nullable tokenizer. Fixes #20195
2014-08-14 Marek SafarMerge pull request #1188 from arktronic/master
2014-08-14 Marek Safar[mcs] coalescing operator if the lhs of a null is a...
2014-08-14 Marek SafarMerge pull request #1205 from akoeplinger/fix-tests
2014-08-13 Alexander Köplinger[System] Use xamarin.com instead of mono-project.com...
2014-08-13 Ludovic Henry[jit] Disable delegate virtual optimisation while we...
2014-08-13 Mark Probst[sgen] Use a power of two as the cement hash size.
2014-08-13 Mark Probst[sgen] In the GC pause visualizer histogram, label...
2014-08-13 Mark Probst[gc] Measure Boehm GC time correctly.
2014-08-13 Zoltan Varga[runtime] Fix the PLATFORM_GNU check so it works with...
2014-08-13 Zoltan Varga[runtime] Don't make runtime invoke signatures generic...
2014-08-13 Marek SafarMerge pull request #1204 from VQComms/claimsprincipalov...
2014-08-13 Marek Safar[mcs] null operator on address locations
2014-08-13 Marek Safar[mcs] Check for duplicate destructors. Fixes #21983
2014-08-13 Zoltan Varga[aot] Fix a small memory leak.
2014-08-13 Jonathan ChannonAdded space before parenthesis according to Mono guidelines
2014-08-13 Jonathan Channonadded HasClaim, FindFirst, FindAll System.Security...
2014-08-13 Atsushi Eno[MS.Build] when building MSBuild task, inherit properties.
2014-08-13 Atsushi Eno[MS.Build] add test regarding item condition and target...
2014-08-13 Marek Safar[mcs] nameof operator with unbound type arguments
2014-08-12 Zoltan Varga[arm64] Allow v8..v15 in unwind info on arm64. Fixes...
2014-08-12 Zoltan VargaMerge pull request #1161 from ludovic-henry/pr22-delega...
2014-08-12 Ludovic Henry[delegate-virtual-trampoline] Add virtual functions...
2014-08-12 Ludovic Henry[delegate-virtual-trampoline] Add virtual parameter...
2014-08-12 João Matos[System] Restrict GZip/DeflateStream tests to .NET...
2014-08-12 João Matos[System] Implemented .NET 4.5 overloads for GZipStream...
2014-08-12 Paolo Molaro[runtime] Fix logic when allocating code region if...
2014-08-12 Marek SafarRe-enable valid tests
2014-08-12 Marek Safar[System.Net.Http] Handle quoted filename value. Fixes...
2014-08-12 Marek Safar[corlib] Remove heavyweight EndsWith from 1bff9d890f95e...
2014-08-12 Marek Safar[mcs] nameof operator
2014-08-12 Marek Safar[mcs] Any type parameter is allowed for null propagatin...
2014-08-12 Marek Safar[mcs] auto-property initializer can be array initializer
2014-08-12 Miguel de IcazaMerge pull request #1192 from LogosBible/regex-fixes...
2014-08-11 Atsushi Eno[ms.build] add some cyclic dependency related tests...
2014-08-11 Atsushi Eno[ms.build] Fix bug #20961 - add KeepDuplicates etc...
2014-08-11 Atsushi Eno[ms.build] Do not try to release threads upon finalization.
2014-08-11 Marek SafarMerge pull request #1190 from esdrubal/encoder-convert
2014-08-08 Zoltan VargaMerge pull request #1201 from crisdut/fix-win-mono...
2014-08-08 João MatosFixed Path.GetFullPath to work correctly when the curre...
2014-08-08 João MatosMerge pull request #1196 from tritao/master
2014-08-08 João MatosImplemented System.IO.Compression.FileSystem.
2014-08-08 Armando C.... adding the mutex header file dependency
2014-08-08 Zoltan Varga[jit] Reorganize the locking in mono_jit_compile_method...
2014-08-08 Zoltan Varga[jit] Avoid taking the loader lock in mono_jit_compile_...
2014-08-07 Zoltan Varga[sdb] Avoid asserting when a cattr cannot be loaded...
2014-08-07 Marek Safar[System] Disable failing test
2014-08-07 Marek Safar[mcs] null propagating operator and expressions which...
2014-08-07 Zoltan Varga[runtime] Fix Process.PrivateMemorySize64 etc. on ios...
2014-08-07 Marek Safar[mcs] null propagating operator and extension methods
2014-08-07 Zoltan Varga[jit] Fix enum->int casts in gsharedvt code. Fixes...
2014-08-07 Marek Safar[mcs] null propagating operator with nested receiver
2014-08-07 Marcos HenrichAdded classes EncodingEncoder and EncodingDecoder.
2014-08-07 Marek SafarMerge pull request #1199 from esdrubal/packurihelper
2014-08-07 Marcos HenrichAdded argument validations to ComparePackUri an Compare...
2014-08-07 Marcos HenrichChanged Check.PartUriIsValid to throw ArgumentException.
2014-08-07 Marcos HenrichRemoved [Category("NotWorking")] from PackUriHelperTests.
2014-08-07 Marek SafarMerge pull request #1198 from chriswebb/master
2014-08-07 Chris WebbFixed issue related to fully qualified namespaces being...
2014-08-07 Marek SafarMerge pull request #1197 from akoeplinger/remove-csproj
2014-08-06 Alexander Köplinger[Cleanup] Removed a bunch of superfluous .csproj and...
2014-08-06 Marek SafarMerge pull request #1195 from akoeplinger/fix-uri-with...
2014-08-06 Alexander Köplinger[System] Fix parsing of URI schemes with digits
2014-08-06 Marek SafarMerge pull request #1168 from esdrubal/iriparsing
2014-08-06 Marek SafarMerge pull request #1193 from esdrubal/decimal-round
2014-08-06 Marek SafarMerge pull request #1180 from akoeplinger/no-net40...
2014-08-06 Marek Safar[mcs] switch statement with constant block at first...
2014-08-05 Alexis ChristoforidesAdded MonoString<->UTF-32 conversion helper functions.
2014-08-05 Zoltan VargaFix the build.
2014-08-05 Zoltan Varga[runtime] Remove unused critical-sections files.
2014-08-05 Zoltan Varga[runtime] Use the mono_mutex types/functions instead...
2014-08-05 Zoltan Varga[jit] Use the mono_mutex types/functions of CriticalSec...
2014-08-05 Dave DunkinAdd test for Regex RTL substring matching.
2014-08-05 Marcos HenrichDecimal.Round output no longer keeps trailing zeros.
2014-08-05 Marcos HenrichTest Decimal.ToString after rounding with trailing...
2014-08-05 Paolo Molaro[profiler] Increase the number of maximum and default...
2014-08-05 Zoltan Varga[jit] Emit OP_FMOVE instead of OP_MOVE for r4 arguments...
next