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-12-03[aot] Increase a buffer size to avoid an assert. Fixes #16239.mtvs-1.8-seriesZoltan Varga
2013-11-12[jit] Use unsigned comparisons with the IMT thunks as they can live in high m...Rodrigo Kumpera
2013-11-08[Mono.Tuner] Make ISubStep.Initialize public virtual instead of private, so t...Rolf Bjarne Kvinge
2013-11-01[sdb] Fix an assertion if a single step breakpoint is hit in a thread other t...Zoltan Varga
2013-10-26[linker]: Fix my previous commit.Martin Baulig
2013-10-26[runtime]Add a wrapper around signal handlers to ease porting work.Rodrigo Kumpera
2013-10-25[linker]: Also reference all type-references for LinkAction.Link and Save.Martin Baulig
2013-10-15[PCL]: Update the PCL Facade Assemblies.Martin Baulig
2013-10-15[aot] Only use an AOT shortcut in the trampoline code if its safe to do so. F...Zoltan Varga
2013-10-15Makefile magic ...Martin Baulig
2013-10-14Fixes CodeDom regression introduced by 66d4b82a871667b3317d4e43b855d1fc1db22108Marek Safar
2013-10-14Merge pull request #779 from LogosBible/UTF8EncodingMarek Safar
2013-10-14Fixing bugs in UTF8Encoding's GetMaxByteCount and GetMaxCharCount.Martin Potter
2013-10-13Merge pull request #774 from DavidS/patch-1Jeffrey Stedfast
2013-10-12[runtime] Run the tests in mono/tests in sorted order.Zoltan Varga
2013-10-12[xdebug] Avoid using a MonoDebugMethodJitInfo structure after it has been fre...Zoltan Varga
2013-10-12[mono-api-html] Several indexer properties (Item) can have the name (with dif...Sebastien Pouliot
2013-10-11[mono-api-html] Output nested type correctly (was missing the declaring type ...Sebastien Pouliot
2013-10-11The first definite assignment cleanupMarek Safar
2013-10-11[regalloc2] Handle sreg3.Mark Probst
2013-10-11[regalloc2] Lazily allocate intervals.Mark Probst
2013-10-10Merge pull request #777 from nealef/masterRodrigo Kumpera
2013-10-10Remove debug messageNeale Ferguson
2013-10-10Merge pull request #776 from nealef/masterRodrigo Kumpera
2013-10-10Fix memory leaks in Oracle Client. The largest leaks come from the cursors be...Neale Ferguson
2013-10-10bxc#13642: MacNetworkChange: implement using managed codeAaron Bockover
2013-10-10Compound assignment of optimized binary constant needs to decompose it first....Marek Safar
2013-10-10Better debugger visualization for .net 1.1 style custom collectionsMarek Safar
2013-10-10[mono-api-html] Output C# 'char' instead of 'System.Char'Sebastien Pouliot
2013-10-10[mono-api-html] Do not produce (near-)empty files when no (public) changes ar...Sebastien Pouliot
2013-10-10Ensure that CodeDom generated temporary directory is always created. Fixes #1...Marek Safar
2013-10-10[mono-api-html] Show 'static' fields as suchSebastien Pouliot
2013-10-10Process/compare/output method's generic parameters [#15311]Sebastien Pouliot
2013-10-09Anonymous type are shared across module hence need module counters.Marek Safar
2013-10-09Fix net_2_0 test.Rodrigo Kumpera
2013-10-09Merge pull request #775 from directhex/fix-gendarme-doc-generationJonathan Pryor
2013-10-09[monodoc] Support fields that match operator naming conventionJo Shields
2013-10-09[monodoc] Add a test for ba222d4eb939ef097dd2b77b1fea5c3b8a60b310Jo Shields
2013-10-09[monodoc] Ensure we don't try to use <Parameters> when it might be null. Fixe...Jo Shields
2013-10-09 anonymous: move counters to TypeContainerMarek Safar
2013-10-09Enum IConvertible can convert to same enum or System.Enum. Fixes #15289Marek Safar
2013-10-09Cleanup redundant codeMarek Safar
2013-10-09Simplify work item registration for internal work itemsMarek Safar
2013-10-09Remove redundant initializationMarek Safar
2013-10-09Allow to queue multicast delegates in thread-poolMarek Safar
2013-10-09Release continuation ancestor before running. Fixes #15036Marek Safar
2013-10-09Minor fix to avoid ArgumentOutOfRangeExceptionDavid Schmitt
2013-10-08Adds async type inference of void return type. Fixes #15238Marek Safar
2013-10-08Make Task.Delay more reliable. Fixes #14585Marek Safar
2013-10-08[System.ComponentModel.DataAnnotations] Implemented EmailAddressAttribute.IsV...Jeffrey Stedfast