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
2013-07-30Include all of Martin's spec file changesmono-3.2.1mono-3.2.1-branchDuncan Mak
2013-07-29.spec file, again.Martin Baulig
2013-07-29Remove CultureInfo.CurrentCulture dependency from ordinal based string::EndsW...Marek Safar
2013-07-26Revert "[Microsoft.Portable.CSharp.targets] Fixed to not override the compiler"Jeffrey Stedfast
2013-07-26Bump mono to 3.2.1Alan McGovern
2013-07-26Revert "[xbuild]: Provide a real Microsoft.Portable.CSharp.targets"Alan McGovern
2013-07-22Bump version number to 3.2.0mono-3.2.0mono-3.2.0-branchDuncan Mak
2013-07-15Put the unbox_trampolines table into the .text segment instead of .rodata on ...mono-3.1.2Zoltan Varga
2013-07-15[runtime] Add a fallback on the TLS probing code that does a range scan in th...Rodrigo Kumpera
2013-07-15Implement webrequest cancellation. Fixes #13200Marek Safar
2013-07-12Prefer user operators over predefined operators for binary enum operations to...Marek Safar
2013-07-12Allow async for explicitly implemented interface methods. Fixes #13197Marek Safar
2013-07-11Escape the .file path name generated in the asembly code. clang does not mind...Sebastien Pouliot
2013-07-11Bump mono to 3.1.2Duncan Mak
2013-07-10Add await support in to evaluator and REPLMarek Safar
2013-07-10Loading of nested type of missing type needs to create another missing type. ...Marek Safar
2013-07-10Interface members are hidden by class members if a type parameter has an eff...Marek Safar
2013-07-10Emit additional sequence points for call entry when needed. Fixes #10782 and ...Marek Safar
2013-07-10Equality structural comparer needs to do recursive comparisons. Fixes #13110Marek Safar
2013-07-10[runtime]Revert the fast tls check as we always need it on mach. Add another ...Rodrigo Kumpera
2013-07-09[runtime] On mach-arm don't probe for tls offsets if the runtime was not buil...Rodrigo Kumpera
2013-07-09[runtime]On install, symlink mono to the right binary.mono-3.1.1Rodrigo Kumpera
2013-07-09Place the method_addresses symbol into the .text segment on mt, not rodata, s...Zoltan Varga
2013-07-09Bump mono to 3.1.1Rodrigo Kumpera
2013-07-09Avoid passing class pointers to some marshal icalls since its not aot compati...Zoltan Varga
2013-07-09Update the Mono LLVM EH Frame reading code to match llvm 5f3329c6d97bb765dc54...Zoltan Varga
2013-07-03Don't create any .mdb's for the PCL Facade Assemblies.Martin Baulig
2013-07-02Revert "Make synchronized wrappers of generic methods generic the same way it...Zoltan Varga
2013-07-02Revert "Add configure check for -Wno-tautological-compare when using clang."Martin Baulig
2013-07-02Make synchronized wrappers of generic methods generic the same way it is done...Zoltan Varga
2013-07-02Add configure check for -Wno-tautological-compare when using clang.Martin Baulig
2013-07-02Put read-only data into a separate section on ios to work around #13005.Zoltan Varga
2013-07-02Merge pull request #664 from symform/xbuild-AssignProjectConfigurationMartin Baulig
2013-07-02Fix type lookup when SSL/TLS is not embedded into System.dllSebastien Pouliot
2013-07-02Update csproj filesMarek Safar
2013-07-02Merge pull request #649 from DavidS/feature/implement-additional-reference-pathAlex Rønne Petersen
2013-07-02Merge pull request #678 from jack-pappas/patch-5Alex Rønne Petersen
2013-07-02Merge pull request #572 from jack-pappas/sockets-ipprotoAlex Rønne Petersen
2013-07-02Merge pull request #679 from jack-pappas/patch-6Alex Rønne Petersen
2013-07-02Do system.object type scan after all references are loaded. Fixes #12991Marek Safar
2013-07-02Enable sigaltstack and dtrace on FreeBSDJack Pappas
2013-07-02Allow clang to compile sgenJack Pappas
2013-07-02Update the LLVM backend to match https://github.com/mono/llvm/commit/7e2ee51f...Zoltan Varga
2013-07-02Fix a warning.Zoltan Varga
2013-07-02Fix the unwind info for r7 on arm in managed-to-native wrappers.Zoltan Varga
2013-07-02Allow the MONOTOUCH targetr to build its SSL/TLS support right inside System....Sebastien Pouliot
2013-07-01Use directly captured this instead of parent reference for nested state machi...Marek Safar
2013-07-01Fix the DISABLE_EXECUTABLES build.Zoltan Varga
2013-07-01Fix removing of hoisted variable moved to another storeyMarek Safar
2013-06-30Tweak tokenizer get_char.Marek Safar