Add fields in generic instances too when AOTing. Fixes #5316.
[mono.git] / mcs /
2012-05-28 Marek SafarAdd some compiler documentation
2012-05-28 Jeremie Laval[corlib] A CancellationTokenRegistration instance shoul...
2012-05-28 Marek SafarExclude more console code from NET_2_1
2012-05-28 Marek SafarDon't report obsole warnings on compiler generated...
2012-05-28 Zoltan VargaCache regex results when comparing mdoc Nodes during...
2012-05-26 Miguel de IcazaMerge pull request #304 from crazyjncsu/master
2012-05-26 Miguel de IcazaMerge pull request #305 from robwilkens/master
2012-05-25 Sebastien PouliotAdd newer (SL5) types to mobile profile. Fix bug #5337
2012-05-25 Robert WilkensThis is the associated unit test for the Ximarin Bugzil...
2012-05-25 Robert WilkensThis is a fix for bug # 853 --
2012-05-25 crazyjncsuFixed syntax error in not comparing log_writer with...
2012-05-25 crazyjncsuPrevented any logging activity when no logging target...
2012-05-25 Sebastien PouliotAvoid having LockRecursionException in both mscorlib...
2012-05-25 Miguel de IcazaMerge pull request #302 from konrad-kruczynski/fast_dou...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Konrad M. KruczynskiDouble <-> Int64 conversion is much faster now.
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Miguel de IcazaMerge pull request #298 from ermshiperete/4921
2012-05-24 Miguel de IcazaMerge pull request #297 from ermshiperete/4959
2012-05-24 Miguel de IcazaMerge pull request #296 from ermshiperete/5116
2012-05-24 Jeremie Laval[corlib] Fix ConcurrentStack.TryPopRange and add tests...
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-23 Marek SafarRemove System.Threading.LockRecursionException from...
2012-05-22 Zoltan VargaAdd an unhandled exceptions test to sdb.
2012-05-22 Sebastien PouliotFix IsolatedStorageFile directory creation/deletion...
2012-05-22 Marek SafarFix test target for mono-shlib-cop
2012-05-21 Zoltan VargaReturn the proxied type instead of TransparentProxy...
2012-05-21 Marek SafarMerge pull request #299 from ermshiperete/710512
2012-05-21 Eberhard BeilharzNovell-710512: Fix GetUtcOffset when called with UTC...
2012-05-21 Eberhard BeilharzAdd unit test for Novell-710512
2012-05-21 Eberhard BeilharzFix failing test Parse_InvalidShortDate()
2012-05-21 Eberhard BeilharzFix failing tests
2012-05-21 Marek SafarEmit warning for uninitialized structs. Fixes #4852
2012-05-21 Rolf Bjarne KvingeFix typo
2012-05-21 Eberhard BeilharzXamarin-4921: Fix Listbox.SelectedItem after adding...
2012-05-21 Eberhard BeilharzXamarin-4959: Fix copy of clipboard data after app...
2012-05-21 Eberhard BeilharzUnit test for bug Xamarin-4959
2012-05-21 Eberhard BeilharzXamarin-5116: Fix pasting of text with upper-ASCII...
2012-05-20 Zoltan VargaAdd support for remoting invokes to sdb. Fixes the...
2012-05-19 Miguel de IcazaFix from Stephen McConnel for bug 5010
2012-05-18 Marek SafarInsert unattached attributes to AST also for enum membe...
2012-05-18 Marek SafarBetter error recovery from incomplete invocation expres...
2012-05-18 Rolf Bjarne KvingeSqlite: Map DATETIME to System.DateTime. Fixes #5078.
2012-05-17 Marek SafarResolve lock temporary variables before any embedded...
2012-05-17 Marek SafarMerge branch 'master' of github.com:mono/mono
2012-05-17 Marek SafarGet full expanded interface list when checking for...
2012-05-16 Sebastien PouliotAdd fix and test case from bnc #650402
2012-05-16 Rolf Bjarne KvingeAdd gitignore for Mono.Data.Sqlite
2012-05-16 Rolf Bjarne KvingeSqlite: Close the command before the connection when...
2012-05-16 Marek SafarAdd missing dist files
2012-05-16 Marek SafarThis instance is not available in base context for...
2012-05-16 Marek SafarDon't report unresolved using clause error in eval...
2012-05-16 Jeremie Laval[corlib] Fix NullRef when using dispose a CancellationT...
2012-05-15 Marek SafarImplement DateTime::ToString format specifier for genit...
2012-05-15 Marek SafarFix some existing datetime tests
2012-05-15 Marek SafarUpdate culture infos and implement missing or not imple...
2012-05-14 Sebastien Pouliotnewer nunit does not require a [TestFixture] attribute...
2012-05-14 Atsushi EnoMake use of GetPrefixOfNamespace() in XElement.ToString...
2012-05-14 Atsushi EnoAdd Xml declaration even for such document that lacks...
2012-05-14 Atsushi EnoXNodeNavigator could be used for a node tree without...
2012-05-14 Atsushi EnoIn XNodeNavigator, do not start text node skip from...
2012-05-13 Marek SafarMerge pull request #295 from i59/patch-1
2012-05-12 Filip LundgrenCSharpCodeCompiler ctor: Corrected Windows mcs path...
2012-05-11 Miguel de IcazaMerge pull request #293 from viniciusjarina/fix3258
2012-05-10 Sebastien PouliotAdd some stubs for methods required by the portable...
2012-05-10 Sebastien PouliotAdd System.Windows.Input.ICommand which is part of...
2012-05-09 Zoltan VargaStop at catch clauses when doing a step over in sdb...
2012-05-09 Jeffrey StedfastAdded call to GC.SupressFinalize() in CFObject.Dispose()
2012-05-09 Sebastien PouliotSmall adjustments needed for Profile[1-4] of the Portab...
2012-05-09 Sebastien PouliotThread.Finalize is needed in Profile3 of the Portable...
2012-05-09 Sebastien PouliotBinaryWriter.Dispose is needed in Profile[1-4] of the...
2012-05-09 Jeffrey Stedfast[MacProxy] Fixed refcounting and got rid of unneeded...
2012-05-08 Jeffrey StedfastWebRequest.GetDefaultWebProxy() must not assume the...
2012-05-08 Jeffrey Stedfast[System.Net.WebRequest] Implemented new and improved...
2012-05-08 Vinicius JarinaAdded unit test for the bug #3258 (Serialize|Deserializ...
2012-05-08 Vinicius JarinaFix XML serialization of DateTimeOffset?. Fixes #3258
2012-05-08 Vinicius JarinaRemoved code commented
2012-05-08 Rodrigo KumperaMerge pull request #292 from QuickJack/master
2012-05-08 QuickJackFixes a waring in System.Configuration.
2012-05-07 Jeffrey StedfastFixed capitalization
2012-05-07 Jeffrey Stedfast[Mono.Debugger.Soft] Re-added Dispose() method on Virtu...
2012-05-07 Jeffrey Stedfast[Mono.Debugger.Soft] Fixed building of tests
2012-05-04 Zoltan VargaMerge pull request #290 from jbevain-forks/methodbodymi...
2012-05-04 Jb EvainAdd exception handlers to MethodBodyMirror
2012-05-03 Jeffrey Stedfast[Mono.Debugger.Soft] Don't make Connection disposable.
2012-05-03 Atsushi EnoMerge pull request #286 from dafergu2/bug4794
2012-05-03 Atsushi EnoMerge pull request #288 from ewxrjk/xmlwriter
2012-05-03 AndreasForce disposal of Sqlite commands with using-statements...
2012-05-03 Robert WilkensThis is a minor change to earlier commit which removes...
2012-05-03 Robert WilkensThis is the addition of a quick and dirty NUnit test...
2012-05-03 Zoltan VargaMore fixes for passing/receiving nullables in sdb....
2012-05-03 Richard KettlewellFix XmlTextWriter's use of NewLineHandling.
2012-05-03 Marek SafarMerge branch 'master' of github.com:mono/mono
2012-05-03 Marek SafarFix parsing of -w argument. Fixes #4853
2012-05-03 Dave FergusonFix DataContractSerializer with duplicate qname
2012-05-02 Jeffrey Stedfast[Mono.Debugger.Soft] Prettified PrimitivateValue ToStri...
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-05-02 Marek SafarAdd more tests
2012-05-02 Marek SafarUpdate wrong test
next