Added profiler interface to track GC handles.
[mono.git] / mcs /
2010-11-10 Marek SafarReorder logic in DMO type conversion
2010-11-10 Marek SafarFixes a logic error in filtering out operators like...
2010-11-10 Marek SafarDon't crash on liften null left/right shift
2010-11-10 Marek SafarLogical binary operarions with dynamic arguments have...
2010-11-10 Ankit Jain[xbuild] Emit /platform: for *mcs
2010-11-10 Alex FortAdd support for the CancelKeyPress event on Windows
2010-11-09 Zoltan VargaFix the previous change.
2010-11-09 Zoltan VargaSpeed up Thread.ManagedThreadId.
2010-11-09 Andreia Gaita[Xml] Only call Close on the base Writer if it hasn...
2010-11-09 Atsushi EnoAdd and/or altered a bunch of XamlXmlReader tests based...
2010-11-09 Rodrigo KumperaFix handling of LastIndexOf and empty strings.
2010-11-09 Jérémie LavalRemove CurrentLockState in ReaderWriterLockSlim and...
2010-11-09 Jérémie LavalUse ulong to represent element hashes internally allowi...
2010-11-09 Jérémie LavalSmall condition fix in ReaderWriterLockSlim, avoid...
2010-11-09 Marek Habersack[wcf] AJAX GET requests work now.
2010-11-09 Marek SafarImport declaring type base type when walking up the...
2010-11-09 Atsushi EnoMaking XamlObjectReader tests for common basis to XamlX...
2010-11-09 Atsushi EnoFix generic XamlTypeName output and GetType() to get...
2010-11-09 Marek Habersack[asp.net] Don't instantiate the hash algorithm used...
2010-11-09 Marek Habersack[asp.net] Optimize buffer reuse in HttpWriter.
2010-11-09 Marek Habersack[asp.net] A micro-optimization to not call String.Forma...
2010-11-08 Marek SafarAPI compatibility work
2010-11-08 Marek SafarEmit correctly EndInvoke parameters attributes and...
2010-11-08 Marek SafarFixed ambiguity for overload resolution between params...
2010-11-08 Marek SafarClean up event expression assigning error reporting
2010-11-08 Marek SafarNew test
2010-11-08 Marek Safar[651547] Check definitely assigned struct this access...
2010-11-08 Marek SafarRemoved platform attributes
2010-11-08 Marek SafarReport error duplicate only when expected error has...
2010-11-08 Marek SafarAdd missing default ctor call
2010-11-08 Marek Habersack[asp.net] Optimize memory usage a bit. String hashes...
2010-11-08 Atsushi EnoForgot to add a test xml.
2010-11-08 Atsushi EnoFix positional parameter argument output location check.
2010-11-08 Atsushi EnoFix attribute state management to handle x:Key inside...
2010-11-08 Atsushi EnoFix PositionalParameter serialization in collections.
2010-11-08 Atsushi EnoForgot to remove old internal stuff.
2010-11-08 Atsushi EnoFixed member order in Dictionary key and item in XamlOb...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Atsushi EnoDictionary key might be inappropriately serialized...
2010-11-05 Sebastien PouliotAdd CookieParser to Moonlight's System.Net assembly
2010-11-05 Sebastien PouliotRefactoring to ease fix cookie support in moonlight...
2010-11-05 Atsushi EnoAdd support for ContentPropertyAttribute (e.g. Referenc...
2010-11-05 Atsushi EnoImplement member pending at StartMember when it should...
2010-11-05 Atsushi EnoAdd new XamlXmlWriter implementation. Marked some as...
2010-11-05 Atsushi EnoMarkupExtension type xml names are omitted their "Exten...
2010-11-05 Atsushi Enoindent text xml.
2010-11-05 U-monkeytimeline2... A few refactoring for new XamlXmlWriter. Add tests...
2010-11-05 Marek SafarBetter 843 error message
2010-11-05 Marek SafarMove 2.0 Monitor.Enter back out of the try block
2010-11-05 Marek SafarOnly when importing nested types definition base type...
2010-11-05 Marek Habersack[asp.net,routing] Fix for bug #651593. Don't match...
2010-11-05 Marek SafarDon't build obsolete Compat.ICSharpCode.SharpZipLib...
2010-11-05 Zoltan VargaFix gshared support in the soft debugger. Fixes #651251.
2010-11-04 Carlos Alberto CortezAdd our new System.ServiceModel.Channel test files...
2010-11-04 Carlos Alberto CortezAdd IPolicyExportExtension tests for classes in System...
2010-11-04 Carlos Alberto CortezImplement IPoliciExportExtension support for MsmqBindin...
2010-11-04 Carlos Alberto CortezImplement IPolicyExportExtension support for Connection...
2010-11-04 Carlos Alberto CortezImplement IPolicyExportExtension support for HttpTransp...
2010-11-04 Carlos Alberto CortezProperly set the default values for MsmqTransportSecurity.
2010-11-04 Carlos Alberto CortezAdd MsmqTransportSecurityTest.cs to our test suite.
2010-11-04 Marek Habersack[asp.net] HttpContext.TimeoutReached - check whether...
2010-11-04 Marek Habersack[asp.net] Expire items must always check if the dequeue...
2010-11-04 Sebastien PouliotMove assignation earlier to ensure value is available...
2010-11-04 Jonathan Pryor[mdoc-update] Explicitly order //Type children.
2010-11-04 Marek SafarAllow liften null as a given number of bit positions...
2010-11-04 Marek SafarFor some strange reason Console.Write(Line) allows...
2010-11-04 Jonathan Pryor[mdoc] Explicitly order //Member children.
2010-11-04 Jérémie LavalConcurrentDictionary performance improvements
2010-11-04 Jérémie LavalReaderWriterLockSlim performance improvements
2010-11-04 Jérémie LavalManualResetEventSlim performance improvements
2010-11-04 Jérémie LavalSpinLock performance improvements
2010-11-04 Marek SafarFix SharpZipLib 4.0 profile version number to not overw...
2010-11-04 Marek SafarAdd boxing for dynamic nullable conversion of coalescin...
2010-11-04 Marek SafarReject inaccessible members based on declaring type...
2010-11-04 Marek SafarInflate also event backing field
2010-11-04 Marek SafarAnother missing full dynamic type equality check
2010-11-04 Marek Habersack[asp.net] Part of fix for bug #649546. Better handling...
2010-11-04 Atsushi EnoMove XamlType-generic PositionalParameter stuff from...
2010-11-03 Gonzalo Paniagua... Avoid locking in WireupAutomaticEvents
2010-11-03 Jérémie LavalFixicate net_4_0_bootstrap build.
2010-11-03 Jérémie LavalAdd tiny bit of doc on ReaderWriterLockSlim.
2010-11-03 Marek Habersack[asp.net] Use faster string comparison in caches in...
2010-11-03 Sebastien PouliotFix condition so the new feature is available outside...
2010-11-03 Zoltan VargaFix encoding of large strings in the soft debugger...
2010-11-03 Jérémie LavalImplement Partitioner.Create int and long overloads...
2010-11-03 Marek SafarImplement lock statement over generic type parameter
2010-11-03 Marek SafarIssue a warning about re-assigned locked local variable
2010-11-03 Marek SafarFixes NRE in pre-4.0 compilation
2010-11-03 Marek SafarReset lock_taken before entering Monitor.Enter
2010-11-03 Marek SafarExclusiveOr is not nullable bitwise boolean operator
2010-11-03 Marek SafarA candidate method can use dynamic in expanded form...
2010-11-03 Jérémie LavalAdd TaskExtensions class and Unwrap extension methods
2010-11-03 Jérémie LavalRefactor Task.Wait and Task.WaitAny methods and add...
2010-11-03 Jérémie LavalSet more state on TaskCompletionSource inner Task<T>
2010-11-03 Marek Safartypeof expression does not need unsafe context for...
2010-11-03 Marek SafarPass checked context to compound member access setters
2010-11-03 Zoltan VargaRemove extra whitespace from a Makefile.
2010-11-03 Marek HabersackFix mixed newlines
2010-11-03 Marek Habersack[asp.net] Part of fix for bug #649546. A partial rewrit...
2010-11-03 Zoltan VargaRemove obsolete mcs/configure script. Fixes #650806.
next