[corlib] Optimize System.Nullable<T>.GetValueOrDefault().
[mono.git] / mcs /
2012-12-20 Jonathan Pryor[corlib] Optimize System.Nullable<T>.GetValueOrDefault().
2012-12-19 Neale FergusonCorrect the count so we deserialize properly
2012-12-19 Jérémie Lavalfixup! [monkeydoc] Rename to use proper casing
2012-12-19 Jérémie Laval[monkeydoc] Rename to use proper casing
2012-12-19 Jérémie Laval[monkeydoc] Add forgotten test
2012-12-19 Jérémie Laval[monkey] Fix test dir casing
2012-12-18 Jérémie Laval[monkeydoc] New test requires System.Xml
2012-12-18 Jérémie Laval[monkeydoc] Add RawGenerator to allow to retrieve the...
2012-12-18 Jérémie Laval[monkeydoc] Add RenderUrl overload without out parameters
2012-12-18 Jérémie Laval[monkeydoc] Fix regression, use a global counter to...
2012-12-18 Jérémie Laval[monkeydoc] Fix regression in processing non-existent...
2012-12-18 Jérémie Laval[monkeydoc] Add trimmed-down overrides to GetHelpSource...
2012-12-18 Jérémie Laval[monkeydoc] Null out helpSource if the hint was wrong.
2012-12-18 Jérémie Laval[monkeydoc] Add an extra optional HelpSource parameter...
2012-12-18 Jérémie Laval[monkeydoc] Log parameter status when an error occurs...
2012-12-18 Jérémie Laval[monkeydoc] Protect GetIndex and GetSearchIndex and...
2012-12-18 Jérémie Laval[monkeydoc] Instantiate both app and library configuration
2012-12-18 Jérémie Laval[monkeydoc] s/docDir/docPath/
2012-12-18 Jérémie Laval[monkeydoc] Temp API for adding uncompiled sources...
2012-12-16 Zoltan VargaFix a regression introduced by e14ff38a54e1d890bdf03f15...
2012-12-16 Alan McGovern[System.IO.Packaging] Disable some failing tests again
2012-12-16 Pablo Ruiz Garcia[System.IO.Packaging] Fix incorrect conversion of relat...
2012-12-15 Marek SafarFix compiler warnings
2012-12-15 Marek SafarGenerate CodeSnippetTypeMember with correct separators...
2012-12-15 Rodrigo KumperaWe must locally cache array since it can shrink from...
2012-12-15 Rodrigo KumperaWe can't use UnsageStore in List<> since broken user...
2012-12-14 Jeremie Laval[monkeydoc] Add ecma uncompiled source support back...
2012-12-13 Jeremie Laval[monkeydoc] Reenable index creation for ecma-provider
2012-12-13 Jeremie Laval[monkeydoc] Precache member access per name
2012-12-13 Jeremie Laval[monkeydoc] Disable xhtml-provider PopulateIndex as...
2012-12-13 Rodrigo KumperaMerge pull request #523 from metanest/freebsd_libinotif...
2012-12-13 Jeremie Laval[monkeydoc] Configurable caching
2012-12-13 Jeremie Laval[monkeydoc] Regen monkeydoc.dll.config when the .in...
2012-12-13 Jeremie Laval[monkeydoc] Sanitize settings
2012-12-13 Jeremie Laval[monkeydoc] Bring index and lucene index into the moder...
2012-12-13 Jeremie Laval[monkeydoc] Restore handling of MonoMac/MonoTouch expor...
2012-12-12 Rodrigo KumperaAdd a monotouch Mono.Security source file.
2012-12-12 Atsushi EnoNow this somehow needed fix, resulted in invalid two...
2012-12-12 Sebastien PouliotMatch the existing name for Aes implementation for...
2012-12-12 Sebastien PouliotAdjust System.Core and Mono.Security builds to use...
2012-12-12 Rodrigo KumperaMerge pull request #522 from kosumosu/master
2012-12-12 Marek SafarDon't use IteratorStateMachineAttribute it makes us...
2012-12-12 Marek SafarImport caller attributes from referenced assemblies...
2012-12-12 Jeremie Laval[monkeydoc] Sanitize namespace/path names
2012-12-12 Roman ZavalovFixed Choice ordered read bug #2907
2012-12-11 Jérémie Laval[monkeydoc] Optimize Lucene index creation in ecma...
2012-12-11 Jérémie Laval[monkeydoc] Add back Lucene search creation for ecma...
2012-12-11 Jérémie Laval[monkeydoc] Correctly compute internal id
2012-12-11 Jérémie Laval[monkeydoc] Correctly append kind caption to types
2012-12-11 Jérémie Laval[monkeydoc] Set things right
2012-12-11 Jérémie Laval[monkeydoc] Use HelpSource's name to compute the cache key
2012-12-11 Rodrigo KumperaRevert "Merge pull request #495 from nicolas-raoul...
2012-12-11 Marek SafarMerge pull request #519 from Youscribe/execution_contex...
2012-12-11 Marek SafarMerge pull request #521 from DavidS/stub-ServiceInstall...
2012-12-11 Atsushi EnoAdd Reactive Extensions as installed libs, take 2 ...
2012-12-11 David SchmittServiceInstaller: add DelayedAutoStart property for...
2012-12-10 Rodrigo KumperaIntroduce hooks for parallel build scripts.
2012-12-10 Sebastien PouliotSimplify a bit FULL_AOT_RUNTIME build wrt use of Common...
2012-12-10 Yann ROBINfix code according to mono coding guidelines
2012-12-10 Yann ROBINfix code according to mono coding guidelines
2012-12-10 Jonathan Pryor[monodoc] Look for docs in LocalApplicationData
2012-12-09 Mark ProbstProperly (?) fix TimeZoneInfo.cs build.
2012-12-07 Rodrigo KumperaFix System.Core/System.TimeZoneInfo build under basic...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-12-07 Yann ROBINadd LogicalCallContext to ExecutionContext
2012-12-07 Atsushi EnoFix mobile builds.
2012-12-07 Martin BauligAdd missing '#if NET_4_5'.
2012-12-05 Martin Baulig[WCF]: Implement and improve missing WsdlExporter pieces.
2012-12-05 technomage[Mono] TimeZoneInfo.FindSystemTimeZoneById returns...
2012-12-05 Marek SafarBring back 2.10 based System.Json and move aspnet stack...
2012-12-05 Marek SafarAdd new test
2012-12-05 Marek SafarAdd resx to dist files
2012-12-04 Zoltan VargaCall the specialized SortImpl<T> implementation from...
2012-12-04 Zoltan VargaAvoid using hand-specialized qsort<K,T> instantiations...
2012-12-04 Marek SafarEnable 4.x api for MonoTouch
2012-12-04 Marek SafarMove System.Json sources from external before they...
2012-12-04 Marek SafarAdd MOBILE defines to 4.0 code
2012-12-04 Marek Safarifdef same extension method which exists in 4.5 mscorlib
2012-12-04 Marek SafarDisable some of tests which MT cannot handle
2012-12-04 Marek SafarBump ikvm (fixes stream references leak)
2012-12-04 Marek SafarPass empty array to Main methods
2012-12-03 Jeffrey StedfastDon't return a shared CFProxy instance
2012-12-03 Marek SafarUpdate tests
2012-12-03 Marek SafarAdd MonoTouch test skeleton project
2012-12-03 Jeffrey StedfastFixed MacOS proxy support for proxies requiring authent...
2012-12-03 Marek SafarMake Main method public
2012-12-03 Marek SafarAdd MonoTouch mode
2012-12-03 Marek SafarAdd MonoTouch compatible run mode
2012-12-03 Marek SafarWorkaround ikvm filestream dispose bug
2012-12-03 Martin Baulig[WCF]: Support embedded <wsp:Policy> elements.
2012-11-30 Rodrigo KumperaRegistrationServices from the Mobile profile. This...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-29 Jeremie Laval[monkeydoc] Precise the HelpSource that is tested in...
2012-11-29 Jeremie Laval[monkeydoc] Robustify EcmaDesc equality checking and...
2012-11-29 Jeremie Laval[monkeydoc] Due to some existing doc, revert to Ordinal...
2012-11-29 Pablo Ruiz GarciaFix style to adhere to mono's coding guidelines.
next