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-01-21[jit] Fix dwarf line number info generation, make AOT use it again instead of...monotouch-7.0.6-branchZoltan Varga
2014-01-21[aot] Give the compilation unit entries in the DWARF debug info different nam...Zoltan Varga
2014-01-07[corlib] Mark all promise-style task exceptions observed. Fixes #17015Rolf Bjarne Kvinge
2013-12-13Revert "[gsharedvt] Avoid using gsharedvt trampolines for calls with a non-va...Sebastien Pouliot
2013-12-13[corlib]: Add stubs for the remaining `System.Runtime.InteropServices.Windows...Martin Baulig
2013-12-13[PCL]: Add new 'System.Runtime.InteropServices.WindowsRuntime' Facade Assembly.Martin Baulig
2013-12-13[corlib]: Add 'System.Runtime.InteropServices.WindowsRuntime.EventRegistratio...Martin Baulig
2013-12-13[PCL]: Add "System.Dynamic.Runtime.dll" Facade Assembly to MonoTouch.Martin Baulig
2013-12-13[tests] Fix some corlib unit tests to run successfully on iOSSebastien Pouliot
2013-12-10[jit] Disable the optimized lmf push/pop code even if the arch specific code ...Zoltan Varga
2013-12-10[sgen] Explain a FIXME.Mark Probst
2013-12-10[sgen] Our bzero()/memmove() must store “volatile”, lest LLVM screw us.Mark Probst
2013-12-10[sgen] Reverse the free-list after sweeping to be in address-order.Mark Probst
2013-12-10[sgen] Only enqueue LOS objects if they contain references.Mark Probst
2013-12-10[mcs] Update populated member cache of dynamic containers manually for additi...Marek Safar
2013-12-10[jit] Implement the delegate ctor optimization in AOT mode too.Zoltan Varga
2013-12-10Merge pull request #831 from madewokherd/win64-warningsAlex Rønne Petersen
2013-12-10Fix MonoW32ExceptionHandler type on win64.Vincent Povirk
2013-12-10Move a variable declaration to the start of a block.Vincent Povirk
2013-12-10Mark some functions as static.Vincent Povirk
2013-12-10Adjust type of mono_win_vectored_exception_handle to match its use.Vincent Povirk
2013-12-09[corlib] Disable a test which causes a wapi_unref_full () warning.Zoltan Varga
2013-12-09[corlib] Update current LogicalCallContext from empty contextMarek Safar
2013-12-09[mcs] Show correct #line location for files in other than current location re...Marek Safar
2013-12-09[system] Redirect of put requests was converted to get. Fixes #16670Marek Safar
2013-12-09Merge pull request #830 from akoeplinger/fix-net40-buildAtsushi Eno
2013-12-09[corlib] Ignore awaited default synchronization context.Marek Safar
2013-12-08Fix NET_4_0 tests build by correcting accessibility of properties/classesAlexander Köplinger
2013-12-08[corlib] Not continue on awaited source context should also ignore user task ...Marek Safar
2013-12-08[corlib] Keep original cancellation exception from awaited taskMarek Safar
2013-12-08Add new testMarek Safar
2013-12-08Merge pull request #817 from desdesdes/masterMarek Safar
2013-12-07[corlib] Block configurable task awaiter until task completes.Marek Safar
2013-12-07[corlib] Better handling of awaiter continuation on finished taskMarek Safar
2013-12-07[corlib] Add check for launching cancelled task to all overloadsMarek Safar
2013-12-07[sgen]Fix a deadlock when the GC try to free a JI during world restart. Fixes...Rodrigo Kumpera
2013-12-06[bcl] Invoke assembly resolve hooks even if the assembly name has a parse err...Zoltan Varga
2013-12-06[corlib] Optimize one string Join<T> overload. Fixes #16647Marek Safar
2013-12-06[bcl] Handle BigInt -> long conversions that should overflow but dont. Fixes ...Rodrigo Kumpera
2013-12-06Merge pull request #828 from mateusz-holenko/masterRodrigo Kumpera
2013-12-06[System.Net.Http] Don't throw on invalid input in TryGetValues. Fixes #16634Marek Safar
2013-12-06[mcs] Don't stop type inference when a unique construction of the generic int...Marek Safar
2013-12-06Fix build.Mateusz Hołenko
2013-12-06[aot] Avoid emitting two debug_line sections when using the GAS .file and .lo...Zoltan Varga
2013-12-06[mcs] Add better type conversion to unary mutators. Fixes #16578Marek Safar
2013-12-06Bump mscorlib version for monolite to work correctlyMarek Safar
2013-12-06Partially revert 3019283237a35625f8a5e904b3053307309e7682Marek Safar
2013-12-06Improve test failure checkMarek Safar
2013-12-06Fix the arm build with xcode 5.1.Zoltan Varga
2013-12-06Fix build.Atsushi Eno