mono.git
2014-05-02 Neale FergusonSupport the datetime2 parameter type
2014-05-02 Jeffrey Stedfast[Mono.Debugger.Soft] Fixed the ILInterpreter to catch...
2014-05-02 Jeffrey Stedfast[Mono.Debugger.Soft] Make the ObjectMirror.GetValues...
2014-05-02 Marek Safar[mcs] Don't apply reference type is optimization for...
2014-05-02 Rodrigo KumperaMerge pull request #1013 from ranma42/fix-19380
2014-05-02 Marek Safar[mcs] Inflate anonymymous method with correct type...
2014-05-02 Marek Safar[mcs] Fix using type relationship check for type parame...
2014-05-01 Andrea CancianiDocument MONO_PATH behaviour for relative paths
2014-05-01 Andrea CancianiCanonicalize folders when setting up assemblies_path
2014-05-01 Alex Rønne... Put the "degraded allocation" warning behind a log...
2014-05-01 Andrea CancianiFix minor memleak
2014-04-30 Marek SafarDisable failing test on partical day only
2014-04-30 Rodrigo KumperaRevert "wip". This idiot here pushed a working branch.
2014-04-30 Rodrigo KumperaRevert "might be working" Stupid me pushed a working...
2014-04-30 Rodrigo Kumpera[runtime] Fix use before null-check crasher. Found...
2014-04-30 Rodrigo Kumperamight be working
2014-04-30 Rodrigo Kumperawip
2014-04-30 Marek Safar[mcs] Better fix for 0d11522afeb4f7a21a68937d27153f00c1...
2014-04-30 Miguel de IcazaUpdated HTML reference test output
2014-04-30 Marek Safar[mcs] Caching of type argument types should not happen...
2014-04-30 Marek SafarMerge pull request #966 from ermshiperete/bug-xamarin...
2014-04-30 Marek Safar[linq] Use hashtable lookup instead of linear scan...
2014-04-30 Marek SafarMerge pull request #1011 from Fabian-Koenig/master
2014-04-29 Alex Rønne... Backport some changes from nunit/nunitv2 that hopefully...
2014-04-29 Alex Rønne... Add .gitignore file in mono/arch/arm64.
2014-04-29 Alex Rønne... Add a `check` target to mcs/errors/Makefile.
2014-04-29 Fabian König[DbDataReader] Implement GetFieldValue<T> function...
2014-04-29 Miguel de IcazaSmall touchups to the UI, remove some extra space,...
2014-04-29 Michael HutchinsonMerge pull request #1008 from lambdalice/master
2014-04-29 Marek Safar[mcs] Private member can still have base members when...
2014-04-29 Paolo MolaroAdjust the test check to look for the correct heapshot...
2014-04-29 Marek Safar[mcs] Make unused event warning reporting consistent...
2014-04-29 Paolo MolaroFix regression in thread name reporting in the profiler.
2014-04-29 Paolo MolaroMake assembly resolve events more compatible with the...
2014-04-29 Marek Safar[mcs] Add parent storey reference only when this is...
2014-04-28 Alexis ChristoforidesMerge pull request #920
2014-04-28 Miguel de IcazaMerge pull request #1009 from joelmartinez/msdoc-import
2014-04-28 Joel Martinez[docs] monodoc style update for blockquote attribution.
2014-04-28 Alexis ChristoforidesMerge pull request #971
2014-04-28 Alexis ChristoforidesExtended test time for timer-sensitive tests.
2014-04-28 Rodrigo KumperaDrop Events and Items units in favor of Count as they...
2014-04-28 Rodrigo Kumpera[counters] Only dump monotonic counters as variable...
2014-04-28 Rodrigo Kumpera[counters] Restore the previous behavior of mono_counte...
2014-04-28 Rodrigo Kumpera[counters] Document mono_counters_foreach.
2014-04-28 Rodrigo Kumpera[counters] Install mono-counters.h since it's part...
2014-04-28 Rodrigo Kumpera[mono-counters] Bring MONO_COUNTER_TIME_INTERVAL back.
2014-04-28 Rodrigo KumperaRevert "[counters] Simplify things a bit by removing...
2014-04-28 Miguel de Icazagenproj: add support for Alias in project references
2014-04-28 Miguel de Icaza[genproj] For Path.GetFullPath to work, we must use...
2014-04-28 Alexis ChristoforidesMerge pull request #961 from ermshiperete/bug-xamarin...
2014-04-28 Alex Rønne... Emit profiler enter/leave instrumentation calls as...
2014-04-28 Alice[xbuild] Add GetAssemblyIdentity task to Microsoft...
2014-04-28 Marek SafarMerge pull request #1005 from ranma42/race-free-paralle...
2014-04-28 Miguel de IcazaMerge pull request #1006 from joelmartinez/msdoc-import
2014-04-28 Joel Martinez[docs] Minor update to monodoc html template.
2014-04-28 Joel Martinez[docs] Import of Microsoft BCL Documentation.
2014-04-28 Joel Martinez[docs] Schema additions, and monodoc template updates.
2014-04-26 Zoltan Varga[arm] Fix some native types issues.
2014-04-25 Marek HabersackInclude support for SSL/TLS right in System when buildi...
2014-04-25 Rodrigo Kumpera[sgen-bridge] Fix the bridge with forwarded objects.
2014-04-25 Marek Safar[corlib] Fix extra await context switch when custom...
2014-04-25 Rolf Bjarne... Revert "Revert "Merge branch 'master' of https://github...
2014-04-25 Rolf Bjarne... [mono-api-html] Print string fields with no (or null...
2014-04-25 Alex Rønne... Merge pull request #916 from akoeplinger/fix-gac-test
2014-04-24 Rodrigo Kumpera[sgen-bridge] Implement type based dfs1 filtering.
2014-04-24 Rodrigo Kumpera[sgen-bridge] Fix counters. They were not zeroed after...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Use an extra vtable bit to flag opaque...
2014-04-24 Rodrigo Kumpera[runtime] Fix bitfield comments.
2014-04-24 Joao MatosRevert "Added our own slightly modified copy of Ionic...
2014-04-24 Joao MatosRevert "Added System.IO.Compression implementation."
2014-04-24 Rolf Bjarne... [System.Xml] Use profile-specific file names for genera...
2014-04-24 Alex Rønne... Merge pull request #1002 from ranma42/make-check-no...
2014-04-24 Marek SafarMerge pull request #1003 from robertpi/Bug12211
2014-04-24 Robert PickeringAllow .NET 4.0 + users to use the ConnectSocket property
2014-04-24 Atsushi EnoFix bug #9541 by Bart Verthé - do not reset document...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Add the new bridge to the testing matrix.
2014-04-24 Rodrigo Kumpera[sgen-bridge] New bridge implementation - currently...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Move the bridge implementation behind...
2014-04-23 Mark Probst[sgen] Fix time logging. We inflated durations by...
2014-04-23 Joao MatosAdded System.IO.Compression implementation.
2014-04-23 Joao MatosAdded our own slightly modified copy of Ionic.Zip library.
2014-04-23 Andrea CancianiFix 'make check' when mono is not installed
2014-04-23 Alexis ChristoforidesRevert "Mono version is now pulled in to configure...
2014-04-23 Alexis ChristoforidesRevert "Merge branch 'master' of https://github.com...
2014-04-23 Alexis ChristoforidesMerge branch 'master' of https://github.com/mono/mono
2014-04-23 Alexis ChristoforidesMono version is now pulled in to configure.in from...
2014-04-23 Zoltan Varga[jit] Add some comments to register_icall ().
2014-04-23 Marek HabersackUpdate test description to include full bug report url
2014-04-23 Marek HabersackCorrectly apply DST offset if the date being converted...
2014-04-23 Rodrigo KumperaRevert "Disable bug-18026.exe when running tests in...
2014-04-23 Andrea CancianiUse mktemp instead of $RANDOM to generate unique names
2014-04-23 Marek HabersackA couple of fixes for TimeZoneInfo.ConvertTime.
2014-04-23 Rodrigo Kumpera[sgen] Add a bunch of clear-at-gc variants to the test...
2014-04-23 Rolf Bjarne... [Mono.CSharp] Fix compilation for the monotouch profile...
2014-04-23 Zoltan VargaMerge pull request #1000 from ranma42/disable-18026...
2014-04-23 Andrea CancianiDisable bug-18026.exe when running tests in the CI...
2014-04-22 Zoltan Varga[sdb] Add support for DebuggerNonUserCodeAttribute.
2014-04-22 Zoltan Varga[arm64] Add AOT support.
2014-04-22 Zoltan Varga[arm64] Add JIT support.
2014-04-22 Zoltan Varga[arm64] Add sgen support.
next