mono.git
2013-07-08 Andreas AuerswaldAdd TimeZoneInfo Serialization
2013-06-17 Zoltan VargaFix the build.
2013-06-17 Zoltan VargaFetch TLS offsets from GOT slots when using AOT instead...
2013-06-17 Martin BauligFix the .spec file.
2013-06-15 Zoltan VargaUnify the tail call handling code with the normal call...
2013-06-14 Rodrigo KumperaMark MonoCMethod (runtime subclass of ConstructorInfo...
2013-06-14 Rodrigo KumperaAdd lldb support to our thread dump capabilities.
2013-06-14 Jonathan Pryor[Mono.Posix] Fix time_t conversions.
2013-06-14 Zoltan VargaSmall llvm+gsharedvt changes.
2013-06-13 Rodrigo KumperaAdd TLS offset probing to mach-arm in the same way...
2013-06-13 Rodrigo KumperaKill some unused code that is a leftover from when...
2013-06-13 Rodrigo KumperaAdd TLS offset probing to mach-amd64 in the same way...
2013-06-13 Rodrigo KumperaIntroduce mono_runtime_init_tls to centralize all of...
2013-06-13 Rodrigo KumperaForce the runtime on OSX to use a 8Mb stack.
2013-06-13 Zoltan VargaMake the MONO_DISABLE_SHARED_AREA env variable actually...
2013-06-13 Zoltan VargaFix more warnings/unitialized memory errors.
2013-06-13 Atsushi Enoslightly change missing monolite error message.
2013-06-13 Marek SafarMerge pull request #662 from cdrnet/fix-biginteger-gcd
2013-06-12 Zoltan VargaFix a memory overwrite in the gsharedvt jit code.
2013-06-12 Christoph Ruegg[System.Numerics] BigInteger.GCD(0,x) must return abs...
2013-06-12 Rodrigo KumperaMake test more robust against conservative stack scanning.
2013-06-12 Rodrigo KumperaFix an unitialized variable bug.
2013-06-12 Rodrigo KumperaFix configure.in detection of -Wunused-but-set-variable...
2013-06-12 Rodrigo KumperaPerform TLS offset detection during startup.
2013-06-12 Rodrigo KumperaMove unload_data to the heap and it can outlive the...
2013-06-12 Zoltan VargaUse the same code for aot alignment checks in aot-compi...
2013-06-12 Gonzalo Paniagua... Merge pull request #631 from kebby/master
2013-06-12 Tammo 'kb'... Reverted whitespace changes
2013-06-12 Zoltan VargaRevert "Add beginnings of a managed IL disassembler...
2013-06-12 Zoltan VargaAdd support for nullables to box/unbox in gsharedvt...
2013-06-12 Martin BauligBump ikvm to 10b8312c8024111780ee382688cd4c8754b1f1ac.
2013-06-12 Martin BauligAdd System.Net to runtime remapping list.
2013-06-11 Zoltan VargaFix the arm build.
2013-06-11 Zoltan VargaAllow Nullable.Box/Unbox to be compiled as gsharedvt...
2013-06-11 Rodrigo KumperaFix new BigInteger().GetHashCode() to not throw.
2013-06-11 Rodrigo KumperaFix delegate combine when left side has already been...
2013-06-11 Rodrigo KumperaBetter handle default value BigInteger. Fixes #11945
2013-06-11 Martin Baulig[PCL]: System.Windows and System.Xml.Serialization...
2013-06-11 Zoltan VargaAllow the gsharedvt info/local vars to be register...
2013-06-11 Zoltan VargaOptimize generated gsharedvt code: Load information...
2013-06-10 Rodrigo KumperaHandle shifts by multiple of 32 correctly. Fixes #10887.
2013-06-10 Zoltan VargaAdd specialized memcpy/bzero methods to String which...
2013-06-10 Zoltan VargaEliminate the use of localloc in gsharedvt methods...
2013-06-10 Alex Rønne... Fix a couple of warnings in appdomain.c and threads.c.
2013-06-10 Zoltan VargaFix a typo in e5c45f1161604733b116a0a83782c08f74fb3127.
2013-06-09 Zoltan VargaDisable gc-altstack.exe on wrench until it is fixed...
2013-06-09 Zoltan VargaRework the gsharedvt code to add support for vtypes...
2013-06-09 Marek SafarMerge pull request #658 from cdrnet/fix-bad-formatstrin...
2013-06-09 Christoph RueggComplex.ToString must not pass format string to string...
2013-06-07 Marek SafarMerge pull request #657 from jbevain-forks/thread-safe...
2013-06-07 Jb EvainPrevent multiple threads to populate the keyword table
2013-06-07 Marek SafarResolve switch cases without look aheah look-up. Fixes...
2013-06-07 Sebastien Pouliot[ios] Remove code path using UseMachineKeyStore since...
2013-06-07 Rodrigo KumperaFix the desktop test suite.
2013-06-07 Martin Baulig[System.ComponentModel.Composition]: Disable RefEmit...
2013-06-06 Rodrigo KumperaAdd regression test for wrench bug where an appdomain...
2013-06-06 Rodrigo KumperaFix race condition between a domain unload and a runtim...
2013-06-06 Rodrigo KumperaAdd mono_thread_attach_full function that can forces...
2013-06-06 Rodrigo KumperaMake threadpool_clear_queue resistant to concurrent...
2013-06-06 Rodrigo KumperaRun more runtime tests on wrench.
2013-06-06 Zoltan VargaRename the JIT test classes so they can be run on MT...
2013-06-06 Marek HabersackMerge pull request #655 from zgramana/master
2013-06-06 Zachary Gramana[Caching] Adds some checks for overflow and valid bound...
2013-06-06 Zoltan VargaFix a regression introduced by 6285a057a248e65301def835...
2013-06-06 Jérémie Laval[monodoc] Cache assembly loaded with MonoImpInfo. Patch...
2013-06-06 Jérémie Laval[monodoc] Use CLEAN_FILES rather than overriding clean...
2013-06-06 Jérémie Laval[monodoc] Remove .config file when cleaning
2013-06-06 Marek SafarCheck class level type parameters used in explicit...
2013-06-06 Marek SafarCorrect encoding transformation flags for type argument...
2013-06-06 Marek SafarKeep hoisted this when lambda parent is async lambda...
2013-06-05 Jérémie Laval[mdoc] Pass the right HelpSource as a hint to the rende...
2013-06-05 Rodrigo KumperaRework the shutdown sequence so two initiations don...
2013-06-05 Rodrigo KumperaMove mono_runtime_set_shutting_down and mono_runtime_is...
2013-06-05 Rodrigo KumperaDon't set shutting_down here as it is now done much...
2013-06-05 Rodrigo KumperaKill unused func mono_threads_is_shutting_down.
2013-06-05 Rodrigo KumperaDetach the current thread as soon as possible when...
2013-06-05 Jérémie Laval[monodoc] Ditto for fetching type node parents of subnodes.
2013-06-05 Jérémie Laval[monodoc] Fix ecma traversal with unattached tree.
2013-06-05 Martin BauligBuild System.Net on mobile (type-forwarders for PCL).
2013-06-05 Sebastien PouliotExclude the new System.IO.Directory unit test for iOS...
2013-06-05 Sebastien PouliotAdd monotouch_corlib.dll.sources (to simply include...
2013-06-05 Rodrigo KumperaFix 2.0 build.
2013-06-04 Jonathan Pryor[System.Core] Add AesCryptoServiceProvider to the MONOD...
2013-06-04 Rodrigo KumperaMake sure the behavior between GetFiles and EnumerateFi...
2013-06-04 Rodrigo KumperaFix a loader leak in mono_class_create_from_typedef.
2013-06-04 Sebastien Pouliot[ios] Remove the need to use reflection to call the...
2013-06-04 Martin Baulig[PCL]: Set Facade Assemblies' version number to "4...
2013-06-04 Sebastien PouliotRe-enable a test for the MOBILE profile (by ensuring...
2013-06-04 Zoltan VargaImplement MethodMirror.MakeGenericMethod ().
2013-06-03 Jonathan Pryor[corlib] Don't throw UnauthorizedAccessException from...
2013-06-03 Marek SafarMerge pull request #653 from LogosBible/TimeSpan-TryPar...
2013-06-03 Martin PotterTimeSpan.TryParseExact should not try to parse null...
2013-06-03 Zoltan VargaDisable partial sharing for now, it breaks some tests...
2013-06-03 Atsushi Enoa few more nunit test modernization.
2013-06-03 Atsushi Enoconvert some unit tests to modern style. (not really...
2013-06-03 Alex Rønne... Use /proc/self/auxv for ARM feature detection when...
2013-06-03 Zoltan VargaUse MonoBoolean instead of gboolean as an icall return...
2013-06-02 Alex Rønne... Ignore all cpu-*.h files in mono/mini.
2013-06-02 Marek SafarMerge pull request #651 from JoostK/patch-1
2013-06-02 Zoltan VargaFix constrained gsharedvt calls on enums.
next