Duplicate less mscorlib code in System.Core
[mono.git] / mcs /
2013-01-03 Marek SafarDuplicate less mscorlib code in System.Core
2013-01-03 Marek SafarGenerate better stack trace for exception from async...
2013-01-03 Marek SafarIgnore empty stack frames when printing stack trace...
2013-01-03 Marek SafarRun async continuation without allocating temporary...
2013-01-03 Marek SafarRemove unused class
2013-01-03 Atsushi Enoimplement some SettingValueElement members to suppress...
2013-01-03 Alan McGovern[Microsoft.Build.Tasks] Fix a regression when replacing...
2013-01-02 Marek SafarUpdate compiler tests
2013-01-02 Marek SafarAdd missing ConfigureAwait
2013-01-02 Marek SafarAdd argument name to ArgumentOutOfRangeException
2013-01-02 Alan McGovern[Microsoft.Build.Tasks] Delete files before copying...
2012-12-29 Martin Baulig[System.Configuration]: Fix IsModified() logic for...
2012-12-26 Marek SafarMerge pull request #527 from Daniel15/bug-9133
2012-12-26 Daniel Lo NigroFix Xamarin bug #9133 - Routes should be case insensitive.
2012-12-23 Sebastien PouliotExclude LogicalCallContext as the required remoting...
2012-12-23 Marek SafarMerge pull request #526 from Daniel15/bug-9116
2012-12-23 Daniel Lo NigroFix bug 9116 (https://bugzilla.xamarin.com/show_bug...
2012-12-22 Zoltan VargaKeep objects returned by sdb alive during suspensions...
2012-12-22 Martin Baulig[WCF]: Fix MessageEncoder.IsContentTypeSupported().
2012-12-22 Martin Baulig[corlib] Fix ASCIIEncoding with custom DecoderFallback.
2012-12-21 Jérémie Laval[monodoc] More forgotten dist files
2012-12-21 Marek SafarMerge pull request #525 from Arakis/patch-1
2012-12-21 Sebastian LoncarUpdate mcs/class/System/System.Media/AudioData.cs
2012-12-21 Jérémie Laval[monodoc] Fix test directory
2012-12-21 Martin Baulig[System.Configuration]: SaveMode and UserLevel.
2012-12-21 Martin BauligAdd missing .gitignore.
2012-12-20 Jérémie Laval[monodoc] Add EcmaUrlParser.jay to EXTRA_DIST
2012-12-20 Jérémie Laval[monodoc] Fix dist
2012-12-20 Jérémie Laval[mdoc] Use monodoc improved API
2012-12-20 Jérémie Laval[monkeydoc] Add missing sources
2012-12-20 Jérémie Laval[monkeydoc] More renaming
2012-12-20 Jérémie Laval[monkeydoc] Replace monodoc by monkeydoc
2012-12-20 Jérémie Laval[monkeydoc] Change namespace base from MonkeyDoc to...
2012-12-20 Jérémie Laval[monkeydoc] Fix reference recursion
2012-12-20 Jérémie Laval[monkeydoc] Add more legacy methods
2012-12-20 Jérémie Laval[monkeydoc] Add back several legacy members in their...
2012-12-20 Jérémie Laval[monkeydoc] Restore XHTML provider generation
2012-12-20 Jérémie Laval[monkeydoc] Let XHTML have its node sorted by .Element...
2012-12-20 Jérémie Laval[monkeydoc] Close FileStream early in when adding man...
2012-12-20 Jérémie Laval[monkeydoc] When encountering an old tree, we force...
2012-12-20 Jérémie Laval[monkeydoc] Use StringComparison.Ordinal to match element
2012-12-20 Jérémie Laval[monkeydoc] Introduce support for versioned tree and...
2012-12-20 Jérémie Laval[monkeydoc] Early return if no proper fallback index...
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.
next