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
AgeCommit message (Expand)Author
2014-04-08[llvm] Disable llvm instead of asserting in some cases. Fixes #17527.mono-3.2.8-branchZoltan Varga
2014-02-24Merge pull request #911 from Daniel15/fix-catchall-routingMarek Safar
2014-02-24Fix routing of CatchAll tokensDaniel Lo Nigro
2014-02-19Fix some warnings on !MONO_ARCH_AOT_SUPPORTED targets.mono-3.2.8Alex Rønne Petersen
2014-02-19Fix another mips32 warning.Alex Rønne Petersen
2014-02-19Fix some warnings on mips32.Alex Rønne Petersen
2014-02-19Fix a warning. Do not try to pick this into master.Alex Rønne Petersen
2014-02-19Revert "[xbuild] Define VisualStudioVersion, since F# projects can depend on it"Alex Rønne Petersen
2014-02-19Remove unused emit_line_number_info_begin () function. Fixes a warning.Alex Rønne Petersen
2014-02-19Include xbuild_4_0_dirs in dist; fixes 425fdc03Ashley Winters
2014-02-19Update mono-core.spec.in with xbuild reorganizationAshley Winters
2014-02-19[metadata] Fix a potential crasher.Rodrigo Kumpera
2014-02-19[runtime] Fix the DISABLE_JIT build.Zoltan Varga
2014-02-19[runtime] Handle native size of structs with explicit layout and min alignmen...Rodrigo Kumpera
2014-02-19[jit] Hopefully fix the loaded LLVM build.Zoltan Varga
2014-02-19[runtime] Fix the computation of AssemblyName.ProcessorArchitecture () to be ...Zoltan Varga
2014-02-19Add types from the method header even for gshared methods.Andrés G. Aragoneses
2014-02-19[jit] Fix the freeing of AOT jump target lists. Fixes #17201.Zoltan Varga
2014-02-19Revert "[jit] Align the stack in mono_arch_restore_context () on x86 since it...Zoltan Varga
2014-02-19[jit] Avoid running class cctors during AOT when using the AggressiveInlining...Zoltan Varga
2014-02-19[arm] Increase the length of the endfinally instruction. Fixes #17589.Zoltan Varga
2014-02-19[corlib] Fix implementation of Tuple hash generatorAndrea Canciani
2014-02-19[corlib] Fixes formatting of nested tuplesMarek Safar
2014-02-19[numerics] Fix type in CoshMarek Safar
2014-02-19[runtime] Fix the linux build.Rodrigo Kumpera
2014-02-19[runtime] Add two variants of mono_gc_bzero and mono_gc_memmove. They better ...Rodrigo Kumpera
2014-02-19ARM: Emit shorter floating point load/store sequences when possible.Alex Rønne Petersen
2014-02-19ARM: Handle large offsets in emit_float_args ().Alex Rønne Petersen
2014-02-19ARM: Back up VFP scratch registers before using them on hard float.Alex Rønne Petersen
2014-02-19[arm] Use d0/d1 as fp scratch regs on non-hard float platforms. Hopefully fix...Zoltan Varga
2014-02-19Properly preserve VPF registers in iOS. Fixes #17793.Rolf Bjarne Kvinge
2014-02-19Bump mono to 3.2.8Rodrigo Kumpera
2014-02-18[xbuild] Fix PCL 4.5 targetsMichael Hutchinson
2014-02-18[xbuild] Define VisualStudioVersion, since F# projects can depend on itMichael Hutchinson
2014-02-18Fix 'make dist' broken since 35287878Ashley Winters
2014-02-18Merge pull request #893 from antoniusriha/fixregressionAlex Rønne Petersen
2014-02-18Merge pull request #894 from antoniusriha/fixIsIPv6TeredoAlex Rønne Petersen
2014-02-09[System] Fixed an error in the implementation of System.Net.IPAddress.IsIPv6T...Alexander Köplinger
2014-02-09[runtime] Fix a regression caused by a0afa38296b8a3b0382bf34ce777357d2553c0f0.Zoltan Varga
2014-02-07[System] Fix process creation when UseShellExecute is set to false.mono-3.2.7Rodrigo Kumpera
2014-02-07Revert "[runtime] Don't pass SEE_MASK_NOCLOSEPROCESS to ShellExecuteEx as we ...Rodrigo Kumpera
2014-02-06[runtime] Put back ensure_synch_cs_set () which was removed in a157ac79e8f404...Zoltan Varga
2014-01-29[Microsoft.Build.Utilities] Properly escape/unescape ItemSpecAlan McGovern
2014-01-29[Microsoft.Build.Utilities] Fix the escaping/unescaping of ItemSpecAlan McGovern
2014-01-29[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadataAlan McGovern
2014-01-28Properly compare assembly versions when performing binding. Fixes #17368.Rodrigo Kumpera
2014-01-17driver.c: Revert "Update message"Aaron Bockover
2014-01-15[jit] Use the jit lock instead of the loader lock in mono_tramp_info_register...Zoltan Varga
2014-01-13[xbuild] Add 4.0 client profileMichael Hutchinson
2014-01-13[xbuild] 4.0 test targets go in 4.5 profileMichael Hutchinson